Metadata-Version: 2.4
Name: dnsight
Version: 0.1.1
Summary: DNS, email, and web security hygiene SDK and CLI for DevOps and security engineers.
Project-URL: Homepage, https://github.com/dnsight/dnsight
Project-URL: Repository, https://github.com/dnsight/dnsight
Project-URL: Issues, https://github.com/dnsight/dnsight/issues
Author-email: Mikey Scott <mikey@middleauth.io>
License: MIT
License-File: LICENSE
Keywords: cli,devops,dkim,dmarc,dns,dnssec,security,spf
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: Topic :: Security
Classifier: Topic :: System :: Networking
Requires-Python: >=3.11
Requires-Dist: dnspython<3.0.0,>=2.8.0
Requires-Dist: httpx<0.29.0,>=0.28.1
Requires-Dist: pydantic<3.0.0,>=2.12.5
Requires-Dist: pyyaml<7.0.0,>=6.0.3
Requires-Dist: rich<15.0.0,>=14.3.3
Requires-Dist: typer<0.25.0,>=0.24.1
Description-Content-Type: text/markdown

# dnsight

[![CI](https://github.com/dnsight/dnsight/actions/workflows/ci.yaml/badge.svg)](https://github.com/dnsight/dnsight/actions/workflows/ci.yaml)
[![PyPI version](https://img.shields.io/pypi/v/dnsight)](https://pypi.org/project/dnsight/)
[![Python versions](https://img.shields.io/pypi/pyversions/dnsight)](https://pypi.org/project/dnsight/)
[![codecov](https://codecov.io/github/dnsight/dnsight/graph/badge.svg?token=B4BKEX1G8O)](https://codecov.io/github/dnsight/dnsight)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=dnsight_dnsight&metric=alert_status&token=479932a2a9cce01e25841c72ae83c300d5534029)](https://sonarcloud.io/summary/new_code?id=dnsight_dnsight)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

> DNS, email, and web security hygiene SDK and CLI for DevOps and security engineers.

## Installation

```bash
# CLI
pipx install dnsight

# SDK only
pip install dnsight

# With uv
uv add dnsight
```

## Usage

```bash
dnsight --help
dnsight --version
```

## License

MIT
