From dc1d4d9e1ae9018418a4b50339505c62b9269b91 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Thu, 26 Mar 2026 23:33:54 +0100 Subject: [PATCH] Updated README.md. --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34311a8..5a5821a 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ This is a client library for [NATS](https://nats.io) written in rust. -Credits for [Intree](https://intree.com) for supporting this project. +## Sponsors of this project +Special thanks to [Intree](https://intree.com) for supporting development of this project. ## installation @@ -16,7 +17,16 @@ This package can be installed from pypi: pip install natsrpy ``` -Or alternatively you ca build it yourself using maturin, and stable rust. +Or alternatively you can build it yourself using maturin, and stable rust. + +## Usage + +You can see usage examples in our [examples](https://github.com/taskiq-python/natsrpy/tree/master/examples) folder. + +Also, our [tests](https://github.com/taskiq-python/natsrpy/tree/master/python/tests) +are written in python and could be a good place to discover features and the way they intended to be used. + +As of for now, our documentation is only availabe in source code. You can see it in our [type-stubs folder](https://github.com/taskiq-python/natsrpy/tree/master/python/natsrpy/_natsrpy_rs). ## Development