pymispgalaxies


Namepymispgalaxies JSON
Version 0.3 PyPI version JSON
download
home_pagehttps://github.com/MISP/PyMISPGalaxies
SummaryPython API for the MISP Galaxies.
upload_time2023-04-25 19:02:19
maintainer
docs_urlNone
authorRaphaël Vinot
requires_python>=3.8.1,<4.0.0
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": "",
    "docs_url": null,
    "requires_python": ">=3.8.1,<4.0.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Rapha\u00ebl Vinot",
    "author_email": "raphael.vinot@circl.lu",
    "download_url": "https://files.pythonhosted.org/packages/06/1d/dba10e5b99ced82ae5450e5ae9495727566b80b40d0b30c6b22521d42719/pymispgalaxies-0.3.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",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Python API for the MISP Galaxies.",
    "version": "0.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb7606ffb385fe358187743b286ea54018487455d65a240d72e013333199b1a9",
                "md5": "8368ada6fa962d5f8ff0d5697cd75460",
                "sha256": "ab339b3c5ec4f8442b0268f74fa53e1e5f836e0cd02cd66a317f76ec6b3cc0f2"
            },
            "downloads": -1,
            "filename": "pymispgalaxies-0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8368ada6fa962d5f8ff0d5697cd75460",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<4.0.0",
            "size": 4884818,
            "upload_time": "2023-04-25T19:01:54",
            "upload_time_iso_8601": "2023-04-25T19:01:54.678805Z",
            "url": "https://files.pythonhosted.org/packages/bb/76/06ffb385fe358187743b286ea54018487455d65a240d72e013333199b1a9/pymispgalaxies-0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "061ddba10e5b99ced82ae5450e5ae9495727566b80b40d0b30c6b22521d42719",
                "md5": "1b66b78f35bb0a901e47ecdf28a2c8f7",
                "sha256": "a0113adc07f29f1bb6aaf6d10cf636fce6311897ea1adb634c53a9db8b3c492d"
            },
            "downloads": -1,
            "filename": "pymispgalaxies-0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1b66b78f35bb0a901e47ecdf28a2c8f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<4.0.0",
            "size": 4773997,
            "upload_time": "2023-04-25T19:02:19",
            "upload_time_iso_8601": "2023-04-25T19:02:19.719239Z",
            "url": "https://files.pythonhosted.org/packages/06/1d/dba10e5b99ced82ae5450e5ae9495727566b80b40d0b30c6b22521d42719/pymispgalaxies-0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-25 19:02:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "MISP",
    "github_project": "PyMISPGalaxies",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pymispgalaxies"
}
        
Elapsed time: 0.05757s