pyhashlookup


Namepyhashlookup JSON
Version 1.2.3 PyPI version JSON
download
home_pagehttps://github.com/hashlookup/PyHashlookup
SummaryPython CLI and module for CIRCL hash lookup
upload_time2024-04-02 13:43:00
maintainerNone
docs_urlNone
authorRaphaël Vinot
requires_python<4.0,>=3.8
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": "https://github.com/hashlookup/PyHashlookup",
    "name": "pyhashlookup",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Rapha\u00ebl Vinot",
    "author_email": "raphael.vinot@circl.lu",
    "download_url": "https://files.pythonhosted.org/packages/4c/2c/b3149290eb999b0aad51004ec872ae5f889a11e4adc4185d026de02018e6/pyhashlookup-1.2.3.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.3",
    "project_urls": {
        "Documentation": "https://pyhashlookup.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/hashlookup/PyHashlookup",
        "Repository": "https://github.com/hashlookup/PyHashlookup"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dcb19cff5ed9b4cec2306d56f26c95771e5620c436300739bdc0acd1f6d9512a",
                "md5": "cebe5ce3e571f0542488d62b517639ff",
                "sha256": "2d5a00754edbcf94544ee45be95025e21b97e81905662b436ab5eed2a127152d"
            },
            "downloads": -1,
            "filename": "pyhashlookup-1.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cebe5ce3e571f0542488d62b517639ff",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 16283,
            "upload_time": "2024-04-02T13:42:58",
            "upload_time_iso_8601": "2024-04-02T13:42:58.334278Z",
            "url": "https://files.pythonhosted.org/packages/dc/b1/9cff5ed9b4cec2306d56f26c95771e5620c436300739bdc0acd1f6d9512a/pyhashlookup-1.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c2cb3149290eb999b0aad51004ec872ae5f889a11e4adc4185d026de02018e6",
                "md5": "8af82f1da3ac6cccd74a59e1e110a4c8",
                "sha256": "d598e745cb3d1e59b07005bc803932873c758729662b293f719f3ed6065b2fe5"
            },
            "downloads": -1,
            "filename": "pyhashlookup-1.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8af82f1da3ac6cccd74a59e1e110a4c8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 15386,
            "upload_time": "2024-04-02T13:43:00",
            "upload_time_iso_8601": "2024-04-02T13:43:00.253302Z",
            "url": "https://files.pythonhosted.org/packages/4c/2c/b3149290eb999b0aad51004ec872ae5f889a11e4adc4185d026de02018e6/pyhashlookup-1.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-02 13:43:00",
    "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.21326s