.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
LICENSE.txt
README.md
codecov.yml
conftest.py
pyproject.toml
.github/dependabot.yml
.github/release.yml
.github/workflows/deploy.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/test.yml
TopoNetX.egg-info/PKG-INFO
TopoNetX.egg-info/SOURCES.txt
TopoNetX.egg-info/dependency_links.txt
TopoNetX.egg-info/requires.txt
TopoNetX.egg-info/top_level.txt
docs/.gitignore
docs/Makefile
docs/conf.py
docs/index.rst
docs/notebooks
docs/_static/favicon-48.png
docs/_templates/autosummary-class-template.rst
docs/_templates/autosummary-module-template.rst
docs/api/algorithms.rst
docs/api/classes.rst
docs/api/datasets.rst
docs/api/generators.rst
docs/api/index.rst
docs/api/readwrite.rst
docs/api/transform.rst
docs/project/code_of_conduct.rst
docs/project/contributing.rst
docs/project/index.rst
docs/tutorials/index.rst
docs/tutorials/sc.png
resources/erc_logo.png
resources/logo.png
test/test_tutorials.py
test/algorithms/test_components.py
test/algorithms/test_distance.py
test/algorithms/test_distance_measures.py
test/algorithms/test_spectrum.py
test/classes/test_cell.py
test/classes/test_cell_complex.py
test/classes/test_colored_hypergraph.py
test/classes/test_combinatorial_complex.py
test/classes/test_complex.py
test/classes/test_hyperedge.py
test/classes/test_path.py
test/classes/test_path_complex.py
test/classes/test_reportviews.py
test/classes/test_simplex.py
test/classes/test_simplicial_complex.py
test/datasets/test_graph.py
test/datasets/test_mesh.py
test/datasets/test_utils.py
test/generators/test_classic_cell_complex.py
test/generators/test_random_cell_complexes.py
test/generators/test_random_simplicial_complexes.py
test/readwrite/test_atomlist.py
test/transform/test_delaunay.py
test/transform/test_graph_to_cell_complex.py
test/transform/test_graph_to_simplicial_complex.py
test/utils/test_normalization.py
test/utils/test_structure.py
toponetx/__init__.py
toponetx/_version.py
toponetx/exception.py
toponetx/algorithms/__init__.py
toponetx/algorithms/components.py
toponetx/algorithms/distance.py
toponetx/algorithms/distance_measures.py
toponetx/algorithms/spectrum.py
toponetx/classes/.DS_Store
toponetx/classes/__init__.py
toponetx/classes/cell.py
toponetx/classes/cell_complex.py
toponetx/classes/colored_hypergraph.py
toponetx/classes/combinatorial_complex.py
toponetx/classes/complex.py
toponetx/classes/hyperedge.py
toponetx/classes/path.py
toponetx/classes/path_complex.py
toponetx/classes/reportviews.py
toponetx/classes/simplex.py
toponetx/classes/simplicial_complex.py
toponetx/datasets/.gitignore
toponetx/datasets/__init__.py
toponetx/datasets/graph.py
toponetx/datasets/mesh.py
toponetx/datasets/utils.py
toponetx/generators/__init__.py
toponetx/generators/classic_cell_complexes.py
toponetx/generators/random_cell_complexes.py
toponetx/generators/random_simplicial_complexes.py
toponetx/readwrite/__init__.py
toponetx/readwrite/atomlist.py
toponetx/readwrite/serialization.py
toponetx/transform/__init__.py
toponetx/transform/delaunay.py
toponetx/transform/graph_to_cell_complex.py
toponetx/transform/graph_to_simplicial_complex.py
toponetx/utils/__init__.py
toponetx/utils/normalization.py
toponetx/utils/structure.py
tutorials/01_simplicial_complexes.ipynb
tutorials/02_cell_complexes.ipynb
tutorials/03_combinatorial_complexes.ipynb
tutorials/04_colored_hypergraphs.ipynb
tutorials/README.md
tutorials/cc.png
tutorials/ccc.png
tutorials/chg.png
tutorials/sc.png