pyodide/packages/networkx/meta.yaml

41 lines
1.2 KiB
YAML

package:
name: networkx
version: '2.2'
source:
url: https://files.pythonhosted.org/packages/f3/f4/7e20ef40b118478191cec0b58c3192f822cace858c19505c7670961b76b2/networkx-2.2.zip
sha256: 45e56f7ab6fe81652fb4bc9f44faddb0e9025f469f602df14e3b2551c2ea5c8b
requirements:
run:
- decorator
- setuptools
test:
imports:
- 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