Name | networkx-gdf JSON |
Version |
1.5.3
JSON |
| download |
home_page | None |
Summary | Python package to read and write NetworkX graphs in GDF (Graph Data Format). |
upload_time | 2024-09-26 01:28:58 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7 |
license | None |
keywords |
network
graph
gdf
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# networkx-gdf
[](https://pypi.org/p/networkx-gdf/)
[](https://networkx-gdf.readthedocs.io/en/latest/?badge=latest)
[](https://pepy.tech/project/networkx-gdf?versions=*)
[](https://pepy.tech/project/networkx-gdf?versions=*)
[](https://github.com/nelsonaloysio/networkx-gdf/blob/main/LICENSE.md)
Python package to read and write NetworkX graphs as GDF (Graph Data Format).
GDF is a compact file format originally implemented by [GUESS](https://graphexploration.cond.org). Although the software itself is not anymore maintained, the format is still supported by active open-source projects such as [Gephi](https://gephi.org/) (see details [here](https://networkx-gdf.readthedocs.io/en/stable/api.html#networkx_gdf.GDF)).
## Requirements
* **Python>=3.7**
* networkx>=2.1
* pandas>=1.1.0
## Install
Package is available to install on [PyPI](https://pypi.org/project/networkx-gdf/):
```bash
$ pip install networkx-gdf
```
## Usage
The following is an example covering the package's functionality:
```python
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](https://networkx-gdf.readthedocs.io).
## License
This package is released under the [BSD License](https://github.com/nelsonaloysio/networkx-gdf/blob/main/LICENSE.md).
Raw data
{
"_id": null,
"home_page": null,
"name": "networkx-gdf",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "Network, Graph, GDF",
"author": null,
"author_email": "Nelson Aloysio Reis de Almeida Passos <nelson.reis@phd.unipi.it>",
"download_url": null,
"platform": null,
"description": "# networkx-gdf\n\n[](https://pypi.org/p/networkx-gdf/)\n[](https://networkx-gdf.readthedocs.io/en/latest/?badge=latest)\n[](https://pepy.tech/project/networkx-gdf?versions=*)\n[](https://pepy.tech/project/networkx-gdf?versions=*)\n[](https://github.com/nelsonaloysio/networkx-gdf/blob/main/LICENSE.md)\n\nPython package to read and write NetworkX graphs as GDF (Graph Data Format).\n\nGDF is a compact file format originally implemented by [GUESS](https://graphexploration.cond.org). Although the software itself is not anymore maintained, the format is still supported by active open-source projects such as [Gephi](https://gephi.org/) (see details [here](https://networkx-gdf.readthedocs.io/en/stable/api.html#networkx_gdf.GDF)).\n\n## Requirements\n\n* **Python>=3.7**\n* networkx>=2.1\n* pandas>=1.1.0\n\n## Install\n\nPackage is available to install on [PyPI](https://pypi.org/project/networkx-gdf/):\n\n```bash\n$ pip install networkx-gdf\n```\n\n## Usage\n\nThe following is an example covering the package's functionality:\n\n```python\nfrom networkx_gdf import read_gdf, write_gdf\n\n# Builds NetworkX graph object from file.\nG = read_gdf(\"input_file.gdf\")\n\n# Writes NetworkX graph object to file.\nwrite_gdf(G, \"output_file.gdf\")\n```\n\nFor detailed information on usage, please refer to its [official documentation](https://networkx-gdf.readthedocs.io).\n\n## License\n\nThis package is released under the [BSD License](https://github.com/nelsonaloysio/networkx-gdf/blob/main/LICENSE.md).\n",
"bugtrack_url": null,
"license": null,
"summary": "Python package to read and write NetworkX graphs in GDF (Graph Data Format).",
"version": "1.5.3",
"project_urls": {
"Changelog": "https://github.com/nelsonaloysio/networkx-gdf/blob/main/CHANGELOG.md",
"Documentation": "https://networkx-gdf.readthedocs.io",
"Homepage": "https://pypi.org/p/networkx-gdf/",
"Issues": "https://github.com/nelsonaloysio/networkx-gdf/issues",
"Repository": "https://github.com/nelsonaloysio/networkx-gdf"
},
"split_keywords": [
"network",
" graph",
" gdf"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c1e79a1fe1f2524851dc3e894abf5ec216b50ad2883ffa25c8813b305e05196e",
"md5": "7ea67127d1c17f926455ec311828f12e",
"sha256": "65081af4b97356b7bbf48cafb0b6a9c7d8090d1214c8a1a4d3fe35d2a1a4c706"
},
"downloads": -1,
"filename": "networkx_gdf-1.5.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7ea67127d1c17f926455ec311828f12e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 8366,
"upload_time": "2024-09-26T01:28:58",
"upload_time_iso_8601": "2024-09-26T01:28:58.852708Z",
"url": "https://files.pythonhosted.org/packages/c1/e7/9a1fe1f2524851dc3e894abf5ec216b50ad2883ffa25c8813b305e05196e/networkx_gdf-1.5.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-26 01:28:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nelsonaloysio",
"github_project": "networkx-gdf",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "networkx-gdf"
}