Go to file
Jason Rhinelander f62fa4916f
Remove base32z encoding
We have pyoxenc for that instead.
2022-08-04 13:31:22 -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 Remove base32z encoding 2022-08-04 13:31:22 -03: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 Remove base32z encoding 2022-08-04 13:31:22 -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 .