Metadata-Version: 2.1
Name: auxiliary
Version: 0.0.42
Summary: TODO.
Home-page: https://github.com/BrainLesion/auxiliary
License: AGPL-3.0
Author: Florian Kofler
Author-email: florian.kofler@tum.de
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: nibabel (>=3.0)
Requires-Dist: numpy (>=1.24)
Requires-Dist: path (>=16.10.0)
Requires-Dist: pathlib (>=1.0)
Requires-Dist: pillow (>=10.0.0)
Requires-Dist: tifffile (>=2023.8.25)
Project-URL: Repository, https://github.com/BrainLesion/auxiliary
Description-Content-Type: text/markdown

[![PyPI version panoptica](https://badge.fury.io/py/auxiliary.svg)](https://pypi.python.org/pypi/auxiliary/)
[![Documentation Status](https://readthedocs.org/projects/auxiliary/badge/?version=latest)](http://auxiliary.readthedocs.io/?badge=latest)

# auxiliary

TODO

## deploy

### build

```
python -m build
poetry build
```

### upload to pypi

```
twine upload dist/*
```

