summaryrefslogtreecommitdiffstats
path: root/python/python3-pooch/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-pooch/README')
-rw-r--r--python/python3-pooch/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-pooch/README b/python/python3-pooch/README
new file mode 100644
index 0000000000..42a935e2e9
--- /dev/null
+++ b/python/python3-pooch/README
@@ -0,0 +1,8 @@
+python3-pooch (A friend to fetch your data files)
+
+Does your Python package include sample datasets? Are you shipping
+them with the code? Are they getting too big?
+
+Pooch is here to help! It will manage a data registry by downloading
+your data files from a server only when needed and storing them
+locally in a data cache (a folder on your computer).