Metadata-Version: 2.1
Name: datalad-hirni
Version: 0.0.8
Summary: DataLad extension for raw data capturing and conversion workflows
Home-page: UNKNOWN
Author: DataLad developers
Author-email: team@datalad.org
License: UNKNOWN
Platform: UNKNOWN
Requires-Dist: datalad-container (>=1.1.2)
Requires-Dist: datalad-metalad (>=0.2.0)
Requires-Dist: datalad-neuroimaging (>=0.3.1)
Requires-Dist: datalad-webapp (>=0.3)
Requires-Dist: datalad[full] (>=0.14.0)
Provides-Extra: devel-docs
Requires-Dist: pypandoc ; extra == 'devel-docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'devel-docs'
Requires-Dist: sphinx (>=1.6.2) ; extra == 'devel-docs'

# Datalad-Hirni

[![Travis tests status](https://secure.travis-ci.org/psychoinformatics-de/datalad-hirni.png?branch=master)](https://travis-ci.org/psychoinformatics-de/datalad-hirni) [![codecov.io](https://codecov.io/github/psychoinformatics-de/datalad-hirni/coverage.svg?branch=master)](https://codecov.io/github/psychoinformatics-de/datalad-hirni?branch=master) [![Documentation](https://readthedocs.org/projects/datalad-hirni/badge/?version=latest)](http://datalad-hirni.rtfd.org) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![GitHub release](https://img.shields.io/github/release/psychoinformatics-de/datalad-hirni.svg)](https://GitHub.com/psychoinformatics-de/datalad-hirni/releases/) [![PyPI version fury.io](https://badge.fury.io/py/datalad-hirni.svg)](https://pypi.python.org/pypi/datalad-hirni/) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/psychoinformatics-de/datalad-hirni.svg)](http://isitmaintained.com/project/psychoinformatics-de/datalad-hirni "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/psychoinformatics-de/datalad-hirni.svg)](http://isitmaintained.com/project/psychoinformatics-de/datalad-hirni "Percentage of issues still open")

This extension enhances DataLad (http://datalad.org) with support for
(semi-)automated, reproducible processing of (medical/neuro)imaging data.
Please see the [extension documentation](http://datalad-hirni.rtfd.org) for a
description on additional commands and functionality.

For general information on how to use or contribute to DataLad (and this
extension), please see the [DataLad website](http://datalad.org) or the
[main GitHub project page](http://datalad.org).


## Installation

Before you install this package, please make sure that you [install a recent
version of git-annex](https://git-annex.branchable.com/install).  Afterwards,
install the latest version of `datalad-hirni` from
[PyPi](https://pypi.org/project/datalad-hirni). It is recommended to use
a dedicated [virtualenv](https://virtualenv.pypa.io):

    # create and enter a new virtual environment (optional)
    virtualenv --system-site-packages --python=python3 ~/env/datalad
    . ~/env/datalad/bin/activate

    # install from PyPi
    pip install datalad_hirni

    # alternative: install the latest development version from GitHub
    pip install git+https://github.com/psychoinformatics-de/datalad-hirni.git#egg=datalad_hirni

## Support

The documentation of this project is found here:
http://docs.datalad.org/projects/hirni
The documentation is built from this very repository's files under ``docs/source`` and thus you can contribute to the
docs by opening a pull request just like you'd contribute to the code itself.

All bugs, concerns and enhancement requests for this software can be submitted here:
https://github.com/psychoinformatics-de/datalad-hirni/issues

If you have a problem or would like to ask a question about how to use DataLad,
please [submit a question to
NeuroStars.org](https://neurostars.org/tags/datalad) with a ``datalad`` tag.
NeuroStars.org is a platform similar to StackOverflow but dedicated to
neuroinformatics.

All previous DataLad questions are available here:
http://neurostars.org/tags/datalad/

## Acknowledgements

DataLad development is supported by a US-German collaboration in computational
neuroscience (CRCNS) project "DataGit: converging catalogues, warehouses, and
deployment logistics into a federated 'data distribution'" (Halchenko/Hanke),
co-funded by the US National Science Foundation (NSF 1429999) and the German
Federal Ministry of Education and Research (BMBF 01GQ1411). Additional support
is provided by the German federal state of Saxony-Anhalt and the European
Regional Development Fund (ERDF), Project: Center for Behavioral Brain
Sciences, Imaging Platform.



