add minimal readme

This commit is contained in:
Ray Holder
2013-01-19 22:54:58 -06:00
parent 6317adfe06
commit 987c363146

16
README.rst Normal file
View 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