Metadata-Version: 2.1
Name: dockeree
Version: 0.3.3
Summary: Make it easy to build and manager Docker images.
Home-page: https://github.com/legendu-net/dockeree
License: MIT
Keywords: Docker,container,build,management
Author: Benjamin Du
Author-email: longendu@yahoo.com
Requires-Python: >=3.7.1,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyYAML (>=6.0)
Requires-Dist: docker (>=4.4.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.7 | Python 3.8 | Python 3.9 | Python 3.10 |
|---------|------------|------------|------------|-------------|
| Linux   | Y          | Y          | Y          | Y           |
| macOS   | Y          | Y          | Y          | Y           |
| Windows | Y          | Y          | Y          | Y           |

## Installation

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

