/logpandas

Parse logfiles as pandas dataframes

Primary LanguagePythonMIT LicenseMIT

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.