-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Move to hatch
as a python project tool
#30
Comments
Seeing that I will investigate this further, document it and then make a decision based on what I am able to automate. |
Notes to follow up on post migration:
|
this is our first attempt to move package dependencies to hatch with porting the base package to pyproject.toml, we still have to see how this work swith alternate configuration for development and packages like our cli, or tui
Leaving a note her that hatch does not support lock files at the moment and package dependency management is still done by editing pyproject.tom (or from what I can see anyway). Studying the venn diagram and watching @zotroneneis's presentation, |
hatch
as a python project managerhatch
as a python project tool
See comment on anomaly/lab-python-server by @juftin highlighting pip-compile |
I've been tracking if
poetry
is suitable for our projects (specially as it comes to managing libraries) - don't get me wrong poetry does wonders.This is based on the analysis of what some of our major library vendors are using, and where the ecosystem is going in terms of a
PEP665
compliant tool.I have decided to move our projects to
hatch
and this is a ticket to move this project (first amongst anomaly projects) tohatch
.Note that we should produce substantial documentation on how we moved from
poetry
tohatch
.See also:
The text was updated successfully, but these errors were encountered: