.editorconfig
.gitignore
.isort.cfg
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build-master.yml
.github/workflows/publish.yml
.github/workflows/test-and-lint.yml
src/kaczmarz/__init__.py
src/kaczmarz/example.py
src/kaczmarz_algorithms.egg-info/PKG-INFO
src/kaczmarz_algorithms.egg-info/SOURCES.txt
src/kaczmarz_algorithms.egg-info/dependency_links.txt
src/kaczmarz_algorithms.egg-info/not-zip-safe
src/kaczmarz_algorithms.egg-info/requires.txt
src/kaczmarz_algorithms.egg-info/top_level.txt
tests/conftest.py
tests/test_function.py