Metadata-Version: 1.1
Name: realalg
Version: 0.2.1
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).
        This is achieved through a variety of interfaces.
        For most performance ensure that cyPari or cyPari2 is installed, or run it within `Sage`_.
        
        It officially supports Python 3.6 -- 3.8.
        It also runs on `PyPy`_ and `Sage`_.
        
        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
