1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: smart-open
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Sao I Kuan <saoikuan@gmail.com>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-azure <!nocheck>,
python3-azure-storage <!nocheck>,
python3-backports.zstd <!nocheck> | python3-supported-min (>= 3.14) <!nocheck>,
python3-boto3,
python3-moto <!nocheck>,
python3-paramiko <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-timeout <!nocheck>,
python3-pytest-xdist <!nocheck>,
python3-requests,
python3-responses <!nocheck>,
python3-setuptools,
python3-setuptools-scm,
python3-wrapt,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/python-team/packages/smart-open
Vcs-Git: https://salsa.debian.org/python-team/packages/smart-open.git
Homepage: https://github.com/piskvorky/smart_open
Testsuite: autopkgtest-pkg-python
Package: python3-smart-open
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Recommends:
python3-backports.zstd | python3-supported-min (>= 3.14),
python3-boto3,
python3-paramiko,
python3-requests,
${python3:Recommends},
Suggests:
python3-azure,
python3-azure-storage,
${python3:Suggests},
Description: 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.
|