Metadata-Version: 2.1
Name: decay
Version: 0.1.1
Summary: Groups code for managing changes in values based on a predefined rule.
Home-page: https://github.com/pyl1b/decay
Author: Nicu Tofan
Author-email: nicu.tofan@gmail.com
License: MIT
Download-URL: https://github.com/pyl1b/decay/archive/v0.1.1.zip
Project-URL: Bug Tracker, https://github.com/pyl1b/decay/issues
Project-URL: Documentation, https://readthedocs.org/projects/decay/
Project-URL: Source Code, https://github.com/pyl1b/decay
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: numpy
Provides-Extra: dev
Requires-Dist: nose ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: recommonmark ; extra == 'dev'
Requires-Dist: m2r ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Provides-Extra: tests
Requires-Dist: mock ; extra == 'tests'
Requires-Dist: nose ; extra == 'tests'


# decay

decay is an [open source](https://github.com/pyl1b/decay.git),
MIT licensed library which groups code for managing changes in values 
based on a predefined rule over time.


[![Build Status](https://travis-ci.org/pyl1b/decay.svg?branch=master)](https://travis-ci.org/pyl1b/decay)
[![Documentation Status](https://readthedocs.org/projects/decay/badge/?version=latest)](https://decay.readthedocs.io/en/latest/?badge=latest)


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


