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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
Source: datalad-next
Priority: optional
Section: science
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Yaroslav Halchenko <debian@oneukrainian.com>,
Vasyl Gello <vasek.gello@gmail.com>,
Michael Hanke <mih@debian.org>
Build-Depends:
# Build
debhelper (>= 10),
dh-python,
dh-sequence-python3,
datalad (>= 0.18.4~),
python3-all,
python3-annexremote,
python3-boto3,
python3-humanize,
python3-more-itertools,
python3-psutil,
python3-pytest,
python3-requests,
python3-requests-toolbelt,
python3-setuptools,
# Testing
python3-webdavclient <!nocheck>,
unzip,
# Docs
dh-sequence-sphinxdoc,
python3-sphinx-rtd-theme,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/datalad-next
Vcs-Git: https://salsa.debian.org/python-team/packages/datalad-next.git -b debian/sid
Homepage: https://datalad-next.rtfd.org
X-Python3-Version: >= 3.8
Package: python3-datalad-next
Architecture: all
Depends:
python3-requests,
python3-requests-toolbelt,
${misc:Depends},
${python3:Depends},
Description: DataLad extension for new features and improved user experience
This extension provides feature additions and updates for DataLad
(http://datalad.org). Unlike other more topical extensions, the provided
functionality is broadly applicable, and each individual components is
a candidate for migration into the DataLad core package. This includes
new commands that become available through DataLad when this package is
installed, but also runtime-modifications of other DataLad functionality
that are enabled when the extension is loaded (see 'datalad.extensions.load'
configuration switch). Examples are:
.
- credential management system, and better integration with commands
- support for dataset deposit/retrieval via WebDAV
- support for git-annex-export in DataLad's push command
- performance boosts for individual commands and IO throughput
- additional git-annex special remotes for leaner archive access and
dynamic, identifier-based access URL composition -- accessible
via a dedicated 'download' command
- Git remote helper to fetch/push from/to any place accessible via a
git-annex special remote
.
Moreover, this packages provides utilities to facilitate DataLad-based
development efforts:
.
- framework for uniform command parameter validation
- improved base class and utilities for git-annex special remote
implementations
- reusable pytest fixtures for common test scenarios
- iter_subproc() helper for communication with subprocesses
via input/output iterables
- shell context manager for interaction with (remote) shells
.
This package contains the Python module and the documentation.
|