PyApp packaging of your own project #104
trappitsch
started this conversation in
Show and tell
Replies: 1 comment
-
That's awesome! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I really like PyApp and enjoy the feature it offers. In order to make packaging some of my own tools easier, I stitched together a CLI named
box
. Maybe somebody is interested in it, here are docs and here the repo. This is very much work in progress but the following now works:pyproject.toml
) with boxtarget/release/your-project
I thought this might be useful for some people. More features to come, see issues on the repo page. Of course, if you have any ideas, please chime in!
An example on how to use it can be found here.
Thanks again @ofek for the amazing capabilities of PyApp!
Beta Was this translation helpful? Give feedback.
All reactions