Metadata-Version: 2.4
Name: med-blosc2
Version: 0.0.1
Summary: A standardized blosc2 image reader and writer for medical images.
Author-email: Karol Gotkowski <karol.gotkowski@dkfz.de>
License: MIT
Project-URL: Homepage, https://github.com/Karol-G/med-blosc2
Project-URL: Source, https://github.com/Karol-G/med-blosc2
Project-URL: Issues, https://github.com/Karol-G/med-blosc2/issues
Keywords: copier,template,python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: build>=1.0; extra == "dev"
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: twine>=4.0; extra == "dev"
Requires-Dist: setuptools_scm[toml]>=8.0; extra == "dev"
Dynamic: license-file

MedBlosc2
=========

![PyPI](https://img.shields.io/pypi/v/med-blosc2?logo=pypi&color=brightgreen)
![Python Version](https://img.shields.io/pypi/pyversions/med-blosc2?logo=python)
![Tests](https://img.shields.io/github/actions/workflow/status/Karol-G/med-blosc2/workflow.yml?branch=main&logo=github)
![Copier Template](https://img.shields.io/badge/copier-template-blue?logo=jinja)
![License](https://img.shields.io/github/license/Karol-G/med-blosc2)

A standardized blosc2 image reader and writer for medical images.

## Installation

You can install med-blosc2 via [pip](https://pypi.org/project/med-blosc2/):
```bash
pip install med-blosc2
```

## Usage

```python
from med_blosc2 import __version__

print(__version__)
```

## Contributing

Contributions are welcome! Please open a pull request with clear changes and add tests when appropriate.

## Issues

Found a bug or have a request? Open an issue at https://github.com/Karol-G/med-blosc2/issues.

## License

Distributed under the MIT license. See `LICENSE` for details.
