A simple Python implementation of Open Containers specifications. The code is intentionally structured to mirror the go implementations for usability. This include:
- opencontainers/image-spec maps to opencontainers/image
- opencontainers/go-digest maps to opencontainers/digest
- opencontainers/distribution-spec maps to opencontainers/distribution, which also includes a Python version of the Reggie client to interact with an OCI registry.
See the documentation at vsoch.github.io/oci-python.