2018-03-20 21:39:42 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_NETWORKX
|
|
|
|
bool "python-networkx"
|
2020-07-15 22:25:15 +02:00
|
|
|
depends on BR2_PACKAGE_PYTHON3
|
2018-03-20 21:39:42 +01:00
|
|
|
select BR2_PACKAGE_PYTHON_DECORATOR # runtime
|
|
|
|
help
|
|
|
|
A Python package for the creation, manipulation,
|
|
|
|
and study of the structure, dynamics, and
|
|
|
|
functions of complex networks.
|
|
|
|
|
|
|
|
https://pypi.python.org/pypi/networkx
|