Skip to main content

HTTP Archive extractor

Project description

https://img.shields.io/pypi/v/har-extractor.svg https://img.shields.io/pypi/status/har-extractor.svg https://img.shields.io/pypi/format/har-extractor.svg https://img.shields.io/librariesio/github/dead-beef/har-extractor.svg https://img.shields.io/pypi/pyversions/har-extractor.svg https://img.shields.io/pypi/l/har-extractor.svg

Overview

Extractor for HAR, HTTP Archive format.

Requirements

Optional

Installation

pip install har-extractor

Usage

usage: har_extractor.py [-h] [-V] [-l] [-o DIRECTORY] [-v] [-nv] [-i] [-ni]
                        [-s] [-ns] [-d] [-nd]
                        FILE

positional arguments:
  FILE                  HAR file

optional arguments:
  -h, --help            show this help message and exit
  -V, --version         show program's version number and exit
  -l, --list            list the contents of input file
  -o DIRECTORY, --output DIRECTORY
                        set output directory (default: ./<filename>.d)
  -v, --verbose         turn on verbose output (default)
  -nv, --no-verbose     turn off verbose output
  -i, --iterative       use iterative json parser
  -ni, --no-iterative   do not use iterative json parser (default)
  -s, --strict          exit and delete extracted data after first error
  -ns, --no-strict      ignore errors (default)
  -d, --directories     create url directories (default)
  -nd, --no-directories
                        do not create url directories

Development

Installation

git clone https://github.com/dead-beef/har-extractor
cd har-extractor
pip install -e .[dev]

Building

./build.sh

Testing

./test

Licenses

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-extractor-1.0.0.tar.gz (9.0 kB view hashes)

Uploaded Source

Built Distribution

har_extractor-1.0.0-py3-none-any.whl (6.8 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