Metadata-Version: 1.1
Name: loganalysis
Version: 0.1.8
Summary: Functions helping with analysis of log files.
Home-page: https://github.com/stbraun/loganalysis
Author: Stefan Braun
Author-email: sb@stbraun.com
License: MIT license
Description: ===========
        loganalysis
        ===========
        
        
        .. image:: https://img.shields.io/pypi/v/loganalysis.svg
                :target: https://pypi.python.org/pypi/loganalysis
        
        .. image:: https://img.shields.io/travis/stbraun/loganalysis.svg
                :target: https://travis-ci.org/stbraun/loganalysis
        
        .. image:: https://readthedocs.org/projects/loganalysis/badge/?version=latest
                :target: https://loganalysis.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Functions helping with analysis of log files.
        
        
        * Free software: MIT license
        * Documentation: https://loganalysis.readthedocs.io.
        
        
        Features
        --------
        
        * Extract log items matching specified patterns.
        * Extract log items by severity level.
        * Extract callstacks from log file.
        * Read log file into pandas dataframe for further analysis.
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `stbraun/cookiecutter-pypackage`_ project template based on `audreyr/cookiecutter-pypackage`.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`stbraun/cookiecutter-pypackage`: https://github.com/stbraun/cookiecutter-pypackage.git
        
        
        =======
        History
        =======
        
        0.1.2 (2020-10-19)
        ------------------
        
        * First release on PyPI.
          
        0.1.3 (2021-04-10)
        ------------------
        
        * Encoding of log file is configurable.
        * extract_level works for thread names containing blanks.
        
        
Keywords: loganalysis
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires: pandas
Requires: jupyter_commons
