PyScribe
PyScribe copied to clipboard
DEPCRECATED/UNMAINTAINED - A Python library to make debugging with print statements simpler and more effective.
Hello, this is an auto-generated Pull Request. ([Feedback?](mailto:[email protected]?subject=pypip.in%20Badge%20Bot%20Feedback%3A%20pyscribe)) Some time ago, [pypip.in](https://web.archive.org/web/20150318013508/https://pypip.in/) shut down. This broke the badges for a bunch of repositories, including `pyscribe`. Thankfully, an equivalent service is...
when running pyscribe on python 3.5 i get the following error ``` Traceback (most recent call last): File ".....xxxx.py" line 1, in from pyscribe import pyscribe File "/usr/local/lib/python3.5/site-packages/pyscribe/pyscribe.py", line 40,...
It should be helpful to put a small description before every method, describing its function, so the code could be more readable!
PyScibe should accept a logger instance so that if you log, it will write to it too. This way, you can use it with software only printing on the console...