LICENCE
README.md
pyproject.toml
src/revsymg/__init__.py
src/revsymg/exceptions.py
src/revsymg/index_lib.py
src/revsymg/py.typed
src/revsymg.egg-info/PKG-INFO
src/revsymg.egg-info/SOURCES.txt
src/revsymg.egg-info/dependency_links.txt
src/revsymg.egg-info/requires.txt
src/revsymg.egg-info/top_level.txt
src/revsymg/algorithms/__init__.py
src/revsymg/algorithms/graph_functions.py
src/revsymg/algorithms/transitive_reduction.py
src/revsymg/algorithms/connected_components/__init__.py
src/revsymg/algorithms/connected_components/cnnted_comp_id.py
src/revsymg/algorithms/connected_components/cnnted_comp_tool.py
src/revsymg/graphs/__init__.py
src/revsymg/graphs/_adjancy_table.py
src/revsymg/graphs/attributes.py
src/revsymg/graphs/merged_strands_graph.py
src/revsymg/graphs/revsym_edges.py
src/revsymg/graphs/revsym_graph.py
src/revsymg/graphs/revsym_vertices.py
src/revsymg/graphs/split_strands_edges.py
src/revsymg/graphs/split_strands_graph.py
src/revsymg/graphs/split_strands_vertices.py
src/revsymg/id_containers/__init__.py
src/revsymg/id_containers/abstract_ids.py
src/revsymg/id_containers/hashable_ids.py
src/revsymg/id_containers/indices_ids.py
tests/test_exceptions.py
tests/test_index_lib.py