Metadata-Version: 2.1
Name: yalab_procedures
Version: 0.0.1
Summary: The yalab-procedures repository is dedicated to managing and executing data processing procedures for MRI data in the Assaf Neuro Lab.
Home-page: https://github.com/yalab-dev/yalab_procedures
License: MIT
Keywords: neuroscience,MRI,data processing,automation,standardization
Author: YALab DevOps
Author-email: yalab.dev@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: bump2version (>=1.0.1,<2.0.0)
Requires-Dist: chardet (>=5.2.0,<6.0.0)
Requires-Dist: ipykernel (>=6.29.4,<7.0.0)
Requires-Dist: pre-commit (>=3.7.1,<4.0.0)
Requires-Dist: sphinx (>=7.3.7,<8.0.0)
Requires-Dist: sphinx-rtd-theme (>=2.0.0,<3.0.0)
Requires-Dist: tox (>=4.15.0,<5.0.0)
Requires-Dist: twine (>=5.1.0,<6.0.0)
Requires-Dist: typer (>=0.12.0,<0.13.0)
Requires-Dist: wheel (>=0.43.0,<0.44.0)
Project-URL: Documentation, https://github.com/yalab-dev/yalab_procedures
Project-URL: Repository, https://github.com/yalab-dev/yalab_procedures
Description-Content-Type: text/x-rst

================
yalab-procedures
================

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

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

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

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

.. |codecov| image:: https://codecov.io/github/yalab-devops/yalab-procedures/graph/badge.svg?token=LO5CH471O4
    :alt: Coverage Status
    :target: https://app.codecov.io/github/yalab-devops/yalab-procedures

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

.. |pypi| image:: https://img.shields.io/pypi/v/yalab-procedures.svg
        :target: https://pypi.python.org/pypi/yalab-procedures

.. |python| image:: https://img.shields.io/pypi/pyversions/yalab-procedures
        :target: https://www.python.org

.. |license| image:: https://img.shields.io/github/license/yalab-devops/yalab-procedures.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


The yalab-procedures repository is dedicated to managing and executing data processing procedures for MRI data in the Assaf Neuro Lab. This project aims to standardize and automate the various steps involved in processing structural and diffusion MRI data, ensuring consistency, efficiency, and traceability in our research workflows.


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

