Go to file
Jeff 626316e49c update readme and ignore 2020-10-03 12:33:49 -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 update readme and ignore 2020-10-03 12:33:49 -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 update readme and ignore 2020-10-03 12:33:49 -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/loki-project/loki-pylokimq
$ cd loki-pylokimq

build:

$ python3 setup.py build

install as user:

$ python3 setup.py install --user