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: add tools #31

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

pythoninthegrass
Copy link

@pythoninthegrass pythoninthegrass commented Dec 23, 2024

Hi there!

A colleague was struggling to get your repo working locally. Thought adding a couple of widely used tools, poetry and uv (along with an optional asdf runtime manager), would ease the learning curve for less experienced python devs.

Let me know if you're interested and/or have any changes that need to be made.

Description of work:

  • poetry: manage deps/venvs
    • Sourced from nested requirements.txt in each section to populate the required deps
  • uv: alternative to poetry written in rust (🚀 🌕)
  • asdf: handles python runtime and optionally uv
  • .gitignore: generated more comprehensive gitignore with inclusions for .env.example and .gitkeep placeholder
  • readme: added quickstart section, documented poetry and uv, added link for asdf

Closes #30

- poetry: manage deps/venvs
- uv: alternative to poetry written in rust (🚀 🌕)
- asdf: handles python runtime and optionally uv
- .gitignore: generated more comprehensive gitignore with inclusions for .env.example and .gitkeep placeholder
- readme: added quickstart section, documented  poetry and uv, added link for asdf
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

Successfully merging this pull request may close these issues.

feat: Add quality-of-life tooling
1 participant