.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
tox.ini
.github/workflows/test_and_deploy.yml
docs/Makefile
docs/basis_functions.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/spline_curves.rst
docs/pyplots/plot_b1.py
docs/pyplots/plot_b2.py
docs/pyplots/plot_b3.py
docs/pyplots/plot_catmullrom.py
docs/pyplots/plot_cubichermite.py
docs/pyplots/plot_exponential.py
docs/pyplots/plot_exponentialhermite.py
examples/README.rst
examples/plot_example1.py
src/splinebox/__init__.py
src/splinebox/_version.py
src/splinebox/basis_functions.py
src/splinebox/spline_curves.py
src/splinebox.egg-info/PKG-INFO
src/splinebox.egg-info/SOURCES.txt
src/splinebox.egg-info/dependency_links.txt
src/splinebox.egg-info/requires.txt
src/splinebox.egg-info/top_level.txt
tests/conftest.py
tests/test_basis_functions.py
tests/test_spline_curves.py