drclient


Namedrclient JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttps://github.com/joaompinto/drclient
SummaryA docker registry client command line utility and Python library
upload_time2023-04-15 17:37:56
maintainer
docs_urlNone
authorJoão Pinto
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements requests rich typer
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # drclient
A docker registry client command line utility and Python library

[![PyPi](https://img.shields.io/pypi/v/drclient.svg?style=flat-square)](https://pypi.python.org/pypi/drclient)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/ambv/black)


## Overview

drclient uses the Docker registry REST API to interact with the registry not requiring a Docker daemon to be installed.


## Features

- Get information about a remote image
- Pull images from a docker registry into:
    - a local directory
    - a tar file

## Installation

```bash
pip install drclient
```

## Usage

Get information for the busybox image

```bash
drclient info busybox
```

Pull the busybox image into a temporary directory

```bash
drclient pull busybox
```

Pull the busybox image into a named directory

```bash
drclient pull busybox -d /tmp/busybox
```

Pull the busybox image into a tar file

```bash
drclient pull busybox -t /tmp/busybox.tar
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/joaompinto/drclient",
    "name": "drclient",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jo\u00e3o Pinto",
    "author_email": "lamego.pinto@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e8/28/d4bb41caed67b5561bc0982498df36b8498017f8317cf5017084485a3f85/drclient-0.0.7.tar.gz",
    "platform": null,
    "description": "# drclient\nA docker registry client command line utility and Python library\n\n[![PyPi](https://img.shields.io/pypi/v/drclient.svg?style=flat-square)](https://pypi.python.org/pypi/drclient)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/ambv/black)\n\n\n## Overview\n\ndrclient uses the Docker registry REST API to interact with the registry not requiring a Docker daemon to be installed.\n\n\n## Features\n\n- Get information about a remote image\n- Pull images from a docker registry into:\n    - a local directory\n    - a tar file\n\n## Installation\n\n```bash\npip install drclient\n```\n\n## Usage\n\nGet information for the busybox image\n\n```bash\ndrclient info busybox\n```\n\nPull the busybox image into a temporary directory\n\n```bash\ndrclient pull busybox\n```\n\nPull the busybox image into a named directory\n\n```bash\ndrclient pull busybox -d /tmp/busybox\n```\n\nPull the busybox image into a tar file\n\n```bash\ndrclient pull busybox -t /tmp/busybox.tar\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A docker registry client command line utility and Python library",
    "version": "0.0.7",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d71b5176d787a9b55eedebd6d3ee766a6a6d16d4c95d90cf6b5de1e761c1a368",
                "md5": "b8575ab7c1f6d03acac1f2faf8908fbe",
                "sha256": "17dec41670becb7ce101c12b23856e6e5348ec029db26ccd958e7348de0ee655"
            },
            "downloads": -1,
            "filename": "drclient-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b8575ab7c1f6d03acac1f2faf8908fbe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12891,
            "upload_time": "2023-04-15T17:37:53",
            "upload_time_iso_8601": "2023-04-15T17:37:53.046830Z",
            "url": "https://files.pythonhosted.org/packages/d7/1b/5176d787a9b55eedebd6d3ee766a6a6d16d4c95d90cf6b5de1e761c1a368/drclient-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e828d4bb41caed67b5561bc0982498df36b8498017f8317cf5017084485a3f85",
                "md5": "730fc0abe38b58b0b6b4628a4b9d4d09",
                "sha256": "d9fef4ca47920a04d4111b1602d18d3dfe74b069191323716f2a1109239f3a86"
            },
            "downloads": -1,
            "filename": "drclient-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "730fc0abe38b58b0b6b4628a4b9d4d09",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13174,
            "upload_time": "2023-04-15T17:37:56",
            "upload_time_iso_8601": "2023-04-15T17:37:56.021825Z",
            "url": "https://files.pythonhosted.org/packages/e8/28/d4bb41caed67b5561bc0982498df36b8498017f8317cf5017084485a3f85/drclient-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-15 17:37:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "joaompinto",
    "github_project": "drclient",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "rich",
            "specs": []
        },
        {
            "name": "typer",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "drclient"
}
        
Elapsed time: 0.06458s