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.2.0.tar.gz
(7.8 kB
view hashes)
Built Distribution
meroxa_py-1.2.0-py3-none-any.whl
(10.7 kB
view hashes)
Close
Hashes for meroxa_py-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab36653303c61a5888639045c6a4df50cd2c53216dabc1efd4c9602e9f28f35c |
|
MD5 | 037b7aa8de7be0edceeda018d4c1c5e1 |
|
BLAKE2b-256 | a98678d1970735fd9fd26a3a4b4f87839df1fa9c67e06bf703e286b17be2bd70 |