Metadata-Version: 2.1
Name: ingress
Version: 0.4.1
Summary: A back door to servers.
Home-page: https://github.com/tebeka/ingress
Author: Miki Tebeka
Author-email: miki.tebeka@gmail.com
License: MIT License
Keywords: shell telnet debug server
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Terminals :: Telnet
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: six

# Ingress

[![Python package](https://github.com/tebeka/ingress/actions/workflows/python-package.yml/badge.svg)](https://github.com/tebeka/ingress/actions/workflows/python-package.yml)

Ingress is a pure Python, no dependencies REPL (interactive prompt) over the network to your application 
(very much like [Twisted manhole](http://www.lothar.com/tech/twisted/manhole.xhtml)).

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