Installation
Requirements
- Python 3.12 or later
- A running dflockd server
- No external Python dependencies
Install from PyPI
Install from source
git clone https://github.com/mtingers/dflockd-client-py.git
cd dflockd-client-py
uv sync
Verify installation
from dflockd_client import __version__
print(__version__)