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 image
- opencontainers/go-digest maps to digest
- Should a new struct be validated right after init (for all fields, other than those being added at init?)
This repository is under development and is not ready for use! @vsoch will make proper docs and testing when it is.