Create cookiecutter templates from an existing project or module.
Install mould
:
pip install mould
Then execute the cli:
mould
Install the development requirements:
pip install -r requirements.txt
Run the tests:
pytest
Lint the project:
flake8 mould tests setup.py
Generate the documentation with:
make -C docs html
To monitor changes to Python files and execute the tests automatically, use pytest-watch:
ptw