Metadata-Version: 2.1
Name: Diofant
Version: 0.13.0a1
Summary: Computer algebra system (CAS) in Python
Home-page: https://diofant.readthedocs.io/
Author: Sergey B Kirpichev et al
Maintainer: Sergey B Kirpichev
Maintainer-email: diofant@googlegroups.com
License: BSD
Project-URL: Source Code, https://github.com/diofant/diofant/
Project-URL: Bug Tracker, https://github.com/diofant/diofant/issues/
Project-URL: Download, https://github.com/diofant/diofant/releases/
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: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Requires-Dist: mpmath (>=0.19)
Provides-Extra: develop
Requires-Dist: pytest (>=4.3) ; extra == 'develop'
Requires-Dist: hypothesis ; extra == 'develop'
Requires-Dist: pytest-timeout ; extra == 'develop'
Requires-Dist: flake8 (>=3.8.0) ; extra == 'develop'
Requires-Dist: flake8-docstrings (>=1.3.1) ; extra == 'develop'
Requires-Dist: pep8-naming ; extra == 'develop'
Requires-Dist: flake8-comprehensions ; extra == 'develop'
Requires-Dist: flake8-isort ; extra == 'develop'
Requires-Dist: flake8-rst ; extra == 'develop'
Requires-Dist: flake8-quotes (>=3.0) ; extra == 'develop'
Requires-Dist: flake8-sfs ; extra == 'develop'
Requires-Dist: pytest-xdist (>=1.22.4) ; extra == 'develop'
Requires-Dist: pytest-cov ; extra == 'develop'
Requires-Dist: pylint (>=2.6.0) ; extra == 'develop'
Requires-Dist: coverage ; extra == 'develop'
Requires-Dist: isort ; extra == 'develop'
Requires-Dist: codecov (>=2.1.8) ; extra == 'develop'
Requires-Dist: mypy ; extra == 'develop'
Requires-Dist: wheel ; extra == 'develop'
Provides-Extra: docs
Requires-Dist: sphinx (!=2.1.0,!=3.2.0,>=1.6.7) ; extra == 'docs'
Requires-Dist: sphinxcontrib-bibtex (>=2.1.3) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (>=0.2.4) ; extra == 'docs'
Provides-Extra: exports
Requires-Dist: numpy (>=1.16.2) ; extra == 'exports'
Requires-Dist: scipy (>=0.18) ; extra == 'exports'
Requires-Dist: cython ; extra == 'exports'
Provides-Extra: gmpy
Requires-Dist: gmpy2 (!=2.1.0b1,>=2.1.0a1) ; 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 (>=4.3) ; 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.

.. _Python: https://www.python.org/
.. _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.rst
.. _this repository: https://github.com/diofant/diofant/


