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 details)
Built Distribution
aiokubemq-0.1.1-py3-none-any.whl
(31.9 kB
view details)
File details
Details for the file aiokubemq-0.1.1.tar.gz
.
File metadata
- Download URL: aiokubemq-0.1.1.tar.gz
- Upload date:
- Size: 31.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 048271643faeaeec07053dc70658d04b52822cba960e786b66967368c64d7c03 |
|
MD5 | a53157e321ec55ecb4a840fba5625eb6 |
|
BLAKE2b-256 | 86bf3e0b575abc9c71fff6bd8eb0e37c1d335f648ded024999c2f532c03cc9cb |
File details
Details for the file aiokubemq-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: aiokubemq-0.1.1-py3-none-any.whl
- Upload date:
- Size: 31.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d9fcabb11a3e358fc644a22e6a98a95b8656f4601f89ed3e4cf363d8c0b0e9b |
|
MD5 | 3a47e48d8cc01a3307dbf480b0a16f5e |
|
BLAKE2b-256 | 5b6d8410f762068b5f4b28e52f79b71c2372610ce0a17463b9e889611ba7db8f |