Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 639 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 639 Bytes

python-exoscale: Python bindings for Exoscale API

Actions Status

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 and run:

uv sync

You can then run pytest with the following command:

uv run pytest -x -s -vvv