python3-pymbolic

Expression tree and symbolic manipulation library
  https://pypi.python.org/pypi/pymbolic
  0
  no reviews



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.