Set up flit for briar-wrapper
Sorry, @fphemeral, for "stealing" this issue from you, but I needed it for setting things up at Briar GTK
Closes #2 (closed).
Merge request reports
Activity
added discussion label
It's live
https://pypi.org/project/briar-wrapper/
@fphemeral I've made you owner, too, so you can publish etc.
mentioned in merge request briar-gtk!4 (merged)
added 3 commits
-
44dde0aa...22f3fd30 - 2 commits from branch
master
- 3a384914 - Set up flit for briar-wrapper
-
44dde0aa...22f3fd30 - 2 commits from branch
Aaaand it's working in Briar GTK: briar-gtk!4 (merged)
removed discussion label
mentioned in commit ba0d2c23
mentioned in issue #2 (closed)
great, good job!! and no worries about the "steal"
sry for the late response - my last weeks were pretty packed..I started already to look into how to adapt briar_repl, so it fits the class based structure of wrapper, as it was before purely based on functions. it might work with an adapter class that collects the specific methods (at least for
@staticmethods
that worked well in a demo). for non-static I will somehow need to capture it with and from the instance. let's see..so it might take a bit before briar_repl can profit from the wrapper..
sry for the late response
No worries!
If you have suggestions on how to improve the structure of wrapper, feel free to share them!
added Infrastructure label