Metadata-Version: 2.1
Name: har2tree
Version: 1.23.1
Summary: HTTP Archive (HAR) to ETE Toolkit generator
Home-page: https://github.com/Lookyloo/har2tree
License: BSD-3-Clause
Author: Raphaël Vinot
Author-email: raphael.vinot@circl.lu
Requires-Python: >=3.8,<3.13
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.8
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: Topic :: Internet
Classifier: Topic :: Security
Provides-Extra: docs
Requires-Dist: Sphinx (<7.2) ; (python_version < "3.9") and (extra == "docs")
Requires-Dist: Sphinx (>=7.2,<8.0) ; (python_version >= "3.9") and (extra == "docs")
Requires-Dist: beautifulsoup4[charset-normalizer,lxml] (>=4.12.3,<5.0.0)
Requires-Dist: charset-normalizer (>=3.3.2,<4.0.0)
Requires-Dist: ete3 (>=3.1.3,<4.0.0)
Requires-Dist: filetype (>=1.2.0,<2.0.0)
Requires-Dist: numpy (<1.25) ; python_version < "3.9"
Requires-Dist: numpy (>=1.25.2,<2.0.0) ; python_version >= "3.9"
Requires-Dist: publicsuffixlist (>=0.10.0.20240205,<0.11.0.0)
Requires-Dist: w3lib (>=2.1.2,<3.0.0)
Project-URL: Documentation, https://har2tree.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/Lookyloo/har2tree
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
```

