Metadata-Version: 1.0
Name: ddeint
Version: 0.1.01
Summary: Scipy-based Delay Differential Equations solver
Home-page: UNKNOWN
Author: Zulko
Author-email: UNKNOWN
License: see LICENSE.txt
Description: ddeint
        =================
        
        Scipy-based delay differential equation (DDE) solver. See the docstrings and examples for more infos.
        
        Licence
        --------
        
        Public domain. Everyone is welcome to contribute !
        
        Installation
        --------------
        
        ddeint can be installed by unzipping the source code in one directory and using this command: ::
        
            sudo python setup.py install
        
        You can also install it directly from the Python Package Index with this command: ::
        
            sudo pip ddeint install 
        
Keywords: delay differential equation DDE
Platform: UNKNOWN
