Welcome to decay’s documentation!

decay

decay is an open source, MIT licensed library which groups code for managing changes in values based on a predefined rule over time.

Build Status Documentation Status

Install

pip install decay

You can also download/clone the source, in which case you have to:

git clone https://github.com/pyl1b/decay.git
python setup.py install

To contribute a patch clone the repo, create a new branch, install in develop mode:

python setup.py develop

Indices and tables