2018-12-06 19:24:31 +00:00
|
|
|
package:
|
|
|
|
name: networkx
|
2023-03-29 08:39:43 +00:00
|
|
|
version: "3.0"
|
2022-09-06 06:20:04 +00:00
|
|
|
top-level:
|
|
|
|
- networkx
|
2018-12-06 19:24:31 +00:00
|
|
|
requirements:
|
|
|
|
run:
|
2022-01-10 19:54:11 +00:00
|
|
|
- decorator
|
|
|
|
- setuptools
|
|
|
|
- matplotlib
|
|
|
|
- numpy
|
2020-10-17 07:07:19 +00:00
|
|
|
source:
|
2023-03-29 08:39:43 +00:00
|
|
|
sha256: 58058d66b1818043527244fab9d41a51fcd7dcc271748015f3c181b8a90c8e2e
|
|
|
|
url: https://files.pythonhosted.org/packages/11/eb/929b1a04b1778f4dd606c739c93c134306e4a31012e31e184c8308f3d985/networkx-3.0-py3-none-any.whl
|
2018-12-06 19:24:31 +00:00
|
|
|
test:
|
|
|
|
imports:
|
2022-01-10 19:54:11 +00:00
|
|
|
- networkx
|
|
|
|
- networkx.algorithms
|
|
|
|
- networkx.algorithms.approximation
|
|
|
|
- networkx.algorithms.assortativity
|
|
|
|
- networkx.algorithms.bipartite
|
|
|
|
- networkx.algorithms.centrality
|
|
|
|
- networkx.algorithms.chordal
|
|
|
|
- networkx.algorithms.coloring
|
|
|
|
- networkx.algorithms.community
|
|
|
|
- networkx.algorithms.components
|
|
|
|
- networkx.algorithms.connectivity
|
|
|
|
- networkx.algorithms.flow
|
|
|
|
- networkx.algorithms.isomorphism
|
|
|
|
- networkx.algorithms.link_analysis
|
|
|
|
- networkx.algorithms.node_classification
|
|
|
|
- networkx.algorithms.operators
|
|
|
|
- networkx.algorithms.shortest_paths
|
|
|
|
- networkx.algorithms.traversal
|
|
|
|
- networkx.algorithms.tree
|
|
|
|
- networkx.classes
|
|
|
|
- networkx.drawing
|
|
|
|
- networkx.generators
|
|
|
|
- networkx.linalg
|
|
|
|
- networkx.readwrite
|
|
|
|
- networkx.readwrite.json_graph
|
|
|
|
- networkx.utils
|