.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
.github/workflows/publish_to_pypi_and_testpypi.yml
.github/workflows/ruff.yml
docs/Makefile
docs/docs-requirements.txt
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/api/models.rst
docs/source/api/multiplication.rst
pysphalt/__init__.py
pysphalt/model.pkl
pysphalt/models.py
pysphalt/schemas.py
pysphalt.egg-info/PKG-INFO
pysphalt.egg-info/SOURCES.txt
pysphalt.egg-info/dependency_links.txt
pysphalt.egg-info/top_level.txt
tests/__init__.py