Metadata-Version: 2.1
Name: pino
Version: 0.5.0
Summary: Python json logger inspired by pino.js
Home-page: https://github.com/CoorpAcademy/pino.py
Author: Adrien Becchis @Coorpacademy
Author-email: adriean.khisbe@live.fr
License: MIT
Description: pino.py
        =======
        
        > **Json natural logger for python** inspired by [pino.js](https://github.com/pinojs/pino) :evergreen_tree:
        
        [![PyPI](https://img.shields.io/pypi/v/pino.svg)](https://pypi.org/project/pino/)
        [![Supported Python Versions](https://img.shields.io/pypi/pyversions/pino.svg)](https://pypi.python.org/pypi/pino)
        [![Build Status](https://travis-ci.com/CoorpAcademy/pino.py.svg?branch=master)](https://travis-ci.com/CoorpAcademy/pino.py)
        [![codecov](https://codecov.io/gh/CoorpAcademy/pino.py/branch/master/graph/badge.svg)](https://codecov.io/gh/CoorpAcademy/pino.py)
        
        > In building port of [pinojs](https://github.com/pinojs/pino) logging library to python :snake:
        
        :warning: 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 :hammer_and_wrench:
        
        This library use [***Pipenv***](https://pipenv.readthedocs.io) 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`.
        
Keywords: cli terminal log logger logging json
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Logging
Description-Content-Type: text/markdown
