Metadata-Version: 2.4
Name: dns-benchmark-tool
Version: 0.2.2
Summary: Benchmark DNS resolvers across domains and record types with analytics and reports (CSV, Excel, PDF, JSON).
Author-email: Joseph Oseh Frank <frank@osehfrank.com>
License: MIT
Project-URL: Homepage, https://github.com/frankovo/dns-benchmark-tool
Project-URL: Documentation, https://github.com/frankovo/dns-benchmark-tool#readme
Project-URL: Source, https://github.com/frankovo/dns-benchmark-tool
Project-URL: Tracker, https://github.com/frankovo/dns-benchmark-tool/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: Topic :: System :: Networking
Classifier: License :: OSI Approved :: MIT License
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
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dnspython<3.0,>=2.7
Requires-Dist: pandas<3.0,>=2.0
Requires-Dist: aiohttp<4.0,>=3.8
Requires-Dist: click<9.0,>=8.0
Requires-Dist: pyfiglet<2.0,>=1.0
Requires-Dist: colorama<1.0,>=0.4
Requires-Dist: Jinja2<4.0,>=3.1
Requires-Dist: weasyprint<67.0,>=66.0
Requires-Dist: openpyxl<4.0,>=3.1
Requires-Dist: pyyaml<7.0,>=6.0
Requires-Dist: tqdm<5.0,>=4.66
Requires-Dist: matplotlib<4.0,>=3.8
Provides-Extra: dev
Requires-Dist: mypy<2.0,>=1.8; extra == "dev"
Requires-Dist: black<25.0,>=24.0; extra == "dev"
Requires-Dist: flake8<8.0,>=7.0; extra == "dev"
Requires-Dist: autopep8<3.0,>=2.0; extra == "dev"
Requires-Dist: pytest<9.0,>=8.0; extra == "dev"
Requires-Dist: coverage<8.0,>=7.6; extra == "dev"
Requires-Dist: isort<6.0,>=5.12; extra == "dev"
Requires-Dist: pytest-asyncio<2.0,>=0.23; extra == "dev"
Requires-Dist: commitizen<4.0,>=3.0; extra == "dev"
Dynamic: license-file

# DNS Benchmark Tool

[![CI Tests](https://github.com/frankovo/dns-benchmark-tool/actions/workflows/test.yml/badge.svg)](https://github.com/frankovo/dns-benchmark-tool/actions/workflows/test.yml)
[![Publish to TestPyPI](https://github.com/frankovo/dns-benchmark-tool/actions/workflows/testpypi.yml/badge.svg)](https://github.com/frankovo/dns-benchmark-tool/actions/workflows/testpypi.yml)
[![Publish to PyPI](https://github.com/frankovo/dns-benchmark-tool/actions/workflows/pypi.yml/badge.svg)](https://github.com/frankovo/dns-benchmark-tool/actions/workflows/pypi.yml)
[![PyPI version](https://img.shields.io/pypi/v/dns-benchmark-tool.svg)](https://pypi.org/project/dns-benchmark-tool/)

![Python Version](https://img.shields.io/badge/python-3.9%2B-blue.svg)
![License](https://img.shields.io/badge/license-MIT-green.svg)
![Coverage](https://img.shields.io/badge/coverage-91%25-brightgreen.svg)

[![Downloads](https://img.shields.io/pypi/dm/dns-benchmark-tool.svg)](https://pypi.org/project/dns-benchmark-tool/)
[![GitHub stars](https://img.shields.io/github/stars/frankovo/dns-benchmark-tool.svg?style=social&label=Star)](https://github.com/frankovo/dns-benchmark-tool/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/frankovo/dns-benchmark-tool.svg?style=social&label=Fork)](https://github.com/frankovo/dns-benchmark-tool/network/members)
[![Issues](https://img.shields.io/github/issues/frankovo/dns-benchmark-tool.svg)](https://github.com/frankovo/dns-benchmark-tool/issues)
[![Last commit](https://img.shields.io/github/last-commit/frankovo/dns-benchmark-tool.svg)](https://github.com/frankovo/dns-benchmark-tool/commits/main)
[![Main branch protected](https://img.shields.io/badge/branch%20protection-main%20✅-brightgreen)](https://github.com/frankovo/dns-benchmark-tool/blob/main/RELEASE.md)

Benchmark DNS resolvers across domains and record types.  
Generates analytics and exports to CSV, Excel, PDF, and JSON.

## Installation

```bash
pip install dns-benchmark-tool
```

## Quick usage

```bash
# Benchmark with default resolvers and domains
dns-benchmark benchmark --use-defaults

# Custom resolvers and domains
dns-benchmark benchmark --resolvers data/resolvers.json --domains data/domains.txt
```

## Features

- Compare DNS resolver performance globally
- Export results to CSV, Excel, PDF, JSON
- Domain and record‑type statistics
- Error breakdowns
- Automation support (cron jobs, CI/CD)

## Documentation

Full usage guide, advanced examples, and screenshots are available on [GitHub](https://github.com/frankovo/dns-benchmark-tool).

---

## License

This project is licensed under the MIT License — see the [LICENSE](LICENSE) file for details.

---
