.copier-answers.yml
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
pyproject.toml
.github/workflows/build-documentation.yml
.github/workflows/linting.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/notebooks.rst
docs/requirements.txt
docs/notebooks/README.md
docs/notebooks/demo_basis.ipynb
docs/notebooks/demo_fitting.ipynb
src/spline_basis.egg-info/PKG-INFO
src/spline_basis.egg-info/SOURCES.txt
src/spline_basis.egg-info/dependency_links.txt
src/spline_basis.egg-info/requires.txt
src/spline_basis.egg-info/top_level.txt
src/splinebasis/__init__.py
src/splinebasis/_version.py
src/splinebasis/ispline.py
src/splinebasis/mspline.py
tests/splinebasis/conftest.py
tests/splinebasis/test_example_module.py