Metadata-Version: 2.1
Name: pifr
Version: 0.1.1
Summary: Pull docker image from remote host
Keywords: ssh,docker,image
Author-Email: ZHOU Cheng <c.zhou@live.com>
License: MIT
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Homepage, https://github.com/ldsink/pifr
Project-URL: Repository, https://github.com/ldsink/pifr
Requires-Python: >=3.10
Requires-Dist: click==8.1.8
Requires-Dist: rich==13.9.4
Description-Content-Type: text/markdown

# pifr

Pull docker image from remote host

```text
Usage: pifr [OPTIONS] COMMAND [ARGS]...

  Pull docker image from remote host.

Options:
  --help  Show this message and exit.

Commands:
  list  列出主机 List hosts
  pull  在主机上拉取镜像，并导入到本地 Pull image at remote host and save it to local
```
