Metadata-Version: 2.1
Name: datalad-mihextras
Version: 0.5.0
Summary: DataLad extension with special interest functionality or drafts of future additions to DataLad proper
Home-page: https://github.com/mih/datalad-mihextras
Author: Michael Hanke
Author-email: michael.hanke@gmail.com
License: MIT
Description: # MIH's extra DataLad functionality
        
        [![Build status](https://ci.appveyor.com/api/projects/status/f65qpwkv2rueii1d/branch/master?svg=true)](https://ci.appveyor.com/project/mih/datalad-mihextras/branch/master) [![codecov.io](https://codecov.io/github/mih/datalad-mihextras/coverage.svg?branch=master)](https://codecov.io/github/mih/datalad-mihextras?branch=master) [![docs](https://github.com/mih/datalad-mihextras/workflows/docs/badge.svg)](https://datalad-mihextras.readthedocs.io)
        
        DataLad extension with special interest functionality or drafts of future
        additions to DataLad proper.
        
        This is a staging area to test-drive new functionality in the wild without
        making any promises on longevity or stability. Once a certain level of maturity
        has been reached, most functionality will move to more appropriate places, like
        topical extensions or even DataLad proper.
        
        Command(s) provided by this extension
        
        - `x-configuration` -- manipulate dataset, dataset-clone-local, or global
          configuration, or dump an annotated list of all effective settings
        - `x-export-bagit` -- export datasets (recursively) to an RFC8493-compliant
          BagIt "bag"
        - `x-export-to-webdav` -- export datasets (recursively) to any WEBDAV
          service, such as Nextcloud, box.com, or 4shared.com
        - `x-snakemake` -- thin wrapper around [SnakeMake](https://snakemake.github.io)
          to obtain file content prior processing
        
        
        Dataset procedure(s) provided by this extension
        
        - `cfg_kdenlive` -- configures a dataset for use as a KDENLIVE project.
          Manages commits of the project file to be more portable, and configures
          a standard set of temporary directories for KDENLIVE.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: devel
