Metadata-Version: 1.2
Name: splines
Version: 0.1.0
Summary: Splines in Euclidean Space and Beyond
Home-page: UNKNOWN
Author: Matthias Geier
Author-email: Matthias.Geier@gmail.com
License: MIT
Project-URL: Documentation, https://splines.readthedocs.io/
Project-URL: Source Code, https://github.com/AudioSceneDescriptionFormat/splines/
Project-URL: Bug Tracker, https://github.com/AudioSceneDescriptionFormat/splines/issues/
Description: Splines in Euclidean Space and Beyond
        =====================================
        
        ... with focus on univariate, non-uniform piecewise cubic polynomial curves
        in one, two and three spatial dimensions, as well as rotation splines.
        
        Installation
            ``python3 -m pip install splines``
        
        Online documentation
            https://splines.readthedocs.io/
        
        Documentation notebooks on Binder
            https://mybinder.org/v2/gh/AudioSceneDescriptionFormat/splines/master?filepath=doc/index.ipynb
        
        Source code repository (and issue tracker)
            https://github.com/AudioSceneDescriptionFormat/splines
        
        License
            MIT -- see the file ``LICENSE`` for details.
        
        
Keywords: splines,curves,interpolation,quaternions
Platform: any
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
