A NATS helper used by Rancher Opni
Project description
opni-nats-wrapper
This repo contains shared code used to build the pypi package https://pypi.org/project/opni-nats/ which is used in several opni services
Testing
- have your nats server running in another terminal. For Mac user, you can do:
brew install nats-server
nats-server
- test the script: (assume your nats server is running on nats://0.0.0.0:4222)
export NATS_SERVER_URL="nats://0.0.0.0:4222"
export NATS_USERNAME=
export NATS_PASSWORD=
cd src/opni_nats
python nats_wrapper.py
Contributing
We use pre-commit
for formatting auto-linting and checking import. Please refer to installation to install the pre-commit or run pip install pre-commit
. Then you can activate it for this repo. Once it's activated, it will lint and format the code when you make a git commit. It makes changes in place. If the code is modified during the reformatting, it needs to be staged manually.
# Install
pip install pre-commit
# Install the git commit hook to invoke automatically every time you do "git commit"
pre-commit install
# (Optional)Manually run against all files
pre-commit run --all-files
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
opni-nats-test-0.0.2.0.tar.gz
(8.6 kB
view hashes)
Built Distribution
Close
Hashes for opni_nats_test-0.0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 097b72091faef21e2c4a5f6a1cf38d1b747654f9c246720692ab004b3e2c1c4f |
|
MD5 | 1a71c85b51b9b5cefbc3e2d4fae7e58f |
|
BLAKE2b-256 | 8cdd208c5c94debffa3196ce68f8d8ae336d034f04900cbab40c7d4b629275e3 |