cookiecutter-python-app icon indicating copy to clipboard operation
cookiecutter-python-app copied to clipboard

Cookiecutter template for a Python application project.

Results 4 cookiecutter-python-app issues
Sort by recently updated
recently updated
newest added

Enable default WARN log level while adding support for property-less config file. * Remove default from argparse `--warn`. * Add NoneGuard to `logger.start()`. * Enables default behaviour when given `level=None`....

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Release notes Sourced from pytest's releases. pytest 8.0.0 (2024-01-27) See 8.0.0rc1 and 8.0.0rc2 for the full changes since pytest 7.4!...

dependencies

First of all, thank you for the cookiecutter template! I have one question about cli.py: Should the default for `args.config` not be a list? If I'm not mistaken, `parser.add_argument("-c", "--config",...