# pyinterval **Repository Path**: mirrors_lepy/pyinterval ## Basic Information - **Project Name**: pyinterval - **Description**: PyInterval — Interval arithmetic in Python - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 `_ * `Online documentation `_ * `Entry in the Python Package Index `_