pymispgalaxies


Namepymispgalaxies JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/MISP/PyMISPGalaxies
SummaryPython API for the MISP Galaxies.
upload_time2024-11-20 10:36:12
maintainerNone
docs_urlNone
authorRaphaël Vinot
requires_python<4.0,>=3.9
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # PyMISPGalaxies

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

Pythonic way to work with the galaxies defined there: https://github.com/MISP/misp-galaxy

# Usage

Clusters and Galaxies are represented as immutable Python dictionaries.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MISP/PyMISPGalaxies",
    "name": "pymispgalaxies",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Rapha\u00ebl Vinot",
    "author_email": "raphael.vinot@circl.lu",
    "download_url": "https://files.pythonhosted.org/packages/2f/74/8937165cfcfcbf9877063a274ab1d5b89a387dc935ed7dc1b80e753b4c4c/pymispgalaxies-1.0.0.tar.gz",
    "platform": null,
    "description": "# PyMISPGalaxies\n\n[![Build Status](https://travis-ci.org/MISP/PyMISPGalaxies.svg?branch=master)](https://travis-ci.org/MISP/PyMISPGalaxies)\n[![codecov.io](https://codecov.io/github/MISP/PyMISPGalaxies/coverage.svg?branch=master)](https://codecov.io/github/MISP/PyMISPGalaxies?branch=master)\n\nPythonic way to work with the galaxies defined there: https://github.com/MISP/misp-galaxy\n\n# Usage\n\nClusters and Galaxies are represented as immutable Python dictionaries.\n\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Python API for the MISP Galaxies.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/MISP/PyMISPGalaxies",
        "Repository": "https://github.com/MISP/PyMISPGalaxies"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f46323c5b78ec61fc17cfbea1e1da6928d7d918fb34c41783efe79420636f57c",
                "md5": "a05c60e61c9c2211de3a3b083c8f975a",
                "sha256": "d29db5893ce1cd216bdb95a2c14d86c037788e6ef007850de72ad5c7bb0041c9"
            },
            "downloads": -1,
            "filename": "pymispgalaxies-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a05c60e61c9c2211de3a3b083c8f975a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 8966,
            "upload_time": "2024-11-20T10:36:11",
            "upload_time_iso_8601": "2024-11-20T10:36:11.363954Z",
            "url": "https://files.pythonhosted.org/packages/f4/63/23c5b78ec61fc17cfbea1e1da6928d7d918fb34c41783efe79420636f57c/pymispgalaxies-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f748937165cfcfcbf9877063a274ab1d5b89a387dc935ed7dc1b80e753b4c4c",
                "md5": "29041979ccb42bf74e5103ca7276c90e",
                "sha256": "5cf3512b2e1b1a5cbb57be75a1734309518ec49cbabf6a543d487c542bdb63c1"
            },
            "downloads": -1,
            "filename": "pymispgalaxies-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "29041979ccb42bf74e5103ca7276c90e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 8456,
            "upload_time": "2024-11-20T10:36:12",
            "upload_time_iso_8601": "2024-11-20T10:36:12.466448Z",
            "url": "https://files.pythonhosted.org/packages/2f/74/8937165cfcfcbf9877063a274ab1d5b89a387dc935ed7dc1b80e753b4c4c/pymispgalaxies-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-20 10:36:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MISP",
    "github_project": "PyMISPGalaxies",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pymispgalaxies"
}
        
Elapsed time: 0.49473s