From b9f2fc77c40a6c3685bff0c3805da7fb5918be5d Mon Sep 17 00:00:00 2001 From: aaur0 Date: Mon, 5 Jan 2015 18:04:06 -0800 Subject: [PATCH] Added PyScribe as a debugging tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70280ed9f0..c095fa219c 100644 --- a/README.md +++ b/README.md @@ -859,6 +859,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver. * [flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - A port of the django-debug-toolbar to flask. * [pyelftools](https://github.com/eliben/pyelftools) - A pure-Python library for parsing and analyzing ELF files and DWARF debugging information. +* [pyscribe](http://pyscribe.com/) - A Python library to make debugging with print statements simpler and more effective. ## Science and Data Analysis