Metadata-Version: 2.0
Name: rosie
Version: 1.0.0b8
Summary: Rosie Pattern Language (replaces regex for data mining and text search)
Home-page: http://rosie-lang.org
Author: Jamie Jennings
Author-email: rosie.pattern.language@gmail.com
License: MIT
Project-URL: Source Code, https://github.com/jamiejennings/rosie-pattern-language/
Project-URL: Documentation, https://github.com/jamiejennings/rosie-pattern-language/tree/master/doc/
Project-URL: Issue page, https://github.com/jamiejennings/rosie-pattern-language/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
Requires-Dist: cffi (>=1.9)

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:
  http://rosie-lang.org

The repository of record for the Rosie project is located at:
  https://github.com/jamiejennings/rosie-pattern-language

Open issues are at:
  https://github.com/jamiejennings/rosie-pattern-language/issues

Before opening an issue with a bug report or an enhancement request,
please check the current open issues.


