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",
url="https://api.staging.meroxa.io"
async def main():
async with Meroxa(auth=auth, api_route=url) 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.0.tar.gz
(7.1 kB
view hashes)
Built Distribution
Close
Hashes for meroxa_py-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49e6ae987776f688317c9c524ef8c641b330a8f44d8b32b41fdb9808fb25b960 |
|
MD5 | 4cd34755eefa545e95f92de9275e8cde |
|
BLAKE2b-256 | 87e6997b0ddc114de0879a1ebb3d27ab7757fdac4ada85f0ca089a4594f8edfc |