Metadata-Version: 2.4
Name: aid-deploy
Version: 0.1
Summary: Docker compose command builder/executor
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# aid-deploy module

## Installation
From pypi:
```
pip install aid-deploy
```

From source:
```
pip install .
```

## Usage
Installed script:
```
aid-deploy --help
```

Source package:
```
python -m aid_deploy.cli --help
```
