Metadata-Version: 1.1
Name: jsail
Version: 0.3.0
Summary: A tail for JSON logs.
Home-page: https://github.com/svetlyak40wt/jsail
Author: Alexander Artemenko
Author-email: svetlyak.40wt@gmail.com
License: BSD
Description: ===============================
        jsail
        ===============================
        
        .. image:: https://img.shields.io/travis/svetlyak40wt/jsail.svg
                :target: https://travis-ci.org/svetlyak40wt/jsail
        
        .. image:: https://img.shields.io/pypi/v/jsail.svg
                :target: https://pypi.python.org/pypi/jsail
        
        
        A tail for JSON logs.
        
        * Free software: BSD license
        * Documentation: https://jsail.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
        
        
        
        History
        =======
        
        0.3.0 (2016-10-03)
        ------------------
        
        * Now jsail recognizes as timestamp keys ``timestamp``,
          ``time``, ``@fields.timestamp``, ``@fields.time``.
          And similarly, for message these keys are checked:
          ``message``, ``msg``, ``@fields.message``, ``@fields.msg``.
        * Now jsail quietly skips lines which can't be parsed
          as single JSON document.
        
        0.2.1 (2016-03-13)
        ------------------
        
        * Fixed issue with STDIN bufering. Previously,
          input given from STDIN was buffered and sometimes
          ``jsail`` didn't show content until buffer fills up.
          Now this behaviour is fixed.
        
        0.2.0 (2015-07-06)
        ------------------
        
        * 'anyjson' was added into the requrements list.
        * Now jsail will process STDIN if filename wasn't given as a command line argument. This makes possible to use it in unix pipelines.
        
        0.1.0 (2015-04-16)
        ---------------------
        
        * First release on PyPI.
        
Keywords: jsail
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
