Skip to main content

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


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.1.4.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

meroxa_py-1.1.4-py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page