Metadata-Version: 2.1
Name: kepost
Version: 0.2.14
Summary: Post-processing for dMRI derivatives of the Strauss Neuroplasticity Brain Bank (SNBB)
Home-page: https://pypi.org/project/KePost
License: MIT
Author: Gal Kepler
Author-email: galkepler@gmail.com
Maintainer: Gal Kepler
Maintainer-email: galkepler@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 2 - Pre-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: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: acres (>=0.1.0,<0.2.0)
Requires-Dist: cvxpy (>=1.5.2,<2.0.0)
Requires-Dist: dipy (>=1.9.0,<2.0.0)
Requires-Dist: doc8 (>=1.1.1,<2.0.0)
Requires-Dist: fury (>=0.10.0,<0.11.0)
Requires-Dist: mne-connectivity (>=0.7.0,<0.8.0)
Requires-Dist: neuromaps (>=0.0.5,<0.0.6)
Requires-Dist: nipype (>=1.9.0,<2.0.0)
Requires-Dist: nireports (>=23.2.1,<24.0.0)
Requires-Dist: niworkflows (>=1.8.1,<2.0.0)
Requires-Dist: numpy (>=1.26.0,<2.0.0)
Requires-Dist: pre-commit (>=3.3.3,<4.0.0)
Requires-Dist: psutil (>=5.9.5,<6.0.0)
Requires-Dist: pytest-cov (>=5.0.0,<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://KePost.readthedocs.io
Project-URL: Repository, https://github.com/GalKepler/kepost
Description-Content-Type: text/x-rst

==============================================================================================
KePost: Post-processing for dMRI derivatives of the Strauss 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/kepost/badge/?version=latest
    :target: https://kepost.readthedocs.io/en/latest/?version=latest
    :alt: Documentation Status

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

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

.. |codacy| image:: https://app.codacy.com/project/badge/Grade/7fe5b4cb103d4100bf00603c913b9ac1
    :target: https://app.codacy.com/gh/GalKepler/kepost/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/635a7e15947a51e354ab/maintainability
    :target: https://codeclimate.com/github/GalKepler/kepost/maintainability
    :alt: Maintainability

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

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

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

.. |license| image:: https://img.shields.io/github/license/GalKepler/kepost.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



KePost is a Python package that provides post-processing tools for dMRI derivatives of the Strauss Neuroplasticity Brain Bank (SNBB).


* Free software: MIT license
* Documentation: https://kepost.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

