Metadata-Version: 2.1
Name: ingress
Version: 0.3.2
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
Description: # Ingress
        
        [![Build Status](https://travis-ci.org/tebeka/ingress.svg?branch=master)](https://travis-ci.org/tebeka/ingress)
        
        Ingress is a Python REPL over the network to your application (very much like
        Twisted manhole).
        
        Once installed, you can 'telnet <host> <port>' and run Python commands on your
        server environment. This is very helpful in debugging servers.
        
        This one uses only modules found in the standard library.
        
Platform: any
Description-Content-Type: text/markdown
