Metadata-Version: 2.1
Name: zabier-cli
Version: 0.1.0
Summary: A CLI tool to automate Zabbix configurations.
Home-page: https://github.com/serverworks/zabier-cli
Author: Masashi Terui
Author-email: terui@serverworks.co.jp
License: MIT License
Description: Zabier CLI
        ======
        
        # Description
        
        A CLI tool to automate Zabbix configurations.
        
        # Requirements
        
        - Python 3.7 or higher
        
        # Supported versions of Zabbix Server 
        
        - 3.0 LTS
        
        # Installation
        
        ```sh
        pip install zabier-cli
        ```
        
        or
        
        ```sh
        git clone git@github.com:serverworks/zabier-cli.git
        cd zabier-cli
        python setup.py install
        ```
        
        # Upgrade
        
        ```sh
        pip install zabier-cli --upgrade
        ```
        
        # Usage
        
        ```sh
        zabier --help
        ```
        
Keywords: zabbix automation cli
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
