Metadata-Version: 2.1
Name: pyunit-tool
Version: 2020.3.10
Summary: Python常用工具类。C语言编写
Home-page: https://github.com/PyUnit/pyunit-tool
Author: Jtyoui
Author-email: jtyoui@qq.com
License: MIT Licence
Description: # **pyUnit-Tool** [![](https://gitee.com/tyoui/logo/raw/master/logo/photolog.png)][1]
        
        ## 常用工具包
        [![](https://img.shields.io/badge/Python-3.7-green.svg)](https://pypi.org/project/pyunit-tool/)
        
        
        ## 安装
            pip install pyunit-tool
            
        ## git安装
            git clone https://github.com/PyUnit/pyunit-tool.git
            pip3 install wheel cython -i https://pypi.douban.com/simple
            python3 setup.py bdist_wheel
            pip install dist\pyunit_tool-*.whl
        
        ***
        [1]: https://blog.jtyoui.com
        
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
