Skip to main content

A module to work with HAR (HTTP Archive) files.

Project description

Har-Toolkit

A module to easily work with HAR (HTTP Archive) files.

Installation

pip install --upgrade har-toolkit

Usage

To use this module in your code:

import har_toolkit

To read and parse a HAR file:

import har_toolkit
har = har_toolkit.read_har_file("<path/to/har_file>")

This will return a Har object with the contents of the file parsed according to this W3C document

The different sections of the format can be accessed by calling that section attribute on the parent class. Example: har.browser or har.entries

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

har_toolkit-0.3.0.tar.gz (18.9 kB view hashes)

Uploaded Source

Built Distribution

har_toolkit-0.3.0-py3-none-any.whl (24.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page