-
* Cookiecutter version: 2.0.0
### Description:
Hello, reading the docs I couldn't find anything relevant, pardon me if it is in the docs and I couldn't find it.
I was wondering if there was a…
-
Suggested by @jdkent on Slack ages ago.
https://cookiecutter.readthedocs.io/
-
Hello, first of all, thank you for writing this amazing book. I've learned a lot from it. Recently I tried to replicate the steps of the book to create another package, and I came across an unexpected…
-
[Cookiecutter](https://github.com/cookiecutter/cookiecutter) templates are good for scaffolding new projects based on a template. There are similar projects for Go, like [go-scaffold](https://github.c…
-
https://github.com/audreyr/cookiecutter
Pros:
- Would separate working-on-the-template commits from talk commits
- Makes it a little easier to give each talk a separate project name / etc
Cons…
-
If you configure your cookiecutter.json as
```json
{
"_jinja2_env_vars": {
"block_start_string": "{[%",
"block_end_string": "%]}",
"variable_start_string": "{[",
"variable_end_s…
-
- plain: without postgres stuff and only HTTP
- standard (default): with postgres boilerplate and HTTP and TCP
-
* Cookiecutter version: 2.6.0
* Python version: 3.9.16
* Operating System: RHEL 8
This issue is a reopening of #1738.
### Description:
As described [here](https://cookiecutter.readthedocs.i…
-
We have lots of inconsistencies across fsspec projects (ci, styling, linters, supported python versions, etc), which make it a pain to work with multiple projects at the same time.
We should create…
efiop updated
2 years ago
-
## Reproduce Steps
### 1. Using `uv build`
```bash
cookiecutter gh:x-pt/template --directory template/py --no-input && \
cd my-awesome-project && \
uv sync && \
time uv build && \
time uv b…
pplmx updated
2 months ago