-
https://cookiecutter-hypermodern-python.readthedocs.io/en/2022.6.3.post1/quickstart.html#requirements
refers to the following:
> Install [Poetry](https://python-poetry.org/) by downloading and r…
-
# Templates to Create (see comments for language-specific details)
- [ ] Template for R packages
- [ ] Template for Python packages
- [ ] Template for C++ packages
# Things to Include in General…
-
-
See https://github.com/cjolowicz/cookiecutter-hypermodern-python/runs/6451683960?check_suite_focus=true
Possible reason: The CI for the Cookiecutter uses the pre-installed pipx to install Poetry. I…
-
Currently we only support poetry, but it'd be beneficial to also have a "raw pip" flavor of the templates.
-
Using scm tags for versioning would be very useful imo. For example by implementing https://github.com/pypa/setuptools_scm
-
- [x] I have searched the [issues](https://github.com/sdispater/poetry/issues) of this repo and believe that this is not a duplicate.
## Issue
It would be awesome if Poetry had a command…
-
crmne updated
2 months ago
-
1. Use cookiecutter template to create all necessary files and populate them with relevant code and documentation from the data analysis repository
2. Setup pyproject.toml and poetry.lock, etc.
3. C…
-
## Description
Use uv to pip install requirements in Docker and CI
## Rationale
Haven't seen something resolve and install as quickly as uv before. At my firm, we saw 80% performance gains re…