Metadata-Version: 2.1
Name: PyGaLiTool
Version: 0.0.3
Summary: Common Tools
Home-page: https://github.com/xuranyang/PyGaLiTool
Author: xuranyang
Author-email: xuranyang96@gmail.com
License: Apache
Description: 
        ```
        # 前置安装twine
        python -m pip install --upgrade twine
        ```
        
        ```
        # 检查
        python setup.py check
        
        # 打包
        python setup.py sdist bdist_wheel
        
        # 上传
        twine upload dist/*
        ```
        
        ```shell
        # 安装使用
        pip install PyGaLiTool
        pip install PyGaLiTool==0.0.2
        ```
Keywords: tool
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
