Go to file
Jason Rhinelander 530280ac60
Fix allow function argument decoding error
Avoids a utf-8 decoding error when accepting a connection with an allow
function by properly wrapping the function in a version that passes
pubkey as a `bytes`.
2021-12-02 15:14:54 -04:00
contrib Add drone build & tests 2021-10-22 19:12:57 -03:00
examples loki -> oxen refactor 2021-02-01 10:48:27 -05:00
lokinet loki -> oxen refactor 2021-02-01 10:48:27 -05:00
src Fix allow function argument decoding error 2021-12-02 15:14:54 -04:00
tests Add simple pytest tests 2021-10-22 17:03:06 -03:00
.drone.jsonnet Build with -Wextra -Werror and color 2021-10-22 19:12:57 -03:00
.gitignore update readme and ignore 2020-10-03 12:33:49 -04:00
MANIFEST.in pyoxenmq overhaul 2021-10-21 22:23:02 -03:00
README.md Update readme for new code 2021-10-22 20:22:54 -03:00
pyproject.toml Remove cmake build system and submodules 2021-10-22 16:09:36 -03:00
pytest.ini Add simple pytest tests 2021-10-22 17:03:06 -03:00
setup.py Fix allow function argument decoding error 2021-12-02 15:14:54 -04:00

README.md

pyoxenmq

Python interface to OxenMQ

building

dependencies

  • python3-pip
  • python3-dev
  • pybind11-dev
  • liboxenmq-dev

Check the source out with

$ git clone https://github.com/oxen-io/oxen-pyoxenmq
$ cd oxen-pyoxenmq

Install using:

$ pip3 install .