1 | PortSystem 1.0 |
---|
2 | PortGroup python26 1.0 |
---|
3 | |
---|
4 | name py26-pudb |
---|
5 | version 0.92.15 |
---|
6 | categories python |
---|
7 | description A full-screen, console-based Python debugger |
---|
8 | long_description PuDB is a full-screen, console-based visual debugger for Python. \ |
---|
9 | Its goal is to provide all the niceties of modern GUI-based debuggers in a more lightweight and keyboard-friendly package. PuDB allows you to debug code right where you write and test it--in a terminal. If you've worked with the excellent (but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI might look familiar. |
---|
10 | |
---|
11 | maintainers openmaintainer |
---|
12 | platforms darwin |
---|
13 | homepage http://pypi.python.org/pypi/pudb |
---|
14 | master_sites http://pypi.python.org/packages/source/p/pudb |
---|
15 | distname pudb-${version} |
---|
16 | checksums md5 e0b469099b8ab67a4b75e4266b9e659c \ |
---|
17 | sha1 3948d9a28e70964dddf5bb6f63e32e13b38115d2 \ |
---|
18 | rmd160 542ae3f6b005fe69aedce1325497c9f02acb5a05 |
---|
19 | |
---|
20 | depends_lib port:py26-urwid \ |
---|
21 | port:py26-pygments |
---|