pymince is a collection of useful tools that are "missing" from the Python standard library.
pip install pymince
See project documentation for more details.
(env)$ pip install -r requirements-doc.txt # Ignore this command if it has already been executed
(env)$ python upgrade-doc.py # Upgrade the documentation from the source code
(env)$ mkdocs serve # Start the live-reloading docs server
(env)$ mkdocs build # Build the documentation site
(env)$ pip install -r requirements-dev.txt # Ignore this command if it has already been executed
(env)$ pytest tests/
(env)$ pytest --cov pymince # Tests with coverge
This project is licensed under the terms of the MIT license.