timetree

General transformation to make python objects persistent


License
MIT
Install
pip install timetree==0.1.1

Documentation

Overview

docs Documentation Status
tests
Travis-CI Build Status
Coverage Status
package

General transformation to make python objects persistent

  • Free software: MIT license

Installation

pip install timetree

Documentation

https://timetree.readthedocs.io/

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