https://github.com/nsqio/pynsq
The official Python client library for NSQ
https://github.com/nsqio/pynsq
client-library nsq python
Last synced: 15 days ago
JSON representation
The official Python client library for NSQ
- Host: GitHub
- URL: https://github.com/nsqio/pynsq
- Owner: nsqio
- License: mit
- Created: 2012-10-31T15:09:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T21:53:01.000Z (over 1 year ago)
- Last Synced: 2025-04-01T00:37:34.191Z (23 days ago)
- Topics: client-library, nsq, python
- Language: Python
- Homepage:
- Size: 491 KB
- Stars: 455
- Watchers: 25
- Forks: 127
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
## pynsq
[](https://github.com/nsqio/pynsq/actions) [](https://github.com/nsqio/pynsq/releases/latest) [](https://pypi.org/project/pynsq)
The official Python client library for [NSQ][nsq].
### Installation
$ pip install pynsq
### Docs
For HTML documentation, visit [https://pynsq.readthedocs.org/](https://pynsq.readthedocs.org/)
### Tests
`nsqd` and `nsqlookupd` are required to run tests, see [installing](https://nsq.io/deployment/installing.html).
python setup.py test
[nsq]: https://github.com/nsqio/nsq