Metadata-Version: 1.1
Name: ocglances
Version: 2.8
Summary: Only Client for Glances
Home-page: https://github.com/fraoustin/ocglances
Author: FrÃ©dÃ©ric Aoustin
Author-email: fraoustin@gmail.com
License: UNKNOWN
Description: OCGlances
        =========
        
        OCGlances is a Only Client `Glances <https://nicolargo.github.io/glances/>`_ .
        
        It's a copy of glances whitout glances server module and psutil.
        
        
        Installation
        ------------
        
        ::
        
            pip install ocglances
            
        Or
        
        ::
        
            git clone https://github.com/fraoustin/ocglances.git
            cd ocglances
            python setup.py install
        
        On windows you have to install curse.
        You can find curse module on  http://www.lfd.uci.edu/~gohlke/pythonlibs
        
        Usage
        -----
        
        ::
        
            ocglances -c ip_server
        
        
        
        2.8.2
        =====
        
        first version
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Testing
