Version 5.0.0: Improved CLI, documentation
- Added API documentation (riemann-client.readthedocs.org)
- Replaced
argparse
withclick
for an improved CLI - Various command line parameters changed
--event-host
became--host
--print
was removed,send
always prints the sent event
- Minor fixes to
QueuedClient
API UDPTransport.send
returnsNone``instead of
NotImplemented`