Metadata-Version: 2.4
Name: eidreader-sdk
Version: 1.0.1
Summary: Host-side SDK for the eID Reader P2P protocol. Receives identity document data from a mobile app over an AES-256-GCM encrypted LAN WebSocket connection secured with ECDH P-256 key exchange and SAS MITM protection. Download the app from: https://play.google.com/store/apps/details?id=com.TFAStudios.eidreadermobile. View the documentation at: https://eid-reader.vercel.app/python/installation
Author: Tipa Fabian
License: GPL-3.0-only
Project-URL: Homepage, https://play.google.com/store/apps/details?id=com.TFAStudios.eidreadermobile
Project-URL: Documentation, https://eid-reader.vercel.app/python/installation
Keywords: eid,nfc,identity,document,qrcode,websocket,ecdh,encryption,p2p
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: websockets>=10.0
Requires-Dist: cryptography>=41.0
Requires-Dist: qrcode>=7.4
Provides-Extra: pil
Requires-Dist: Pillow>=10.0; extra == "pil"
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
Requires-Dist: Pillow>=10.0; extra == "dev"
