Skip to main content

Lightweight graph implementation with JSON serialization

Project description

Lightweight library for JSON graph

Library, similar to:

https://github.com/jsongraph/jsongraph.py

NB: json-graph-lite library uses list for nodes, not object, so it's not compatible with JSON Graph Format.

JSON Graph Format compatible classes (Graph, Graphs) can be found from json_graph_lite.jgf.

Incompatible change: list is used for nodes, not object, because JSON object can't represent integer keys.

The intention of json-graph-lite is to provide lightweight graph library, which serializes and deserializes graphs a la JSON graph format.

Take a look at tests/test_graphs.py for usage examples.

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

json-graph-lite-0.4a0.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

json_graph_lite-0.4a0-py2.py3-none-any.whl (10.0 kB view hashes)

Uploaded Python 2 Python 3

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