CMD + K

rxpy

Community

A Regular Expression Library for Python

Installation

To install this package, run one of the following:

Conda
$conda install jacob-barhak::rxpy

Usage Tracking

0.1.0
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

RXPY is a regular expression library, written purely in Python, that is almost completely backwards compatible with the standard Python re library (only locale-based character groups are not supported).

It has a modular design that allows different alphabets and engines to be used. This allows regular expressions to be defined over sequences of arbitrary objects (a mapping between objects and the characters used in the regular expression must exist; this is defined by the alphabet).

Release 0.1.0 marks a relatively stable architecture and initial engine. The next release will add a second engine.

About

Summary

A Regular Expression Library for Python

Last Updated

Sep 26, 2017 at 00:31

License

GNU Library or Lesser General Public License (LGPL) or Mozilla Public License 1.1 (MPL 1.1)

Total Downloads

86

Version Downloads

86

Supported Platforms

linux-64
win-64