Metadata-Version: 2.1
Name: cloudops_commander
Version: 0.1.1
Summary: A package for simplifying cloud deployments, automating CI/CD pipelines, and monitoring microservices.
Home-page: https://github.com/bluntlycoded/cloudops_commander.git
Author: Rahul Nayak
Author-email: merahulnayak@gmail.com
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

# CloudOps Commander

CloudOps Commander is a Python package designed to simplify cloud deployments, automate CI/CD pipelines, and monitor microservices. It provides a unified API for working with various cloud providers, automating tasks, and generating infrastructure as code configurations.

## Features

- **Unified Cloud Deployments:** Deploy your applications to AWS, Azure, or GCP with a single command.
- **Automated CI/CD Pipelines:** Integrate with popular CI/CD tools to automate testing and deployments.
- **Microservices Monitoring:** Keep an eye on your services with real-time monitoring and alerting.
- **Infrastructure as Code:** Generate Terraform and CloudFormation configurations on the fly.
- **CLI Tool:** Manage deployments and monitoring through a simple command-line interface.

## Installation

pip install cloudops_commander

## Usage

See the [Usage Guide](docs/usage.md) for detailed instructions and examples.

## Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
