Metadata-Version: 2.4
Name: exoscale
Version: 0.12.0
Summary: Clients for Exoscale IaaS APIs
Project-URL: Homepage, https://github.com/exoscale/python-exoscale
Project-URL: Bug Tracker, https://github.com/exoscale/python-exoscale/issues
Author-email: Exoscale <support@exoscale.com>
License-Expression: ISC
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Requires-Dist: requests-exoscale-auth>=1.1.2
Requires-Dist: requests>=2.22.0
Description-Content-Type: text/markdown

# python-exoscale: Python bindings for Exoscale API

[![Actions Status](https://github.com/exoscale/python-exoscale/workflows/CI/badge.svg)](https://github.com/exoscale/python-exoscale/actions?query=workflow%3ACI)

This library allows developers to use the [Exoscale] cloud platform API with
extensive Python bindings. API documentation and usage examples can be found
at this address: https://exoscale.github.io/python-exoscale

## Development

Install [uv](https://docs.astral.sh/uv/) and run:

```
uv sync
```

You can then run pytest with the following command:

```
uv run pytest -x -s -vvv
```

[exoscale]: https://www.exoscale.com/

## Releasing

* Add changes to the changelog in `docs/changes.rst`
* Bump version in `exoscale/__init__.py`
* Commit and tag with `v{version}`
* Wait for the [package
  workflow](https://github.com/exoscale/python-exoscale/actions/workflows/pypi-package.yaml)
  to complete its first step
* Review the release artifacts and approve
