Skip to content

Commit 262c504

Browse files
committed
Update outdated text in README
1 parent a3cb4b3 commit 262c504

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ riemann-client
1313

1414
|
1515
16-
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.
17-
18-
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 unsupported features such as event attributes). There is also a queued client that can queue events and then send in a single message.
16+
A `Riemann <http://riemann.io/>`_ client library and command line tool for Python. It supports UDP and TCP transports, queries, and all metric types. The client library aims to provide a simple, minimal API does not require direct interaction with protocol buffers. There is also a queued client that can queue or batch events and then send them in a single message.
1917

2018
Usage
2119
-----
@@ -61,14 +59,12 @@ Installation
6159
Requirements
6260
^^^^^^^^^^^^
6361

64-
* `argparse <https://pypi.python.org/pypi/argparse>`_
62+
* `click <http://click.pocoo.org/>`_
6563
* `protobuf <https://pypi.python.org/pypi/protobuf>`_
6664

6765
Changelog
6866
---------
6967

70-
Version numbers use the `semver <http://semver.org/>`_ specification.
71-
7268
Version 5.x.x
7369
^^^^^^^^^^^^^
7470

0 commit comments

Comments
 (0)