.gitignore
.pre-commit-config.yaml
.python-version
LICENSE
README.md
codecov.yaml
pyproject.toml
uv.lock
.github/workflows/ci.yaml
.github/workflows/docs.yaml
.github/workflows/release.yaml
doc/Makefile
doc/conf.py
doc/index.rst
doc/make.bat
doc/quick_start.rst
doc/user_guide.rst
doc/_static/css/project-template.css
doc/_static/img/index_api.svg
doc/_static/img/index_examples.svg
doc/_static/img/index_getting_started.svg
doc/_static/img/index_user_guide.svg
doc/_static/img/skarf_logo.png
doc/_static/img/skarf_logo.svg
doc/_static/js/copybutton.js
doc/_templates/class.rst
doc/_templates/function.rst
doc/_templates/numpydoc_docstring.rst
doc/_templates/sidebar-search-bs.html
doc/api/index.rst
examples/README.txt
skarf/__init__.py
skarf/_version.py
skarf.egg-info/PKG-INFO
skarf.egg-info/SOURCES.txt
skarf.egg-info/dependency_links.txt
skarf.egg-info/requires.txt
skarf.egg-info/top_level.txt
skarf/covariance/__init__.py
skarf/covariance/_pyspi.py
skarf/var/__init__.py
skarf/var/_base.py
skarf/var/_covariance.py
skarf/var/_linear.py
skarf/var/_multi.py
skarf/var/_utils.py
tests/__init__.py
tests/conftest.py
tests/test_covariance/__init__.py
tests/test_covariance/test_pyspi.py
tests/test_var/__init__.py
tests/test_var/test_base.py
tests/test_var/test_covariance.py
tests/test_var/test_linear.py
tests/test_var/test_multi.py
tests/test_var/test_utils.py