Metadata-Version: 2.1
Name: Diofant
Version: 0.15.0b0
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/
Project-URL: Changelog, https://diofant.readthedocs.io/en/latest/release/notes-0.15.html
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.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: mpmath>=1.4.0a1
Provides-Extra: exports
Requires-Dist: numpy<1.25,>=1.19; python_version < "3.12" and extra == "exports"
Requires-Dist: numpy>=1.26.0rc1; python_version >= "3.12" and extra == "exports"
Requires-Dist: cython>=0.29; extra == "exports"
Requires-Dist: meson-python; python_version >= "3.12" and extra == "exports"
Requires-Dist: ninja; python_version >= "3.12" and extra == "exports"
Provides-Extra: gmpy
Requires-Dist: gmpy2>=2.2; extra == "gmpy"
Provides-Extra: interactive
Requires-Dist: ipykernel; extra == "interactive"
Provides-Extra: docs
Requires-Dist: sphinx>=7; extra == "docs"
Requires-Dist: sphinxcontrib-bibtex>=2.6; extra == "docs"
Requires-Dist: sphinxcontrib-autoprogram; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1; extra == "docs"
Provides-Extra: tests
Requires-Dist: pytest>=8; extra == "tests"
Requires-Dist: hypothesis; extra == "tests"
Requires-Dist: pytest-timeout; extra == "tests"
Requires-Dist: pexpect; extra == "tests"
Provides-Extra: develop
Requires-Dist: diofant[tests]; extra == "develop"
Requires-Dist: flake518>=1.5; 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>=6; extra == "develop"
Requires-Dist: flake8-quotes>=3; extra == "develop"
Requires-Dist: flake8-sfs; extra == "develop"
Requires-Dist: pytest-xdist>=3; extra == "develop"
Requires-Dist: pytest-cov>=5; extra == "develop"
Requires-Dist: pylint<3.2,>=3; extra == "develop"
Requires-Dist: coverage[toml]>=7; extra == "develop"
Requires-Dist: mypy; extra == "develop"
Requires-Dist: coverage_enable_subprocess; extra == "develop"
Requires-Dist: build; extra == "develop"
Requires-Dist: flake8-pytest-style; extra == "develop"
Provides-Extra: testing
Requires-Dist: diofant[develop]; extra == "testing"

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/
