Metadata-Version: 1.1
Name: scikits.odes
Version: 2.3.2
Summary: A python module for ordinary differential equation anddifferential algebraic equation solvers
Home-page: https://github.com/bmcage/odes
Author: maintainer of odes is B. Malengier
Author-email: benny.malengier@gmail.org
License: new BSD
Description: 
        Odes is a scikit toolkit for scipy to add some extra ode solvers.
        At present it provides dae solvers you can use, extending the capabilities
        offered in scipy.integrade.ode.
        
        LICENSE: the license of odes is the same as scipy, new BSD.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
