Minimal go-nats publisher package
Project description
nats-publish
Minimal go-nats protocol based publish-only client written in python.
Example
from nats_publish import NatsPublish
np = NatsPublish(conn_options={
"hostname": "demo.nats.io",
"port": 4222,
})
np.publish(msg='hello world', subject="foo")
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
nats_publish-0.1.3.tar.gz
(1.7 kB
view details)
Built Distribution
File details
Details for the file nats_publish-0.1.3.tar.gz
.
File metadata
- Download URL: nats_publish-0.1.3.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f96fc28b6770f0399fed9ccb777eecdbec8eb10f43412b186d69846308f87209 |
|
MD5 | def6627ba98bbe96b886bc0026846460 |
|
BLAKE2b-256 | 13a7e0dae8ca828da28197a0bcb0e43118d1ee4a3a164be1a0a572a48bad62a9 |
Provenance
File details
Details for the file nats_publish-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: nats_publish-0.1.3-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fe74b4400325a780f91e09c1a8800086977e68132c03619f695e165630e16a8 |
|
MD5 | 58a5a38feb73064cd8c81e278912e919 |
|
BLAKE2b-256 | 31701f85d567096aaec202b09dee849f24a443db30570d060c16a0e1247ffb77 |