Skip to main content

Python package to read and write NetworkX graphs in GDF (Graph Data Format).

Project description

networkx-gdf

PyPI package Documentation Status Downloads Downloads License

Python package to read and write NetworkX graphs as GDF (Graph Data Format).

GDF is a compact file format originally implemented by GUESS. Although the software itself is not anymore maintained, the format is still supported by active open-source projects such as Gephi (see details here).

Requirements

  • Python>=3.7
  • networkx>=2.1
  • pandas>=1.1.0

Install

Package is available to install on PyPI:

$ pip install networkx-gdf

Usage

The following is an example covering the package's functionality:

from networkx_gdf import read_gdf, write_gdf

# Builds NetworkX graph object from file.
G = read_gdf("input_file.gdf")

# Writes NetworkX graph object to file.
write_gdf(G, "output_file.gdf")

For detailed information on usage, please refer to its official documentation.

License

This package is released under the BSD License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

networkx_gdf-1.5.3-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file networkx_gdf-1.5.3-py3-none-any.whl.

File metadata

File hashes

Hashes for networkx_gdf-1.5.3-py3-none-any.whl
Algorithm Hash digest
SHA256 65081af4b97356b7bbf48cafb0b6a9c7d8090d1214c8a1a4d3fe35d2a1a4c706
MD5 7ea67127d1c17f926455ec311828f12e
BLAKE2b-256 c1e79a1fe1f2524851dc3e894abf5ec216b50ad2883ffa25c8813b305e05196e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page