Metadata-Version: 2.1
Name: loganalysis
Version: 0.1.2
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
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
Requires: pandas
Requires: jupyter_commons
Requires-Dist: pandas
Requires-Dist: jupyter-commons

===========
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
--------

* TODO

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.


