Metadata-Version: 2.1
Name: python-intervals
Version: 1.10.0.post1
Summary: Python data structure and operations for intervals
Home-page: https://github.com/AlexandreDecan/python-intervals
Author: Alexandre Decan
License: LGPL3
Keywords: interval operation range math
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

# Python data structure and operations for intervals

This library provides data structure and operations for intervals in Python 2.7+ and Python 3.4+.

**`python-intervals` has been renamed to `portion`:**

 - On PyPI: [https://pypi.org/project/portion](https://pypi.org/project/portion)
 - On GitHub: [https://github.com/AlexandreDecan/portion](https://github.com/AlexandreDecan/portion)

Please consult these pages for more information!

You can still use `python-intervals` but it won't be updated.
The documentation of its latest release is available on [https://github.com/AlexandreDecan/portion/blob/1.10.0/README.md](https://github.com/AlexandreDecan/portion/blob/1.10.0/README.md).


