Source: sympy
Section: python
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-all (>=2.6.6-3), python-setuptools (>= 0.6b3)
Standards-Version: 3.9.5
Homepage: https://github.com/sympy/sympy

Package: python-sympy
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-imaging, python-ctypes, ipython, python-numpy,
 texlive-fonts-extra, dvipng
Description: Computer Algebra System (CAS) in Python
 SymPy is a Python library for symbolic mathematics (manipulation). 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. SymPy
 is written entirely in Python and does not require any external libraries,
 except optionally for plotting support.
