diff options
| author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-03-31 16:59:24 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:16 +0700 |
| commit | a6542743c8dc5deda16d97e4ec1f028943ef7b7c (patch) | |
| tree | d7632bc52f33357d6b3d7d564542ec31bdc0272b /python/python3-smart_open/README | |
| parent | 4fc650e460410853d32837deed6846cb17cbd6bf (diff) | |
python/python3-smart_open: Added (utils for streaming large files)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-smart_open/README')
| -rw-r--r-- | python/python3-smart_open/README | 9 |
1 files changed, 9 insertions, 0 deletions
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. |
