Metadata-Version: 2.3
Name: pyhashlookup
Version: 1.2.8
Summary: Python CLI and module for CIRCL hash lookup
License: BSD-3-Clause
Author: Raphaël Vinot
Author-email: raphael.vinot@circl.lu
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.13
Provides-Extra: docs
Requires-Dist: Sphinx (>=8.2.3) ; (python_version >= "3.11") and (extra == "docs")
Requires-Dist: dnspython (>=2.7.0)
Requires-Dist: requests (>=2.32.4)
Project-URL: Documentation, https://pyhashlookup.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/hashlookup/PyHashlookup
Description-Content-Type: text/markdown

[![Documentation Status](https://readthedocs.org/projects/pyhashlookup/badge/?version=latest)](https://pyhashlookup.readthedocs.io/en/latest/?badge=latest)

# PyHashlookup

This is the client API for [hashlookup](https://hashlookup.circl.lu/).

## Installation

```bash
pip install pyhashlookup
```

## Usage

### Command line

```bash
usage: hashlookup [-h] [--query QUERY]

Query hashlookup

optional arguments:
  -h, --help     show this help message and exit
    --query QUERY  Hash (md5 or sha1) to lookup.
```

### Library

See [API Reference](https://pyhashlookup.readthedocs.io/en/latest/api_reference.html)

