Metadata-Version: 1.1
Name: realalg
Version: 0.1.2
Summary: For manipulating real algebraic numbers
Home-page: https://github.com/MarkCBell/realalg
Author: Mark Bell
Author-email: mcbell@illinois.edu
License: MIT License
Description: 
        RealAlg
        =======
        
        .. image:: https://img.shields.io/pypi/v/realalg.svg
            :target: https://pypi.org/project/realalg/
            :alt: PyPI version
        
        .. image:: https://img.shields.io/pypi/l/realalg.svg
            :target: https://pypi.org/project/realalg/
            :alt: PyPI license
        
        .. image:: https://api.travis-ci.org/MarkCBell/realalg.svg?branch=master
            :target: https://travis-ci.com/MarkCBell/realalg/
            :alt: Travis build status
        
        .. image:: https://img.shields.io/coveralls/github/MarkCBell/realalg.svg?branch=master
            :target: https://coveralls.io/github/MarkCBell/realalg?branch=master
            :alt: Coveralls status
        
        Realalg provides real algebraic numbers (embedded into R).
        
        It officially supports Python 2.7 and 3.5 -- 3.7.
        It also runs on `PyPy`_ and `Sage`_.
        
        .. note:: The use of **Python 3** is *highly* preferred over Python 2.
            Consider upgrading your applications and infrastructure if you find yourself *still* using Python 2 in production today.
            If you are using Python 3, congratulations — you are indeed a person of excellent taste. — *Kenneth Reitz*
        
        External Links
        --------------
        
        * `PyPI`_
        * `GitHub`_
        * `Travis`_
        * `AppVeyor`_
        * `Azure`_
        * `Coveralls`_
        
        .. _AppVeyor: https://ci.appveyor.com/project/MarkCBell/realalg
        .. _Azure: https://dev.azure.com/MarkCBell/realalg
        .. _GitHub: https://github.com/MarkCBell/realalg
        .. _PyPI: https://pypi.python.org/pypi/realalg
        .. _ReadTheDocs: http://realalg.readthedocs.io
        .. _Sage: http://www.sagemath.org
        .. _Travis: https://travis-ci.com/MarkCBell/realalg
        .. _Coveralls: https://coveralls.io/github/MarkCBell/realalg
        .. _PyPy: https://pypy.org/
        
        
Keywords: algebraic
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Mathematics
