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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file har_toolkit-0.3.0.tar.gz.
File metadata
- Download URL: har_toolkit-0.3.0.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7798efce6acd65586f275b598f8e009611c471c71d4f9eec89353d574487d8e4
|
|
| MD5 |
a7b4935da99ef8e1792e94ccabfb553f
|
|
| BLAKE2b-256 |
46824a04fa80b020642b6d0267479b623f262c28bc7a79962311dfa8f8bbb480
|
File details
Details for the file har_toolkit-0.3.0-py3-none-any.whl.
File metadata
- Download URL: har_toolkit-0.3.0-py3-none-any.whl
- Upload date:
- Size: 24.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdd44bd14279fdabfd2c5fcb1f3f067ca56076b2ef648a471dfb7bf8253dce14
|
|
| MD5 |
2a2f7f90a1a93dec9c65c9cd522316f3
|
|
| BLAKE2b-256 |
78fe7d159554b8f2e8949e109f5fc0f87856c933ed614244743efde5ffbead7b
|