Metadata-Version: 2.4
Name: pymispgalaxies
Version: 1.1.0
Summary: Python API for the MISP Galaxies.
License-Expression: BSD-3-Clause
License-File: LICENSE
Author: Raphaël Vinot
Author-email: raphael.vinot@circl.lu
Requires-Python: >=3.10
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet
Classifier: Topic :: Security
Requires-Dist: jsonschema (>4.24.0)
Project-URL: Repository, https://github.com/MISP/PyMISPGalaxies
Project-URL: issues, https://github.com/MISP/PyMISPGalaxies/issues
Description-Content-Type: text/markdown

# 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.


