-
Hello I'm new user.
```sh
# What I did:
pip install cookiecutter
cookiecutter https://github.com/tiangolo/full-stack-fastapi-postgresql
docker-compose up -d
# The backend was not started an…
-
_Update: I'm no longer planning to use cupper for this._
Something like this:
```python
@nox.session(python="3.8")
def cupper(session: Session) -> None:
"""Upgrade the Cookiecutter templa…
-
As of poetry version `1.something` the new way to declare dependencies is in groups, see [here](https://python-poetry.org/docs/managing-dependencies/#dependency-groups). This also makes it easier to i…
-
Inspired by this [post](https://blog.wolt.com/engineering/2022/08/11/project-template-for-modern-python-packages/) detailing templating via [cookiecutter](https://cookiecutter.readthedocs.io/en/latest…
-
### Description
You can greatly simplify this template but substituting the setup.py, setup.cfg, MANIFEST.in and requirements_dev.txt by pyproject.toml! See the PEPs.
An easy way of doing that i…
-
Poetry 1.2 ~~will be adding~~ added support for [dependency groups](https://python-poetry.org/blog/announcing-poetry-1.2.0a2/#dependency-groups). It would be ergonomic if you could install a dependenc…
-
Starting this as a placeholder issue for tracking down tasks to be completed and those that are complete. I will be dividing these into separate issues and PRs
## Cookiecutters
1. https://github…
-
* Cookiecutter version: 1.7.2
* Template project url: https://github.com/ianscottknight/cookiecutter-data-science-poetry-template/tree/0.1.1
* Python version: 3.8.5
* Operating System: macOS Catali…
-
When I use JupyterLab's cookiecutter to create a new project and I build via `setup.py`,
when I'm installing the package, `pip install . --upgrade`, the some of the packages files are copied to `shar…
-