LICENSE
MANIFEST.in
README.md
pyproject.toml
py3plex/__init__.py
py3plex/__main__.py
py3plex/cli.py
py3plex/config.py
py3plex/dsl_legacy.py
py3plex/errors.py
py3plex/exceptions.py
py3plex/graph_ops.py
py3plex/linter.py
py3plex/logging_config.py
py3plex/pipeline.py
py3plex/profiling.py
py3plex/temporal_utils.py
py3plex/temporal_view.py
py3plex/utils.py
py3plex/validation.py
py3plex/workflows.py
py3plex.egg-info/PKG-INFO
py3plex.egg-info/SOURCES.txt
py3plex.egg-info/dependency_links.txt
py3plex.egg-info/entry_points.txt
py3plex.egg-info/not-zip-safe
py3plex.egg-info/requires.txt
py3plex.egg-info/top_level.txt
py3plex/algorithms/__init__.py
py3plex/algorithms/advanced_random_generators.py
py3plex/algorithms/attribute_correlation.py
py3plex/algorithms/centrality_toolkit.py
py3plex/algorithms/community_comparison.py
py3plex/algorithms/graph_summarization.py
py3plex/algorithms/layer_similarity.py
py3plex/algorithms/meta_flow_report.py
py3plex/algorithms/multicentrality.py
py3plex/algorithms/robustness_testing.py
py3plex/algorithms/sir_multiplex.py
py3plex/algorithms/statistical_report.py
py3plex/algorithms/centrality/__init__.py
py3plex/algorithms/centrality/explain.py
py3plex/algorithms/community_detection/NoRC.py
py3plex/algorithms/community_detection/__init__.py
py3plex/algorithms/community_detection/community_louvain.py
py3plex/algorithms/community_detection/community_measures.py
py3plex/algorithms/community_detection/community_ranking.py
py3plex/algorithms/community_detection/community_wrapper.py
py3plex/algorithms/community_detection/leiden_multilayer.py
py3plex/algorithms/community_detection/multilayer_benchmark.py
py3plex/algorithms/community_detection/multilayer_modularity.py
py3plex/algorithms/community_detection/node_ranking.py
py3plex/algorithms/community_detection/infomap/__init__.py
py3plex/algorithms/community_detection/infomap/infomap.py
py3plex/algorithms/community_detection/infomap/examples/python/example-bipartite.py
py3plex/algorithms/community_detection/infomap/examples/python/example-file-io.py
py3plex/algorithms/community_detection/infomap/examples/python/example-multiplex.py
py3plex/algorithms/community_detection/infomap/examples/python/example-networkx.py
py3plex/algorithms/community_detection/infomap/examples/python/example-simple.py
py3plex/algorithms/community_detection/infomap/examples/python/example-trigram-expanded.py
py3plex/algorithms/community_detection/infomap/examples/python/example-trigram.py
py3plex/algorithms/community_detection/infomap/interfaces/python/setup.py
py3plex/algorithms/curvature/__init__.py
py3plex/algorithms/curvature/ollivier_ricci_multilayer.py
py3plex/algorithms/general/__init__.py
py3plex/algorithms/general/benchmark_classification.py
py3plex/algorithms/general/walkers.py
py3plex/algorithms/hedwig/__init__.py
py3plex/algorithms/hedwig/__main__.py
py3plex/algorithms/hedwig/assets/builtin.n3
py3plex/algorithms/hedwig/core/__init__.py
py3plex/algorithms/hedwig/core/converters.py
py3plex/algorithms/hedwig/core/example.py
py3plex/algorithms/hedwig/core/helpers.py
py3plex/algorithms/hedwig/core/kb.py
py3plex/algorithms/hedwig/core/load.py
py3plex/algorithms/hedwig/core/predicate.py
py3plex/algorithms/hedwig/core/rule.py
py3plex/algorithms/hedwig/core/settings.py
py3plex/algorithms/hedwig/core/term_parsers.py
py3plex/algorithms/hedwig/learners/__init__.py
py3plex/algorithms/hedwig/learners/bottomup.py
py3plex/algorithms/hedwig/learners/learner.py
py3plex/algorithms/hedwig/learners/optimal.py
py3plex/algorithms/hedwig/stats/__init__.py
py3plex/algorithms/hedwig/stats/adjustment.py
py3plex/algorithms/hedwig/stats/scorefunctions.py
py3plex/algorithms/hedwig/stats/significance.py
py3plex/algorithms/hedwig/stats/validate.py
py3plex/algorithms/multilayer_algorithms/__init__.py
py3plex/algorithms/multilayer_algorithms/centrality.py
py3plex/algorithms/multilayer_algorithms/entanglement.py
py3plex/algorithms/multilayer_algorithms/multirank.py
py3plex/algorithms/multilayer_algorithms/multixrank.py
py3plex/algorithms/multilayer_algorithms/supra_matrix_function_centrality.py
py3plex/algorithms/multilayer_algorithms/versatility.py
py3plex/algorithms/network_classification/PPR.py
py3plex/algorithms/network_classification/__init__.py
py3plex/algorithms/network_classification/label_propagation.py
py3plex/algorithms/node_ranking/__init__.py
py3plex/algorithms/node_ranking/node_ranking.py
py3plex/algorithms/statistics/__init__.py
py3plex/algorithms/statistics/basic_statistics.py
py3plex/algorithms/statistics/bayesian_distances.py
py3plex/algorithms/statistics/bayesiantests.py
py3plex/algorithms/statistics/correlation_networks.py
py3plex/algorithms/statistics/critical_distances.py
py3plex/algorithms/statistics/enrichment.py
py3plex/algorithms/statistics/enrichment_modules.py
py3plex/algorithms/statistics/multilayer_statistics.py
py3plex/algorithms/statistics/powerlaw.py
py3plex/algorithms/statistics/stats_comparison.py
py3plex/algorithms/statistics/topology.py
py3plex/algorithms/temporal_multiplex/__init__.py
py3plex/algorithms/term_parsers/__init__.py
py3plex/alignment/__init__.py
py3plex/alignment/features.py
py3plex/alignment/metrics.py
py3plex/alignment/solvers.py
py3plex/centrality/__init__.py
py3plex/centrality/robustness.py
py3plex/comparison/__init__.py
py3plex/comparison/executor.py
py3plex/comparison/metrics.py
py3plex/comparison/result.py
py3plex/core/__init__.py
py3plex/core/converters.py
py3plex/core/immutable.py
py3plex/core/lazy_evaluation.py
py3plex/core/multinet.py
py3plex/core/nx_compat.py
py3plex/core/parsers.py
py3plex/core/random_generators.py
py3plex/core/schema_validation.py
py3plex/core/supporting.py
py3plex/core/types.py
py3plex/core/HINMINE/IO.py
py3plex/core/HINMINE/__init__.py
py3plex/core/HINMINE/dataStructures.py
py3plex/core/HINMINE/decomposition.py
py3plex/datasets/__init__.py
py3plex/datasets/_generators.py
py3plex/datasets/_loaders.py
py3plex/datasets/_data/aarhus_cs.edges
py3plex/datasets/_data/synthetic_multilayer.edges
py3plex/dsl/__init__.py
py3plex/dsl/ast.py
py3plex/dsl/builder.py
py3plex/dsl/context.py
py3plex/dsl/errors.py
py3plex/dsl/executor.py
py3plex/dsl/export.py
py3plex/dsl/operator_registry.py
py3plex/dsl/registry.py
py3plex/dsl/result.py
py3plex/dsl/serializer.py
py3plex/dynamics/__init__.py
py3plex/dynamics/_utils.py
py3plex/dynamics/ast.py
py3plex/dynamics/builder.py
py3plex/dynamics/compartmental.py
py3plex/dynamics/config.py
py3plex/dynamics/core.py
py3plex/dynamics/errors.py
py3plex/dynamics/executor.py
py3plex/dynamics/models.py
py3plex/dynamics/processes.py
py3plex/dynamics/registry.py
py3plex/dynamics/result.py
py3plex/dynamics/serializer.py
py3plex/io/__init__.py
py3plex/io/api.py
py3plex/io/converters.py
py3plex/io/exceptions.py
py3plex/io/schema.py
py3plex/io/formats/__init__.py
py3plex/io/formats/arrow_format.py
py3plex/io/formats/csv_format.py
py3plex/io/formats/json_format.py
py3plex/lab/__init__.py
py3plex/lab/base.py
py3plex/multinet/__init__.py
py3plex/multinet/aggregation.py
py3plex/nullmodels/__init__.py
py3plex/nullmodels/executor.py
py3plex/nullmodels/models.py
py3plex/nullmodels/result.py
py3plex/paths/__init__.py
py3plex/paths/algorithms.py
py3plex/paths/executor.py
py3plex/paths/result.py
py3plex/plugins/__init__.py
py3plex/plugins/base.py
py3plex/plugins/examples.py
py3plex/plugins/registry.py
py3plex/robustness/__init__.py
py3plex/robustness/experiments.py
py3plex/robustness/perturbations.py
py3plex/visualization/__init__.py
py3plex/visualization/benchmark_visualizations.py
py3plex/visualization/bezier.py
py3plex/visualization/colors.py
py3plex/visualization/drawing_machinery.py
py3plex/visualization/layout_algorithms.py
py3plex/visualization/misc_tools.py
py3plex/visualization/multilayer.py
py3plex/visualization/polyfit.py
py3plex/visualization/ricci_layout.py
py3plex/visualization/ricci_multilayer_vis.py
py3plex/visualization/sankey.py
py3plex/visualization/embedding_visualization/__init__.py
py3plex/visualization/embedding_visualization/embedding_tools.py
py3plex/visualization/embedding_visualization/embedding_visualization.py
py3plex/visualization/fa2/__init__.py
py3plex/visualization/fa2/fa2util.py
py3plex/visualization/fa2/forceatlas2.py
py3plex/wrappers/__init__.py
py3plex/wrappers/benchmark_nodes.py
py3plex/wrappers/r_interop.py
py3plex/wrappers/train_node2vec_embedding.py
tests/test_advanced_metrics_properties.py
tests/test_aggregation.py
tests/test_algorithm_properties.py
tests/test_algorithms_init.py
tests/test_alignment.py
tests/test_centrality_explain.py
tests/test_centrality_explain_integration.py
tests/test_centrality_robustness.py
tests/test_centrality_weight_handling.py
tests/test_cli.py
tests/test_cli_check.py
tests/test_cli_ergonomics.py
tests/test_cli_piping.py
tests/test_code_improvements.py
tests/test_community_detection_modules.py
tests/test_community_measures.py
tests/test_comparison.py
tests/test_config_api.py
tests/test_contracts.py
tests/test_contracts_extended.py
tests/test_core_functionality.py
tests/test_core_supporting.py
tests/test_crosshair_pure_functions.py
tests/test_datasets.py
tests/test_doctests.py
tests/test_dsl.py
tests/test_dsl_community_filtering.py
tests/test_dsl_ergonomics.py
tests/test_dsl_export.py
tests/test_dsl_extensions.py
tests/test_dsl_operators.py
tests/test_dsl_v2.py
tests/test_dynamics.py
tests/test_dynamics_conservation.py
tests/test_dynamics_core.py
tests/test_dynamics_reference_runs.py
tests/test_edge_cases.py
tests/test_edgelist_format.py
tests/test_ergonomics.py
tests/test_errors.py
tests/test_exceptions.py
tests/test_fuzzing_properties.py
tests/test_graph_ops.py
tests/test_incidence_gadget_encoding.py
tests/test_infomap_fix.py
tests/test_interlayer_links_fix.py
tests/test_io_arrow.py
tests/test_io_converters.py
tests/test_io_exceptions.py
tests/test_io_integration.py
tests/test_io_roundtrip.py
tests/test_io_schema.py
tests/test_issue_19_fix.py
tests/test_lab.py
tests/test_layer_extraction_fix.py
tests/test_layout_algorithms.py
tests/test_lazy_evaluation.py
tests/test_leiden_multilayer.py
tests/test_linter.py
tests/test_logging_conversion.py
tests/test_main.py
tests/test_math_invariants.py
tests/test_metamorphic.py
tests/test_monoplex_nx_wrapper.py
tests/test_mpc.py
tests/test_multilayer_centrality.py
tests/test_multilayer_cornercases.py
tests/test_multilayer_edge_fix.py
tests/test_multilayer_integration.py
tests/test_multilayer_modularity.py
tests/test_multilayer_statistics.py
tests/test_multilayer_visualizations.py
tests/test_multiplex_participation.py
tests/test_multiplex_properties.py
tests/test_multirank.py
tests/test_multixrank.py
tests/test_network_conversion.py
tests/test_networkx_compatibility.py
tests/test_new_algorithms.py
tests/test_new_multilayer_metrics.py
tests/test_node_ranking_comprehensive.py
tests/test_norc.py
tests/test_nullmodels.py
tests/test_nx_compat_extended.py
tests/test_ollivier_ricci_multilayer.py
tests/test_parsers_comprehensive.py
tests/test_parsers_coverage.py
tests/test_paths.py
tests/test_performance_core.py
tests/test_pipeline.py
tests/test_plugin_system.py
tests/test_profiling.py
tests/test_properties.py
tests/test_r_interop.py
tests/test_random_generators_additional.py
tests/test_random_generators_extended.py
tests/test_random_walkers.py
tests/test_random_walks.py
tests/test_ricci_visualization.py
tests/test_robustness.py
tests/test_sankey_visualization.py
tests/test_sbm_generator.py
tests/test_schema_and_immutable.py
tests/test_seeding.py
tests/test_sir_multiplex.py
tests/test_stats_comparison.py
tests/test_supporting_extended.py
tests/test_supra_matrix_function_centrality.py
tests/test_temporal.py
tests/test_temporal_builder.py
tests/test_utils.py
tests/test_utils_coverage.py
tests/test_utils_extended.py
tests/test_validation.py
tests/test_versatility.py
tests/test_visualization_benchmark.py
tests/test_visualization_bezier.py
tests/test_visualization_colors.py
tests/test_visualization_imports.py
tests/test_visualization_polyfit.py
tests/test_visualize_matrix_fix.py
tests/test_workflows.py
tests/test_wrappers_benchmark_nodes.py
tests/test_wrappers_train_node2vec.py