BACH Tool: c_license_generator
==================================================
Generiert: 2026-01-23 10:36
Quelle: tools/c_license_generator.py

BESCHREIBUNG
----------------------------------------
c_license_generator.py - Drittanbieter-Lizenzen Generator

Zweck: Generiert THIRD_PARTY_LICENSES.txt mit allen installierten
       pip-Paket-Lizenzen. Nutzt pip-licenses (wird bei Bedarf installiert).

Autor: Claude (adaptiert von generate_third_party_licenses.py)
Abhängigkeiten: subprocess, os, json (stdlib) + pip-licenses (wird auto-installiert)

Usage:
    python c_license_generator.py [--output <file>] [--format plain|json|csv] [--json]
    
Beispiele:
    python c_license_generator.py                           # Standard: THIRD_PARTY_LICENSES.txt
    python c_license_generator.py --output licenses.txt     # Eigener Dateiname
    python c_license_generator.py --format json             # JSON-Format
    python c_license_generator.py --json                    # Maschinenlesbarer Output

VERWENDUNG
----------------------------------------
python bach.py tools run c_license_generator [args]
oder direkt: python tools/c_license_generator.py [args]

HINWEISE
----------------------------------------
- Automatisch generiert aus Docstring
- Bei Fragen: bach tools show c_license_generator
