A FastAPI middleware package to validate requests to Elara agents based on the permissions set in their ENS name.
Project description
Elara Wrapper
A FastAPI middleware package to validate requests to Elara agents based on the permissions set in their ENS name.
Installation
pip install elara-wrapper
Usage
Basic Usage
import os
from fastapi import FastAPI
from elara_wrapper import add_elara_middleware
app = FastAPI()
# Add the Elara middleware with the agent name automatically injected in Oasis ROFL
middleware = add_elara_middleware(app, os.getenv("ELARA_AGENT_ENS_NAME"))
@app.get("/")
async def root():
return {"message": "Hello World"}
Development
This package uses Poetry for dependency management:
poetry install
poetry run python example_usage.py
License
MIT License
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 elara_wrapper-0.0.6.tar.gz.
File metadata
- Download URL: elara_wrapper-0.0.6.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.13.1 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9653d23776639a52f0c3c943974140dfd2666fa5f97d5bc91f20b53b40ef2ac5
|
|
| MD5 |
e32e2cf788d9f3fe7695094d90310e70
|
|
| BLAKE2b-256 |
790283683419cdb2a0d87e4fde83449e5499ec0c51b0e1a3dcc6441d2500731b
|
File details
Details for the file elara_wrapper-0.0.6-py3-none-any.whl.
File metadata
- Download URL: elara_wrapper-0.0.6-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.13.1 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81a0d25589288a99bd8c790800e363b54fbbaf9c1eb686244f4b2a0cdfc5569e
|
|
| MD5 |
91214f0f60674376c9f4493ff983fffc
|
|
| BLAKE2b-256 |
f63d548d36c98b222f5d7b8d8bccb3fd9ee146f3a38727413e8bbe5bfcd0e0e9
|