Metadata-Version: 2.1
Name: umtk
Version: 0.0.1
Summary: A python library for medical image processing.
Home-page: https://github.com/kyle0x54/umtk
Author: kyle0x54
Author-email: kyle0x54@163.com
License: APACHE
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: cupy-cuda102
Requires-Dist: Cython
Requires-Dist: matplotlib
Requires-Dist: nibabel
Requires-Dist: numpy
Requires-Dist: pycryptodome
Requires-Dist: pydicom
Requires-Dist: SimpleITK
Requires-Dist: torch
Requires-Dist: tqdm


**umtk** is an open source python library for medical image processing.

## Installation

*Install umtk*

```shell
$ git clone git@github.com:kyle0x54/umtk.git
$ cd umtk
$ pip install -e .
```

## Try your first umtk program

```python
>>> import umtk
>>> umtk.isdicom('001.dcm')
True
```

## License

[Apache License 2.0](LICENSE)


