Metadata-Version: 2.4
Name: dockeree
Version: 0.6.4
Summary: Make it easy to build and manager Docker images.
Project-URL: Repository, https://github.com/legendu-net/dockeree
Author-email: Benjamin Du <longendu@yahoo.com>
License: GPL-2.0-only
Keywords: Docker,build,container,management
Requires-Python: <3.14,>=3.10
Requires-Dist: docker>=6.1.0
Requires-Dist: loguru>=0.6.0
Requires-Dist: networkx>=2.5
Requires-Dist: pandas>=1.2.0
Requires-Dist: pygit2>=1.9.1
Requires-Dist: pytest>=3.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: requests>=2.20.0
Description-Content-Type: text/markdown

# [dockeree](https://github.com/dclong/dockeree)

Make it easy to build and manager Docker images.
    
## Installation

You can download a copy of the latest release and install it using pip.
```bash
pip3 install dockeree
```
