Metadata-Version: 2.0
Name: docker-registry-client
Version: 0.4.1
Summary: Client for Docker Registry V1 and V2
Home-page: https://github.com/yodl/docker-registry-client
Author: John Downs
Author-email: john.downs@yodle.com
License: Apache License 2.0
Keywords: docker docker-registry REST
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Software Distribution
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: requests (>=2.4.3,<3.0.0)

Docker Registry Client
======================

|Build Status|

*Description*

A Python REST client for the Docker Registry

It's useful for automating image tagging and untagging

.. |Build Status| image:: https://travis-ci.org/yodle/docker-registry-client.svg?branch=master
   :target: https://travis-ci.org/yodle/docker-registry-client


0.5.0 (unreleased)
------------------

- First version of docker-registry-client with changelog


