logupdate

Log by overwriting the previous output in the terminal


Keywords
cli, terminal, log, logger, logging, shell, update, animation, progress, json, pino, python
License
MIT
Install
pip install logupdate==0.3.1

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.