Metadata-Version: 2.4
Name: cloudcoil
Version: 0.0.0rc1
Summary: Cloud native made easy with Python
Author-email: Sambhav Kothari <sambhavs.email@gmail.com>
License: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.8
Requires-Dist: httpx
Requires-Dist: pydantic>2.0
Description-Content-Type: text/markdown

# cloudcoil

[![CI](https://github.com/cloudcoil/cloudcoil/actions/workflows/ci.yml/badge.svg)](https://github.com/cloudcoil/cloudcoil/actions/workflows/ci.yml)
[![PyPI version](https://badge.fury.io/py/cloudcoil.svg)](https://badge.fury.io/py/cloudcoil)
[![Python Versions](https://img.shields.io/pypi/pyversions/cloudcoil.svg)](https://pypi.org/project/cloudcoil/)
[![codecov](https://codecov.io/gh/cloudcoil/cloudcoil/branch/main/graph/badge.svg)](https://codecov.io/gh/cloudcoil/cloudcoil)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Cloud native made easy with Python

## Installation

```bash
pip install cloudcoil
```

## Quick Start

```python
import cloudcoil

# Add example code here
```

## Documentation

For full documentation, please visit [cloudcoil.github.io/cloudcoil](https://cloudcoil.github.io/cloudcoil)

## License

This project is licensed under the Apache License, Version 2.0 - see the [LICENSE](LICENSE) file for details.
