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
|
Source: python-b2sdk
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Ondřej Kobližek <kobla@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
locales-all,
pybuild-plugin-pyproject,
python3-all,
python3-annotated-types,
python3-arrow,
python3-logfury,
python3-pdm-backend,
python3-pyflakes,
python3-pytest (>= 8.3.3) <!nocheck>,
python3-pytest-lazy-fixtures <!nocheck>,
python3-pytest-mock <!nocheck>,
python3-pytest-timeout <!nocheck>,
python3-requests,
python3-tqdm,
yapf3,
Standards-Version: 4.7.0
Homepage: https://github.com/Backblaze/b2-sdk-python
Vcs-Git: https://salsa.debian.org/python-team/packages/python-b2sdk.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-b2sdk
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-b2sdk
Architecture: all
Depends:
python3-arrow,
${misc:Depends},
${python3:Depends},
Description: Python library to access B2 cloud storage
Client library and a few handy utilities for easy access to all of
the capabilities of B2 Cloud Storage.
.
B2 command-line tool (backblaze-b2 package) is an example of how it
can be used to provide command-line access to the B2 service, but
there are many possible applications (including FUSE filesystems,
storage backend drivers for backup applications etc).
|