Metadata-Version: 2.0
Name: pyinterval
Version: 1.0.0
Summary: Interval arithmetic in Python
Home-page: https://github.com/taschini/pyinterval
Author: Stefano Taschini
Author-email: taschini@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Mathematics

PyInterval — Interval Arithmetic in Python
==========================================

.. container:: badges

   .. image:: https://img.shields.io/travis/taschini/pyinterval/master.svg?label=Linux%20build
      :target: https://travis-ci.org/taschini/pyinterval
      :alt: Travis CI build status (Linux)

   .. image:: https://img.shields.io/appveyor/ci/taschini/pyinterval/master.svg?label=Windows%20build
      :target: https://ci.appveyor.com/project/taschini/pyinterval
      :alt: AppVeyor CI build status (Windows)

   .. image:: https://img.shields.io/pypi/v/pyinterval.svg
      :target: https://pypi.python.org/pypi/pyinterval/
      :alt: Latest PyPI version

   .. image:: https://readthedocs.org/projects/pyinterval/badge/?version=latest
      :target: http://pyinterval.readthedocs.org/?badge=latest
      :alt: Documentation Status

This library provides a Python implementation of an algebraically
closed interval system on the extended real number set. Interval
objects, as defined in this library, consist of a finite union of closed,
possibly unbound intervals in the mathematical sense.

Links
-----

* `Project home page <https://github.com/taschini/pyinterval>`_
* `Online documentation <http://pyinterval.readthedocs.org/>`_
* `Entry in the Python Package Index <http://pypi.python.org/pypi/pyinterval/>`_


