Metadata-Version: 2.1
Name: keprep
Version: 0.1.1
Summary: Minimally preprocessing TheBase dMRI data.
Home-page: https://pypi.org/project/KePrep
License: MIT
Keywords: neuroscience,MRI,data processing,automation,standardization
Author: Gal Kepler
Author-email: galkepler@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Dist: nipype (>=1.8.6,<2.0.0)
Requires-Dist: niworkflows (>=1.8.1,<2.0.0)
Requires-Dist: pre-commit (>=3.3.3,<4.0.0)
Requires-Dist: psutil (>=5.9.5,<6.0.0)
Requires-Dist: pyupgrade (>=3.9.0,<4.0.0)
Requires-Dist: sdcflows (>=2.5.1,<3.0.0)
Requires-Dist: smriprep (>=0.12.1,<0.13.0)
Requires-Dist: templateflow (>=23.0.0,<24.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: tox (>=4.16.0,<5.0.0)
Project-URL: Documentation, https://KePrep.readthedocs.io
Project-URL: Repository, https://github.com/GalKepler/keprep
Description-Content-Type: text/x-rst

============================================================================
KePrep: PreProcessing Strauss Neuroplasticity Brain Bank dMRI data
============================================================================

KePrep is a Nipype_-based pipeline for the preprocessing of dMRI data associated with the Neuroplasticity Brain Bank (SNBB).


========
Overview
========
.. list-table::
    :stub-columns: 1

    * - docs
      - |docs|
    * - tests, CI & coverage
      - |github-actions| |codecov| |codacy|
    * - codeclimate
      - |codeclimate-maintainability| |codeclimate-testcoverage|
    * - version
      - |pypi| |python|
    * - styling
      - |black| |isort| |flake8| |pre-commit|
    * - license
      - |license|

.. |docs| image:: https://readthedocs.org/projects/keprep/badge/?version=latest
    :target: https://keprep.readthedocs.io/en/latest/?version=latest
    :alt: Documentation Status

.. |github-actions| image:: https://github.com/GalKepler/keprep/actions/workflows/github-actions.yml/badge.svg
    :alt: GitHub Actions Build Status
    :target: https://github.com/GalKepler/keprep/actions

.. |codecov| image:: https://codecov.io/github/GalKepler/keprep/graph/badge.svg?token=LO5CH471O4
    :alt: Coverage Status
    :target: https://app.codecov.io/github/GalKepler/keprep

.. |codacy| image:: https://app.codacy.com/project/badge/Grade/7fe5b4cb103d4100bf00603c913b9ac1
    :target: https://app.codacy.com/gh/GalKepler/keprep/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
    :alt: Code Quality

.. |codeclimate-maintainability| image:: https://api.codeclimate.com/v1/badges/dc78868ecc19deb5fb5b/maintainability
    :target: https://codeclimate.com/github/GalKepler/keprep/maintainability
    :alt: Maintainability

.. |codeclimate-testcoverage| image:: https://api.codeclimate.com/v1/badges/dc78868ecc19deb5fb5b/test_coverage
    :target: https://codeclimate.com/github/GalKepler/keprep/test_coverage
    :alt: Test Coverage

.. |pypi| image:: https://img.shields.io/pypi/v/keprep.svg
        :target: https://pypi.python.org/pypi/keprep

.. |python| image:: https://img.shields.io/pypi/pyversions/keprep
        :target: https://www.python.org

.. |license| image:: https://img.shields.io/github/license/GalKepler/keprep.svg
        :target: https://opensource.org/license/mit
        :alt: License

.. |black| image:: https://img.shields.io/badge/formatter-black-000000.svg
      :target: https://github.com/psf/black

.. |isort| image:: https://img.shields.io/badge/imports-isort-%231674b1.svg
        :target: https://pycqa.github.io/isort/

.. |flake8| image:: https://img.shields.io/badge/style-flake8-000000.svg
        :target: https://flake8.pycqa.org/en/latest/

.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
        :target: https://github.com/pre-commit/pre-commit



* Free software: MIT license
* Documentation: https://keprep.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _Nipype: https://nipype.readthedocs.io/en/latest/

