nats-py

Package — HTTPPython 3.7+Intermediate

Python client for NATS messaging system

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None
Install
pip install nats-py

Learn by Difficulty

Quick Example

python
# Install: pip install nats-py
import nats_py

# Basic nats-py usage
print(f"Using nats-py")
# See documentation for detailed examples

nats-py is a third-party package. Python client for NATS messaging system. Install with: pip install nats-py

Try in Playground

Tags

packagehttpnetworkingclient