This module supports Python-based web servers in processing SQRL requests. It only does the core protocol work. It leaves data representation, storage, and other platform-specific actions to the server.
Visit our ReadTheDocs.io page for the full documentation.
Eventually it will be available via PyPi:
pip install sqrlserver
For now, download and install manually:
python setup.py test python setup.py install
- Issue Tracker: <https://github.com/Perlkonig/sqrlserver-python/issues>
- Source Code: <https://github.com/Perlkonig/sqrlserver-python>
The project is licensed under the MIT licence.