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 MIT 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 Distribution

networkx_gdf-1.5.4.tar.gz (9.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

networkx_gdf-1.5.4-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: networkx_gdf-1.5.4.tar.gz
  • Upload date:
  • Size: 9.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for networkx_gdf-1.5.4.tar.gz
Algorithm Hash digest
SHA256 b1af9f88fa2378cde61bcc27cc9a48918c7f1fb6408cd737adcf5867a0419255
MD5 7b4cae913589ed2a4a7a41d458acaf3f
BLAKE2b-256 14badac6ab3da92d0c4627489aefdb685e2ff6195412eabec47aa3fb5ad7afb1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: networkx_gdf-1.5.4-py3-none-any.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for networkx_gdf-1.5.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a4d214c5610d8e8e5b64487d2e0ab2f24969c6b1e4952753c323ac0d80e05827
MD5 06ba35866a05b4a27ef41313f8f3f80e
BLAKE2b-256 99199233e7b3bb386b7ef3aa357cecbaa82c1b0eec931d4e4b2b8ac95a604ac7

See more details on using hashes here.

Supported by

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