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.0a0.tar.gz (32.5 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.0a0-py3-none-any.whl (43.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for compliance_copilot-0.1.0a0.tar.gz
Algorithm Hash digest
SHA256 7b357b598ad04fae54ef879a8e2f17847e3dfbaceca5982e3776a55c0ed5f256
MD5 f751ffefddbf412d96749d855a0829f7
BLAKE2b-256 4a96c60db4d4df6badcfa17d7717cdb22beff1240357f1108d18a110c2fa1b35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for compliance_copilot-0.1.0a0-py3-none-any.whl
Algorithm Hash digest
SHA256 4fdd855d63566bb75a9304ef203b5527737b829f224f1737fcd067d60b8fdf6f
MD5 ba9f3287619e8e91983e47b2de8c844f
BLAKE2b-256 0923544a06a104dcaddda119b3a0580b1a912891f1a2f0ded9fd07e9537bb35d

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