Metadata-Version: 1.1
Name: smiley
Version: 0.6.0
Summary: Smiley spies on your Python app while it runs
Home-page: https://smiley.readthedocs.org/
Author: Doug Hellmann
Author-email: doug.hellmann@gmail.com
License: Apache-2
Description: =====================================
         smiley -- Python Application Tracer
        =====================================
        
        Smiley includes several subcommands for running Python programs and
        monitoring all of the internal details for recording and reporting.
        
        .. _travis: http://travis-ci.org/dhellmann/smiley
        .. |travis| image:: https://secure.travis-ci.org/dhellmann/smiley.png
        
        |travis|_
        
        Installing and Using
        ====================
        
        Refer to the manual at https://smiley.readthedocs.org for more details.
        
        References
        ==========
        
        Inspired by and partially based on
        
        * `coverage.py <https://pypi.python.org/pypi/coverage>`__
        * `qdb <https://code.google.com/p/rad2py/wiki/QdbRemotePythonDebugger>`__
        * `StackTach <https://github.com/rackerlabs/stacktach>`__
        
        
Keywords: debugger
debug
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
