[Python-announce] Pieshell version 0.2.7 (With async/await support)

2023-10-17 Thread Egil Möller
Pieshell is a Python shell environment that combines the expressiveness of shell pipelines with the power of python iterators. This release adds support for async/await and async iterators for all shell pipelines, as well as MacOS X support. Pieshell can be used as an interactive shell

Pieshell: Combination of the expressiveness of shell pipelines and the power of python iterators

2021-01-10 Thread Egil Möller
Hi! I've written a python package that lets you combine python code and shell pipelines: Pieshell is a Python shell environment that combines the expressiveness of shell pipelines with the prower of python iterators. It can be used in two major ways: As an interactive shell replacing e.g.