mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
2bca5ef0e9
backport it to the latest version of the 1.x branch -> 1.11 - Adds CONFLICTS_INSTALL to math/py-networkx (no bump of PORTVERSION) and math/py-networkx1 - math/py-networkx1 is required by the package devel/py-taskflow that is not compatible with math/py-network PR: 232240 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc.
24 lines
835 B
Plaintext
24 lines
835 B
Plaintext
NetworkX (NX) is a Python package for the creation, manipulation, and
|
|
study of the structure, dynamics, and functions of complex networks.
|
|
Features:
|
|
* Includes standard graph-theoretic and statistical physics functions
|
|
* Easy exchange of network algorithms between applications, disciplines,
|
|
and platforms
|
|
* Includes many classic graphs and synthetic networks
|
|
* Nodes and edges can be "anything" (e.g. time-series, text, images,
|
|
XML records)
|
|
* Exploits existing code from high-quality legacy software in C, C++,
|
|
Fortran, etc.
|
|
* Open source (encourages community input)
|
|
* Unit-tested
|
|
|
|
Additional benefits due to Python:
|
|
* Allows fast prototyping of new algorithms
|
|
* Easy to teach
|
|
* Multi-platform
|
|
* Allows easy access to almost any database
|
|
|
|
Note: This is a backported version of the 1.x branch.
|
|
|
|
WWW: https://networkx.github.io/
|