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

Package application #29

Open
inverse opened this issue May 17, 2021 · 2 comments
Open

Package application #29

inverse opened this issue May 17, 2021 · 2 comments

Comments

@inverse
Copy link
Contributor

inverse commented May 17, 2021

Was wondering what your opinion would be of packaging this application up and distributing it on pypi.

Would have the following benifits

  • Ease of installation through leveraging tools like pip or even better with pipx
  • Clearer versioning, since it'll be packaged it could be tagged as 1.0.0 etc

The problems I can see so far are where to store application state... since right now its residing in the working directory we would have to store this elsewhere in a way which works across various OS.

@ZENALC
Copy link
Owner

ZENALC commented May 18, 2021

Great idea! I don't really have much experience with distributing packages, so I will have to look into it. I would also greatly appreciate your help as this project hasn't seen help from you in a while!

@inverse
Copy link
Contributor Author

inverse commented Jul 6, 2021

Will try to free up some time to work on it.

This looks like it could solve the application storage problem: https://pypi.org/project/appdirs/

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

2 participants