client library of norikra-client.
Note: This does not include CLI, only library.
% pip install "git+https://github.com/norikra/norikra-client-python.git"
from norikraclient.client import Client norikra = Client() norikra.send('your_target', [{'ham': 'spam'}])
MIT License