Name: | python-q |
---|---|
Version: | 2.5 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 28644 |
License: | ASL 2.0 |
RPM: | python-q-2.5-2.el7.noarch.rpm |
Source RPM: | python-q-2.5-2.el7.src.rpm |
Build Date: | Thu Oct 26 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://pypi.python.org/pypi/q |
Summary: | Quick and dirty python debugging output |
Description: | If you've ever been frustrated trying to debug with print because a web application or a unittesting framework is swallowing your debugging output, q will make you jump for joy. import q variable = 'Hmmm... something happened here' q(variable) cat /tmp/q |