Go to file
Jeff a3d3aafb5c dont use reference in arguments 2020-09-24 11:59:45 -04:00
examples fix 2020-09-14 09:39:51 -04:00
external Update LokiMQ to latest dev 2020-08-13 12:45:44 -03:00
pylokimq dont use reference in arguments 2020-09-24 11:59:45 -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
MANIFEST.in add setuptools files 2020-09-24 11:35:25 -04:00
README.md fix readme markdown formatting 2020-08-24 06:52:01 -04:00
setup.py add setuptools files 2020-09-24 11:35:25 -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