/norikra-client-python

norikra client for python

Primary LanguagePythonMIT LicenseMIT

Norikra-client-python

client library of norikra-client.

Note: This does not include CLI, only library.

Install

% pip install "git+https://github.com/norikra/norikra-client-python.git"

Usage

from norikraclient.client import Client

norikra = Client()
norikra.send('your_target', [{'ham': 'spam'}])

License

MIT License