Metadata-Version: 1.0
Name: pyinterval
Version: 1.0b21
Summary: Interval arithmetic in Python
Home-page: http://pyinterval.googlecode.com/
Author: Stefano Taschini
Author-email: taschini@gmail.com
License: UNKNOWN
Description: 
        This library provides a Python implementation of an algebraically
        closed interval system on the extended real number set. An interval
        object consists of a finite union of closed, possibly unbound,
        mathematical intervals.
        
        Installation
        ------------
        
        The most convenient way to install this library is by means of `easy_install`_::
        
        easy_install pyinterval
        
        Alternatively, it is possible to download the sources from PyPI_ and invoking ::
        
        python setup.py install
        
        in the unpacked directory. Note that you need the crlibm_ library
        installed on your system. It is also possible to check-out the sources
        from the subversion repository::
        
        svn checkout http://pyinterval.googlecode.com/svn/trunk/ pyinterval
        
        .. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall
        .. _pypi: http://pypi.python.org/pypi/pyinterval/
        .. _crlibm: http://lipforge.ens-lyon.fr/www/crlibm/
        
        Documentation
        -------------
        
        Full documentation is available at
        http://pyinterval.googlecode.com/svn/trunk/html/index.html
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
