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/slack-desc | |
| 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/slack-desc')
| -rw-r--r-- | python/python3-smart_open/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-smart_open/slack-desc b/python/python3-smart_open/slack-desc new file mode 100644 index 0000000000..3d37d0b515 --- /dev/null +++ b/python/python3-smart_open/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-smart_open: python3-smart_open (utils for streaming large files in Python) +python3-smart_open: +python3-smart_open: smart_open is a Python 3 library for efficient streaming of very +python3-smart_open: large files from/to storages such as S3, GCS, Azure Blob Storage, +python3-smart_open: HDFS, WebHDFS, HTTP, HTTPS, SFTP, or local filesystem. It supports +python3-smart_open: transparent, on-the-fly (de-)compression for a variety of different +python3-smart_open: formats. +python3-smart_open: +python3-smart_open: +python3-smart_open: +python3-smart_open: |
