mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-14 20:19:51 +00:00
27 lines
1.3 KiB
Markdown
27 lines
1.3 KiB
Markdown
[](LICENSE) [](https://www.python.org/downloads/) [](https://codecov.io/gh/mmlado/keycard-py) [](https://pypi.org/project/keycard/) [](https://github.com/mmlado/keycard-py/actions/workflows/publish.yml) [](https://mmlado.github.io/keycard-py/)   
|
|
|
|
A minimal, clean, fully native Python SDK for communicating with [Keycard](https://keycard.tech) smart cards.
|
|
|
|
## Requirements
|
|
|
|
- Python 3.10 or higher
|
|
- The library is tested on Python 3.10, 3.11, 3.12, and 3.13
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
git clone https://github.com/mmlado/keycard-py.git
|
|
cd keycard-py
|
|
python -m venv venv
|
|
source venv/bin/activate
|
|
pip install -e .
|
|
pytest
|
|
```
|
|
|
|
## License
|
|
|
|
MIT
|
|
|
|
## Contributions
|
|
|
|
Contributions are welcome as this SDK grows. |