Skip to main content

A simple python log extractor

Project description

Pylogex -A Simple Python Log Extractor

A simple command-line utility that lets us filter textual input stream based on regular expression pattern and generate log in CSV or JSON format as output stream

Authors

How to run ?

python <filename> 'A Reguar Expression in quotes'

Optional Argument Parameters

optional arguments:
 -h, --help show this help message and exit
 -i INFILE, --input=INFILE
 read input (logs) from <INFILE>
 -o OUTFILE, --output=OUTFILE
 save the extracted data to <OUTFILE>
 -j, --json generate output in JSON format
 -c, --csv generate output in CSV format (default)

Install my project with pip

pip install package-template

Requirements

Python

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

Pylogex-0.0.1.tar.gz (5.8 kB view hashes)

Uploaded source

Built Distribution

Pylogex-0.0.1-py3-none-any.whl (8.8 kB view hashes)

Uploaded py3

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