Python package installable from PyPI #4322
chishm
started this conversation in
Feature Request
Replies: 1 comment 5 replies
-
I don't think I see it answered in your post.. why? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Please provide a concise description of the problem that would be addressed by this feature.
The only current way to install and run Mealie is from the Docker image. I would like to add the ability to install Mealie from Python's Package Index (PyPI), e.g.
pip install mealie
, and to run it non-containerized, e.g. via amealie
command.Please provide a concise description of the feature that would resolve your issue.
The tasks required to fully achieve this goal are:
Consolidate the frontend and API serversalready done in consolidate deployment targets and publish to ghcr.io #2539mealie
CLI entry-point feat: Installmealie
as CLI command #4323platformdirs
package)If the Mealie maintainers think this is a worthwhile pursuit, I'm happy to work on all of the above.
Please consider and list out some caveats or tradeoffs made in your design decision
mealie
Python package, as it would just add bloat to repeatedly download the same data for every upgrade. It should be installable separately.Additional Information
Edited to add: Testing and documentation tasks, links to associated PRs.
Beta Was this translation helpful? Give feedback.
All reactions