Metadata-Version: 2.1
Name: pydra-mrtrix3
Version: 0.1.0
Summary: Pydra tasks for MRtrix3
Home-page: UNKNOWN
Author: Nipype developers
Author-email: neuroimaging@python.org
License: Apache License, 2.0
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
Description-Content-Type: text/markdown; variant=CommonMark
Provides-Extra: doc
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: tests
Provides-Extra: dev
Provides-Extra: all
Provides-Extra: subpackage
License-File: LICENSE

# Pydra Tasks for mrtrix3

## For developers

Install repo in developer mode from the source directory. It is also useful to
install pre-commit to take care of styling via black:

```
pip install -e .[dev]
pre-commit install
```


