-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
This is to be one of the main hooks for Python. A shell is something that the user interacts with, generally through a keyboard. A shell should have the following characteristics:
- Ability to delegate to other shells.
- High level API for receiving user input from the keyboard.
- Direct access to a Communicator object for sending data back to the client.
- Fine-grained control over how the command prompt operates. (Supported by high-level API, of course)