Metadata-Version: 1.0
Name: interact
Version: 0.2
Summary: Immediately start an interactive session
Home-page: https://github.com/slezica/python-interact
Author: Santiago Lezica
Author-email: slezica89@gmail.com
License: MIT License
Description: # interact
        
        `interact` is a very thin, very convenient wrapper module that immediately drops
        execution into an interactive shell upon import.
        
        Simply import the module:
        
            import interact
        
        You'll find yourself in a live interactive python shell in the context
        surrounding the import statement.
Platform: UNKNOWN
