Metadata-Version: 2.1
Name: henmedlib
Version: 0.0.17
Summary: Package encapsulating all functions I used during my PhD.
Home-page: https://github.com/schmitzhenninglmu/henmedlib
Author: Henning Schmitz
Author-email: H.Schmitz@physik.uni-muenchen.de 
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pydicom
Requires-Dist: SimpleITK
Requires-Dist: numpy

# henmedlib

This package projected started in the advent of my PhD. It's initial purpose was to serve as a python package 
encapsulating all functions that I may want to recycle at some point during my PhD. The package is structured
with the subfolders *i_o* (input-output, which contains different reading and writing functions) and *functions* (
containing all the other functions). Within the files the functions are sorted alphabetically.
The source code is available on [henmedlib](https://github.com/schmitzhenninglmu/henmedlib). 
Comments and improvements are highly appreciated. 


