All Projects β†’ edk0 β†’ spy

edk0 / spy

Licence: WTFPL license
A Python CLI

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to spy

good-first-issues
Find good first issues right from your CLI! πŸš€
Stars: ✭ 64 (+178.26%)
Mutual labels:  python-cli
discogs-cli
View and search for artists, labels and releases in the Discogs.com library, from the command line.
Stars: ✭ 31 (+34.78%)
Mutual labels:  python-cli
pyGinit
A simple github automation cli
Stars: ✭ 15 (-34.78%)
Mutual labels:  python-cli
renfe-cli
python CLI for fast Spanish Renfe timetables retrieval - now with selenium
Stars: ✭ 29 (+26.09%)
Mutual labels:  python-cli
abgleich
zfs sync tool
Stars: ✭ 22 (-4.35%)
Mutual labels:  python-cli
pyHeadspace
command-line script to download headspace packs, singles, everyday meditation and other sessions. You could also download all packs at once
Stars: ✭ 37 (+60.87%)
Mutual labels:  python-cli
glacier
❄️ Building Python CLI using docstrings and typehints 🐍
Stars: ✭ 84 (+265.22%)
Mutual labels:  python-cli
hpecp-python-library
Python library for working with HPE Container Platform (Prototype)
Stars: ✭ 15 (-34.78%)
Mutual labels:  python-cli

Build Status Coverage Status

spy: a Python CLI

pip install spy-cli

spy stands for β€œstream python”. It's a CLI for python that chains fragments of code together. It's inspired by pyped and pythonpy.

I built spy primarily because I wanted a more pure interface than either of the above offer; I'd like to think I succeeded, but I'm sure it can be improved upon, so please let me know if you see a way to make it nicer.

spy is compatible with, and thoroughly tested on, Python 3.5 and newer.

The docs, including introduction, are available on ReadTheDocs.

If you have any suggestions or feedback or anything, I'll probably be in #spy on irc.libera.chat.

Example (more here)

$ spy -lfc 'len == 4' < /usr/share/dict/words
Aani
Aaru
abac
abas
Abba
Abby
abed
Abel
abet
abey
…
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].