AMEVA-Sentinel (Python SDK)
Shadow-First Automation Risk Observation & Multi-Axis Threat Telemetry Layer for Python Web Applications
Official Python SDK for FastAPI, Starlette, Flask, and Django with Edge Provider Adapters & Privacy-by-Design.
⚡ Quick Start
1. Installation
pip install ameva-sentinel
2. Direct Evaluation
from ameva_sentinel import Sentinel
sentinel = Sentinel(mode="shadow")
headers = {
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/124.0",
"cf-ray": "8f123-ICN",
"cf-connecting-ip": "203.0.113.195"
}
assessment = sentinel.evaluate(headers=headers, signals={"screen_hz": 60})
print(assessment.to_dict())
Release files for ameva-sentinel 2.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ameva_sentinel-2.1.0.tar.gz | 5.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ameva_sentinel-2.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.9 kB
Release files / ameva_sentinel-2.1.0.tar.gz
| Download URL | ameva_sentinel-2.1.0.tar.gz |
|---|---|
| Size | 5.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f9174a621e306f7d766cfb9b41e86964f8c344d7fd281c250be51a17c5d3580d
|
|
BLAKE2b-256 checksum How to use checksums |
e461b7ee0abad1ef0d09feb33f33ba3f9c30be50ad91f4fffe279a0f40aa33a3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.0
|
Release files / ameva_sentinel-2.1.0-py3-none-any.whl
| Download URL | ameva_sentinel-2.1.0-py3-none-any.whl |
|---|---|
| Size | 6.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7add4bd579132aec864ce3a1a4be4d84b65f19c8239651550b3e3bb4ba7eccaf
|
|
BLAKE2b-256 checksum How to use checksums |
2d1d6d97f2b1076291671a3b90733899babbbdf4c4566e21c2039572e394cd13
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.0
|