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
|
Source: azure-data-lake-store-python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Luca Boccassi <bluca@debian.org>,
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-adal,
python3-all,
python3-numpydoc <!nodoc>,
python3-requests,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
Standards-Version: 4.5.0
Section: python
Priority: optional
Rules-Requires-Root: no
Homepage: https://github.com/Azure/azure-data-lake-store-python
Vcs-Browser: https://salsa.debian.org/python-team/packages/azure-data-lake-store-python
Vcs-Git: https://salsa.debian.org/python-team/packages/azure-data-lake-store-python.git
Testsuite: autopkgtest-pkg-python
Package: python3-azure-datalake-store
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: Azure Data Lake Store Filesystem Library for Python
A pure-python interface to the Azure Data-lake Storage system, providing
pythonic file-system and file objects, seamless transition between Windows and
POSIX remote paths, high-performance up- and down-loader.
|