Metadata-Version: 2.1
Name: opencontainers
Version: 0.0.1
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/)
        
        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 [image](opencontainers/image)
         - [opencontainers/go-digest](https://github.com/opencontainers/go-digest) maps to [digest](opencontainers/digest)
        
        See the (also under development) documentation at [vsoch.github.io/oci-python](https://vsoch.github.io/oci-python).
        
        This repository is **under development** and is not ready for use! @vsoch will
        make proper docs and testing when it is.
        
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
