.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE.txt
README.md
pyproject.toml
setup.cfg
.github/workflows/ci.yaml
.github/workflows/pre-commit.yaml
.github/workflows/release.yaml
examples/data_formatter.ipynb
examples/switch.ipynb
requirement_files/develop_requirements.txt
requirement_files/tests_requirements.txt
src/pyreptasks/__init__.py
src/pyreptasks/data_formatter.py
src/pyreptasks/switch.py
src/pyreptasks.egg-info/PKG-INFO
src/pyreptasks.egg-info/SOURCES.txt
src/pyreptasks.egg-info/dependency_links.txt
src/pyreptasks.egg-info/top_level.txt
tests/test_data_formatter.py
tests/test_switch.py