Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bitranox authored Nov 10, 2017
1 parent 5cae0d6 commit d356068
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
Expand Up @@ -3,9 +3,14 @@ wrapt-timeout-decorator

|Build Status| |Pypi Status| |Coveralls Status|

there are many timeout decorators out there - that one focuses on correctness if using with Classes, methods, class methods, static methods and so on, preserving also the traceback information for Pycharm debugging.
there are many timeout decorators out there - that one focuses on correctness if using with Classes, methods, class methods,

static methods and so on, preserving also the traceback information for Pycharm debugging.

There is also a powerful eval function, it allows to read the desired timeout value even from Class attributes.
It is very flexible and van be used with python2.6, python 3.x, pypy, pypy3 and probably more.

It is very flexible and can be used from python 2.6 to python 3.x, pypy, pypy3 and probably other dialects


Installation
------------
Expand Down

0 comments on commit d356068

Please sign in to comment.