Metadata-Version: 2.4
Name: brkraw
Version: 0.5.0rc1
Summary: Toolkit for loading Bruker Paravision datasets, mapping metadata, and exporting NIfTI
Project-URL: Homepage, https://brkraw.github.io
Maintainer-email: SungHo Lee <shlee@unc.edu>
License: GNLv3
License-File: LICENSE
Keywords: bruker,cli,conversion,dataset,mri,neuroimaging,nifti,paravision,preclinical
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >=3.8
Requires-Dist: importlib-resources>=5; python_version < '3.9'
Requires-Dist: jsonschema
Requires-Dist: nibabel
Requires-Dist: numpy
Requires-Dist: pyyaml
Requires-Dist: typing-extensions
Provides-Extra: dev
Requires-Dist: mkdocs; extra == 'dev'
Requires-Dist: mkdocs-material; extra == 'dev'
Requires-Dist: pymdown-extensions; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Provides-Extra: docs
Requires-Dist: rich; extra == 'docs'
Provides-Extra: minimal
Description-Content-Type: text/markdown

<!-- markdownlint-disable MD041 MD033 MD013 -->
<picture>
  <source media="(prefers-color-scheme: dark)" srcset="docs/assets/brkraw-logo-dark.svg">
  <source media="(prefers-color-scheme: light)" srcset="docs/assets/brkraw-logo-light.svg">
  <img src="docs/assets/brkraw-logo-light.svg" width="220" alt="BrkRaw logo">
</picture>
<!-- markdownlint-enable MD041 MD033 MD013 -->

A modular toolkit for preclinical MRI: from raw studies to reproducible outputs.

BrkRaw (v0.5.0rc1) converts raw data into standardized, neuroimaging-ready
datasets, with extensible rules/specs and plugin hooks.

- Documentation: [brkraw.github.io](https://brkraw.github.io/)
- Releases: [BrkRaw/brkraw releases](https://github.com/BrkRaw/brkraw/releases)
- PyPI: [brkraw on PyPI](https://pypi.org/project/brkraw/)
