Python SDK for LeCloud.
Project description
LeCloud Python SDK
Python SDK for LeCloud.
Installation:
pip install lecloud-python
Usage example:
from lecloud import Credentials, LeCloudClient
credentials = Credentials("example@email.com", "yourpass", "uuidgoeshere")
client = LeCloudClient(credentials, "apikeygoeshere")
try:
secret = client.get_secret("uuidgoeshere")
print(secret)
except Exception as e:
print(e)
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
lecloud_python-1.0.4.tar.gz
(3.5 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 lecloud_python-1.0.4.tar.gz.
File metadata
- Download URL: lecloud_python-1.0.4.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.13 {"installer":{"name":"uv","version":"0.9.13"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"CachyOS Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c118a2bd3ba05b71072d3f9e02949850ca664dbe7558c9a2847b02ab5217dbe
|
|
| MD5 |
86cc2c17ff5c4bcb19d6bc67982d48dc
|
|
| BLAKE2b-256 |
3def4cd5ead5a93e26d1eb8ec3235420844d7684013539da41ac0c495700d580
|
File details
Details for the file lecloud_python-1.0.4-py3-none-any.whl.
File metadata
- Download URL: lecloud_python-1.0.4-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.13 {"installer":{"name":"uv","version":"0.9.13"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"CachyOS Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e9404b5320315be6de610441e01e3b1fa6b3d358e0c746a2a33de9cd8612890
|
|
| MD5 |
71ff7f729848e30371ea35a679989890
|
|
| BLAKE2b-256 |
d6b09ad2b3347f24ff66c37ac62a54482ed104093bd084a59d797017b087a356
|