issues Search Results · repo:claui/cookiecutter-python-package language:Python
Filter by
13 results
(60 ms)13 results
inclaui/cookiecutter-python-package (press backspace or delete to remove)After scaffolding the project, command names are duplicated in the help text output:
$ FOOBAR=baz poetry run poe hello --help
INFO: Showing help with the command hello hello -- --help .
NAME
hello ...
claui
- Opened on Oct 6, 2024
- #41
This line in post_gen_project.py:
(PurePath(config_dict[ replay_dir ]) / template_name).with_suffix( .json )
results in the following replay value in manifest.json:
{
upstream : {
type : cookiecutter-template ...
bug
claui
- Opened on Aug 17, 2024
- #40
The generated documentation has some Markdownlint findings, e.g. MD040.
documentation
claui
- Opened on Aug 17, 2024
- #39
An email address may contain uppercase letters but the schema for pyproject.toml says it can’t. Need case transformation
step in the Jinja template expression.
bug
claui
- Opened on Jul 29, 2023
- #19
The README.md (the one in the target package) should focus more on using the package rather than developing it.
- [x] Move development-centric content to CONTRIBUTING.md
- [x] Explain how to install ...
documentation
claui
- Opened on Aug 26, 2022
- #10
Requires the following steps:
- ~Add a samuelcolvin.jinjahtml entry to .vscode/settings.json~ Update: no longer needed, see entry about
index.html.jinja2.
- [x] Add pdoc = ~=12.0 as a dev package ...
documentation
claui
- Opened on Jul 19, 2022
- #4

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.