Metadata-Version: 1.0
Name: Doga
Version: 0.1.2
Summary: HTTP log monitoring console for Humans
Home-page: https://github.com/pravj/Doga
Author: Pravendra Singh
Author-email: hackpravj@gmail.com
License: MIT
Description: Doga
        ====
        
            HTTP log monitoring console for Humans
        
        -  watch and log all HTTP traffic of system
        -  generate log in w3c log format
        -  show status about total requests, maximum hits, requests in a
           timespan
        -  alert when traffic is above a customizable threshold
        -  can log to a custom log file also
        
        Watch Doga in action
        ~~~~~~~~~~~~~~~~~~~~
        
        .. figure:: https://raw.githubusercontent.com/pravj/Doga/master/docs/Doga.png
           :alt: Doga
        
        How to let Doga watch for your traffic
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        ``sudo pip install doga``
        
            install ``doga`` to your machine, you can also use ``easy_install``
        
        ``each operation with Doga requires sudo privilege to run as it explicitly uses socket interface``
        
        ``sudo doga``
            start watching for your traffic
        
        ``sudo doga -f filename.txt``
        
            write logs to a custom log file ``filename.txt`` also
        
        ``Doga's GUI is not responsive yet so it will raise exceptions on smaller screen size.``
        
        How it's made
        ~~~~~~~~~~~~~
        
        -  Doga's GUI is built on top of
           `npyscreen <https://pypi.python.org/pypi/npyscreen>`__
        -  Doga uses Python's `socket
           interface <https://docs.python.org/2/library/socket.html>`__ library
           to deal with all TCP/IP/Packets and *Bla Bla Bla* things
        
        What?
        ~~~~~
        
            don't you know
            `Doga <http://en.wikipedia.org/wiki/Doga_(comics)>`__? watch out
            then, **He is after you.**
        
        .. figure:: https://raw.githubusercontent.com/pravj/Doga/master/docs/Doga_Rules.jpg
           :alt: Doga Rules
        
        made with **Muzi** and **Appy** by `Pravendra Singh <https://pravj.github.io>`__
        
Keywords: http log monitor console doga
Platform: UNKNOWN
