Fraoula Data Auditor Python SDK
Official Python client for Fraoula Data Auditor.
Fraoula Data Auditor provides sub-350ms RAM-only payload anomaly detection and schema drift validation for enterprise data pipelines in Fintech and Healthtech.
Installation
pip install fraoula-data-audit
Quickstart
from fraoula_data_audit import DataAuditorClient
# Initialize client with your Fraoula endpoint
client = DataAuditorClient(api_key="YOUR_API_KEY")
# Validate a batch streaming payload
payload = {
"account_id": "ACC-99201",
"transaction_amount": 1450.50,
"currency": "USD",
"timestamp": "2026-09-13T12:00:00Z"
}
result = client.audit_payload(schema_name="fintech_transaction_v1", payload=payload)
print(f"Validation Status: {result.status}")
print(f"Latency: {result.latency_ms}ms")
print(f"Schema Drift Detected: {result.has_drift}")
Security & Compliance
Fraoula Data Auditor processes data strictly in volatile memory. Raw customer payloads are never written to disk, ensuring full compliance with HIPAA, SOC 2, and GDPR standards.
- Website: https://www.fraoula.co
- Documentation: https://www.fraoula.co/products/data-auditor/
- Developer Portal: https://www.fraoula.co/developers
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 fraoula_data_audit-0.1.0.tar.gz.
File metadata
- Download URL: fraoula_data_audit-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
383add4ea20bf214e7a7674da7540ec0c11737718ba28e58597c5b1cc8dca7eb
|
|
| MD5 |
866777cc96f16858e68837aac6c2735c
|
|
| BLAKE2b-256 |
c0624ba0fa9066c70d73ef7b8c0e22972e4c779682dd4b67dc0a2f7e94367a3b
|
File details
Details for the file fraoula_data_audit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fraoula_data_audit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2d58dfe8d86c507593daa45d940191d6eac09db22ee101f309b2c046c46b243
|
|
| MD5 |
86c17f74e17deaa038ceda00686565dc
|
|
| BLAKE2b-256 |
460f3ca4849e1642e3d8697e4c7de8bfe6dd4d806e5c041e6cbcef7c7fc33051
|