A modern and pythonic Python SDK for the Cloudpepper API.
Project description
Cloudpepper API Python SDK
A modern and pythonic Python SDK for the Cloudpepper API.
Installation
pip install cloudpepper
Usage
from cloudpepper import Cloudpepper
client = Cloudpepper(api_key="YOUR_API_KEY")
# Get all servers
servers = client.servers.list()
# Create a new server
new_server = client.servers.create(
type="cloudpepper",
region="fra",
plan="vhp-2c-4gb-amd",
config={"odoo_version": "17.0"}
)
Development
To install the development dependencies, run:
pip install -e '.[dev]'
To run the tests, run:
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cloudpepper-0.0.1.tar.gz
(6.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cloudpepper-0.0.1.tar.gz.
File metadata
- Download URL: cloudpepper-0.0.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3092236eb73c02db62a675bb1ea3f569276a7aa67296118a44163b3929d95f14
|
|
| MD5 |
4a74b791c66b76b8c96ac5bb088afa82
|
|
| BLAKE2b-256 |
1f2962086ccfb80e889fb19b85824dfcb17da5bcb55daa003d73d45de9dbe19c
|
File details
Details for the file cloudpepper-0.0.1-py3-none-any.whl.
File metadata
- Download URL: cloudpepper-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c54e084ddc01a280ee9388a98cf0b5c95e6f7ab450d41a118ee710a63a4fcbac
|
|
| MD5 |
55e9280041a9e926cbb002864da561f9
|
|
| BLAKE2b-256 |
6eb191af320b7cc63527cb798ac37bdf60e435c5b6ff5a8d89363f051e85c6d7
|