Lamatok client, for Python 3.
Project description
Lamatok client, for Python 3
Installation
pip install lamatok
Usage
Create a token https://lamatok.com/tokens and copy "Access key"
from lamatok import Client
cl = Client(token="<ACCESS_KEY>")
from lamatok import AsyncClient
cl = AsyncClient(token="<ACCESS_KEY>")
Run tests
LAMATOK_TOKEN=<token> pytest -v tests.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lamatok-1.0.0.tar.gz
(3.5 kB
view hashes)