njanakiev / logpandas

Parse logfiles as pandas dataframes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logpandas

Parse various logfiles commonly found in /var/log as Pandas DataFrames.

Installation

To install the package, type:

pip install logpandas

Usage

For more information on the command-line interface, type:

logpandas --help
usage: logpandas [-h] input_filepath output_filepath

positional arguments:
  input_filepath
  output_filepath

optional arguments:
  -h, --help       show this help message and exit

License

This project is licensed under the MIT license. See the LICENSE for details.

About

Parse logfiles as pandas dataframes

License:MIT License


Languages

Language:Python 100.0%