Metadata-Version: 2.1
Name: pyle
Version: 0.4.1
Summary: Use Python for shell one-liners.
Home-page: https://github.com/aljungberg/pyle
Author: Alexander Ljungberg
Author-email: aljungberg@slevenbits.com
License: BSD
Keywords: shell
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Topic :: System :: Shells
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sh>=1.12.14
Requires-Dist: future>=0.17.1

    Use Python for shell one-liners
    -------------------------------
    
    Pyle makes it easy to use Python as a replacement for command line tools
    such as ``sed`` or ``perl``. 
    
    See https://github.com/aljungberg/pyle for more information.
    
