[ 原始碼: smart-open ]
套件:python3-smart-open(1.11.1-3)
utils for streaming large files
smart-open is a library for efficient streaming of very large files from/to storages such as HDFS, WebHDFS, HTTP, HTTPS, SFTP, or local filesystem. It supports transparent, on-the-fly (de-)compression for a variety of different formats (gzip, bz2, etc.).
This package excludes the support of S3 and GCS.
其他與 python3-smart-open 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-boto
- Python interface to Amazon's Web Services - Python 3.x
-
- dep: python3-boto3
- Python interface to Amazon's Web Services - Python 3.x
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings