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.3.0.tar.gz
(7.9 kB
view hashes)
Built Distribution
meroxa_py-1.3.0-py3-none-any.whl
(10.7 kB
view hashes)
Close
Hashes for meroxa_py-1.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea519912362da9f3ff40d3f2c8adda3cfcbb58d12a5f9f9937a6226a4681f432 |
|
MD5 | 3bb83d3f174bd80072013485023cb17b |
|
BLAKE2b-256 | 3f626010df441553e152b15b6967d5b543fc8ce9ad0f0db5c14a90c4fc2bf972 |