add minimal readme
This commit is contained in:
16
README.rst
Normal file
16
README.rst
Normal file
@@ -0,0 +1,16 @@
|
||||
Retrying Module
|
||||
================================
|
||||
|
||||
Retry any arbitrary function conditionally via a @retry decorator.
|
||||
|
||||
Usage
|
||||
-----
|
||||
TODO
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
Installing the retrying module is simple::
|
||||
|
||||
$ pip install retrying
|
||||
|
||||
Reference in New Issue
Block a user