Source: pymbolic Section: python Maintainer: Alastair McKinstry Uploaders: Debian Python team Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all-dev, python3-setuptools, python3-numpy, python3-numpy-dev, python3-pytest Standards-Version: 4.7.3 Homepage: https://documen.tician.de/pymbolic/ Vcs-Browser: https://salsa.debian.org/python-team/packages/pymbolic.git Vcs-Git: https://salsa.debian.org/python-team/packages/pymbolic.git -b debian/latest Package: python3-pymbolic Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, python3-numpy Description: Expression tree and symbolic manipulation library Pymbolic is a small expression tree and symbolic manipulation library. Two things set it apart from other libraries of its kind: . * Users can easily write their own symbolic operations, simply by deriving from the builtin visitor classes. * Users can easily add their own symbolic entities to do calculations with.