Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if tool could be provided as binary release #383

Open
ChrisRBe opened this issue Sep 9, 2021 · 1 comment
Open

Check if tool could be provided as binary release #383

ChrisRBe opened this issue Sep 9, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@ChrisRBe
Copy link
Owner

ChrisRBe commented Sep 9, 2021

Check if a standalone package could be generated or if deployment on pypi is an option.

Also includes proper release management in a sense.

@ChrisRBe ChrisRBe added the help wanted Extra attention is needed label Sep 9, 2021
@AlexanderLill
Copy link
Contributor

AlexanderLill commented Dec 21, 2021

I used pyinstaller in the past, which might work for this. The following is a snippet from another (private) project which might almost work as is. It will create the executable pp-p2p-parser that can then be called via commandline.

A one-click executable with all dependencies in one folder can be created using the pyinstaller package.
It has to be installed using e.g. pip3 install pyinstaller. Once this dependency is installed, the following
command creates the folder to be distributed to users in the dist folder:

pyinstaller parse-account-statements.py --onefile -n pp-p2p-parser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants