pyhashlookup


Namepyhashlookup JSON
Version 1.2.6 PyPI version JSON
download
home_pageNone
SummaryPython CLI and module for CIRCL hash lookup
upload_time2025-02-03 21:55:45
maintainerNone
docs_urlNone
authorRaphaël Vinot
requires_python>=3.9
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![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)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyhashlookup",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Rapha\u00ebl Vinot",
    "author_email": "raphael.vinot@circl.lu",
    "download_url": "https://files.pythonhosted.org/packages/77/2d/d259945041e11699fe5dbb61c347cc96dd93a02fbb7e16d1f5aeca19184d/pyhashlookup-1.2.6.tar.gz",
    "platform": null,
    "description": "[![Documentation Status](https://readthedocs.org/projects/pyhashlookup/badge/?version=latest)](https://pyhashlookup.readthedocs.io/en/latest/?badge=latest)\n\n# PyHashlookup\n\nThis is the client API for [hashlookup](https://hashlookup.circl.lu/).\n\n## Installation\n\n```bash\npip install pyhashlookup\n```\n\n## Usage\n\n### Command line\n\n```bash\nusage: hashlookup [-h] [--query QUERY]\n\nQuery hashlookup\n\noptional arguments:\n  -h, --help     show this help message and exit\n    --query QUERY  Hash (md5 or sha1) to lookup.\n```\n\n### Library\n\nSee [API Reference](https://pyhashlookup.readthedocs.io/en/latest/api_reference.html)\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Python CLI and module for CIRCL hash lookup",
    "version": "1.2.6",
    "project_urls": {
        "Documentation": "https://pyhashlookup.readthedocs.io/en/latest/",
        "Repository": "https://github.com/hashlookup/PyHashlookup"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0d05134badbfcfedc82670e22239846fd647a692e3b3192dc52bb22ed1c65779",
                "md5": "c879c3109bfd8786bfdac3a637386feb",
                "sha256": "0678eda5227eca9831ff1c9b017f6c4682546ecd29dd1a5b3a6bcafa8af4323e"
            },
            "downloads": -1,
            "filename": "pyhashlookup-1.2.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c879c3109bfd8786bfdac3a637386feb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 16102,
            "upload_time": "2025-02-03T21:55:43",
            "upload_time_iso_8601": "2025-02-03T21:55:43.075020Z",
            "url": "https://files.pythonhosted.org/packages/0d/05/134badbfcfedc82670e22239846fd647a692e3b3192dc52bb22ed1c65779/pyhashlookup-1.2.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "772dd259945041e11699fe5dbb61c347cc96dd93a02fbb7e16d1f5aeca19184d",
                "md5": "a6f5aba4e29076f6d50e50094696ed83",
                "sha256": "4c77039a360a57e12901d1e4be31c6b5bc4f75adaf25a9d043f1d97e89fa7209"
            },
            "downloads": -1,
            "filename": "pyhashlookup-1.2.6.tar.gz",
            "has_sig": false,
            "md5_digest": "a6f5aba4e29076f6d50e50094696ed83",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 15034,
            "upload_time": "2025-02-03T21:55:45",
            "upload_time_iso_8601": "2025-02-03T21:55:45.122547Z",
            "url": "https://files.pythonhosted.org/packages/77/2d/d259945041e11699fe5dbb61c347cc96dd93a02fbb7e16d1f5aeca19184d/pyhashlookup-1.2.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-03 21:55:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hashlookup",
    "github_project": "PyHashlookup",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyhashlookup"
}
        
Elapsed time: 0.66310s