Metadata-Version: 2.1
Name: zoslogs
Version: 0.2.0
Summary: Library for breaking z/OS log files up into individual messages
Home-page: https://github.com/Tam-Lin/zoslogs
Author: Kevin McKenzie
Author-email: kmckenzi@us.ibm.com
License: Apache Software License 2.0
Keywords: zoslogs
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software 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
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: tqdm

=======
zoslogs
=======


.. image:: https://img.shields.io/pypi/v/zoslogs.svg
        :target: https://pypi.python.org/pypi/zoslogs
        :alt:  Pypi

.. image:: https://github.com/Tam-Lin/zoslogs/actions/workflows/build.yml/badge.svg
        :target: https://github.com/Tam-Lin/zoslogs/actions/workflows/build.yml
        :alt: Build Status

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


Library for parsing z/OS log files (syslog, operlog) up into individual messages.  Because logs can be messy, and
authorized programs can write whatever they want to the log, by default it will discard anything that doesn't match
what a log entry should look like, and return whatever it can make sense of.

Please note that this was written to solve a problem I was having; it's by no means perfect, but it may solve a problem
you have, too, and I do plan on continuing to improve it as I have time.  Pull requests and bug reports will certainly
be appreciated.


* Free software: Apache Software License 2.0
* Documentation: https://zoslogs.readthedocs.io.


Features
--------

* Handle compressed files
* Filtering messages



Credits
-------

Created by Kevin McKenzie
kmckenzi@us.ibm.com

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.3 (2022-0x-04)
------------------

* Include history update for version 0.1.2, and other cleanup to doc

0.1.2 (2022-03-29)
------------------

* Point source code location in setup.py to the correct place.

0.1.1 (2022-03-29)
------------------

* Move CI to Github actions.


0.1.0 (2022-03-04)
------------------

* First release on PyPI.
