Metadata-Version: 2.4
Name: ezcloud
Version: 0.0.0
Summary: A Python package for ezcloud.
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# ezcloud

A Python package managed with uv.

## Development

Install dependencies:

```bash
uv sync
```

Run tests:

```bash
make tests
```

Format imports:

```bash
make format
```

Build distributions:

```bash
uv build
```

## Releases

Create GitHub releases with tags in the form `vX.Y.Z`, such as `v0.1.0`.
