Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 984 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 984 Bytes

UserClouds Python SDK

PyPI version PyPi page link -- Python versions Code style: black

Prerequisites:

  • Python 3.9+

Install the SDK by running

pip3 install usercloudssdk

You need to have a tenant on UserClouds to run the sample code against. Once you have the tenant information, you can try running the various samples in this repo. Clone this repo locally, and then update the following lines in userstore_sample.py:

client_id = "<REPLACE ME>"
client_secret = "<REPLACE ME>"
url = "<REPLACE ME>"

with the details from your tenant.

then run:

python3 userstore_sample.py

You can do the same with authz_sample.py and tokenizer_sample.py