Python json logger inspired by pino.js


Keywords
log, logger, logging, json, pino, python
License
MIT
Install
pip install pino==0.6.0

Documentation

pino.py

Json natural logger for python inspired by pino.js 🌲

PyPI Supported Python Versions Build Status codecov

In building port of pinojs logging library to python 🐍

⚠️ This is a in building prototype, it's API is subject to change. A CHANGELOG will be introduced once it's stable enough and publicized. Use it at you own risk, but feel free to reach with an issue.

Development 🛠

This library use Pipenv for dependencies management.

You can run test on all supported python version with pipenv run test (which will run tox), or you can run on your current python version with pipenv run pytest.