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

[Feature Request] Package for Pex #2

Open
ghost opened this issue Jan 2, 2019 · 3 comments
Open

[Feature Request] Package for Pex #2

ghost opened this issue Jan 2, 2019 · 3 comments

Comments

@ghost
Copy link

ghost commented Jan 2, 2019

https://github.com/pantsbuild/pex

Pex is a python packaging system builds standalone self contained executable files that includes the requirements and everything needed to run the app. It's like AppImage but for python. Using it would make downloading and using the verifier easier for most people, and it should be trival to implement

@probonopd
Copy link

AppImage can be used for Python-based applications, too. Just sayin'.

@ghost
Copy link
Author

ghost commented Jan 28, 2019

heres a one liner command that builds a pex file of the update_verifier script, including all its dependencies. You can run it in a travis ci environment

pex -D . -r requirements.txt -e update_verifier -o update_verifier.pex

@ghost
Copy link
Author

ghost commented Jan 28, 2019

AppImage can be used for Python-based applications, too. Just sayin'.

Thats true, but pex is pretty simple, as the one liner above shows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant