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.5.tar.gz
(7.5 kB
view hashes)
Built Distribution
meroxa_py-1.0.5-py3-none-any.whl
(10.3 kB
view hashes)
Close
Hashes for meroxa_py-1.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | df3415ca2e3a9d4f3807653dcb5a6f2ed25e1ffa97de9f9631f00425b956c121 |
|
MD5 | fc9e14b5141b338b3a759604fc640b71 |
|
BLAKE2b-256 | 1571f069ff10f06a03c12312afcbf8dea22009b47ed6a372e04a9a345a6fa183 |