ssut/harpseal

View on GitHub
harpseal/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
"""
    harpseal
    ~~~~~~~~
    
    A linux monitoring tool based on plugins.

    :copyright: (c) 2015 by SuHun Han (ssut).
    :license: GPL v2, see LICENSE for more details.
"""

__author__ = 'ssut'
__author_email__ = 'ssut@ssut.me'
__version__ = '1.0.0'
__license__ = 'GPL'
__url__ = 'https://github.com/ssut/harpseal'