Eunomia SDK for Python
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
Eunomia SDK for Python
This package allows you to integrate Eunomia inside your Python application, providing a client to interact with the Eunomia server.
Installation
Install the eunomia-sdk-python package via pip:
pip install eunomia-sdk-python
Usage
The EunomiaClient class is the main class to interact with the Eunomia server.
from eunomia_sdk_python import EunomiaClient
client = EunomiaClient()
You can then call any server endpoint through the client. For example, you can check the access of a principal to a resource:
is_allowed = client.check_access(
principal_id="principal_123",
resource_id="resource_456",
)
Documentation
For detailed usage, check out the SDK's documentation.
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
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 eunomia_sdk_python-0.1.0.tar.gz.
File metadata
- Download URL: eunomia_sdk_python-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1747fb6375be84b5b0880ae8b5b29a524e9aa51ec3a52615c312da6808946306
|
|
| MD5 |
0f98d31476aaf901350cf424d97e5dd7
|
|
| BLAKE2b-256 |
d4c13a408002914609d92c73e7aa66ac2d7d40ce64c89bfe60e4582fdadb9713
|
File details
Details for the file eunomia_sdk_python-0.1.0-py3-none-any.whl.
File metadata
- Download URL: eunomia_sdk_python-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d4b5535ce81caff9e6a69c6f33e9baa7f537418265f8ba6eaf73d7ca5a83bcf
|
|
| MD5 |
aaa6aafdef3d87e7a9ee224105dda9f0
|
|
| BLAKE2b-256 |
c6ca2e954c413b030279e92903d85893c9e32ff8aa86041c84624db57932101c
|