A shortcut to generate __repr__ methods for python classes
Project description
A shortcut to generate __repr__ methods.
Free software: BSD license
Installation
pip install repr
Documentation
Development
To run the all 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 |
Changelog
0.1.0 (2016-06-09)
First release on PyPI.