Skip to main content

RGPD_PRO - Professional GDPR Compliance Scanner CLI Client

Project description

🛡️ RGPD_PRO CLI Client

Professional GDPR Compliance Scanner - Command Line Interface

Connect to RGPD_PRO scanning service to audit websites for GDPR compliance.

💰 Pricing

$24.99 per scan

🚀 Quick Start

Installation

pip install rgpd-pro-client

Usage

rgpd-scan

The CLI will guide you through:

  1. Connect to API server (default: http://65.108.59.188:8000)
  2. Enter website URL to scan
  3. Configure company details (revenue, employees, sector)
  4. Run scan and get results

📊 What You Get

  • Interactive HTML Report - Violations, risk assessment, remediation roadmap
  • Fine Estimates - Based on 2,091 real European GDPR sanctions
  • ROI Analysis - Investment costs vs. risk avoided
  • Forensic Evidence - Optional legal-grade proof package

🎯 Features

Simple CLI Interface - Guided menu system
Remote Scanning - No browser installation needed
Progress Tracking - Real-time scan status
Auto Download - HTML reports and evidence packages
Fast Results - 2-3 minutes average

📋 Requirements

  • Python 3.8+
  • Internet connection
  • API access (subscription required)

🔧 Advanced Usage

Custom API Server

# When prompted, enter your custom API URL
rgpd-scan

Programmatic Use

import requests

# Submit scan
response = requests.post(
    "http://65.108.59.188:8000/scans",
    json={
        "url": "https://example.com",
        "revenue_bracket": "MEDIUM",
        "employee_bracket": "MEDIUM",
        "sector": "ecommerce"
    }
)

scan_id = response.json()["scan_id"]

# Poll status
status = requests.get(f"http://65.108.59.188:8000/scans/{scan_id}").json()

# Download report
html_report = requests.get(f"http://65.108.59.188:8000{status['html_url']}").content

📖 Documentation

Full documentation: https://github.com/yourusername/rgpd-pro-client

🆘 Support

📄 License

MIT License - See LICENSE file

⚠️ Legal Disclaimer

This tool provides technical analysis, NOT legal advice. Fine estimates are statistical projections with ±30% margin. Always consult qualified legal counsel for compliance matters.


Built for GDPR compliance professionals

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

rgpd_pro_client-2.0.6.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

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

rgpd_pro_client-2.0.6-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

Details for the file rgpd_pro_client-2.0.6.tar.gz.

File metadata

  • Download URL: rgpd_pro_client-2.0.6.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for rgpd_pro_client-2.0.6.tar.gz
Algorithm Hash digest
SHA256 2ebf30c17107069ba9f5689b432e46715646d3a4fdca12309133561a175c3cef
MD5 211ac0ed68ea2e1adf6da302b7804637
BLAKE2b-256 d41284c023a69a236f5706fc56f4c185a7fc386c9c5897cb6a1e60b4a0ba0272

See more details on using hashes here.

File details

Details for the file rgpd_pro_client-2.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for rgpd_pro_client-2.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 bd8ff7a2522a1199dabfd054b29125421d55813b2de21855ff8147d89d3def5c
MD5 b621cfe2bf4d81044c07c702ee21ea48
BLAKE2b-256 930ac710462b85ddfa1da97ca447b6cb59a66965ee2c9ef66f79f3403b41c53b

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