aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pooch/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2023-06-10 09:44:02 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-10 09:44:02 +0700
commit2251b14eb2a71fd7fc84b9655bcbcb00ccca0c52 (patch)
tree70135df54e76457f0518060614a52247b711df99 /python/python3-pooch/README
parenta9de5e0782c3a59a69bc18a41b2cf5a716740d63 (diff)
python/python3-pooch: Added (A friend to fetch your data files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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).