From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/networkx/metadata.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dev-python/networkx/metadata.xml (limited to 'dev-python/networkx/metadata.xml') diff --git a/dev-python/networkx/metadata.xml b/dev-python/networkx/metadata.xml new file mode 100644 index 000000000000..0d5472957160 --- /dev/null +++ b/dev-python/networkx/metadata.xml @@ -0,0 +1,30 @@ + + + + + python@gentoo.org + Python + + + NetworkX is a Python-based package for the creation, manipulation, and + study of the structure, dynamics, and functions of complex networks. + The structure of a graph or network is encoded in the edges (connections, + links, ties, arcs, bonds) between nodes (vertices, sites, actors). If + unqualified, by graph we mean a simple undirected graph, i.e. no + self-loops and no multiple edges are allowed. By a network we usually + mean a graph with weights (fields, properties) on nodes and/or edges. + The potential audience for NetworkX includes: mathematicians, physicists, + biologists, computer scientists, social scientists. + + + networkx + networkx/networkx + + + Provide graph drawing and graph layout algorithms along with shapefile format reading and writing + Provides a DataFrame, which is a tabular data structure with labeled axes + Enables scipy backend + Provides YAML format reading and writing + + gentoo-staging + -- cgit v1.3.1