pyvulnerabilitylookup


Namepyvulnerabilitylookup JSON
Version 2.2.0 PyPI version JSON
download
home_pageNone
SummaryPython CLI and module for Vulnerability Lookup
upload_time2024-12-09 14:35:07
maintainerNone
docs_urlNone
authorRaphaël Vinot
requires_python<4.0,>=3.10
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python client and module for Vulnerability Lookup

## Installation

```bash
pip install pyvulnerabilitylookup
```

## Usage

### Command line

You can use the `vulnerability_lookup` command:

```bash
$ vulnerability_lookup -h
usage: vulnerability_lookup [-h] --url URL (--redis_up | --vulnerability VULNERABILITY)

Query a thing.

options:
  -h, --help            show this help message and exit
  --url URL             URL of the instance.
  --redis_up            Check if redis is up.
  --vulnerability VULNERABILITY
                        Get a vulnerability.
```

### Library

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


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyvulnerabilitylookup",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Rapha\u00ebl Vinot",
    "author_email": "raphael.vinot@circl.lu",
    "download_url": "https://files.pythonhosted.org/packages/a8/e1/3b13d87959a1f3c9f2c0a5cd58236f068c995241cd8f498ce3fd8d9d99d9/pyvulnerabilitylookup-2.2.0.tar.gz",
    "platform": null,
    "description": "# Python client and module for Vulnerability Lookup\n\n## Installation\n\n```bash\npip install pyvulnerabilitylookup\n```\n\n## Usage\n\n### Command line\n\nYou can use the `vulnerability_lookup` command:\n\n```bash\n$ vulnerability_lookup -h\nusage: vulnerability_lookup [-h] --url URL (--redis_up | --vulnerability VULNERABILITY)\n\nQuery a thing.\n\noptions:\n  -h, --help            show this help message and exit\n  --url URL             URL of the instance.\n  --redis_up            Check if redis is up.\n  --vulnerability VULNERABILITY\n                        Get a vulnerability.\n```\n\n### Library\n\nSee [API Reference](https://pyvulnerabilitylookup.readthedocs.io/en/latest/api_reference.html)\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Python CLI and module for Vulnerability Lookup",
    "version": "2.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad701f30de99c1ab55ee675d723a7a573f6224067ee3bd0346fd186bfcd1b96e",
                "md5": "7bab4408f0ee955e6a0e2c45847a0b1f",
                "sha256": "27acef0e4fb1fad301c1a4c403de0fe6f06dcd2d12234eb2f63d2f737a7475a7"
            },
            "downloads": -1,
            "filename": "pyvulnerabilitylookup-2.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7bab4408f0ee955e6a0e2c45847a0b1f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 7277,
            "upload_time": "2024-12-09T14:35:04",
            "upload_time_iso_8601": "2024-12-09T14:35:04.581477Z",
            "url": "https://files.pythonhosted.org/packages/ad/70/1f30de99c1ab55ee675d723a7a573f6224067ee3bd0346fd186bfcd1b96e/pyvulnerabilitylookup-2.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8e13b13d87959a1f3c9f2c0a5cd58236f068c995241cd8f498ce3fd8d9d99d9",
                "md5": "1b2e983a533f70500e6d366690bfb3a3",
                "sha256": "cdf56157cf9df013e2131ed3c03029e9e9be9211d4cf4097b2999448b6d6fec3"
            },
            "downloads": -1,
            "filename": "pyvulnerabilitylookup-2.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1b2e983a533f70500e6d366690bfb3a3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 6074,
            "upload_time": "2024-12-09T14:35:07",
            "upload_time_iso_8601": "2024-12-09T14:35:07.462782Z",
            "url": "https://files.pythonhosted.org/packages/a8/e1/3b13d87959a1f3c9f2c0a5cd58236f068c995241cd8f498ce3fd8d9d99d9/pyvulnerabilitylookup-2.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-09 14:35:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyvulnerabilitylookup"
}
        
Elapsed time: 0.35680s