Asynchronous KubeMQ Client
Project description
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
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
aiokubemq-0.1.1.tar.gz
(31.6 kB
view hashes)
Built Distribution
aiokubemq-0.1.1-py3-none-any.whl
(31.9 kB
view hashes)
Close
Hashes for aiokubemq-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d9fcabb11a3e358fc644a22e6a98a95b8656f4601f89ed3e4cf363d8c0b0e9b |
|
MD5 | 3a47e48d8cc01a3307dbf480b0a16f5e |
|
BLAKE2b-256 | 5b6d8410f762068b5f4b28e52f79b71c2372610ce0a17463b9e889611ba7db8f |