Metadata-Version: 1.1
Name: breezecli
Version: 0.0.4
Summary: Universal Command Line Environment for Breeze.
Home-page: http://breeze/cli/
Author: Breeze
Author-email: UNKNOWN
License: Apache License 2.0
Description: # breeze-cli
        
        This package provides a unified command line interface for breeze related actions.
        
        The breeze-cli package works on Python3 versions:
        
        * 3.3.x and greater
        * 3.4.x and greater
        * 3.5.x and greater
        * 3.6.x and greater
        * 3.7.x and greater
        
        ## 使用 pip 安裝 Breeze CLI
        
        Breeze CLI 在 Linux、Windows 和 macOS 的主要分发方式是 pip。这是 Python 通用的套件管理工具，其提供一个简单的方法來安裝、升级和移除 Python 套件及其相依性。
        
        #### 安裝 AWS CLI 的最新版本
        
        如果你已经有pip3和支持的Python3版本，则可以使用以下命令安裝Breeze CLI。如果您已安裝Python版本3+，我們建议您使用pip3命令。
        
        ```
        pip3 install breezecli
        ```
        
        ### 升级到Breeze CLI最新版本
        
        我們建议您定期检查，來确认是否有Breeze CLI的新版本，並在合适的时机进行升级。
        
        ```
        pip install --upgrade breezecli
        ```
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
