.editorconfig
.isort.cfg
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
tox.ini
src/kaczmarz/__init__.py
src/kaczmarz/_get_selection_strategy.py
src/kaczmarz/_iterates.py
src/kaczmarz/abc.py
src/kaczmarz/exceptions.py
src/kaczmarz/selection.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_abc.py
tests/test_get_selection_strategy.py
tests/test_iterates.py
tests/test_selection_strategies.py