Metadata-Version: 1.2
Name: CHSPy
Version: 1.2.1
Summary: Cubic Hermite splines
Home-page: UNKNOWN
License: UNKNOWN
Description: # Cubic Hermite Splines for Python
        
        This module provides Python tools for cubic Hermite splines with one argument (time) and multiple values.
        It was branched of from [JiTCDDE](http://github.com/neurophysik/jitcdde), which uses it for representing the past of a delay differential equation.
        
        You can find the documentation [on Read the Docs](https://chspy.readthedocs.io).
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
