Skip to content

Commit

Permalink
Merge pull request #2 from kgriffs/chores
Browse files Browse the repository at this point in the history
chore: Add badges to README
  • Loading branch information
kgriffs committed Dec 20, 2016
2 parents 3e1401f + a1bc9da commit b313e11
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Fast Token Bucket Implementation for Python
===========================================
Fast Token Bucket Implementation for Python |Build Status| |codecov.io|
=======================================================================

The ``token-bucket`` package provides an optimized implementation of the
`token bucket algorithm <http://falconframework.org/index.html>`_ that
Expand All @@ -18,3 +18,8 @@ Moving window algorithms are resitant to bursting, but at the cost of
additional processing and memory overhead vs. the token bucket
algorithm which uses a simple, fast counter per key. The latter approach
does allow for bursting, but only for a controlled duration.

.. |Build Status| image:: https://travis-ci.org/falconry/token-bucket.svg
:target: https://travis-ci.org/falconry/token-bucket
.. |codecov.io| image:: https://codecov.io/gh/falconry/token-bucket/branch/master/graph/badge.svg
:target: https://codecov.io/gh/falconry/token-bucket

0 comments on commit b313e11

Please sign in to comment.