Skip to content

Claviz/claviz-python-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

53e5a8b · Oct 19, 2023

History

3 Commits
Mar 10, 2023
Mar 13, 2023
Oct 19, 2023
Oct 19, 2023

Repository files navigation

claviz-python-api

Python API wrapper for Claviz.

Installation

pip3 install claviz-python-api

Example

from claviz_python_api import ClavizClient, get_claviz_token

url = 'https://forms.claviz'
token = get_claviz_token(url, '[email protected]', 'Passw0rd')
claviz_client = ClavizClient(url, token)
print(claviz_client.get_current_user())

About

Python API wrapper for Claviz.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages