Installation

The easiest way is using pip:

$ pip install flask-request-logger

Or, you’re using pipenv:

$ pipenv install flask-request-logger

If you prefer to install from source, you can clone this repo and run

$ python setup.py install