Metadata-Version: 1.1
Name: BeanCommonUtils
Version: 0.4
Summary: A Python library for common methods.
Home-page: https://github.com/beansKingdom/CommonUtils
Author: Hly
Author-email: hlyaction@gmail.com
License: MIT
Description: # CommonUtils
        
        1. 修改setup中的版本
        
        2. python setup.py sdist build
        
        3. twine upload --skip-existing dist/*
        
        
        ### 项目Python版本
        
        pip的一些操作
        
        # 升级依赖包
        pip install --upgrade BeanDateUtils
        
        # 安装依赖包
        pip install -r requirements.txt
        
        # 更改依赖包文件
        pip freeze > requirements.txt
        
        
        ### Version 0.3
        修改日志工具
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
