ZmqEx

CircleCICoverage Status

TODO: Add description

Installation

The package can be installed by adding zmq_ex to your list of dependencies in mix.exs:

def deps do
  [
    {:zmq_ex, "~> 0.0.1"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/zmq_ex.

Additional tools

* Credo: `mix credo --strict` - a static code analysis tool for Elixir
* Dialyzer: `mix dialyzer` - a type checker
* Formatter: `mix format --check-formatted` - build in elixir formatter

python enV

virtualenv -p python3 ./py
. ./py/bin/activate
pip install pyzmq
python ./python_server.py