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

Uploaded Python 3

File details

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

File metadata

  • Download URL: rgpd_pro_client-2.0.7.tar.gz
  • Upload date:
  • Size: 7.8 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.7.tar.gz
Algorithm Hash digest
SHA256 3d63308ed84b1e331d3d5d8d0edcc8d604214decfc0c55059a5e5af87b19daea
MD5 a9f57fd63bbaaa67d508ad06186d690d
BLAKE2b-256 81613fee7a7d74f8ed303900289f21e51e527ccffccf76c6c959829c81b83892

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rgpd_pro_client-2.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 7cf4915b083a8be5ab3ffa5e2ee6d87ee3e4f23eb1a3c0c9005019045f7625a4
MD5 2f291ebed3584a46c3efbefec0c36d0d
BLAKE2b-256 7e6c386ccf006e4ee44271023c4a077d4dea9997410d9d1ed810f0b96c0f7c73

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