pymispwarninglists


Namepymispwarninglists JSON
Version 1.6 PyPI version JSON
download
home_pagehttps://github.com/MISP/PyMISPWarningLists/
SummaryPython API for the MISP warning lists.
upload_time2024-09-18 09:43:43
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.
            # 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": 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/5c/81/3c1f913eed21eb72ac53ea95d0003b90fdbcbc925b44fd6f209a6830f1c7/pymispwarninglists-1.6.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\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Python API for the MISP warning lists.",
    "version": "1.6",
    "project_urls": {
        "Homepage": "https://github.com/MISP/PyMISPWarningLists/",
        "Repository": "https://github.com/MISP/PyMISPWarningLists/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48251b9f438f1829d5dc6c2920d9be91739f74b7a26b526640b8dec8b2de85c3",
                "md5": "651ba4859e6b1178565ac101920f4860",
                "sha256": "c408e623f3e47301fb0a50a0c1741c6623e5613bd7541bb0e0ece2cf454ef94a"
            },
            "downloads": -1,
            "filename": "pymispwarninglists-1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "651ba4859e6b1178565ac101920f4860",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 19368872,
            "upload_time": "2024-09-18T09:43:40",
            "upload_time_iso_8601": "2024-09-18T09:43:40.364575Z",
            "url": "https://files.pythonhosted.org/packages/48/25/1b9f438f1829d5dc6c2920d9be91739f74b7a26b526640b8dec8b2de85c3/pymispwarninglists-1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c813c1f913eed21eb72ac53ea95d0003b90fdbcbc925b44fd6f209a6830f1c7",
                "md5": "7f8f82b808bdc60d81c8156beeafc5d7",
                "sha256": "bb9d3abb313eb7efa8ba2473afb5488813617d844eb5af388fdd4ccaff95f675"
            },
            "downloads": -1,
            "filename": "pymispwarninglists-1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "7f8f82b808bdc60d81c8156beeafc5d7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 19128538,
            "upload_time": "2024-09-18T09:43:43",
            "upload_time_iso_8601": "2024-09-18T09:43:43.332211Z",
            "url": "https://files.pythonhosted.org/packages/5c/81/3c1f913eed21eb72ac53ea95d0003b90fdbcbc925b44fd6f209a6830f1c7/pymispwarninglists-1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-18 09:43:43",
    "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.28825s