Metadata-Version: 1.0
Name: PyAwk
Version: 0.1.0
Summary: You can use python as if it is awk with PyAwk.
Home-page: https://github.com/hideshi/PyAwk
Author: hideshi
Author-email: hideshi.ogoshi@gmail.com
License: LGPL
Description: You can use python as if it is awk with PyAwk.
        
        Requirements
        ------------
        * Python 3.3 or later
        
        Features
        --------
        * nothing
        
        Setup
        -----
        ::
        
           $ pip install PyAwk
        
           History
           -------
           0.1.0 (2014-02-21)
           ~~~~~~~~~~~~~~~~~~
           * first release
        
Keywords: Awk,Console
Platform: MacOS
Platform: POSIX
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
