LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
doc/examples_sphinx-gallery/README.rst
doc/examples_sphinx-gallery/articulation_points.py
doc/examples_sphinx-gallery/betweenness.py
doc/examples_sphinx-gallery/bipartite_matching.py
doc/examples_sphinx-gallery/bipartite_matching_maxflow.py
doc/examples_sphinx-gallery/bridges.py
doc/examples_sphinx-gallery/cluster_contraction.py
doc/examples_sphinx-gallery/complement.py
doc/examples_sphinx-gallery/configuration.py
doc/examples_sphinx-gallery/connected_components.py
doc/examples_sphinx-gallery/delaunay-triangulation.py
doc/examples_sphinx-gallery/erdos_renyi.py
doc/examples_sphinx-gallery/generate_dag.py
doc/examples_sphinx-gallery/isomorphism.py
doc/examples_sphinx-gallery/maxflow.py
doc/examples_sphinx-gallery/minimum_spanning_trees.py
doc/examples_sphinx-gallery/online_user_actions.py
doc/examples_sphinx-gallery/quickstart.py
doc/examples_sphinx-gallery/ring_animation.py
doc/examples_sphinx-gallery/shortest_path_visualisation.py
doc/examples_sphinx-gallery/simplify.py
doc/examples_sphinx-gallery/spanning_trees.py
doc/examples_sphinx-gallery/topological_sort.py
doc/examples_sphinx-gallery/visual_style.py
doc/examples_sphinx-gallery/visualize_cliques.py
doc/examples_sphinx-gallery/visualize_communities.py
doc/examples_sphinx-gallery/lesmis/lesmis.gml
doc/examples_sphinx-gallery/lesmis/lesmis.txt
doc/source/analysis.rst
doc/source/conf.py
doc/source/configuration.rst
doc/source/faq.rst
doc/source/generation.rst
doc/source/index.rst
doc/source/install.rst
doc/source/requirements.txt
doc/source/sg_execution_times.rst
doc/source/tutorial.es.rst
doc/source/tutorial.rst
doc/source/visualisation.rst
doc/source/_pydoctor_templates/extra.css
doc/source/_static/custom.css
doc/source/_static/logo-black.svg
doc/source/_static/gallery_thumbnails/ring_animation.gif
doc/source/_static/gallery_thumbnails/ring_animation.png
doc/source/api/index.rst
doc/source/assets/zachary.zip
doc/source/figures/tutorial_social_network_1.png
doc/source/figures/tutorial_social_network_1_mpl.png
doc/source/figures/tutorial_social_network_2.png
doc/source/figures/tutorial_social_network_2_mpl.png
doc/source/figures/tutorial_social_network_3.png
doc/source/include/global.rst
scripts/doctests.py
scripts/fix_pyodide_build.py
scripts/mkdoc.sh
scripts/patch_modularized_graph_methods.py
scripts/rtd_prebuild.sh
src/_igraph/arpackobject.c
src/_igraph/arpackobject.h
src/_igraph/attributes.c
src/_igraph/attributes.h
src/_igraph/bfsiter.c
src/_igraph/bfsiter.h
src/_igraph/common.c
src/_igraph/common.h
src/_igraph/convert.c
src/_igraph/convert.h
src/_igraph/dfsiter.c
src/_igraph/dfsiter.h
src/_igraph/edgeobject.c
src/_igraph/edgeobject.h
src/_igraph/edgeseqobject.c
src/_igraph/edgeseqobject.h
src/_igraph/error.c
src/_igraph/error.h
src/_igraph/filehandle.c
src/_igraph/filehandle.h
src/_igraph/force_cpp_linker.cpp
src/_igraph/graphobject.c
src/_igraph/graphobject.h
src/_igraph/igraphmodule.c
src/_igraph/igraphmodule_api.h
src/_igraph/indexing.c
src/_igraph/indexing.h
src/_igraph/operators.c
src/_igraph/operators.h
src/_igraph/platform.h
src/_igraph/preamble.h
src/_igraph/pyhelpers.c
src/_igraph/pyhelpers.h
src/_igraph/random.c
src/_igraph/random.h
src/_igraph/utils.c
src/_igraph/utils.h
src/_igraph/vertexobject.c
src/_igraph/vertexobject.h
src/_igraph/vertexseqobject.c
src/_igraph/vertexseqobject.h
src/igraph/__init__.py
src/igraph/adjacency.py
src/igraph/automorphisms.py
src/igraph/basic.py
src/igraph/bipartite.py
src/igraph/clustering.py
src/igraph/community.py
src/igraph/configuration.py
src/igraph/cut.py
src/igraph/datatypes.py
src/igraph/formula.py
src/igraph/layout.py
src/igraph/matching.py
src/igraph/seq.py
src/igraph/sparse_matrix.py
src/igraph/statistics.py
src/igraph/structural.py
src/igraph/summary.py
src/igraph/utils.py
src/igraph/version.py
src/igraph.egg-info/PKG-INFO
src/igraph.egg-info/SOURCES.txt
src/igraph.egg-info/dependency_links.txt
src/igraph.egg-info/entry_points.txt
src/igraph.egg-info/requires.txt
src/igraph.egg-info/top_level.txt
src/igraph/app/__init__.py
src/igraph/app/shell.py
src/igraph/drawing/__init__.py
src/igraph/drawing/baseclasses.py
src/igraph/drawing/colors.py
src/igraph/drawing/graph.py
src/igraph/drawing/metamagic.py
src/igraph/drawing/shapes.py
src/igraph/drawing/text.py
src/igraph/drawing/utils.py
src/igraph/drawing/cairo/__init__.py
src/igraph/drawing/cairo/base.py
src/igraph/drawing/cairo/coord.py
src/igraph/drawing/cairo/dendrogram.py
src/igraph/drawing/cairo/edge.py
src/igraph/drawing/cairo/graph.py
src/igraph/drawing/cairo/histogram.py
src/igraph/drawing/cairo/matrix.py
src/igraph/drawing/cairo/palette.py
src/igraph/drawing/cairo/plot.py
src/igraph/drawing/cairo/polygon.py
src/igraph/drawing/cairo/text.py
src/igraph/drawing/cairo/utils.py
src/igraph/drawing/cairo/vertex.py
src/igraph/drawing/matplotlib/__init__.py
src/igraph/drawing/matplotlib/dendrogram.py
src/igraph/drawing/matplotlib/edge.py
src/igraph/drawing/matplotlib/graph.py
src/igraph/drawing/matplotlib/histogram.py
src/igraph/drawing/matplotlib/matrix.py
src/igraph/drawing/matplotlib/palette.py
src/igraph/drawing/matplotlib/polygon.py
src/igraph/drawing/matplotlib/utils.py
src/igraph/drawing/matplotlib/vertex.py
src/igraph/drawing/plotly/__init__.py
src/igraph/drawing/plotly/edge.py
src/igraph/drawing/plotly/graph.py
src/igraph/drawing/plotly/polygon.py
src/igraph/drawing/plotly/utils.py
src/igraph/drawing/plotly/vertex.py
src/igraph/io/__init__.py
src/igraph/io/adjacency.py
src/igraph/io/bipartite.py
src/igraph/io/files.py
src/igraph/io/images.py
src/igraph/io/libraries.py
src/igraph/io/objects.py
src/igraph/io/random.py
src/igraph/io/utils.py
src/igraph/operators/__init__.py
src/igraph/operators/functions.py
src/igraph/operators/methods.py
src/igraph/remote/__init__.py
src/igraph/remote/gephi.py
tests/__init__.py
tests/test_atlas.py
tests/test_attributes.py
tests/test_basic.py
tests/test_bipartite.py
tests/test_cliques.py
tests/test_coloring.py
tests/test_colortests.py
tests/test_conversion.py
tests/test_cycles.py
tests/test_decomposition.py
tests/test_edgeseq.py
tests/test_flow.py
tests/test_foreign.py
tests/test_games.py
tests/test_generators.py
tests/test_homepage.py
tests/test_indexing.py
tests/test_isomorphism.py
tests/test_iterators.py
tests/test_layouts.py
tests/test_matching.py
tests/test_motifs.py
tests/test_operators.py
tests/test_rng.py
tests/test_separators.py
tests/test_spectral.py
tests/test_structural.py
tests/test_unicode_issues.py
tests/test_vertexseq.py
tests/test_walks.py
tests/utils.py