From a6542743c8dc5deda16d97e4ec1f028943ef7b7c Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Fri, 31 Mar 2023 16:59:24 +0100 Subject: python/python3-smart_open: Added (utils for streaming large files) Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- python/python3-smart_open/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/python3-smart_open/README (limited to 'python/python3-smart_open/README') diff --git a/python/python3-smart_open/README b/python/python3-smart_open/README new file mode 100644 index 0000000000..500b3b4907 --- /dev/null +++ b/python/python3-smart_open/README @@ -0,0 +1,9 @@ +smart_open is a Python 3 library for efficient streaming of very +large files from/to storages such as S3, GCS, Azure Blob Storage, +HDFS, WebHDFS, HTTP, HTTPS, SFTP, or local filesystem. It supports +transparent, on-the-fly (de-)compression for a variety of different +formats. + +smart_open is a drop-in replacement for Python's built-in open(): +it can do anything open can (100% compatible, falls back to native +open whenever possible) plus lots of nifty extra stuff on top. -- cgit v1.2.3