Skip to main content

Python Interactive Regular Expression

Project description

Python Interactive Regular Expression

Installation

From the project root directory:

$ python setup.py install

Or through PyPI:

$ pip install pire

CLI Usage

Use –help/-h to view info on the arguments:

$ pire --help

Run pire against a text file:

$ pire application.log

Regexes used will be cached to a file in the present directory named regex.pire.

Pass a custom newline-delimited file with regexes:

$ pire -r app.pire application.log

Pass multiple files:

$ pire -r app.pire application.log application.log.1 application.log.2

Or:

$ pire -r app.pire application.log*

Releases

0.1.0:
  • curses interface implemented

0.0.1:
  • Project created

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pire-0.1.0.tar.gz (5.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page