python-oneliner
python-oneliner copied to clipboard
Module for practical Python one-liners
I was thinking of writing a pull request, but also wanted to gauge interest in a feature like this: Currently, one of the shorthands provided by oneliner is to automatically...
Hi, In the documentation suddenly appears this "pyl" command/alias/whatever. What is it? Thank you
Hi, I'm probably misunderstanding how this works. Shouldn't this print something? python -m oneliner -e 'print("hi")'
If there is an argument error, print the error, and say to use --help for help. If there are no argument, print a short version of the help. The help...
If I run pyl in a cron job (or some other place with no tty) and I supply input files, I get this: error: multiple input sources (stdin and command...