Go to file
Jeff Becker eb4f558b56
add b32z encode and bt decode for exit auth
2020-08-24 10:03:16 -04:00
examples add b32z encode and bt decode for exit auth 2020-08-24 10:03:16 -04:00
external Update LokiMQ to latest dev 2020-08-13 12:45:44 -03:00
pylokimq add b32z encode and bt decode for exit auth 2020-08-24 10:03:16 -04: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 fix readme markdown formatting 2020-08-24 06:52:01 -04:00

README.md

pylokimq

pybind layer for lokimq

building

check the source out (recursive repo):

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

and build with cmake:

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