This package implements ZMQ networks features shared across all Sentinel boxes. Instalation and test instructions: 1) Create virtual environment for python3: virtualenv --python=python3 venv 2) Activate virtual environment source venv/bin/activate 3) Install the package All the dependencies are installed automatically. Using tarball: pip install sn-.tar.gz (or)Cloned from git: pip install sn/ (where 'sn' is cloned folder containing 'setup.py') 4) Test it Using tarball: tar xzf sn-.tar.gz cd sn-/tests/ ./run_example.sh (or)Cloned from git: cd sn/examples ./run_example.sh Package build (tarball creation)- produces sn-.tar.gz: python setup.py sdist The package archive will be available in dist directory