You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Isaac Yu 3474b9530d
python/python3-smart_open: Update for 7.2.0
9 months ago
..
README python/python3-smart_open: Added (utils for streaming large files) 3 years ago
python3-smart_open.SlackBuild python/python3-smart_open: Update for 7.2.0 9 months ago
python3-smart_open.info python/python3-smart_open: Update for 7.2.0 9 months ago
slack-desc python/python3-smart_open: Added (utils for streaming large files) 3 years ago

README

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.