Metadata-Version: 2.4
Name: deploymate
Version: 0.1.0
Summary: A deployment automation tool
Project-URL: Homepage, https://github.com/avilpage/deploymate
Project-URL: Documentation, https://github.com/avilpage/deploymate#readme
Project-URL: Repository, https://github.com/avilpage/deploymate
Project-URL: Issues, https://github.com/avilpage/deploymate/issues
Author-email: Anand Reddy Pandikunta <anand@avilpage.com>
Maintainer-email: Anand Reddy Pandikunta <anand@avilpage.com>
License: MIT
Keywords: automation,deployment,devops
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.12
Requires-Dist: click>=8.3.1
Description-Content-Type: text/markdown

# DeployMate

A deployment automation tool to simplify your deployment workflows.

## Installation

```bash
pip install deploymate
```

## Usage

```bash
deploymate
```

## Features

- Easy deployment automation
- Simple command-line interface
- Extensible and customizable

## License

MIT
