Pre-release
This release is a pre-release and may not be stable for production use.
The sample:
from topiq import Message, Subscriber, Topic
class Worker:
def __init__(self, message: Message):
self.message = message
async def run(self):
id = self.message.as_int()
...
# Test subscriber
async def test_subscriber(self):
subscriber = Subscriber(Topic('name'), Worker)
await subscriber.send_int_message(1)
Release files for topiq 0.1.1b1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| topiq-0.1.1b1.tar.gz | 11.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| topiq-0.1.1b1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 26.5 kB
Release files / topiq-0.1.1b1.tar.gz
| Download URL | topiq-0.1.1b1.tar.gz |
|---|---|
| Size | 11.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5d1ca28c8896e5b82905fd56eaaf44957b13198d47a083e46c5dc070326aee17
|
|
BLAKE2b-256 checksum How to use checksums |
08b32071f90d90c526e9cfdd86a630ee2bbe7747df15e6a9734d044cf900491d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.12
|
Release files / topiq-0.1.1b1-py3-none-any.whl
| Download URL | topiq-0.1.1b1-py3-none-any.whl |
|---|---|
| Size | 14.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
92095a3b95c10cb9649cc0cb6bf1c92b2528362bae5a69f542cf813d312f3de9
|
|
BLAKE2b-256 checksum How to use checksums |
bae86fc5aa6326769643f5056c594d473d8a5b2ea8fef6384b94a9e921827255
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.12
|