Name | haralyzer JSON |
Version |
2.3.0
JSON |
| download |
home_page | https://github.com/haralyzer/haralyzer |
Summary | A python framework for getting useful stuff out of HAR files |
upload_time | 2023-06-15 07:40:03 |
maintainer | |
docs_url | https://pythonhosted.org/haralyzer/ |
author | Justin Crown |
requires_python | >=3.6 |
license | MIT |
keywords |
har
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
=========
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.
Raw data
{
"_id": null,
"home_page": "https://github.com/haralyzer/haralyzer",
"name": "haralyzer",
"maintainer": "",
"docs_url": "https://pythonhosted.org/haralyzer/",
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "har",
"author": "Justin Crown",
"author_email": "justincrown1@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/97/17/a4b0b3037f4f992e2dd79e041c08a1cc6b432d13d3bce2db2be5cbbe8fdf/haralyzer-2.3.0.tar.gz",
"platform": null,
"description": "=========\nHaralyzer\n=========\n\n.. image:: https://badge.fury.io/py/haralyzer.svg\n :target: https://badge.fury.io/py/haralyzer\n\n.. image:: https://img.shields.io/pypi/dm/haralyzer\n :target: https://pypi.org/project/haralyzer/\n :alt: PyPI - Downloads\n\n.. image:: https://img.shields.io/pypi/pyversions/haralyzer\n :target: https://pypi.org/project/haralyzer/\n :alt: PyPI - Python Version\n\n.. image:: https://github.com/haralyzer/haralyzer/workflows/Python%20Checking/badge.svg\n :target: https://github.com/haralyzer/haralyzer/actions?query=workflow%3A%22Python+Checking%22\n\n.. image:: https://coveralls.io/repos/github/haralyzer/haralyzer/badge.svg?branch=master\n :target: https://coveralls.io/github/haralyzer/haralyzer?branch=master\n\n.. image:: https://readthedocs.org/projects/haralyzer/badge/?version=latest\n :target: https://haralyzer.readthedocs.org/en/latest/\n\n\nA Python Framework For Using HAR Files To Analyze Web Pages.\n\nDocumentation\n-------------\n\nThe documentation exists on `readthedocs <https://haralyzer.readthedocs.org/en/latest/>`_.\n\nOverview\n--------\n\nThe haralyzer module contains three classes for analyzing web pages based\non a HAR file. ``HarParser()`` represents a full file (which might have\nmultiple pages). ``HarPage()`` represents a single page from said file.\n``HarEntry()`` represents an entry in a ``HarPage()``, and there are are multiple entries per page.\nEach ``HarEntry`` has a request and response that contains items such as the headers, status code, timings, etc\n\n\nContributing\n------------\n\nWe 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.\nIf 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.\n\nPython 2 Support\n++++++++++++++++\n\n1.9.0. is the last version that supports Python 2.7.\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A python framework for getting useful stuff out of HAR files",
"version": "2.3.0",
"project_urls": {
"Changelog": "https://github.com/haralyzer/haralyzer/blob/master/HISTORY.rst",
"Download": "https://github.com/haralyzer/haralyzer/releases/latest",
"Homepage": "https://github.com/haralyzer/haralyzer",
"Issues": "https://github.com/haralyzer/haralyzer/issues",
"Releases": "https://github.com/haralyzer/haralyzer/releases"
},
"split_keywords": [
"har"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "48357195c81b22d0e6d4907016563f8eb05698d25727f6cafce903628e4e6da9",
"md5": "8f1fb0d8440b8504eeb31a4e5661403f",
"sha256": "de8a7320b334c5bc6a1627c1647b40cc53e70a9caf56b0ab9d0a246b7f70f694"
},
"downloads": -1,
"filename": "haralyzer-2.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8f1fb0d8440b8504eeb31a4e5661403f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 14723,
"upload_time": "2023-06-15T07:40:00",
"upload_time_iso_8601": "2023-06-15T07:40:00.888279Z",
"url": "https://files.pythonhosted.org/packages/48/35/7195c81b22d0e6d4907016563f8eb05698d25727f6cafce903628e4e6da9/haralyzer-2.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9717a4b0b3037f4f992e2dd79e041c08a1cc6b432d13d3bce2db2be5cbbe8fdf",
"md5": "f18995779e7a97ad16138511c7dad13e",
"sha256": "ca3aac978ff941589a482309ea975be66135420b8dc5bd2d525f8abdfc67c3ea"
},
"downloads": -1,
"filename": "haralyzer-2.3.0.tar.gz",
"has_sig": false,
"md5_digest": "f18995779e7a97ad16138511c7dad13e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 14729,
"upload_time": "2023-06-15T07:40:03",
"upload_time_iso_8601": "2023-06-15T07:40:03.039311Z",
"url": "https://files.pythonhosted.org/packages/97/17/a4b0b3037f4f992e2dd79e041c08a1cc6b432d13d3bce2db2be5cbbe8fdf/haralyzer-2.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-15 07:40:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "haralyzer",
"github_project": "haralyzer",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "haralyzer"
}