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.
Was wondering what your opinion would be of packaging this application up and distributing it on pypi.
Would have the following benifits
1.0.0etcThe 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.