Official Python Client SDK for the KeyNetra authorization platform.
Project description
keynetra-client
Official Python Client SDK for the KeyNetra authorization platform. 🛡️
KeyNetra provides high-performance, distributed authorization as a service. This SDK allows your Python applications to integrate seamlessly with KeyNetra for access control and policy management.
✨ Features
- 🚀 Unified Client: Simple entry point for all API operations.
- 🛡️ Type Safety: Full type definitions for requests and responses.
- 🔑 Security: Built-in support for API Key and Bearer token authentication.
- ⚡ Performance: Optimized for low-latency authorization checks.
📦 Installation
pip install keynetra-client
🚀 Quick Start
from keynetra_client import KeyNetraClient
client = KeyNetraClient(
base_url="http://localhost:8080",
api_key="YOUR_API_KEY"
)
# Perform an access check
decision = client.access.check_access(
subject="user:123",
action="read",
resource="document:456"
)
📚 Documentation
For full API documentation, please visit the KeyNetra Documentation Portal.
🤝 Support
- Source: https://github.com/keynetra/keynetra-client-python
- Issues: GitHub Issues
- License: Apache-2.0
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 keynetra_client-0.1.1.tar.gz.
File metadata
- Download URL: keynetra_client-0.1.1.tar.gz
- Upload date:
- Size: 51.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
998294f32a3584b7d6faac1ee83a52705764b97ba717a9982bf8c81dea650248
|
|
| MD5 |
209c93e4b1bda27ead8bec4726fb0e87
|
|
| BLAKE2b-256 |
0ea539457404e0f4d4124a761ec24fe2b3e7b3bb273e5e66fce3d835e6d1a80d
|
File details
Details for the file keynetra_client-0.1.1-py3-none-any.whl.
File metadata
- Download URL: keynetra_client-0.1.1-py3-none-any.whl
- Upload date:
- Size: 121.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd05363a5b32ca6197fca6d92dbb7a98bc5c1ae639ce988c01911aa70fe09b0c
|
|
| MD5 |
1e9c7c8fc3d7c70aea5c6ca93a4f2fa2
|
|
| BLAKE2b-256 |
c3e6bb902c2dab13e46ac549f02328252cfbd93d4ee70e69838f26283a4ab521
|