2 个仓库
Interactive environments that support non-blocking I/O and top-level await statements.
Distinct from In-Shell Python Executions: Specifically focuses on the asynchronous event loop support within the REPL, distinct from general snippet execution.
Explore 2 awesome GitHub repositories matching development tools & productivity · Asynchronous REPLs. Refine with filters or upvote what's useful.
ptpython is a programmable Python interactive shell and development console. It functions as an enhanced REPL for executing Python code and managing runtime state, featuring support for an asynchronous event loop that allows for top-level await statements. The environment is highly customizable, offering pluggable keybinding schemes and adjustable interface appearances. It provides a programmable interface that can be embedded into other applications to facilitate runtime debugging and live state inspection. The shell includes a suite of developer tools for interactive coding, such as automa
Supports an asynchronous event loop enabling the use of top-level await statements during interactive sessions.
ptpython is an enhanced interactive Python REPL and asynchronous console built on the prompt-toolkit library. It provides a customizable command-line interface for executing Python code with support for multiline editing, autocompletion, and syntax highlighting. The environment supports top-level await statements and asynchronous execution via an integrated event loop. It allows for extensive interface customization, including configurable key bindings for Vi or Emacs navigation and personalized color schemes. The shell includes capabilities for real-time syntax validation and the execution
Supports an interactive environment for executing asynchronous Python code with top-level await statements.