Package: pythonpy Version: 0.4.11b-3 Architecture: all Maintainer: Tiago Ilieve Installed-Size: 49 Depends: python3:any (>= 3.3.2-2~) Suggests: bash-completion Section: utils Priority: optional Homepage: https://github.com/Russell91/pythonpy Description: 'python -c', with tab completion and shorthand pythonpy is an utility that facilitates the usage of Python one-liners. The command 'py' evaluates a string consisting of any Python expression. It can do anything from simple arithmetic to complex operations, importing modules automatically. It also comes with tab completion. . Its usage is not restricted to single expressions only. There's also the possibility to pipe data from stdin and to stdout, even generating strings to be evaluated by other programs.