Metadata-Version: 2.0
Name: Diofant
Version: 0.8.0a3
Summary: Computer algebra system (CAS) in Python
Home-page: http://diofant.rtfd.io
Author: Sergey B Kirpichev
Author-email: UNKNOWN
License: BSD
Keywords: Math CAS
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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.4
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=3.4
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 (>=2.5.5); extra == 'develop'
Requires-Dist: pep8-naming; extra == 'develop'
Requires-Dist: pytest-cov; 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'
Provides-Extra: docs
Requires-Dist: sphinx (>=1.2.3); extra == 'docs'
Requires-Dist: numpydoc; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Provides-Extra: exports
Requires-Dist: numpy; extra == 'exports'
Requires-Dist: scipy; extra == 'exports'
Requires-Dist: Theano; extra == 'exports'
Provides-Extra: gmpy
Requires-Dist: gmpy2; 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; extra == 'plot'

Diofant is a Python library for symbolic mathematics. It aims to become a
full-featured computer algebra system (CAS) while keeping the code as
simple as possible in order to be comprehensible and easily extensible.


