Metadata-Version: 2.1
Name: har2tree
Version: 1.21.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.12
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: Topic :: Internet
Classifier: Topic :: Security
Provides-Extra: docs
Requires-Dist: Sphinx (>=7.0.1,<8.0.0) ; extra == "docs"
Requires-Dist: beautifulsoup4[lxml] (>=4.12.2,<5.0.0)
Requires-Dist: charset-normalizer (>=2,<4)
Requires-Dist: ete3 (>=3.1.3,<4.0.0)
Requires-Dist: filetype (>=1.2.0,<2.0.0)
Requires-Dist: numpy (==1.23.3) ; python_version < "3.10"
Requires-Dist: numpy (>=1.23.4,<2.0.0) ; python_version >= "3.10"
Requires-Dist: publicsuffixlist (>=0.10.0.20230719,<0.11.0.0)
Requires-Dist: w3lib (>=2.1.1,<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
```

