Metadata-Version: 1.0
Name: pymbolic
Version: 0.90
Summary: A package for symbolic computation
Home-page: http://mathema.tician.de/software/pymbolic
Author: Andreas Kloeckner
Author-email: inform@tiker.net
License: MIT
Description: 
        Pymbolic is a small 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.
        
        Pymbolic currently understands regular arithmetic expressions, derivatives,
        sparse polynomials, fractions, term substitution, expansion. It automatically
        performs constant folding, and it can compile its expressions into Python
        bytecode for fast(er) execution.
        
        If you are looking for a full-blown Computer Algebra System, look at
        `sympy <http://pypi.python.org/pypi/sympy>`_ or
        `PyGinac <http://pyginac.sourceforge.net/>`_. If you are looking for a
        basic, small and extensible set of symbolic operations, pymbolic may
        well be for you.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
