Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smiley-debugger/smiley

Python Application Tracer
https://github.com/smiley-debugger/smiley

Last synced: 1 day ago
JSON representation

Python Application Tracer

Awesome Lists containing this project

README

        

=====================================
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 `__
* `qdb `__
* `StackTach `__