Skip to content

Latest commit

 

History

History
100 lines (64 loc) · 2.47 KB

README.rst

File metadata and controls

100 lines (64 loc) · 2.47 KB

Overview

tests
GitHub Actions Build Status Requirements Status
package
PyPI Package latest release PyPI Wheel Supported versions Supported implementations
Commits since latest release

Just a small shim around cookiecutter that alters a bit the CLI to work better when reapplying templates to existing projects. Works best with cookiecutter-pylibrary.

  • Free software: BSD 2-Clause License

Installation

pip install cookiepatcher

You can also install the in-development version with:

pip install https://github.com/ionelmc/python-cookiepatcher/archive/master.zip

Documentation

To use the project:

import cookiepatcher
cookiepatcher.-()

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox