Metadata-Version: 2.0
Name: Diofant
Version: 0.9.0
Summary: Computer algebra system (CAS) in Python
Home-page: https://diofant.readthedocs.io/
Author: Sergey B Kirpichev
Author-email: UNKNOWN
License: BSD
Description-Content-Type: UNKNOWN
Keywords: Math CAS
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
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
Requires-Python: >=3.5
Requires-Dist: mpmath (>=0.19)
Requires-Dist: strategies (>=0.2.3)
Requires-Dist: cachetools
Provides-Extra: develop
Requires-Dist: pytest (>=3.0); extra == 'develop'
Requires-Dist: flake8 (!=3.1.0,>=2.5.5); extra == 'develop'
Requires-Dist: flake8-docstrings (>=1.2.0); extra == 'develop'
Requires-Dist: pydocstyle; extra == 'develop'
Requires-Dist: pep8-naming; extra == 'develop'
Requires-Dist: flake8-comprehensions; extra == 'develop'
Requires-Dist: flake8-isort; extra == 'develop'
Requires-Dist: hypothesis; extra == 'develop'
Requires-Dist: pytest-xdist; extra == 'develop'
Requires-Dist: pytest-cov; extra == 'develop'
Requires-Dist: pytest-timeout; extra == 'develop'
Requires-Dist: coverage; extra == 'develop'
Requires-Dist: setuptools (>=5.5.1); extra == 'develop'
Requires-Dist: pip (>=6.0); extra == 'develop'
Requires-Dist: pytest-runner; extra == 'develop'
Requires-Dist: isort; extra == 'develop'
Provides-Extra: docs
Requires-Dist: docutils (!=0.13.1); extra == 'docs'
Requires-Dist: sphinx (>=1.6.7); extra == 'docs'
Requires-Dist: numpydoc; 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: Theano (>=0.9.0); extra == 'exports'
Provides-Extra: gmpy
Requires-Dist: gmpy2 (>=2.0.8); extra == 'gmpy'
Provides-Extra: interactive
Requires-Dist: ipython (>=2.3.0); extra == 'interactive'
Provides-Extra: plot
Requires-Dist: pyparsing (!=2.1.2); extra == 'plot'
Requires-Dist: matplotlib (!=2.1.1); extra == 'plot'

Diofant is a Python library for symbolic mathematics. 


