Skip to main content

Eunomia SDK for Python

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 package via pip:

pip install eunomia-sdk

Usage

Create an instance of the EunomiaClient class to interact with the Eunomia server.

from eunomia_sdk 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:

response = client.check(
    principal_attributes={"role": "admin"},
    resource_attributes={"type": "confidential"},
)

print(f"Is allowed: {response.allowed}")

Documentation

For detailed usage, check out the SDK's documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eunomia_sdk-0.3.7.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

eunomia_sdk-0.3.7-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file eunomia_sdk-0.3.7.tar.gz.

File metadata

  • Download URL: eunomia_sdk-0.3.7.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.3

File hashes

Hashes for eunomia_sdk-0.3.7.tar.gz
Algorithm Hash digest
SHA256 0a2834dde438ffb29d33e794da7a75c859bfd783b58b013c73a2366b5f8633ba
MD5 3b120ff8c2e13b6c76c5442206cbc8a6
BLAKE2b-256 d87498f0bb1e68d2bcedf10203cfd1dcfc31ace9b256bc36a1f36e7f78f1be84

See more details on using hashes here.

File details

Details for the file eunomia_sdk-0.3.7-py3-none-any.whl.

File metadata

File hashes

Hashes for eunomia_sdk-0.3.7-py3-none-any.whl
Algorithm Hash digest
SHA256 d4eb79e8a1322ba4384532cf97c45c8fbe0ac7eeb8f3ea9f39e7aee989e46dd0
MD5 de83193a189bebdefc004cddd3f22fa1
BLAKE2b-256 739633913fc05eaf081593b0d0c7a006ea4860b46ab0e2b852449f65972ca042

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page