summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..6b5d1fa
--- /dev/null
+++ b/README.rst
@@ -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
+