Contents

snoop 0.4.3

0

Powerful debugging tools for Python

Powerful debugging tools for Python

Stars: 1192, Watchers: 1192, Forks: 33, Open Issues: 24

The alexmojaki/snoop repo was created 4 years ago and the last code push was 4 months ago.
The project is very popular with an impressive 1192 github stars!

How to Install snoop

You can install snoop using pip

pip install snoop

or add it to a project with poetry

poetry add snoop

Package Details

Author
Alex Hall
License
MIT
Homepage
https://github.com/alexmojaki/snoop
PyPi:
https://pypi.org/project/snoop/
GitHub Repo:
https://github.com/alexmojaki/snoop

Classifiers

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

Errors

A list of common snoop errors.

Code Examples

Here are some snoop code examples and snippets.

Related Packages & Articles

syslogmp 0.4

A parser for BSD syslog protocol (RFC 3164) messages

mitmproxy 10.2.4

An interactive, SSL/TLS-capable intercepting proxy for HTTP/1, HTTP/2, and WebSockets.

logzero 1.7.0

logzero is a Python package designed to simplify application logging. It provides a pre-configured standard Python logger that can be used directly across your files and modules, making it easy to implement consistent logging throughout your application. The library supports colored terminal output and log file rotation, and it handles Unicode seamlessly. As a standalone library, logzero doesn't have dependencies on other Python packages, making it a lightweight and efficient choice for your logging needs.