Metadata-Version: 1.2
Name: super-devops
Version: 1.9.2
Summary: Tons of devops tools used for testing, monitoring, logging...
Home-page: https://github.com/crazy-canux/super-devops
Author: Canux CHENG
Author-email: canuxcheng@gmail.com
Maintainer: Canux CHENG
Maintainer-email: canuxcheng@gmail.com
License: GPL
Description: .. image:: https://img.shields.io/pypi/v/super-devops.svg?style=plastic
           :target: https://pypi.python.org/pypi/super-devops/
        
        .. image:: https://img.shields.io/pypi/dm/super-devops.svg?style=plastic
           :target: https://pypi.python.org/pypi/super-devops/
        
        .. image:: https://travis-ci.org/crazy-canux/super-devops.svg?branch=master
           :target: https://travis-ci.org/crazy-canux/super-devops
        
        .. image:: https://coveralls.io/repos/github/crazy-canux/super-devops/badge.svg?branch=master
           :target: https://coveralls.io/github/crazy-canux/super-devops?branch=master
        
        ============
        super-devops
        ============
        
        Tons of tools for devops project.
        
        Dependency:
        
        pymssql:
        
            $ sudo apt-get install freetds-dev
        
        libvirt-python:
        
            $ sudo apt-get install libvirt-dev
        
        Install::
        
            $ pip install super-devops
            $ pip3 install super-devops
        
        Usage::
        
            from super-devops.<protocol>.<tool>_wrapper import <Class>
        
        ============
        Contribution
        ============
        
        `[Contribution] <https://github.com/crazy-canux/super-devops/blob/master/CONTRIBUTING.rst>`_
        
        =======
        Authors
        =======
        
        `[Authors] <https://github.com/crazy-canux/super-devops/blob/master/AUTHORS.rst>`_
        
        =======
        License
        =======
        
        `[License] <https://github.com/crazy-canux/super-devops/blob/master/LICENSE>`_
        
        
        
Keywords: DevOps Monitoring Testing Logging
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
