Python IPLD Libraries

Unless otherwise noted, all of these are installable with pip from PyPI.

hashberg

Hashberg has a complete IPLD implementation in its multiformats library (docs), along with a dag-cbor library (docs).

dag-json

The dag-json library integrates with Hashberg's multiformats.CID and passes all of the DAG-JSON cross-codec test fixtures.