diff options
Diffstat (limited to 'third_party/python/redo/redo-2.0.3.dist-info')
6 files changed, 38 insertions, 0 deletions
diff --git a/third_party/python/redo/redo-2.0.3.dist-info/AUTHORS b/third_party/python/redo/redo-2.0.3.dist-info/AUTHORS new file mode 100644 index 0000000000..b2e24333c0 --- /dev/null +++ b/third_party/python/redo/redo-2.0.3.dist-info/AUTHORS @@ -0,0 +1,7 @@ +Rail Aliiev (https://github.com/rail) +Chris AtLee (https://github.com/catlee) +Ben Hearsum (https://github.com/bhearsum) +John Hopkins (https://github.com/jhopkinsmoz) +Justin Wood (https://github.com/callek) +Terry Chia (https://github.com/Ayrx) +Mr. Deathless (https://github.com/mrdeathless) diff --git a/third_party/python/redo/redo-2.0.3.dist-info/METADATA b/third_party/python/redo/redo-2.0.3.dist-info/METADATA new file mode 100644 index 0000000000..e43a46e13a --- /dev/null +++ b/third_party/python/redo/redo-2.0.3.dist-info/METADATA @@ -0,0 +1,13 @@ +Metadata-Version: 2.1 +Name: redo +Version: 2.0.3 +Summary: Utilities to retry Python callables. +Home-page: https://github.com/bhearsum/redo +Author: Ben Hearsum +Author-email: ben@hearsum.ca +License: UNKNOWN +Platform: UNKNOWN + +UNKNOWN + + diff --git a/third_party/python/redo/redo-2.0.3.dist-info/RECORD b/third_party/python/redo/redo-2.0.3.dist-info/RECORD new file mode 100644 index 0000000000..d8f82bf7da --- /dev/null +++ b/third_party/python/redo/redo-2.0.3.dist-info/RECORD @@ -0,0 +1,8 @@ +redo/__init__.py,sha256=6VZUeFfbFkBJ_lxY_cJWk0S8mgSkrSRIwVniVm_sKsw,8518 +redo/cmd.py,sha256=F1axa3CVChlIvrSnq4xZZIyZ4M4wnnZjpv8wy46ugS4,2085 +redo-2.0.3.dist-info/AUTHORS,sha256=uIuTIaIlfQwklq75eg8VTjdnzENPlN_WKxa1UxQWTtQ,290 +redo-2.0.3.dist-info/METADATA,sha256=0DOrbjh62qccs3wFTgTxP9kQ1S4cphhUnupdfv0_6ms,233 +redo-2.0.3.dist-info/WHEEL,sha256=_wJFdOYk7i3xxT8ElOkUJvOdOvfNGbR9g-bf6UQT6sU,110 +redo-2.0.3.dist-info/entry_points.txt,sha256=ftcg9P_jTwZ9bYYDKB-s-5eIY6mHGiRHvd_HAGc7UPc,41 +redo-2.0.3.dist-info/top_level.txt,sha256=o1qXhN94bANfd7pz4zervaf8ytHEG_UVfhFZKMmmdvo,5 +redo-2.0.3.dist-info/RECORD,, diff --git a/third_party/python/redo/redo-2.0.3.dist-info/WHEEL b/third_party/python/redo/redo-2.0.3.dist-info/WHEEL new file mode 100644 index 0000000000..c4bde30377 --- /dev/null +++ b/third_party/python/redo/redo-2.0.3.dist-info/WHEEL @@ -0,0 +1,6 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.32.3) +Root-Is-Purelib: true +Tag: py2-none-any +Tag: py3-none-any + diff --git a/third_party/python/redo/redo-2.0.3.dist-info/entry_points.txt b/third_party/python/redo/redo-2.0.3.dist-info/entry_points.txt new file mode 100644 index 0000000000..44eccdcfca --- /dev/null +++ b/third_party/python/redo/redo-2.0.3.dist-info/entry_points.txt @@ -0,0 +1,3 @@ +[console_scripts] +retry = redo.cmd:main + diff --git a/third_party/python/redo/redo-2.0.3.dist-info/top_level.txt b/third_party/python/redo/redo-2.0.3.dist-info/top_level.txt new file mode 100644 index 0000000000..f49789cbab --- /dev/null +++ b/third_party/python/redo/redo-2.0.3.dist-info/top_level.txt @@ -0,0 +1 @@ +redo |