opengovsg / sgid-client-python

The official Python client for sgID.
MIT License
4 stars 0 forks source link

sgid-client-python

The official Python client for sgID.

Installation

pip install sgid-client

Quick start

Refer to our developer documentation for one of our framework-specific guides, or check out the quick start.

API reference

Refer to the API reference in our developer documentation.

Supported Runtime and Environment

Python >=3.11

For contributors

Running tests

To run the tests locally,

  1. Install Poetry.
  2. Run the following:
poetry run pytest