# easy-mitk **Repository Path**: daryl6/easy-mitk ## Basic Information - **Project Name**: easy-mitk - **Description**: 简单易用的医学图像处理工具 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-05-03 - **Last Updated**: 2025-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sdk 简单易用的医学图像处理工具 包含一些常用的图像格式转换函数 ## 安装 ``` bash pip install easy-mitk ``` ## 开发 ``` bash git clone https://gitee.com/daryl6/easy-mitk.git cd easy-mitk pip install -e . ``` ## 打包上传到pypi ``` bash python3 -m build twine upload dist/easy_mitk-0.1.0rc1.tar.gz ```