This library helps you to easily interact with hub.docker.com web interface. It's really up to you how you use it whether you use cli or make your own app based on this library. This library is only Python3 compatible.
-
I need to periodically update description of my DH repo when there's a new build
- of course it's really simple
- dh = DockerHubWebAPI(username, password)
- dh.update_full_description(description)
- or by using cli interface
- dhwebapi
- of course it's really simple
-
great for use inside jenkins tasks