Metadata-Version: 2.1
Name: ComposeIt
Version: 0.2
Summary: Generate docker-compose file from existing containers
Home-page: https://github.com/kelsey19/ComposeIt
Author: Kelsey Price
Author-email: kelseylprice19@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: docker (>=3.3.0)
Requires-Dist: pyyaml (>=3.12)

# ComposeIt
------------------------------

Python tool for creating a docker-compose.yml file from an existing container

## Installing

```bash
pip install ComposeIt
```

## Usage

```bash
ComposeIt <container id or name>
```



