Contents

PySnooper 1.2.3

0

A poor man's debugger for Python.

A poor man's debugger for Python.

Stars: 16600, Watchers: 16600, Forks: 959, Open Issues: 30

The cool-RR/PySnooper repo was created 6 years ago and the last code push was 8 months ago.
The project is extremely popular with a mindblowing 16600 github stars!

How to Install pysnooper

You can install pysnooper using pip

pip install pysnooper

or add it to a project with poetry

poetry add pysnooper

Package Details

Author
Ram Rachum
License
None
Homepage
https://github.com/cool-RR/PySnooper
PyPi:
https://pypi.org/project/PySnooper/
GitHub Repo:
https://github.com/cool-RR/PySnooper

Classifiers

  • Software Development/Debuggers
No  pysnooper  pypi packages just yet.

Errors

A list of common pysnooper errors.

Code Examples

Here are some pysnooper code examples and snippets.

GitHub Issues

The pysnooper package has 30 open issues on GitHub

  • Indexing frame.f_code.co_code at frame.f_lasti can use -1 (invalid) leading to wrong opcode or IndexError

See more issues on GitHub

Related Packages & Articles

syslogmp 0.4

A parser for BSD syslog protocol (RFC 3164) messages

mybad 0.2.0

My friendly error base class - for Python.