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
Release history Release notifications | RSS feed
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)