Source: pymbolic
Section: python
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Uploaders: Debian Python team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all-dev,
 python3-setuptools,
 python3-numpy,
 python3-pytest
Standards-Version: 4.6.2
Homepage:  https://pypi.python.org/pypi/pymbolic
Vcs-Browser: https://salsa.debian.org/mckinstry/pymbolcc.git
Vcs-Git: https://salsa.debian.org/mckinstry/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.

