CITATION.cff
LICENSE.md
MANIFEST.in
README.md
pyproject.toml
benchmarks/benchmarks/__init__.py
benchmarks/benchmarks/bench_core_hypergraph.py
benchmarks/benchmarks/common.py
docs/source/conf.py
logo/logo.pdf
logo/logo.png
logo/logo.svg
requirements/README.md
requirements/benchmark.txt
requirements/default.txt
requirements/developer.txt
requirements/docs.txt
requirements/release.txt
requirements/test.txt
requirements/tutorial.txt
tests/conftest.py
tests/algorithms/test_assortativity.py
tests/algorithms/test_centrality.py
tests/algorithms/test_clustering.py
tests/algorithms/test_connected.py
tests/algorithms/test_properties.py
tests/algorithms/test_shortest_path.py
tests/convert/test_bipartite_edges.py
tests/convert/test_bipartite_graph.py
tests/convert/test_encapsulation_dag.py
tests/convert/test_graph.py
tests/convert/test_higher_order_network.py
tests/convert/test_hyperedges.py
tests/convert/test_hypergraph_dict.py
tests/convert/test_incidence.py
tests/convert/test_line_graph.py
tests/convert/test_pandas.py
tests/core/test_dihypergraph.py
tests/core/test_globalviews.py
tests/core/test_hypergraph.py
tests/core/test_simplicialcomplex.py
tests/core/test_views.py
tests/drawing/test_draw.py
tests/drawing/test_draw_utils.py
tests/drawing/test_layout.py
tests/dynamics/test_synchronization.py
tests/generators/test_classic.py
tests/generators/test_lattice.py
tests/generators/test_nonuniform.py
tests/generators/test_randomizing.py
tests/generators/test_simple.py
tests/generators/test_simplicial_complexes.py
tests/generators/test_uniform.py
tests/linalg/test_matrix.py
tests/readwrite/test_bigg_data.py
tests/readwrite/test_bipartite_edgelist.py
tests/readwrite/test_edgelist.py
tests/readwrite/test_hif.py
tests/readwrite/test_incidence_matrix.py
tests/readwrite/test_json.py
tests/readwrite/test_xgi_data.py
tests/stats/test_core_stats_functions.py
tests/stats/test_diedgestats.py
tests/stats/test_dinodestats.py
tests/stats/test_edgestats.py
tests/stats/test_nodestats.py
tests/utils/test_utilities.py
tools/generate_requirements.py
xgi/__init__.py
xgi/exception.py
xgi.egg-info/PKG-INFO
xgi.egg-info/SOURCES.txt
xgi.egg-info/dependency_links.txt
xgi.egg-info/requires.txt
xgi.egg-info/top_level.txt
xgi/algorithms/__init__.py
xgi/algorithms/assortativity.py
xgi/algorithms/centrality.py
xgi/algorithms/clustering.py
xgi/algorithms/connected.py
xgi/algorithms/properties.py
xgi/algorithms/shortest_path.py
xgi/convert/__init__.py
xgi/convert/bipartite_edges.py
xgi/convert/bipartite_graph.py
xgi/convert/encapsulation_dag.py
xgi/convert/graph.py
xgi/convert/higher_order_network.py
xgi/convert/hyperedges.py
xgi/convert/hypergraph_dict.py
xgi/convert/incidence.py
xgi/convert/line_graph.py
xgi/convert/pandas.py
xgi/convert/simplex.py
xgi/core/__init__.py
xgi/core/dihypergraph.py
xgi/core/globalviews.py
xgi/core/hypergraph.py
xgi/core/simplicialcomplex.py
xgi/core/views.py
xgi/drawing/__init__.py
xgi/drawing/draw.py
xgi/drawing/draw_utils.py
xgi/drawing/layout.py
xgi/dynamics/__init__.py
xgi/dynamics/synchronization.py
xgi/generators/__init__.py
xgi/generators/classic.py
xgi/generators/lattice.py
xgi/generators/random.py
xgi/generators/randomizing.py
xgi/generators/simple.py
xgi/generators/simplicial_complexes.py
xgi/generators/uniform.py
xgi/linalg/__init__.py
xgi/linalg/hodge_matrix.py
xgi/linalg/hypergraph_matrix.py
xgi/linalg/laplacian_matrix.py
xgi/readwrite/__init__.py
xgi/readwrite/bigg_data.py
xgi/readwrite/bipartite.py
xgi/readwrite/edgelist.py
xgi/readwrite/hif.py
xgi/readwrite/incidence.py
xgi/readwrite/json.py
xgi/readwrite/xgi_data.py
xgi/stats/__init__.py
xgi/stats/diedgestats.py
xgi/stats/dinodestats.py
xgi/stats/edgestats.py
xgi/stats/nodestats.py
xgi/utils/__init__.py
xgi/utils/utilities.py