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.5.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.5-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: rgpd_pro_client-2.0.5.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.5.tar.gz
Algorithm Hash digest
SHA256 be2d71243809848350d56962dd19fb6ea868b05bbacdb337b7f0e298d16b8e01
MD5 bfac764266ccdd83b366336c047ef5ba
BLAKE2b-256 3e18b4e7a512112ccdea27404e0e7c262f47b3d6c9b96b9c898e64f344b21789

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rgpd_pro_client-2.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 37eafb8ea7f9be2030049853f938f1e81b1d53c9ca5ae79a81d9d7dc898ed2f5
MD5 160c6c9d30099c1bb1502b36ef0b85e2
BLAKE2b-256 0e3222d0b4b87ecc1bcb264fac60ec9be8e93b5cacfc98016af3a03076765820

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