Metadata-Version: 1.1
Name: whatthewhat
Version: 0.1.1
Summary: Launch a Google search for exceptions from Python apps
Home-page: https://github.com/dhellmann/whatthewhat
Author: Doug Hellmann
Author-email: doug@doughellmann.com
License: UNKNOWN
Description: .. -*- mode: rst -*-
        
        ==============
        What the What?
        ==============
        
        Launch a Google search for exceptions from Python apps.
        
        ::
        
            $ wtw ./tester.py
            Caught a <type 'exceptions.TypeError'> exception: unhashable type: 'list'
            Traceback (most recent call last):
              File Users/dhellmann/Envs/whatthewhat/bin/wtw line 10, in <module>
                sys.exit(main())
              File Users/dhellmann/Devel/whatthewhat/whatthewhat/main.py line 64, in main
                sys.argv,
              File Users/dhellmann/Devel/whatthewhat/whatthewhat/execfile.py line 120, in run_python_file
                exec_code_object(code, main_mod.__dict__)
              File exec_function> line 2, in exec_code_object
              File /tester.py line 7, in <module>
                f()
              File /tester.py line 5, in f
                return {['a', 'b']: ['c', 'd']}
            TypeError: unhashable type: 'list'
        
        Inspired by
        ===========
        
        .. image:: https://raw2.github.com/dhellmann/whatthewhat/master/tweets.png
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
