Metadata-Version: 1.1
Name: vkhealth
Version: 0.4
Summary: Module that shows the health of VKontakte platform.
Home-page: https://github.com/DaniilChizhevskii/vkhealth
Author: Daniil Chizhevskij
Author-email: daniilchizhevskij@gmail.com
License: UNKNOWN
Description: VKhealth
        ========
        
        Module that shows the health of VKontakte platform.
        
        Requirements
        ============
        
        * *Python* (>= 3.5)
        * *bs4* package
        * *requests* package
        * *lxml* package
        * *json* package
        
        Usage
        =====
        
        * Install package from `pypi.org <https://pypi.org>`_.
        * Import it using ``import vkhealth.vkhealth as vkhealth`` command.
        * Run ``vkhealth.get()`` command.
        
        Output Format
        =============
        
        Output contains the JSON file that sees like that:
        
        ``{``
        
            ``'module_name_1': {``
        
                ``working': true/false,``
        
                ``'ping': 1 [s],``
        
                ``'uptime': 100.0 [%]``
        
            ``},``
        
            ``'module_name_2': {``
        
                ``'working': true/false,``
        
                ``'ping': 1 [s],``
        
                ``'uptime': 100.0 [%]``
        
            ``}``
        
            ``...``
        
        ``}``
        
        Autor
        =====
        `Daniil Chizhevskij <mailto:daniilchizhevskij@gmail.com>`_
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
