Metadata-Version: 1.1
Name: wer
Version: 0.1.0
Summary: Python parser for Microsoft Windows Event Reports (WER)
Home-page: https://github.com/gcrahay/python-wer
Author: Gaetan Crahay
Author-email: gaetan@crahay.eu
License: BSD
Description: ========
        Overview
        ========
        
        
        
        Python parser for Microsoft Windows Event Reports (WER)
        
        * Free software: BSD license
        
        Installation
        ============
        
        ::
        
            pip install wer
        
        Documentation
        =============
        
        https://wer.readthedocs.io/
        
        Development
        ===========
        
        To run the all tests run::
        
            tox
        
        Note, to combine the coverage data from all the tox environments run:
        
        .. list-table::
            :widths: 10 90
            :stub-columns: 1
        
            - - Windows
              - ::
        
                    set PYTEST_ADDOPTS=--cov-append
                    tox
        
            - - Other
              - ::
        
                    PYTEST_ADDOPTS=--cov-append tox
        
        
        Changelog
        =========
        
        0.1.0 (2016-06-05)
        -----------------------------------------
        
        * First release on PyPI.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
