-
-
Notifications
You must be signed in to change notification settings - Fork 58
PyApp packaging of your own project #104
trappitsch
started this conversation in
Show and tell
-
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:
- Initialize your project (requires a
pyproject.toml) with box - Package automatically with PyApp
- Rename and move the executable into
target/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
-
❤️ 2
Replies: 1 comment
-
That's awesome!
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment