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

:cookie: Cookiecutter template for Python packages

Results 12 cookiecutter-python issues
Sort by recently updated
recently updated
newest added

**IMPORTANT PLEASE READ: NO RESPONSE WILL RESULT IN REPO ARCHIVAL AND FINALLY DELETION** Dear maintainer, One important topic in our TomTom open source engineering community is to make our public...

* Date you used Cookiecutter PyPackage: 10.01.20 * Cookiecutter version used, if any: 1.6.0 * Python version, if any: 3.6.8 * Operating System: macOS Mojave ### Description Generated pyproject.toml file...

### Description Currently we support the generation of documentation but it is not yet integrated into Bitbucket pages and Github pages.

docs

Since the cookiecutter itself has not the ability to easily add comments during the process of generating a new project (currently it shows you only the cookiecutter variable name and...

### Description It would be good to generate a Docker image that is compatible with [whalebrew](https://github.com/whalebrew/whalebrew).

### Description Add a target to the Makefile to generate a docker image similar what the `pythonSetupPyPipeline` does

enhancement

Dependabot couldn't parse the pyproject.toml found at `/{{cookiecutter.project_name}}/pyproject.toml`. You can mention @dependabot in the comments below to contact the Dependabot team.

### Description As discussed in https://github.com/tomtom-international/cookiecutter-python/pull/36#discussion_r310026873 it would be nice to not require the virtualenv and use the built in venv module. This has already been my operating mode on...

enhancement

### Description Right now all intermediate files are generated under the root directory of the project (eg. .egg directory, coverage files, virtualenv, etc.) In order to easily get to a...

enhancement

Provides the option to configure [bandit](https://pypi.org/project/bandit/) for static security scanning. Disabled by default.