/ingress

Python REPL over the network

Primary LanguagePythonMIT LicenseMIT

Ingress

Python package

Ingress is a pure Python, no dependencies REPL (interactive prompt) over the network to your application (very much like Twisted manhole).

Once installed (using ingress.install()), you can telnet <host> <port> and run Python commands on your server. This is helpful when debugging servers.