A minimal, clean, fully native Python SDK for communicating with Keycard smart cards.
- Python 3.10 or higher
- The library is tested on Python 3.10, 3.11, 3.12, and 3.13
pip install keycardThe package is published on PyPI as keycard (repo name is keycard-py).
git clone https://github.com/mmlado/keycard-py.git
cd keycard-py
python -m venv venv
source venv/bin/activate
pip install -e .
pytestMIT
Contributions are welcome as this SDK grows.