https://github.com/wsanchez/txdockerhub
https://github.com/wsanchez/txdockerhub
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wsanchez/txdockerhub
- Owner: wsanchez
- License: apache-2.0
- Created: 2019-10-06T20:03:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T23:37:07.000Z (over 3 years ago)
- Last Synced: 2025-02-03T15:55:50.904Z (over 1 year ago)
- Language: Python
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
txdockerhub: Docker Hub API Client
==================================
.. image:: https://github.com/wsanchez/txdockerhub/workflows/CI%2fCD/badge.svg
:target: https://github.com/wsanchez/txdockerhub/actions
:alt: Build Status
.. image:: https://codecov.io/github/wsanchez/txdockerhub/coverage.svg?branch=master
:target: https://codecov.io/github/wsanchez/txdockerhub?branch=master
:alt: Code Coverage
.. image:: https://requires.io/github/wsanchez/txdockerhub/requirements.svg?branch=master
:target: https://requires.io/github/wsanchez/txdockerhub/requirements/?branch=master
:alt: Requirements Status
This module implements an asynchronous client for the `Docker Hub API`_ using Twisted_.
.. ------------------------------------------------------------------------- ..
.. _Twisted: https://twistedmatrix.com/
.. _Docker Hub API: https://docs.docker.com/registry/spec/api/