Go to file
Jason Rhinelander c4c0606c98 Update LokiMQ to latest dev 2020-08-13 12:45:44 -03:00
examples commit unstaged changes 2020-08-12 18:30:15 -04:00
external Update LokiMQ to latest dev 2020-08-13 12:45:44 -03:00
pylokimq Add request_future; set exceptions on error; bytes on in/out 2020-08-13 12:45:04 -03:00
.gitignore more 2020-07-22 13:41:46 -04:00
.gitmodules initial commit 2020-06-02 09:46:51 -04:00
CMakeLists.txt more 2020-07-20 08:19:09 -04:00
README.md initial commit 2020-06-02 09:46:51 -04:00

README.md

pylokimq

pybind layer for lokimq

building

check the source out:

$ git clone --recursive https://github.com/loki-project/pylokimq $ cd pylokimq

and build with cmake:

$ mkdir build $ cd build && cmake .. $ make