Skip to content

funkelab/geff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

315afb6 · Mar 24, 2025

History

36 Commits
Mar 17, 2025
Mar 17, 2025
Mar 24, 2025
Mar 24, 2025
Mar 17, 2025
Mar 17, 2025
Mar 17, 2025
Mar 17, 2025
Jan 23, 2025
Mar 24, 2025
Mar 17, 2025
Mar 19, 2025

Repository files navigation

Graph Exchange File Format (geff)

License PyPI Python Version CI

geff is a specification for a file format for exchanging spatial graph data. It is not intended to be mutable, editable, chunked, or optimized for use in an application setting.

geff is the specification of the file format, but the library also includes implementations for writing from and reading to Python in-memory graph data structures: networkx and spatial_graph. The library uses semantic versioning, where changes to the specification bump the major or minor versions, and bugfixes for the example implementations bump the patch version.

Installation

pip install geff

To use geff with the spatial-graph backend

pip install geff[spatial-graph]

About

Reference implementation of the Graph Exchange File Format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages