From 2251b14eb2a71fd7fc84b9655bcbcb00ccca0c52 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Sat, 10 Jun 2023 09:44:02 +0700 Subject: python/python3-pooch: Added (A friend to fetch your data files). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pooch/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/python3-pooch/README (limited to 'python/python3-pooch/README') 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). -- cgit v1.2.3