networkx-gdf
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.
Release files for networkx-gdf 1.5.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| networkx_gdf-1.5.5.tar.gz | 10.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| networkx_gdf-1.5.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.4 kB
Release files / networkx_gdf-1.5.5.tar.gz
| Download URL | networkx_gdf-1.5.5.tar.gz |
|---|---|
| Size | 10.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5184cb54a7a5ccad296b7fc05771586b3ba7d8573126208ec9a3b6d647c28071
|
|
BLAKE2b-256 checksum How to use checksums |
a95ddf511900597f3ba1e1063a55a7d1030bfe8c4f5d8761527577225b81bc86
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|
Release files / networkx_gdf-1.5.5-py3-none-any.whl
| Download URL | networkx_gdf-1.5.5-py3-none-any.whl |
|---|---|
| Size | 8.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f2557b5b497d3734508349684f94080c3256ce2483985bc39840144d5789d822
|
|
BLAKE2b-256 checksum How to use checksums |
dccbbf7a7d7803aef1c825293801535cd25951667ed8b27de92913c6b3cb85c0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|