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.4.tar.gz (136.9 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.4-py3-none-any.whl (132.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: levox-1.5.4.tar.gz
  • Upload date:
  • Size: 136.9 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.4.tar.gz
Algorithm Hash digest
SHA256 1a6875b6ee3048d4b78d8eb30767902fee37a9add3e33172a00ca46a027b62ed
MD5 734bf535722f5330eacdc3db89f1e95f
BLAKE2b-256 96c557b55def0bf169fc44033db7537dfee75fceff0fd6ffadb979735db49af2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: levox-1.5.4-py3-none-any.whl
  • Upload date:
  • Size: 132.9 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 da59dbb5aa4d66fab7af454ede23fbc0add21f359bc6a55012fd254abe3f8319
MD5 ce3f77258c7a6a785537768e887cc0f6
BLAKE2b-256 737058946d82b2f2fd129ca3696b314100379e60d0c026627110366d826bfceb

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