Metadata-Version: 1.1
Name: grimace
Version: 0.1.2
Summary: A fluent regular expression generator
Home-page: https://github.com/benlast/grimace
Author: Ben Last
Author-email: ben@benlast.com
License: MIT, Academic Free License version 2.1
Description: **grimace** is a fluent regular expression string builder for Python,
        inspired by `Al Williams' article in Dr Dobbs`_.
        
        Author: Ben Last <ben@benlast.com>
        
        Python 3 support (and bugfixes) by `Nando Florestan`_
        
        * Documentation_
        * `Project home`_
        
        .. _`Al Williams' article in Dr Dobbs`: http://www.drdobbs.com/embedded-systems/irregular-expressions/240157655
        .. _`Nando Florestan`: http://nando.oui.com.br/
        .. _Documentation: https://github.com/benlast/grimace/wiki
        .. _`Project home`: https://github.com/benlast/grimace
        
Keywords: re,regex,regexp,regular expression,fluent
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Academic Free License (AFL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries :: Python Modules
