Welcome to Eww’s documentation

https://travis-ci.org/py-eww/eww.svg?branch=master https://readthedocs.org/projects/eww/badge/?version=latest


Eww is a pretty nifty tool for debugging and introspecting running Python programs.

Eww gives you access to a Python REPL inside of your running application, plus easy to use statistics and graphing tools.

Using Eww involves adding two lines to your app:

import eww
eww.embed()

And then connecting from your terminal:

basecamp ~: eww
Welcome to the Eww console. Type 'help' at any point for a list of available commands.
Running in PID: 93294 Name: ./demo.py
(eww)

That’s it.

If you’re brand new to Eww, you’ll want to head on over to Getting Started.

Looking to contribute to Eww? Check out our Contributing guide.