cpematcher-ng


Namecpematcher-ng JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/onekey-sec/cpematcher-ng
SummaryMatch and compare CPEs.
upload_time2024-12-10 11:57:46
maintainerNone
docs_urlNone
authorONEKEY
requires_python<4.0.0,>=3.8.0
licenseMIT
keywords security cpe cve
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cpematcher

Match and compare CPEs.

## Installation / Usage

To install use pip:

    $ pip install cpematcher-ng

# Origin

The project was forked from [cpematcher](https://github.com/alertot/cpematcher). Kudos to the original author!

# Development

We use [devenv](https://devenv.sh) and [direnv]() for development.
You can setup virtualenvs for all supported Python versions:

```shell
$ just install-versions
```

And run all checks and tests after that:

```shell
$ just check test-all
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/onekey-sec/cpematcher-ng",
    "name": "cpematcher-ng",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.8.0",
    "maintainer_email": null,
    "keywords": "security, cpe, cve",
    "author": "ONEKEY",
    "author_email": "support@onekey.com",
    "download_url": "https://files.pythonhosted.org/packages/0b/d6/c8955f3c7c6218e6166549bb9ea3e66607c299ad78dfc235d74bc8550b2f/cpematcher_ng-1.1.0.tar.gz",
    "platform": null,
    "description": "# cpematcher\n\nMatch and compare CPEs.\n\n## Installation / Usage\n\nTo install use pip:\n\n    $ pip install cpematcher-ng\n\n# Origin\n\nThe project was forked from [cpematcher](https://github.com/alertot/cpematcher). Kudos to the original author!\n\n# Development\n\nWe use [devenv](https://devenv.sh) and [direnv]() for development.\nYou can setup virtualenvs for all supported Python versions:\n\n```shell\n$ just install-versions\n```\n\nAnd run all checks and tests after that:\n\n```shell\n$ just check test-all\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Match and compare CPEs.",
    "version": "1.1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/onekey-sec/cpematcher-ng/issues",
        "GitHub": "https://github.com/onekey-sec/cpematcher-ng",
        "Homepage": "https://github.com/onekey-sec/cpematcher-ng"
    },
    "split_keywords": [
        "security",
        " cpe",
        " cve"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28dd6bbf9762b809a1d62367fa56df76c04623b6c55a3cac6f0d973b8fb32b24",
                "md5": "15f37f163222cb1db5512c53244c204b",
                "sha256": "be509bee82cd1e3995ac6e6738dc0ce4a74f9c00312bff731812267b3ba29cd4"
            },
            "downloads": -1,
            "filename": "cpematcher_ng-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "15f37f163222cb1db5512c53244c204b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.8.0",
            "size": 5098,
            "upload_time": "2024-12-10T11:57:44",
            "upload_time_iso_8601": "2024-12-10T11:57:44.017859Z",
            "url": "https://files.pythonhosted.org/packages/28/dd/6bbf9762b809a1d62367fa56df76c04623b6c55a3cac6f0d973b8fb32b24/cpematcher_ng-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0bd6c8955f3c7c6218e6166549bb9ea3e66607c299ad78dfc235d74bc8550b2f",
                "md5": "2f2856b2f7651aa93df41739560b42c7",
                "sha256": "49215396bdf8290d50845e353c0f27eabf63d91634d65b8f32e38cf3805bba5a"
            },
            "downloads": -1,
            "filename": "cpematcher_ng-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2f2856b2f7651aa93df41739560b42c7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.8.0",
            "size": 4475,
            "upload_time": "2024-12-10T11:57:46",
            "upload_time_iso_8601": "2024-12-10T11:57:46.673407Z",
            "url": "https://files.pythonhosted.org/packages/0b/d6/c8955f3c7c6218e6166549bb9ea3e66607c299ad78dfc235d74bc8550b2f/cpematcher_ng-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-10 11:57:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "onekey-sec",
    "github_project": "cpematcher-ng",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cpematcher-ng"
}
        
Elapsed time: 0.49006s