Skip to main content

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

Project description

networkx-gdf

PyPI version Documentation Status Downloads Downloads

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.

Project details


Download files

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

Source Distribution

networkx_gdf-1.4.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

networkx_gdf-1.4-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file networkx_gdf-1.4.tar.gz.

File metadata

  • Download URL: networkx_gdf-1.4.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.5

File hashes

Hashes for networkx_gdf-1.4.tar.gz
Algorithm Hash digest
SHA256 ca0914b565e844ead87ec74c1016a2efc117d459b5e9343c556852c05a63e0c8
MD5 d657e155b96e554d2f8d0390581fedd2
BLAKE2b-256 afccdfbbf0825a4ec70543e7840044f73e7a64909f02313ad2c3abf15f38f652

See more details on using hashes here.

File details

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

File metadata

  • Download URL: networkx_gdf-1.4-py3-none-any.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.5

File hashes

Hashes for networkx_gdf-1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a6d8e46ab567fe6f8179288853976784b6596874dc5553c4d18b50c159dbfb39
MD5 d5d82cfcd4c9c420353becde03f46e78
BLAKE2b-256 b75d029c3e0e5da9dc7eede7052d719d0bc11dcd52a2f8159b6004c31860aed8

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