Metadata-Version: 2.1
Name: haralyzer
Version: 2.1.1
Summary: A python framework for getting useful stuff out of HAR files
Home-page: https://github.com/haralyzer/haralyzer
Author: Justin Crown
Author-email: justincrown1@gmail.com
License: MIT
Download-URL: https://github.com/haralyzer/haralyzer/releases/latest
Project-URL: Changelog, https://github.com/haralyzer/haralyzer/blob/master/HISTORY.rst
Project-URL: Issues, https://github.com/haralyzer/haralyzer/issues
Project-URL: Releases, https://github.com/haralyzer/haralyzer/releases
Description: =========
        Haralyzer
        =========
        
        .. image:: https://badge.fury.io/py/haralyzer.svg
           :target: https://badge.fury.io/py/haralyzer
        
        .. image:: https://img.shields.io/pypi/dm/haralyzer
           :target: https://pypi.org/project/haralyzer/
           :alt: PyPI - Downloads
        
        .. image:: https://img.shields.io/pypi/pyversions/haralyzer
           :target: https://pypi.org/project/haralyzer/
           :alt: PyPI - Python Version
        
        .. image:: https://github.com/haralyzer/haralyzer/workflows/Python%20Checking/badge.svg
           :target: https://github.com/haralyzer/haralyzer/actions?query=workflow%3A%22Python+Checking%22
        
        .. image:: https://coveralls.io/repos/github/haralyzer/haralyzer/badge.svg?branch=master
           :target: https://coveralls.io/github/haralyzer/haralyzer?branch=master
        
        .. image:: https://readthedocs.org/projects/haralyzer/badge/?version=latest
           :target: https://haralyzer.readthedocs.org/en/latest/
        
        
        A Python Framework For Using HAR Files To Analyze Web Pages.
        
        Documentation
        -------------
        
        The documentation exists on `readthedocs <https://haralyzer.readthedocs.org/en/latest/>`_.
        
        Overview
        --------
        
        The haralyzer module contains three classes for analyzing web pages based
        on a HAR file. ``HarParser()`` represents a full file (which might have
        multiple pages). ``HarPage()`` represents a single page from said file.
        ``HarEntry()`` represents an entry in a ``HarPage()``, and there are are multiple entries per page.
        Each ``HarEntry`` has a request and response that contains items such as the headers, status code, timings, etc
        
        
        Contributing
        ------------
        
        We are always looking for new people to get involved. If you are looking to get involved, then fork this repo and start making changes that you would like to see.
        If you are making any coding changes, then please create tests (we use pytest) for your code. Documentation should also be created for your additions. You can then submit a PR and we will review it.
        
        Python 2 Support
        ++++++++++++++++
        
        1.9.0. is the last version that supports Python 2.7.
        
Keywords: har
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
