Metadata-Version: 2.3
Name: har2tree
Version: 1.31.4
Summary: HTTP Archive (HAR) to ETE Toolkit generator
License: BSD-3-Clause
Author: Raphaël Vinot
Author-email: raphael.vinot@circl.lu
Requires-Python: >=3.9
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet
Classifier: Topic :: Security
Provides-Extra: docs
Requires-Dist: Sphinx (>=8.2.3) ; (python_version >= "3.11") and (extra == "docs")
Requires-Dist: beautifulsoup4[charset-normalizer,lxml] (>=4.13.4)
Requires-Dist: ete3 (>=3.1.3)
Requires-Dist: filetype (>=1.2.0)
Requires-Dist: legacy-cgi (>=2.6.3) ; python_version >= "3.13,<4.0"
Requires-Dist: multipart (>=1.3.0,<2.0.0)
Requires-Dist: numpy (<2.1) ; python_version < "3.10"
Requires-Dist: numpy (<2.3) ; python_version < "3.11"
Requires-Dist: numpy (>=2.3.2) ; python_version >= "3.11"
Requires-Dist: publicsuffixlist (>=1.0.2.20250802)
Requires-Dist: six (>=1.17.0) ; extra == "docs"
Requires-Dist: tinycss2 (>=1.4.0)
Requires-Dist: w3lib (>=2.3.1)
Project-URL: Documentation, https://har2tree.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/Lookyloo/har2tree
Project-URL: issues, https://github.com/Lookyloo/har2tree/issues
Description-Content-Type: text/markdown

[![Documentation Status](https://readthedocs.org/projects/har2tree/badge/?version=latest)](https://har2tree.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/Lookyloo/har2tree/branch/main/graph/badge.svg)](https://codecov.io/gh/Lookyloo/har2tree)

Har2Tree
========


This package generate a tree out of a HAR dump.


Installation
============

```bash
pip install har2tree
```

