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

feat: Consider creating a copier-hatch template #39

Open
5 tasks
pawamoy opened this issue Jan 11, 2024 · 0 comments
Open
5 tasks

feat: Consider creating a copier-hatch template #39

pawamoy opened this issue Jan 11, 2024 · 0 comments
Labels
feature New feature or request fund Issue priority can be boosted

Comments

@pawamoy
Copy link
Owner

pawamoy commented Jan 11, 2024

After thinking about it, I don't really have a use-case for dependency locking. I only use the lock file to install dependencies under multiple Python versions. I don't track it, I don't have reproducible builds in CI (tradeoff for other maintenance benefits). So I could definitely switch to something lighter like Hatch, which simply installs dependencies using pip IIUC. Hatch also provides environments isolation, which is very interesting to me. My dev-deps pollute the version resolution of my prod-deps, while most of the time, my dev-deps work statically, so do not require having the prod-deps installed (pytest is the exception).

So, todo:

  • try Hatch in an existing project, see if the migration is smooth (articles? guides?)
  • see how Hatch environments fit my workflow, if their verbosity in pyproject.toml is maintainable
  • see if Hatch's output is configurable: I want to retain my very minimalist output, it's non-negociable 🙂
  • see the perfs: installing deps, updating deps, running check/test commands
  • see if Hatch's recent ability to install compiled Python versions fits my workflow

Boost priority

  • Boost priority in our backlog through Polar.sh. Higher pledge, higher priority.
  • Minimum pledge by user/organization is $5, minimum amount for boost is $30.
  • View all issues with pledges.
  • We receive the funds once the issue is completed and confirmed by you.
  • Features with the insiders label are released to sponsors first, and tied to a funding goal.
Fund with Polar
@pawamoy pawamoy added feature New feature or request fund Issue priority can be boosted labels Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request fund Issue priority can be boosted
Projects
None yet
Development

No branches or pull requests

1 participant