LICENSE
MANIFEST.in
README.md
playground.py
pyproject.toml
requirements.txt
docs/api.rst
docs/architecture.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/cpp-comparison.md
docs/index.rst
docs/migration.md
docs/publishing.md
docs/roadmap.md
docs/usage.md
scripts/benchmark.py
scripts/check.sh
scripts/check_all.sh
scripts/check_package.sh
scripts/format.sh
scripts/generate_docs.sh
scripts/run_playground.sh
scripts/run_tests.sh
scripts/typecheck.sh
src/rangeslib/__init__.py
src/rangeslib/_adaptors.py
src/rangeslib/_core.py
src/rangeslib/_generators.py
src/rangeslib/py.typed
src/rangeslib/ranges.py
src/rangeslib/views.py
src/rangeslib.egg-info/PKG-INFO
src/rangeslib.egg-info/SOURCES.txt
src/rangeslib.egg-info/dependency_links.txt
src/rangeslib.egg-info/requires.txt
src/rangeslib.egg-info/top_level.txt
tests/test_public_api.py
tests/test_range.py
tests/test_range_collection.py
tests/typecheck/public_api.py