Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# 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)
[![Actions Status](https://github.com/exoscale/python-exoscale/workflows/CI/badge.svg)](https://github.com/exoscale/python-exoscale/actions?query=workflow%3ACI) ![PyPI - Version](https://img.shields.io/pypi/v/exoscale)

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

## Installation

```
pip install exoscale
```

## Development

Install [uv](https://docs.astral.sh/uv/) and run:
Expand Down
9 changes: 9 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ This provides Python bindings for the `Exoscale`_ cloud platform API.
versions: Python 3.9+. Older Python versions may be compatible but such
compatibility is not guaranteed.

Installation
------------

You can install the python-exoscale library from PyPI using pip:

.. code-block:: bash

pip install exoscale

.. toctree::
:maxdepth: 2

Expand Down