No edit summary
No edit summary
Line 3: Line 3:
Purpose:
Purpose:
*increase code sharing,
*increase code sharing,
*increase relevance to Python users.
*increase relevance to Python users,
*increase portability of code written.


A running Pippy instance will contain the following data:
A running Pippy instance will contain the following data:
*zero or more python zip bundles,
*zero or more python zip bundles,
*each python zip bundle will include a setup.py capable of creating the zip bundle output,
*each python zip bundle will include a setup.py capable of creating the zip bundle output,
*unless the user has asked to edited the setup.py, it will not be shown, instead a default will be used, maintained by Pippy,


Pippy may read from:
Pippy may read from:
Line 16: Line 18:
*a saved instance of Pippy, in the journal,
*a saved instance of Pippy, in the journal,
*a zip bundle in the journal.
*a zip bundle in the journal.
Display will contain:
*toolbar,
*a series of tabs, one for each bundle, and an add bundle button,
*within each bundle, a series of tabs, one for each file, and an add file button,
*within each file, a syntax highlighting text edit widget.
When run is pressed, display will contain:
*toolbar,
*stdout stdin vte,
*a stop button.


List of changes:
List of changes: