Skip to content

davidhuser/python-exoscale

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-exoscale: Python bindings for Exoscale API

Actions Status PyPI - Version

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

uv sync

You can then run pytest with the following command:

uv run pytest -x -s -vvv

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 to complete its first step
  • Review the release artifacts and approve

About

Python bindings for the Exoscale APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.5%
  • Makefile 3.5%