Metadata-Version: 2.2
Name: CHSPy
Version: 1.2.3
Summary: Cubic Hermite splines
Author-email: Gerrit Ansmann <gansmann@uni-bonn.de>
License: BSD-3-Clause
Project-URL: Documentation, https://chspy.readthedocs.io
Project-URL: Homepage, https://github.com/neurophysik/CHSPy
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
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: symengine; extra == "test"

# 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](https://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).
