Metadata-Version: 2.1
Name: Diofant
Version: 0.14.0a4
Summary: Computer algebra system (CAS) in Python
Author: Sergey B Kirpichev et al
Maintainer-email: Sergey B Kirpichev <diofant@googlegroups.com>
License: BSD
Project-URL: Homepage, https://diofant.readthedocs.io/
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
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.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: mpmath (>=1.2)
Requires-Dist: packaging
Provides-Extra: develop
Requires-Dist: diofant[tests] ; extra == 'develop'
Requires-Dist: flake518 ; extra == 'develop'
Requires-Dist: flake8-docstrings (>=1.3) ; extra == 'develop'
Requires-Dist: pep8-naming ; extra == 'develop'
Requires-Dist: flake8-comprehensions ; extra == 'develop'
Requires-Dist: flake8-isort (>=4.1) ; extra == 'develop'
Requires-Dist: flake8-quotes (>=3) ; extra == 'develop'
Requires-Dist: flake8-sfs ; extra == 'develop'
Requires-Dist: pytest-xdist (>=1.22) ; extra == 'develop'
Requires-Dist: pytest-cov ; extra == 'develop'
Requires-Dist: pylint (>=2.14.2) ; extra == 'develop'
Requires-Dist: coverage[toml] (>=6.1.2) ; extra == 'develop'
Requires-Dist: coverage-enable-subprocess ; extra == 'develop'
Requires-Dist: types-pkg-resources ; extra == 'develop'
Requires-Dist: mypy ; extra == 'develop'
Requires-Dist: build ; extra == 'develop'
Requires-Dist: flake8-pytest-style ; extra == 'develop'
Provides-Extra: docs
Requires-Dist: sphinx (>=4) ; extra == 'docs'
Requires-Dist: sphinxcontrib-bibtex (>=2.1) ; extra == 'docs'
Requires-Dist: sphinxcontrib-autoprogram ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (>=0.2) ; extra == 'docs'
Provides-Extra: exports
Requires-Dist: numpy (>=1.19) ; extra == 'exports'
Requires-Dist: scipy (>=1.6) ; extra == 'exports'
Requires-Dist: cython ; extra == 'exports'
Provides-Extra: gmpy
Requires-Dist: gmpy2 (>=2.1.0) ; extra == 'gmpy'
Provides-Extra: interactive
Requires-Dist: ipykernel ; extra == 'interactive'
Provides-Extra: plot
Requires-Dist: matplotlib (>=3.5.0) ; extra == 'plot'
Provides-Extra: testing
Requires-Dist: diofant[develop] ; extra == 'testing'
Provides-Extra: tests
Requires-Dist: pytest (>=6) ; extra == 'tests'
Requires-Dist: hypothesis ; extra == 'tests'
Requires-Dist: pytest-timeout ; extra == 'tests'
Requires-Dist: pexpect ; 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/
