pymispwarninglists


Namepymispwarninglists JSON
Version 1.5 PyPI version JSON
download
home_pagehttps://github.com/MISP/PyMISPWarningLists/
SummaryPython API for the MISP warning lists.
upload_time2023-07-11 12:32:08
maintainer
docs_urlNone
authorRaphaël Vinot
requires_python>=3.8,<4.0
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyMISPWarningLists

[![Build Status](https://travis-ci.org/MISP/PyMISPWarningLists.svg?branch=master)](https://travis-ci.org/MISP/PyMISPWarningLists)
[![codecov.io](https://codecov.io/github/MISP/PyMISPWarningLists/coverage.svg?branch=master)](https://codecov.io/github/MISP/PyMISPWarningLists?branch=master)

Pythonic way to work with the warning lists defined there: https://github.com/MISP/misp-warninglists

# Installation

`pip install pymispwarninglists`

# Usage

Warning lists are represented as immutable Python dictionaries.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MISP/PyMISPWarningLists/",
    "name": "pymispwarninglists",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Rapha\u00ebl Vinot",
    "author_email": "raphael.vinot@circl.lu",
    "download_url": "https://files.pythonhosted.org/packages/0a/47/7ebf924985a5df57966f2d285f73f3ac98242e32c518df85b62fa53c972d/pymispwarninglists-1.5.tar.gz",
    "platform": null,
    "description": "# PyMISPWarningLists\n\n[![Build Status](https://travis-ci.org/MISP/PyMISPWarningLists.svg?branch=master)](https://travis-ci.org/MISP/PyMISPWarningLists)\n[![codecov.io](https://codecov.io/github/MISP/PyMISPWarningLists/coverage.svg?branch=master)](https://codecov.io/github/MISP/PyMISPWarningLists?branch=master)\n\nPythonic way to work with the warning lists defined there: https://github.com/MISP/misp-warninglists\n\n# Installation\n\n`pip install pymispwarninglists`\n\n# Usage\n\nWarning lists are represented as immutable Python dictionaries.\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Python API for the MISP warning lists.",
    "version": "1.5",
    "project_urls": {
        "Homepage": "https://github.com/MISP/PyMISPWarningLists/",
        "Repository": "https://github.com/MISP/PyMISPWarningLists/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98b5092905a80bc20c93741f0016b3134553db468c8cd97c8918f954e5d6fc1e",
                "md5": "732482eb4159436e3ceee014f64595da",
                "sha256": "9cb8886f02ccdf2fd9b370a6e5ef04a12fb7d12532447fdda6508f16e0bd9f89"
            },
            "downloads": -1,
            "filename": "pymispwarninglists-1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "732482eb4159436e3ceee014f64595da",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 19038442,
            "upload_time": "2023-07-11T12:31:34",
            "upload_time_iso_8601": "2023-07-11T12:31:34.995652Z",
            "url": "https://files.pythonhosted.org/packages/98/b5/092905a80bc20c93741f0016b3134553db468c8cd97c8918f954e5d6fc1e/pymispwarninglists-1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a477ebf924985a5df57966f2d285f73f3ac98242e32c518df85b62fa53c972d",
                "md5": "a91dc07e3166aa87e7a944db11003f14",
                "sha256": "97ceaf8eb0e2f9bbea8169c8d9197367267c320765b1a5953c45cd2595e5c295"
            },
            "downloads": -1,
            "filename": "pymispwarninglists-1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "a91dc07e3166aa87e7a944db11003f14",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 18801392,
            "upload_time": "2023-07-11T12:32:08",
            "upload_time_iso_8601": "2023-07-11T12:32:08.602203Z",
            "url": "https://files.pythonhosted.org/packages/0a/47/7ebf924985a5df57966f2d285f73f3ac98242e32c518df85b62fa53c972d/pymispwarninglists-1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-11 12:32:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MISP",
    "github_project": "PyMISPWarningLists",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pymispwarninglists"
}
        
Elapsed time: 0.11617s