Metadata-Version: 2.1
Name: dockeree
Version: 0.5.0
Summary: Make it easy to build and manager Docker images.
Home-page: https://github.com/legendu-net/dockeree
License: GPLv2
Keywords: Docker,container,build,management
Author: Benjamin Du
Author-email: longendu@yahoo.com
Requires-Python: >=3.8,<3.12
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: PyYAML (>=6.0)
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: requests (>=2.20.0)
Project-URL: Repository, https://github.com/legendu-net/dockeree
Description-Content-Type: text/markdown

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

Make it easy to build and manager Docker images.
    
## Supported Operating Systems and Python Versions

| OS      | Python 3.8 | Python 3.9 | Python 3.10 |
|---------|------------|------------|-------------|
| Linux   | Y          | Y          | Y           |
| macOS   | Y          | Y          | Y           |

## Installation

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

