.gitignore
LICENSE
Makefile
README.md
pytest.ini
requirements.txt
setup.py
.github/includes/actions/checkout/action.yaml
.github/includes/actions/download-and-run-tests/action.yaml
.github/includes/actions/download-and-run-tests/install-test-requirements.py
.github/includes/actions/download-and-run-tests/run-tests.py
.github/workflows/build-and-upload-for-pypi-pure.yml
.github/workflows/install-and-test.yml
.github/workflows/licensing.yml
.github/workflows-src/build-and-upload-for-pypi-pure.yml
.github/workflows-src/install-and-test.yml
rr_graph/README.md
rr_graph/__init__.py
rr_graph/channel.py
rr_graph/channel2.py
rr_graph/graph.py
rr_graph/graph2.py
rr_graph/points.py
rr_graph/tracks.py
rr_graph/version.py
rr_graph.egg-info/PKG-INFO
rr_graph.egg-info/SOURCES.txt
rr_graph.egg-info/dependency_links.txt
rr_graph.egg-info/requires.txt
rr_graph.egg-info/top_level.txt
rr_graph/capnp/__init__.py
rr_graph/capnp/graph2.py
rr_graph/tests/__init__.py
rr_graph/tests/test_channel.py
rr_graph/tests/test_channel2.py
rr_graph/tests/test_graph.py
rr_graph/tests/test_graph2.py
rr_graph/tests/test_points.py
rr_graph/tests/test_tracks.py
rr_graph/utils/__init__.py
rr_graph/utils/asserts.py
rr_graph/utils/collections_extra.py
rr_graph/utils/progressbar_utils.py
rr_graph/xml/__init__.py
rr_graph/xml/graph2.py
rr_graph/xml/utils.py