Metadata-Version: 2.1
Name: zeeklog2pandas
Version: 0.1.3rc2
Summary: Read Zeeek/Bro log and log.gz (even broken ones) into a Pandas Dataframe.
Home-page: https://github.com/stratosphereips/zeeklog2pandas
Author: Joaquin Bogado
Author-email: joaquinbogado@duck.com
License: MIT license
Keywords: zeeklog2pandas
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

==============
zeeklog2pandas
==============


.. image:: https://img.shields.io/pypi/v/zeeklog2pandas.svg
        :target: https://pypi.python.org/pypi/zeeklog2pandas

.. image:: https://img.shields.io/travis/stratosphereips/zeeklog2pandas.svg
        :target: https://travis-ci.com/stratosphereips/zeeklog2pandas

.. image:: https://readthedocs.org/projects/zeeklog2pandas/badge/?version=latest
        :target: https://zeeklog2pandas.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Read Zeeek/Bro log and log.gz (even broken ones) into a Pandas DataFrame.


* Free software: MIT license
* Documentation: https://zeeklog2pandas.readthedocs.io/en/latest.


Features
--------

* zeeklog2pandas allows to read Zeek/Bro .log files or compressed .log.gz files, transparently into a Pandas DataFrames. 
  
* Best effort reading of corrupted or incomplete compressed .log.gz files.

* Columns filtering.

* Interface compatible with Pandas `read_csv()` function.

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2022-08-02)
------------------

* First release on PyPI.
