Metadata-Version: 1.1
Name: cypari
Version: 2.0.1
Summary: Sage's PARI extension, modified to stand alone.
Home-page: https://bitbucket.org/t3m/cypari
Author: Marc Culler and Nathan M. Dunfield
Author-email: culler@uic.edu, nathan@dunfield.info
License: GPLv2+
Description: The package *cypari* is a Python wrapper for the `PARI library
        <http://pari.math.u-bordeaux.fr/>`_, a computer algebra system for
        number theory computations.  It is derived from the `corresponding
        component
        <http://doc.sagemath.org/html/en/reference/libs/sage/libs/pari/index.html>`_
        of `Sage <http://www.sagemath.org>`_, but is independent of the rest of
        Sage and can be used with any recent version of Python (except on Windows,
        where 3.4 is currently the only supported version of Python 3).
        
Keywords: Pari,SageMath,SnapPy
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Mathematics
