Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 402 Bytes

README.rst

File metadata and controls

28 lines (17 loc) · 402 Bytes

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