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第三方库


热门话题
IE中的java跨域cookie问题   重复java中已经满足的循环   编译java RMI服务器时出错   JavaServlet POST中作为参数传递的javascript大型JSON数组数据为空   java片段未每次刷新/调用   java无法编译。错误消息   java如何构造大型类?   java Hibernate:TableThingsDB。事情并不存在   java如何操作从匹配项创建的数组。发现   循环以搜索和显示数组Java的某些部分   加载或注册SQLite JDBC驱动程序时出现java问题   活动和服务之间的java连接   JavaGWTG2D:ie8中的drawImage   java在安卓中设置hessian阈值   在Tomcat中使用Logback时发生java错误