Skip to main content

Python API wrapper for Claviz.

Project description

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, 'admin@claviz.com', 'Passw0rd')
claviz_client = ClavizClient(url, token)
print(claviz_client.get_current_user())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

claviz-python-api-0.0.4.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

claviz_python_api-0.0.4-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page