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

Egil Möller <[email protected]> Tue, 17 Oct 2023 15:08:40 -0700 (PDT)
Newsgroups gmane.comp.python.announce
Message-ID <[email protected]>
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 replacing e.g. bash or imported as an ordinary python module, providing a superset of the functionality of subprocess.Popen etc.

Example of what Pieshell lets you do:

    for name in ls | grep("-e", ".pyc"):
        rm(name)

_______________________________________________
Python-announce-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: [email protected]