Skip to main content

What is next in DataLad

Project description

DataLad NEXT extension

Build status codecov crippled-filesystems docs Documentation Status License: MIT GitHub release PyPI version fury.io DOI

This DataLad extension can be thought of as a staging area for additional functionality, or for improved performance and user experience. Unlike other topical or more experimental extensions, the focus here is on functionality with broad applicability. This extension is a suitable dependency for other software packages that intend to build on this improved set of functionality.

Installation

# create and enter a new virtual environment (optional)
$ virtualenv --python=python3 ~/env/dl-next
$ . ~/env/dl-next/bin/activate
# install from PyPi
$ python -m pip install datalad-next

How to use

Additional commands provided by this extension are immediately available after installation. However, in order to fully benefit from all improvements, the extension has to be enabled for auto-loading by executing:

git config --global --add datalad.extensions.load next

Doing so will enable the extension to also alter the behavior the core DataLad package and its commands.

Summary of functionality provided by this extension

  • A replacement sub-system for credential handling that is able to handle arbitrary properties for annotating a secret, and facilitates determining suitable credentials while minimizing avoidable user interaction, without compromising configurability. A convenience method is provided that implements a standard workflow for obtaining a credential.
  • A user-facing credentials command to set, remove, and query credentials.
  • The create-sibling-... commands for the platforms GitHub, GIN, GOGS, Gitea are equipped with improved credential handling that, for example, only stores entered credentials after they were confirmed to work, or auto-selects the most recently used, matching credentials, when none are specified.
  • A create-sibling-webdav command for hosting datasets on a WebDAV server via a sibling tandem for Git history and file storage. Datasets hosted on WebDAV in this fashion are cloneable with datalad-clone. A full annex setup for storing complete datasets with historical file content version, and an additional mode for depositing single-version dataset snapshot are supported. The latter enables convenient collaboration with audiences that are not using DataLad, because all files are browsable via a WebDAV server's point-and-click user interface.
  • Enhance datalad-push to automatically export files to git-annex special remotes configured with exporttree=yes.
  • Speed-up datalad-push when processing non-git special remotes. This particularly benefits less efficient hosting scenarios like WebDAV.
  • Enhance datalad-siblings enable (AnnexRepo.enable_remote()) to automatically deploy credentials for git-annex special remotes that require them.
  • git-remote-datalad-annex is a Git remote helper to push/fetch to any location accessible by any git-annex special remote.
  • git-annex-backend-XDLRA (originally available from the mihextras extension) is a custom external git-annex backend used by git-remote-datalad-annex. A base class to facilitate development of external backends in Python is also provided.
  • Enhance datalad-configuration to support getting configuration from "global" scope without a dataset being present.
  • New modular framework for URL operations. This framework directly supports operation on http(s), ssh, and file URLs, and can be extended with custom functionality for additional protocols or even interaction with specific individual servers. The basic operations download, upload, delete, and stat are recognized, and can be implemented. The framework offers uniform progress reporting and simultaneous content has computation. This framework is meant to replace and extend the downloader/provide framework in the DataLad core package. In contrast to its predecessor it is integrated with the new credential framework, and operations beyond downloading.
  • git-annex-remote-uncurl is a special remote that exposes the new URL operations framework via git-annex. It provides flexible means to compose and rewrite URLs (e.g., to compensate for storage infrastructure changes) without having to modify individual URLs recorded in datasets. It enables seamless transitions between any services and protocols supported by the framework. This special remote can replace the datalad special remote provided by the DataLad core package.
  • A download command is provided as a front-end for the new modular URL operations framework.
  • A python-requests compatible authentication handler (DataladAuth) that interfaces DataLad's credential system.
  • Boosted throughput of DataLad's runner component for command execution.
  • Substantially more comprehensive replacement for DataLad's constraints system for type conversion and parameter validation.

Summary of additional features for DataLad extension development

  • Framework for uniform command parameter validation. Regardless of the used API (Python, CLI, or GUI), command parameters are uniformly validated. This facilitates a stricter separation of parameter specification (and validation) from the actual implementation of a command. The latter can now focus on a command's logic only, while the former enables more uniform and more comprehensive validation and error reporting. Beyond per-parameter validation and type-conversion also inter-parameter dependency validation and value transformations are supported.
  • Improved composition of importable functionality. Key components for commands, annexremotes, datasets (etc) are collected in topical top-level modules that provide "all" necessary pieces in a single place.
  • webdav_server fixture that automatically deploys a local WebDAV server.
  • Utilities for HTTP handling
    • probe_url() discovers redirects and authentication requirements for an HTTP URL
    • get_auth_realm() returns a label for an authentication realm that can be used to query for matching credentials
  • Utilities for special remote credential management:
    • get_specialremote_credential_properties() inspects a special remote and returns properties for querying a credential store for matching credentials
    • update_specialremote_credential() updates a credential in a store after successful use
    • get_specialremote_credential_envpatch() returns a suitable environment "patch" from a credential for a particular special remote type
  • Helper for runtime-patching other datalad code (datalad_next.utils.patch)
  • Base class for implementing custom git-annex backends.
  • A set of pytest fixtures to:
    • check that no global configuration side-effects are left behind by a test
    • check that no secrets are left behind by a test
    • provide a temporary configuration that is isolated from a user environment and from other tests
    • provide a temporary secret store that is isolated from a user environment and from other tests
    • provide a temporary credential manager to perform credential deployment and manipulation isolated from a user environment and from other tests

Patching the DataLad core package.

Some of the features described above rely on a modification of the DataLad core package itself, rather than coming in the form of additional commands. Loading this extension causes a range of patches to be applied to the datalad package to enable them. A comprehensive description of the current set of patch is available at http://docs.datalad.org/projects/next/en/latest/#datalad-patches

Acknowledgements

This DataLad extension was developed with funding from the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under grant SFB 1451 (431549029, INF project).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

datalad_next-1.0.0.tar.gz (304.7 kB view details)

Uploaded Source

Built Distribution

datalad_next-1.0.0-py3-none-any.whl (299.7 kB view details)

Uploaded Python 3

File details

Details for the file datalad_next-1.0.0.tar.gz.

File metadata

  • Download URL: datalad_next-1.0.0.tar.gz
  • Upload date:
  • Size: 304.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for datalad_next-1.0.0.tar.gz
Algorithm Hash digest
SHA256 347019efb8b6518589411d572c1556f170fb65b2fa53e0a995c04326a9583f79
MD5 8dfe8b32693b48af352a74c9f1c8d37f
BLAKE2b-256 79515d90b903ef8ce1479e0677c75f509b7b1f3fe1398744ede5e6e1cbb73de0

See more details on using hashes here.

File details

Details for the file datalad_next-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: datalad_next-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 299.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for datalad_next-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ef1d7a19dd4db60160edf7cb070ece5600ca6ba97ef93c36f0e3ff68bd14fe96
MD5 ccbfe2a43762c46c5ac46fefbffbe45f
BLAKE2b-256 b241992ea7031aa4180439890da31c45dad7aa3133d26da76ed10490fa406270

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page