cookiecutter-pypackage
cookiecutter-pypackage copied to clipboard
Cookiecutter template for a Python package.
`setup.py test` is deprecated and will be removed one day: https://github.com/pypa/setuptools/issues/1684 `pytest-runner` is no longer recommended: https://github.com/pytest-dev/pytest-runner/issues/50 The project should be updated to avoid these "smells".
* Date you used Cookiecutter PyPackage: 2020-09-12 * Cookiecutter version used, if any: 0.5.10 * Python version, if any: 3.8.2 * Operating System: debian ### Description I see tons of...
### Description It would be good if you can choose between GitHub Actions and Travis CI, I find it easier and faster since you don't have to create an account...
Hi, I copied your code and created a version for c++. I did not fork it mostly because I did not think about it when I started and then I...
I am not sure whether is it my dev environment weirdness, but I had to add the -m flag for the coverage to run.
### 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 is with poetry....
* Date you used Cookiecutter PyPackage: 2020-08-31 * Cookiecutter version used, if any: 1.7.2 * Python version, if any: 3.8.5 * Operating System: 5.8.2-arch1-1 #1 SMP PREEMPT Thu, 20 Aug...
[pipenv](https://pipenv.readthedocs.io/en/latest/) is a package manager, which makes dependency tracking and updating easier for each individual project.
* Date you used Cookiecutter PyPackage: 2020 June 27 * Cookiecutter version used, if any: 1.7.2 * Python version, if any: 3.8.3 * Operating System: Arch Linux ### Description There...