Metadata-Version: 1.1
Name: rosie
Version: 1.1.2
Summary: Rosie Pattern Language (replaces regex for data mining and text search)
Home-page: https://rosie-lang.org
Author: Jenna Shockley, Jamie A. Jennings
Author-email: rosie.pattern.language@gmail.com
License: MIT
Project-URL: Source Code, https://gitlab.com/rosie-pattern-language
Project-URL: Documentation, https://gitlab.com/rosie-pattern-language/rosie/tree/master/doc
Project-URL: Issue page, https://gitlab.com/rosie-pattern-language/rosie/issues
Description: 
        Prerequisites:
            Rosie installation (see https://gitlab.com/rosie-pattern-language/rosie)
        
        Rosie and the Rosie Pattern Language (RPL)
        
        RPL expressions are patterns for matching text, similar to regex but
        more powerful.  You can use RPL for text pattern matching the way you
        might use PCRE or regex in Perl, Python, or Java.  Unlike regex, RPL
        is readable and maintainable, and packages of rpl are easily shared.
        
        The Rosie project provides a library so you can use RPL from a variety
        of programming languages.  We also provide an interactive read-eval-
        print loop for pattern development and debugging, and an RPL compiler.
        The Rosie matching engine is very small and reasonably fast.
        
        Rosie's home page:
          https://rosie-lang.org
        
        The repository of record for the Rosie project is located at:
          https://gitlab.com/rosie-pattern-language/rosie
        
        Open issues are at:
          https://gitlab.com/rosie-pattern-language/rosie/issues
        
        Before opening an issue with a bug report or an enhancement request,
        please check the current open issues.
        
Keywords: rosie pattern language PEG regex regexp data mining text search
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Utilities
