Metadata-Version: 2.1
Name: simple-registry-api
Version: 1.1.4
Summary: Simple docker registry API
Home-page: https://github.com/sbienkow/simple-registry-api
Author: sbienkow
Author-email: sbienkow@gmail.com
License: Apache 2.0
Keywords: docker docker-registry docker-image REST
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: requests (<3.0.0,>=2.4.3)

# Simple Docker Registry API Client

A Python REST client for the Docker Registry.

Useful for retrieving information about image objects and deleting them.

It's based on [docker-registry-client](https://pypi.org/project/docker-registry-client/)


