Metadata-Version: 2.1
Name: watchghost
Version: 0.3.0
Summary: Your invisible but loud monitoring pet
Home-page: https://gitlab.com/localg-host/watchghost
Author: Localghost
License: GNU AFFERO GENERAL PUBLIC LICENSE version 3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Monitoring
Description-Content-Type: text/x-rst
Requires-Dist: aiohttp (>3)
Requires-Dist: aiohttp-jinja2
Requires-Dist: aioftp
Requires-Dist: asyncssh
Requires-Dist: influxdb
Requires-Dist: toml
Requires-Dist: python-whois
Provides-Extra: doc
Requires-Dist: pygments-github-lexers; extra == 'doc'
Requires-Dist: sphinx; extra == 'doc'
Provides-Extra: test
Requires-Dist: freezegun; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-flake8; extra == 'test'
Requires-Dist: pytest-isort; extra == 'test'
Requires-Dist: pytest; extra == 'test'

==========
WatchGhost
==========

.. image:: https://readthedocs.org/projects/watchghost/badge/?version=latest&style=plastic

Your invisible but loud monitoring pet

Quickstart
==========

.. code-block:: shell

  pip install watchghost
  watchghost
  $NAVIGATOR http://localhost:8888
  $EDITOR ~/.config/watchghost/*

Code on watchghost
==================

.. code-block:: shell

  git clone https://gitlab.com/localg-host/watchghost.git
  cd watchghost
  pip install -e .
  python -m watchghost


