http存档提取器

har-extractor的Python项目详细描述


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

概述

抽提器 HAR, HTTP存档格式。

要求

安装

pip install har-extractor

用法

usage: har-extractor [-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

开发

安装

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

建筑

./build.sh

测试

./test

许可证

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
JBossJava进程内存持续增长   Java postincrement(++)在作为参数传递时表现不符合预期   TableView列的java编辑值   java根据springboot@Scheduled注释使用的条件动态修改调度程序计时   java无法将jsp表单值设置为类变量   java ParseQuery from字段未保存   java为什么日历返回月份。是否获取(Calendar.MONTH)上个月而不是当前月?   java无法获取api密钥的md5指纹   java通用DAO和嵌套属性支持   javapomi的版本已经改变了。从OJDBC6到OJDBC8的xml。使用新版本OJDBC8执行某些查询时出现锁定问题   java IntelliJ颜色方案定制   java从第三方读取Linux存储库   amazon s3在AWS s3 Java SDK中设置对象元数据   java一对多映射比