.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/deploy-docs.yml
.github/workflows/publish-to-PyPI.yml
.github/workflows/publish-to-conda.yml
.github/workflows/conda-recipe/meta.yaml
docs/Makefile
docs/changelog.rst
docs/concepts.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/install.rst
docs/make.bat
docs/quickstart.rst
docs/requirements.txt
docs/_static/.gitkeep
docs/api/bipartite.rst
docs/api/filters.rst
docs/api/hybrid.rst
docs/api/index.rst
docs/api/measures.rst
docs/api/proximity.rst
docs/api/statistical.rst
docs/api/structural.rst
docs/api/unweighted.rst
docs/tutorials/bipartite_backbone.rst
docs/tutorials/comparing_methods.rst
docs/tutorials/index.rst
docs/tutorials/proximity_scoring.rst
docs/tutorials/statistical_backbone.rst
docs/tutorials/structural_methods.rst
docs/tutorials/unweighted_sparsification.rst
docs/user_guide/choosing_method.rst
docs/user_guide/directed_graphs.rst
docs/user_guide/evaluation.rst
docs/user_guide/index.rst
docs/user_guide/workflow.rst
networkx_backbone/__init__.py
networkx_backbone/bipartite.py
networkx_backbone/filters.py
networkx_backbone/hybrid.py
networkx_backbone/measures.py
networkx_backbone/proximity.py
networkx_backbone/statistical.py
networkx_backbone/structural.py
networkx_backbone/unweighted.py
networkx_backbone.egg-info/PKG-INFO
networkx_backbone.egg-info/SOURCES.txt
networkx_backbone.egg-info/dependency_links.txt
networkx_backbone.egg-info/requires.txt
networkx_backbone.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_bipartite.py
tests/test_filters.py
tests/test_hybrid.py
tests/test_measures.py
tests/test_proximity.py
tests/test_statistical.py
tests/test_structural.py
tests/test_unweighted.py