cryprum client, for Python 3.
Project description
Cryprum client, for Python 3
Installation
pip install cryprum
Usage
Create a token https://cryprum.com/tokens and copy "Access key"
from cryprum import Client
cl = Client(token="<ACCESS_KEY>")
from cryprum import AsyncClient
cl = AsyncClient(token="<ACCESS_KEY>")
Run tests
CRYPRUM_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
cryprum-1.0.1.tar.gz
(5.5 kB
view hashes)