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.1.1.tar.gz
(7.6 kB
view hashes)
Built Distribution
meroxa_py-1.1.1-py3-none-any.whl
(10.5 kB
view hashes)
Close
Hashes for meroxa_py-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 061a3cad0740c4648042e1f127c7b3935963927d31a2d107c803d9cd4baf2e81 |
|
MD5 | 1443368c627f39e52e69776060689b0f |
|
BLAKE2b-256 | eb09eb507a6ce94c1c59533519c8bd85c83b0bea8e24be371d1d1cef2e85aaef |