Go to file
Jason Rhinelander 48a6561002
Merge pull request #13 from jagerman/fix-reply-segfault
Fix python binding segfault
2023-09-27 19:57:23 -03: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 python binding segfault 2023-09-27 16:06:08 -03:00
tests Add simple pytest tests 2021-10-22 17:03:06 -03:00
.drone.jsonnet sid build fix 2023-09-27 19:45:28 -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 python binding segfault 2023-09-27 16:06:08 -03: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 .