Metadata-Version: 1.1
Name: IntervalArithmetic
Version: 0.2.0
Summary: An interval arithmetic module
Home-page: https://github.com/FabriceSalvaire/python-interval-arithmetic
Author: Fabrice Salvaire
Author-email: fabrice.salvaire@orange.fr
License: GPLv3
Description: .. -*- Mode: rst -*-
        
        .. -*- Mode: rst -*-
        
        ..
           |IntervalArithmeticUrl|
           |IntervalArithmeticHomePage|_
           |IntervalArithmeticDoc|_
           |IntervalArithmetic@github|_
           |IntervalArithmetic@readthedocs|_
           |IntervalArithmetic@readthedocs-badge|
           |IntervalArithmetic@pypi|_
        
        .. |ohloh| image:: https://www.openhub.net/accounts/230426/widgets/account_tiny.gif
           :target: https://www.openhub.net/accounts/fabricesalvaire
           :alt: Fabrice Salvaire's Ohloh profile
           :height: 15px
           :width:  80px
        
        .. |IntervalArithmeticUrl| replace:: https://fabricesalvaire.github.io/python-interval-arithmetic
        
        .. |IntervalArithmeticHomePage| replace:: IntervalArithmetic Home Page
        .. _IntervalArithmeticHomePage: https://fabricesalvaire.github.io/python-interval-arithmetic
        
        .. |IntervalArithmetic@readthedocs-badge| image:: https://readthedocs.org/projects/IntervalArithmetic/badge/?version=latest
           :target: http://IntervalArithmetic.readthedocs.org/en/latest
        
        .. |IntervalArithmetic@github| replace:: https://github.com/FabriceSalvaire/python-interval-arithmetic
        .. .. _IntervalArithmetic@github: https://github.com/FabriceSalvaire/python-interval-arithmetic
        
        .. |IntervalArithmetic@pypi| replace:: https://pypi.python.org/pypi/IntervalArithmetic
        .. .. _IntervalArithmetic@pypi: https://pypi.python.org/pypi/IntervalArithmetic
        
        .. |Build Status| image:: https://travis-ci.org/FabriceSalvaire/IntervalArithmetic.svg?branch=master
           :target: https://travis-ci.org/FabriceSalvaire/IntervalArithmetic
           :alt: IntervalArithmetic build status @travis-ci.org
        
        .. |Pypi Version| image:: https://img.shields.io/pypi/v/IntervalArithmetic.svg
           :target: https://pypi.python.org/pypi/IntervalArithmetic
           :alt: IntervalArithmetic last version
        
        .. |Pypi License| image:: https://img.shields.io/pypi/l/IntervalArithmetic.svg
           :target: https://pypi.python.org/pypi/IntervalArithmetic
           :alt: IntervalArithmetic license
        
        .. |Pypi Python Version| image:: https://img.shields.io/pypi/pyversions/IntervalArithmetic.svg
           :target: https://pypi.python.org/pypi/IntervalArithmetic
           :alt: IntervalArithmetic python version
        
        ..  coverage test
        ..  https://img.shields.io/pypi/status/Django.svg
        ..  https://img.shields.io/github/stars/badges/shields.svg?style=social&label=Star
        
        .. End
        .. -*- Mode: rst -*-
        
        .. |Python| replace:: Python
        .. _Python: http://python.org
        
        .. |PyPI| replace:: PyPI
        .. _PyPI: https://pypi.python.org/pypi
        
        .. |Numpy| replace:: Numpy
        .. _Numpy: http://www.numpy.org
        
        .. |IPython| replace:: IPython
        .. _IPython: http://ipython.org
        
        .. |Sphinx| replace:: Sphinx
        .. _Sphinx: http://sphinx-doc.org
        
        .. |Matplotlib| replace:: Matplotlib
        .. _Matplotlib: http://matplotlib.org
        
        .. |Circuit_macros| replace:: Circuit_macros
        .. _Circuit_macros: http://ece.uwaterloo.ca/~aplevich/Circuit_macros
        
        .. |Tikz| replace:: Tikz
        .. _Tikz: http://www.texample.net/tikz
        
        .. End
        
        ====================
         IntervalArithmetic
        ====================
        
        |Pypi License|
        |Pypi Python Version|
        
        |Pypi Version|
        
        * Quick Link to `Production Branch <https://github.com/FabriceSalvaire/python-interval-arithmetic/tree/master>`_
        * Quick Link to `Devel Branch <https://github.com/FabriceSalvaire/python-interval-arithmetic/tree/devel>`_
        
        Overview
        ========
        
        What is IntervalArithmetic ?
        ----------------------------
        
        IntervalArithmetic is a free and open source (*) interval arithmetic package for |Python|_.
        
        Where is the Documentation ?
        ----------------------------
        
        The documentation is available on the |IntervalArithmeticHomePage|_.
        
        ..
           What are the main features ?
           ----------------------------
        
           * to be completed ...
        
        How to install it ?
        -------------------
        
        Look at the `installation <https://fabricesalvaire.github.io/IntervalArithmetic/installation.html>`_ section in the documentation.
        
        Credits
        =======
        
        Authors: `Fabrice Salvaire <http://fabrice-salvaire.fr>`_
        
        News
        ====
        
        .. -*- Mode: rst -*-
        
        
        .. no title here
        
        V0.2 2017-11-10
        ---------------
        
Keywords: interval arithmetic
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
