Metadata-Version: 2.1
Name: ContainerizeMe
Version: 0.1.0
Summary: A Python package to optimize Dockerfiles and container images.
Home-page: https://github.com/cyberdevil8/ContainerizeMe
Author: amit
Author-email: amitpotdar31@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: docker

# ContainerizeMe

**ContainerizeMe** is a Python tool for optimizing Dockerfiles to improve build efficiency and reduce image size.

## Installation
```bash
pip install ContainerizeMe


