Metadata-Version: 2.1
Name: pyhashlookup
Version: 1.2.1
Summary: Python CLI and module for CIRCL hash lookup
Home-page: https://github.com/hashlookup/PyHashlookup
License: BSD-3-Clause
Author: Raphaël Vinot
Author-email: raphael.vinot@circl.lu
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
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
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet
Classifier: Topic :: Security
Provides-Extra: docs
Requires-Dist: Sphinx (>=5.1.1,<6.0.0); extra == "docs"
Requires-Dist: dnspython (>=2.2.1,<3.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
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)

