Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/smiley-debugger/smiley
- Owner: smiley-debugger
- License: other
- Created: 2013-05-25T14:25:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T15:54:11.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T15:17:45.214Z (3 months ago)
- Language: Python
- Size: 1.53 MB
- Stars: 393
- Watchers: 19
- Forks: 32
- Open Issues: 28
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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 `__