Metadata-Version: 2.1
Name: JiweiCommonUtil
Version: 0.0.1
Summary: 自己常用的一些包，为了使用方便封装起来传到pypi
Home-page: https://github.com/JiweiMaster/jiwei_pypkg_tutorial
Author: 纪伟
Author-email: 2413914266@qq.com
License: UNKNOWN
Description: ## Introduction 
        
        ### 封装一些自己常用的函数，放到pypi方便直接pip安装使用
        ### 如何操作参考教程： 
        https://packaging.python.org/tutorials/packaging-projects/
        
        ### Directory
        JiweiCommonUtil
        -- imageProcess
            -- ImageProcess.py
            -- ImgShow.py
        -- postProcess
            -- post_proc.py
        -- stainProcess
            --StainNormalization.py
        -- __init__.py
        -- DataUtil.py
        -- metrics.py
        --util.py
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
