Metadata-Version: 1.1
Name: BeanCommonUtils
Version: 1.0.0
Summary: A Python library for common methods.
Home-page: https://github.com/beansKingdom/CommonUtils
Author: Hly
Author-email: hlyaction@gmail.com
License: MIT
Description: # -*- coding: UTF-8 -*-
        
        # 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
