.gitignore
LICENSE
Makefile
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/main.yml
src/rstats_logreader/VERSION
src/rstats_logreader/__init__.py
src/rstats_logreader/cli.py
src/rstats_logreader/reader.py
src/rstats_logreader.egg-info/PKG-INFO
src/rstats_logreader.egg-info/SOURCES.txt
src/rstats_logreader.egg-info/dependency_links.txt
src/rstats_logreader.egg-info/entry_points.txt
src/rstats_logreader.egg-info/not-zip-safe
src/rstats_logreader.egg-info/requires.txt
src/rstats_logreader.egg-info/top_level.txt
test/conftest.py
test/test_cli.py
test/test_reader.py