[PR #594] [CLOSED] Added DreamPie REPL #538

Closed
opened 2025-11-06 12:57:24 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/594
Author: @ghost
Created: 4/2/2016
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Why this framework/library/software/resource is awesome?

This specific REPL is available for all major platforms (Linux, OS X, Windows) and provides nice features, such as:

  • Features automatic completion of attributes and file names.
  • Automatically displays function arguments and documentation.
  • Keeps your recent results in the result history, for later use.
  • Can automatically fold long outputs, so you can concentrate on what's important.
  • Lets you save the history of the session as an HTML file, for future reference. You can then load the history file into DreamPie, and quickly redo previous commands.
  • Automatically adds parentheses and optionally quotes when you press space after functions and methods. For example, type execfile fn and get execfile("fn").
  • Supports interactive plotting with matplotlib.
  • Supports virtually all Python implementations: 2.5+, 3.1+, Jython, IronPython and PyPy.
  • Extremely fast and responsive.

(Taken from the official DreamPie website http://www.dreampie.org/)

Vote for this pull request

Who agrees that this change should be merged could add your reactions (e.g. 👍) to this pull request.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/594 **Author:** [@ghost](https://github.com/ghost) **Created:** 4/2/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5976b39`](https://github.com/vinta/awesome-python/commit/5976b39add8029d9c4c00557fb43a50620c791d5) Added DreamPie REPL ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## Why this framework/library/software/resource is awesome? This specific REPL is available for all major platforms (Linux, OS X, Windows) and provides nice features, such as: - Features automatic completion of attributes and file names. - Automatically displays function arguments and documentation. - Keeps your recent results in the result history, for later use. - Can automatically fold long outputs, so you can concentrate on what's important. - Lets you save the history of the session as an HTML file, for future reference. You can then load the history file into DreamPie, and quickly redo previous commands. - Automatically adds parentheses and optionally quotes when you press space after functions and methods. For example, type execfile fn and get execfile("fn"). - Supports interactive plotting with matplotlib. - Supports virtually all Python implementations: 2.5+, 3.1+, Jython, IronPython and PyPy. - Extremely fast and responsive. (Taken from the official DreamPie website http://www.dreampie.org/) ## Vote for this pull request Who agrees that this change should be merged could add your reactions (e.g. :+1:) to this pull request. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 12:57:24 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#538