Metadata-Version: 1.1
Name: pyodesys
Version: 0.5.1
Summary: Straightforward numerical integration of ODE systems from SymPy.
Home-page: https://github.com/bjodah/pyodesys
Author: Björn Dahlgren
Author-email: bjodah@DELETEMEgmail.com
License: BSD
Description: 
        Package for solving (symbolic) systems of first order differential equations
        numerically.
        
        pyodesys ties computer algebra systems like SymPy and symengine, and numerical
        solvers such as ODEPACK in SciPy, CVode in sundials, GSL or odeint together.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
