Pakket: python3-datalad-next (1.4.1-1)
Verwijzigingen voor python3-datalad-next
Debian bronnen:
Het bronpakket datalad-next downloaden:
Beheerders:
- Debian Python Team (QA-pagina)
- Yaroslav Halchenko (QA-pagina)
- Vasyl Gello (QA-pagina)
- Michael Hanke (QA-pagina)
Externe bronnen:
- Homepage [datalad-next.rtfd.org]
Vergelijkbare pakketten:
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.
Andere aan python3-datalad-next gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-annexremote
- abstraction for git-annex special remote implementations
-
- dep: python3-datalad
- data files management and distribution platform
-
- dep: python3-humanize
- Python Humanize library (Python 3)
-
- dep: python3-more-itertools
- library with routines for operating on iterables, beyond itertools (Python 3)
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings
-
- dep: python3-requests-toolbelt
- Utility belt for advanced users of python3-requests