Skip to content

Commit 6e7f206

Browse files
author
Sam Clements
committed
Added description of features to README
1 parent ef2cd35 commit 6e7f206

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ riemann-client
88
.. image:: https://travis-ci.org/borntyping/python-riemann-client.png?branch=master
99
:target: https://travis-ci.org/borntyping/python-riemann-client
1010

11-
A `Riemann <http://riemann.io/>`_ client library and command line tool for Python.
11+
A `Riemann <http://riemann.io/>`_ client library and command line tool for Python. It supports UDP and TCP transports, queries, and all metric types. However, it does not currently support event attributes or a SSL TCP transport.
12+
13+
The client library aims to provide a simple, minimal API does not require direct interaction with protocol buffers (though it does allow using the protobuf API directly, allowing you to use unsuported features such as event attributes). There is also a queued client that can queue events and then send in a single message.
1214

1315
Usage
1416
-----

0 commit comments

Comments
 (0)