Installation

The most convenient way to install this library is with pip:

pip install --upgrade pip
pip install pyinterval

Note that this project depends on crlibm.

Installing from sources

You can either download the sources from PyPI or clone the repository hosted on GitHub:

git clone https://github.com/taschini/pyinterval.git
cd pyinterval
python setup.py install

Semantic Versioning

Starting with version 1.0.0, this project follows a semantic versioning scheme.