AminuBishir / logan

Use log files to trigger events or perform functional testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logan

follow log files to match regexes and trigger events

Installation

Requirements

Python 3.6 or later

$ pip3 install git+https://github.com/arvind-iyer/logan

or alternatively,

$ git clone https://github.com/arvind-iyer/logan
$ pip3 install ./logan

Contributing

Requirements

Install pre-commit

$ pip3 install pre-commit

Add precommit hooks to perform linting and style checks before commiting code

$ pre-commit install

Create an issue

Create a new issue or find an existing issue matching your task and get yourself assigned to it. Create a new feature-* branch and submit the changes as a Pull Request when ready.

About

Use log files to trigger events or perform functional testing

License:MIT License


Languages

Language:Python 100.0%