Metadata-Version: 1.0
Name: Pykaboo
Version: 0.1.0
Summary: A python source viewer.
Home-page: http://pykaboo.herokuapp.com
Author: Robrecht De Rouck
Author-email: Robrecht.De.Rouck@gmail.com
License: Modified BSD license
Description: ===========
        Pykaboo
        ===========
        
        A convenient command line tool to check python source code from the python standard library and user installed packages.
        
        Running Pykaboo opens a new tab in your browser listing your python standard library modules folder and user installed packages folder. New paths can also be added to this list. 
        
        When clicking on a .py file, python syntax is highlighted and lines are numbered. 
        
        Typical usage::
        
            $ pykaboo
        
        For a list of commands::
        
            $ pykaboo help
        
        Tested with python2.7.3 .
        
Platform: UNKNOWN
