Contents

manhole 1.8.0

0

Manhole is in-process service that will accept unix domain socket connections and present the

Manhole is in-process service that will accept unix domain socket connections and present the

Stars: 364, Watchers: 364, Forks: 23, Open Issues: 7

The ionelmc/python-manhole repo was created 10 years ago and the last code push was 3 months ago.
The project is popular with 364 github stars!

How to Install manhole

You can install manhole using pip

pip install manhole

or add it to a project with poetry

poetry add manhole

Package Details

Author
Ionel Cristian Mărieș
License
BSD 2-Clause License
Homepage
https://github.com/ionelmc/python-manhole
PyPi:
https://pypi.org/project/manhole/
Documentation:
https://python-manhole.readthedocs.io/
GitHub Repo:
https://github.com/ionelmc/python-manhole

Classifiers

  • Software Development/Debuggers
  • System/Monitoring
  • System/Networking
  • Utilities
No  manhole  pypi packages just yet.

Errors

A list of common manhole errors.

Code Examples

Here are some manhole code examples and snippets.

Related Packages & Articles

birdseye 0.9.5

Graphical Python debugger which lets you easily view the values of all evaluated expressions

mitmproxy 10.2.4

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

icecream 2.1.3

Never use print() to debug again; inspect variables, expressions, and program execution with a single, simple function call.

django-debug-toolbar 4.3.0

A configurable set of panels that display various debug information about the current request/response.

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.