Meroxa Platform API Python client
Project description
Meroxa-py
Installing
Install and update using pip:
$ pip install -U meroxa-py
A Simple Example
import asyncio
from meroxa import Meroxa
from pprint import pprint
auth="auth.token",
async def main():
async with Meroxa(auth=auth) as m:
resp = await m.users.me()
pprint(resp)
asyncio.run(main())
To obtain a Meroxa Auth Token please see: How to Obtain a Meroxa Access Token
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
meroxa-py-1.0.3.tar.gz
(7.2 kB
view hashes)
Built Distribution
Close
Hashes for meroxa_py-1.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40e1eea2059bcef5dc6be6fee1fd8a7b0b6026ddf22de05132d4e28618a4a180 |
|
MD5 | 7adf981cc901dcc7d412c1311516c018 |
|
BLAKE2b-256 | 449d78a682f009b814c414c78147dab3f009dae5fceef2409301ba5eae7c8e0a |