Skip to main content

A modular compliance rule engine for automated audits

Project description

Compliance Copilot 🚀

Python Version License PyPI version

A powerful, extensible compliance automation tool that checks if your data follows your rules.

✨ Features

  • Multi-format support: Read CSV, Excel, JSON, Parquet, PDF
  • 📝 YAML-based rules: Simple, human-readable rule definitions
  • 🔌 Pluggable architecture: Add custom connectors easily
  • 📊 Multiple outputs: Console, JSON, CSV, beautiful HTML reports
  • Scheduled scans: Daily/weekly automated checks
  • 📧 Alerts: Email and Slack notifications on failures
  • 📈 Observability: Built-in logging, metrics, and tracing
  • 🧩 Template library: Pre-built SOC2, HIPAA, GDPR, ISO27001 rules

🚀 Quick Start

# Install
pip install compliance-copilot

# Create a rule file (rules.yaml)
cat > rules.yaml << 'YAML'
rules:
  - id: "MFA-001"
    name: "MFA Required for Admins"
    condition: "mfa_enabled == True"
    data_source: "users.csv"
    filter: "role == 'admin'"
    severity: "HIGH"
YAML

# Create a data file (users.csv)
cat > users.csv << 'CSV'
username,mfa_enabled,role,last_login
alice@example.com,True,admin,2024-02-15
bob@example.com,False,user,2024-02-14
CSV

# Run it!
compliance-copilot run rules.yaml users.csv

Project details


Download files

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

Source Distribution

compliance_copilot-0.1.1a0.tar.gz (36.2 kB view details)

Uploaded Source

Built Distribution

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

compliance_copilot-0.1.1a0-py3-none-any.whl (44.9 kB view details)

Uploaded Python 3

File details

Details for the file compliance_copilot-0.1.1a0.tar.gz.

File metadata

  • Download URL: compliance_copilot-0.1.1a0.tar.gz
  • Upload date:
  • Size: 36.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for compliance_copilot-0.1.1a0.tar.gz
Algorithm Hash digest
SHA256 ad0459c9e11ff6a0425331c9959cf4fd6b1e935bf2bd1ea2ec76e434b1c9c6e2
MD5 83a75a8ab977474876849597acb78555
BLAKE2b-256 2c85be37dad9c689f3d8f4da425e6ec5189902d5a81f8a311a999e66f16955bb

See more details on using hashes here.

File details

Details for the file compliance_copilot-0.1.1a0-py3-none-any.whl.

File metadata

File hashes

Hashes for compliance_copilot-0.1.1a0-py3-none-any.whl
Algorithm Hash digest
SHA256 65a3aba81157e9533b917bf4114f22e6469b70bd5e24f86e18862b4c7df86375
MD5 1e4867bb96bb3be458ae659866098a6b
BLAKE2b-256 12ef62fb1f3f6fa2f069e834a8789e22f7086dc233e4db9f9d0763cb37d5ee1a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page