nucosMQ - a pure python message module
Project description
nucosMQ
nucosMQ is a python messaging module (in the sense of zeroMQ) written in pure Python. We are aware of other projects like snakeMQ but we were not able to produce reasonable results with that, since we depend in our related projects on massive threading.
The underlying protocoll is tcp and as an alternative udp yet not very far implemented.. The Communication is thread safe, so it may be used together with whatever GUI-Library. The module is light-weighted, pure python and ready to use.
The project is in alpha stage: every usage is on your own responsibility.
nucosMQ implements two kind of connections: server-client connection and link-connection. The server accepts many clients, the link is a one-to-one connection. The connections may be established also with your individual authentification method, which can be integrated easily (see examples).
A publish/subscribe logic is implemented, where clients can subscribe to a topic and the server acts as a broker for that topology.
Install
pip install nucosMQ
Documentation
Recommended test runner
nose2 –plugin nose2.plugins.junitxml –junit-xml
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
File details
Details for the file nucosMQ-0.0.8.tar.gz
.
File metadata
- Download URL: nucosMQ-0.0.8.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f596b93f12df65086897e1523e3fe4b11647c0f19d078aaf7965fda91a2cd8b1 |
|
MD5 | a99fb1a5698fb88d9ae934246172e6b9 |
|
BLAKE2b-256 | 63a53fa333b27a37486236f8b449b8d985308c2d7ddbf054b2fd8ff563111879 |