Metadata-Version: 2.1
Name: opencontainers
Version: 0.0.11
Summary: Python module for oci specifications
Home-page: http://www.github.com/vsoch/oci-python
Author: Vanessa Sochat
Author-email: vsochat@stanford.edu
Maintainer: Vanessa Sochat
Maintainer-email: vsochat@stanford.edu
License: LICENSE
Description: # Open Containers Python
        
        [![PyPI version](https://badge.fury.io/py/opencontainers.svg)](https://pypi.org/project/opencontainers/)
        [![GitHub actions status](https://github.com/vsoch/oci-python/workflows/oci-python-ci/badge.svg?branch=master)](https://github.com/vsoch/oci-python/actions?query=branch%3Amaster+workflow%3Aoci-python-ci)
        
        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](https://github.com/opencontainers/image-spec/tree/master/specs-go) maps to [opencontainers/image](opencontainers/image)
         - [opencontainers/go-digest](https://github.com/opencontainers/go-digest) maps to [opencontainers/digest](opencontainers/digest)
         - [opencontainers/distribution-spec](https://github.com/opencontainers/distribution-spec) maps to [opencontainers/distribution](opencontainers/distribution), which also includes a Python version of the [Reggie client](https://github.com/bloodorangeio/reggie) to interact with an OCI registry.
        
        See the documentation at [vsoch.github.io/oci-python](https://vsoch.github.io/oci-python).
        
Keywords: open containers,oci
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
