/har2document

A Python library for converting HTTP session HAR file logs into files in multiple formats.

Primary LanguagePythonMIT LicenseMIT

Har2Document

Build Code style: black pre-commit pre-commit.ci status

Read the HAR file, convert it into Python objects, and export it to CSV and markdown files.

Support for Python 3.10 and later versions.


Features

  • Masking Feature: Offers the ability to mask sensitive information in the documentation, such as passwords and phone numbers.
  • Export to CSV and Markdown: Allows exporting the generated documentation to both CSV and Markdown formats, enabling flexible documentation management.

Usage

TBD


Installation

To install Har2Document, you can use pip to install directly from the GitHub repository. Run the following command in your terminal:

pip install git+https://github.com/8percent/har2document.git

Contributing

Pull requests are always welcome.

Check CONTRIBUTING.md for more details.


License

Distributed under the terms of the MIT license.