Metadata-Version: 2.1
Name: Diofant
Version: 0.10.0a2
Summary: Computer algebra system (CAS) in Python
Home-page: https://diofant.readthedocs.io/
Maintainer: Sergey B Kirpichev
Maintainer-email: skirpichev@gmail.com
License: BSD
Project-URL: Source Code, https://github.com/diofant/diofant/
Project-URL: Bug Tracker, https://github.com/diofant/diofant/issues/
Project-URL: Documentation, https://diofant.readthedocs.io/
Keywords: Math,CAS
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.5
Requires-Dist: mpmath (>=0.19)
Requires-Dist: strategies (>=0.2.3)
Provides-Extra: develop
Requires-Dist: pytest (>=3.6) ; extra == 'develop'
Requires-Dist: hypothesis ; extra == 'develop'
Requires-Dist: pytest-timeout ; extra == 'develop'
Requires-Dist: flake8 (!=3.1.0,>=2.5.5) ; extra == 'develop'
Requires-Dist: flake8-docstrings (>=1.2.0) ; extra == 'develop'
Requires-Dist: pep8-naming ; extra == 'develop'
Requires-Dist: flake8-comprehensions ; extra == 'develop'
Requires-Dist: flake8-isort ; extra == 'develop'
Requires-Dist: pytest-xdist (>=1.22.4) ; extra == 'develop'
Requires-Dist: pytest-cov ; extra == 'develop'
Requires-Dist: astroid (<=2.0.4) ; extra == 'develop'
Requires-Dist: coverage ; extra == 'develop'
Requires-Dist: pytest-runner ; extra == 'develop'
Requires-Dist: isort ; extra == 'develop'
Requires-Dist: codecov ; extra == 'develop'
Requires-Dist: pylint (<=2.1.1) ; (platform_python_implementation != "PyPy") and extra == 'develop'
Provides-Extra: docs
Requires-Dist: sphinx (>=1.6.7) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (>=0.2.4) ; extra == 'docs'
Provides-Extra: exports
Requires-Dist: numpy (>=1.12.1) ; extra == 'exports'
Requires-Dist: scipy ; extra == 'exports'
Requires-Dist: cython ; extra == 'exports'
Provides-Extra: gmpy
Requires-Dist: gmpy2 (>=2.1.0) ; extra == 'gmpy'
Requires-Dist: platform-python-implementation (!="PyPy") ; extra == 'gmpy'
Provides-Extra: interactive
Requires-Dist: ipykernel ; extra == 'interactive'
Provides-Extra: plot
Requires-Dist: matplotlib (!=2.1.1) ; extra == 'plot'
Provides-Extra: tests
Requires-Dist: pytest (>=3.6) ; extra == 'tests'
Requires-Dist: hypothesis ; extra == 'tests'
Requires-Dist: pytest-timeout ; extra == 'tests'

Diofant
=======

A Python library for symbolic mathematics.

For `installation instructions`_ and usage information,
see the `online documentation`_.

`New BSD License`_ covers all files in this repository unless stated otherwise.

.. _online documentation: https://diofant.readthedocs.io/en/latest/
.. _installation instructions: https://diofant.readthedocs.io/en/latest/install.html#installation
.. _New BSD License: https://github.com/diofant/diofant/blob/master/LICENSE


