Metadata-Version: 2.0
Name: py1cmd
Version: 0.1
Summary: Enables one to write Python one-liners.
Home-page: http://py1.vleu.net/
Author: Brice Arnould
Author-email: unbrice@vleu.net
License: MIT
Keywords: scripting awk one-liner oneliner
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development :: Interpreters
Classifier: Topic :: System :: Shells
Classifier: Topic :: Text Processing :: Filters
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: pygments (>=0.10)

Enables one to write Python one-liners.

Can be used in two modes:
 - awk-like: you provide --begin/-b, --each-line/-l, --end/-e and it generates and run a python script wrapping them.
 - minimalist: you provide a single argument a Python program

In both modes indents and dedents can be replaced with "{{" and "}}".


