Metadata-Version: 2.1
Name: auxiliary
Version: 0.0.8
Summary: TODO.
Author-email: Florian Kofler <florian.kofler@tum.de>
Maintainer-email: Florian Kofler <florian.kofler@tum.de>
Project-URL: repository, https://github.com/BrainLesion/auxiliary
Keywords: biomedical image analysis,utils,helpers,auxiliary
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: path >=16.7.1
Requires-Dist: nibabel >=3.2.1
Requires-Dist: numpy >=1.25.2
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'

# auxiliary
TODO


## deploy

### build
```
python -m build
```

### upload to pypi
```
twine upload dist/*
```
