https://github.com/oxen-io/oxen-pyoxenmq
https://github.com/oxen-io/oxen-pyoxenmq
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oxen-io/oxen-pyoxenmq
- Owner: oxen-io
- Created: 2020-09-15T01:22:09.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2025-03-04T01:35:11.000Z (4 months ago)
- Last Synced: 2025-04-10T05:30:48.890Z (2 months ago)
- Language: C++
- Size: 283 KB
- Stars: 5
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyoxenmq
Python interface to OxenMQ
## building
dependencies
- python3-pip
- python3-dev
- pybind11-dev
- liboxenmq-devCheck the source out with
$ git clone https://github.com/oxen-io/oxen-pyoxenmq
$ cd oxen-pyoxenmqInstall using:
$ pip3 install .