.gitignore
.travis.yml
CHANGELOG.txt
LICENSE
README.md
pyproject.toml
rle_arithmetic_template.j2
setup.py
template_filler_add_sub.yaml
template_filler_div.yaml
test.py
.github/workflows/build_and_upload_wheels.yml
.github/workflows/install_doctest_lint_typecheck.yml
graphs/hypothesis-tested-brightgreen.svg
pyrle/__init__.py
pyrle/methods.py
pyrle/rle.py
pyrle/rledict.py
pyrle.egg-info/PKG-INFO
pyrle.egg-info/SOURCES.txt
pyrle.egg-info/dependency_links.txt
pyrle.egg-info/requires.txt
pyrle.egg-info/top_level.txt
pyrle/src/__init__.py
pyrle/src/coverage.c
pyrle/src/coverage.pyx
pyrle/src/getitem.c
pyrle/src/getitem.pyx
pyrle/src/rle.c
pyrle/src/rle.pyx
tests/__init__.py
tests/compute_Rle.R
tests/compute_coverage.R
tests/helpers.py
tests/hypothesis_helper.py
tests/subset_coverage.R
tests/test_hypothesis.py
tests/test_hypothesis_coverage.py
tests/test_subset_coverage.py