Skip to main content

Asynchronous KubeMQ Client

Project description

banner

AIOKubeMQ

ci python versions project version made with python license black

About

Asynchronous Python KubeMQ Client.
Basically an optimized reimplementation of https://github.com/kubemq-io/kubemq-Python with asyncio and typed methods.

Note

This repository is mirrored from Gitlab to Github. Most features like Issues, MRs/PRs etc. are disabled on Github, please use the Gitlab repository for these

Features

  • Modern Pythonic API using asyncio
  • Typed
  • Pretty lowlevel, wrappers can be built as seen fit

How to use

import aiokubemq

async def main():
    async with aiokubemq.KubeMQClient("client-id", "host:50000") as client:
        result = await client.ping()
        print(f"We're connected to host '{result.Host}'")

see the examples folder for more

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

aiokubemq-0.1.1.tar.gz (31.6 kB view hashes)

Uploaded Source

Built Distribution

aiokubemq-0.1.1-py3-none-any.whl (31.9 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