Skip to main content

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.

Download files

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

Source Distribution

fraoula_data_audit-0.1.0.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

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

fraoula_data_audit-0.1.0-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

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

Hashes for fraoula_data_audit-0.1.0.tar.gz
Algorithm Hash digest
SHA256 383add4ea20bf214e7a7674da7540ec0c11737718ba28e58597c5b1cc8dca7eb
MD5 866777cc96f16858e68837aac6c2735c
BLAKE2b-256 c0624ba0fa9066c70d73ef7b8c0e22972e4c779682dd4b67dc0a2f7e94367a3b

See more details on using hashes here.

File details

Details for the file fraoula_data_audit-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for fraoula_data_audit-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e2d58dfe8d86c507593daa45d940191d6eac09db22ee101f309b2c046c46b243
MD5 86c17f74e17deaa038ceda00686565dc
BLAKE2b-256 460f3ca4849e1642e3d8697e4c7de8bfe6dd4d806e5c041e6cbcef7c7fc33051

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page