Skip to main content

GDPR, PII and Data Flow Compliance Tool

Project description

Levox - GDPR Compliance Tool

A comprehensive tool for scanning, fixing, and reporting GDPR compliance issues in code.

Features

  • GDPR Compliance Scanning: Detect potential GDPR violations in your codebase
  • PII Detection: Identify personally identifiable information in your code
  • Data Flow Analysis: Track how data moves through your application
  • Automated Remediation: Get suggestions for fixing compliance issues
  • Detailed Reporting: Generate reports in multiple formats

Installation

Install the package using pip:

pip install levox

Usage

Command Line Interface

# Scan a directory for GDPR compliance issues
levox scan [directory]

# Fix GDPR compliance issues in a directory
levox fix [directory]

# Show benchmarks and information
levox about

# Run benchmarks
levox benchmark --run

As a Library

from levox.scanner import Scanner
from levox.fixer import Fixer

# Scan a directory
scanner = Scanner("path/to/your/code")
issues = scanner.scan_directory()

# Get suggestions for fixing issues
fixer = Fixer()
for issue in issues:
    fix = fixer.generate_fix(issue)
    print(fix)

Configuration

Levox can be configured using a levox_config.json file in your project directory or in the user's home directory (~/.levox/config.json).

Example configuration:

{
  "exclude": [
    "**/test/**",
    "**/node_modules/**",
    "**/__pycache__/**"
  ],
  "severity_threshold": "medium"
}

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

levox-1.5.0.tar.gz (113.1 kB view details)

Uploaded Source

Built Distribution

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

levox-1.5.0-py3-none-any.whl (111.6 kB view details)

Uploaded Python 3

File details

Details for the file levox-1.5.0.tar.gz.

File metadata

  • Download URL: levox-1.5.0.tar.gz
  • Upload date:
  • Size: 113.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for levox-1.5.0.tar.gz
Algorithm Hash digest
SHA256 aab36f815f9d79ace984164adb1c8910dba6b795713e694e159bac1a184b65a2
MD5 518fe275bf50ea85a486fd8118a5155d
BLAKE2b-256 c2456d6c295d90f30aec4d28c7ac307e5f48168f6be5d5508f19ab3c5afb9efa

See more details on using hashes here.

File details

Details for the file levox-1.5.0-py3-none-any.whl.

File metadata

  • Download URL: levox-1.5.0-py3-none-any.whl
  • Upload date:
  • Size: 111.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for levox-1.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bf75b255b22ea7584aa8eb593eb1a1bf54a29778187376afdd82cf3eb0027d69
MD5 5b1edac013ffdb90faed3f7de9d4817d
BLAKE2b-256 68f9767034016d45968d55d89bcfccb498bc906e97dfcde0b3ae6f2975ecefce

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