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.2.tar.gz
(8.0 kB
view details)
Built Distribution
meroxa_py-1.3.2-py3-none-any.whl
(10.9 kB
view details)
File details
Details for the file meroxa-py-1.3.2.tar.gz
.
File metadata
- Download URL: meroxa-py-1.3.2.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.28.2 requests-toolbelt/0.10.1 urllib3/1.26.14 tqdm/4.64.1 importlib-metadata/6.0.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d370af883e6362d6c1ae36d0b07f26f905ed3d905a0043817fc6facca72f4c8f |
|
MD5 | f3c5189f50a7665f3cfcd0cb0cd91ca1 |
|
BLAKE2b-256 | f7f5d7ae79cf1686a8e951c7513606ef2f877d90d55b027d7aaf88392c111cda |
File details
Details for the file meroxa_py-1.3.2-py3-none-any.whl
.
File metadata
- Download URL: meroxa_py-1.3.2-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.28.2 requests-toolbelt/0.10.1 urllib3/1.26.14 tqdm/4.64.1 importlib-metadata/6.0.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3df43c085ad2d007816db6c54e1e0a67c8c2cca9af5c679c276ddd8f155edebd |
|
MD5 | c938b4bc0168be042eb522a65fc36855 |
|
BLAKE2b-256 | 2c86ca309ed2a09a7b58840411bc1b53e49530edcd3d8299e21452052cb26c7a |