An open API service indexing awesome lists of open source software.

https://github.com/criticalsool/log

Log parser utility implementation in Python
https://github.com/criticalsool/log

logging python

Last synced: over 1 year ago
JSON representation

Log parser utility implementation in Python

Awesome Lists containing this project

README

          

# Log parser utility
drawing drawing

## Installation
Create Python virtual environment
```
python -m venv venv
```
> Then [activate it depending on your os](https://docs.python.org/3/library/venv.html#how-venvs-work)

Install python modules
```
pip install -r requirements.txt
```

## Usage
Test it !
```
python main.py
```

### Sources
- [docs.python.org/3/library/argparse.html](https://docs.python.org/3/library/argparse.html)
- [github.com/Textualize/rich](https://github.com/Textualize/rich)