Go to file
dependabot[bot] 0fde928a0a
build(deps-dev): bump coverage from 7.5.4 to 7.6.1
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.4 to 7.6.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.5.4...7.6.1)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 01:51:17 +00:00
.github chg: [Cluster] add(cv: ClusterValue) 2024-06-18 10:36:15 +02:00
docs fix: [doc] use cluster.get() instead 2024-06-18 09:37:23 +02:00
pymispgalaxies fix: fix some sorting of Cluster, ClusterValue, ClusterValueMeta 2024-06-25 14:51:45 +02:00
tests fix: fix some sorting of Cluster, ClusterValue, ClusterValueMeta 2024-06-25 14:51:45 +02:00
.gitattributes Create .gitattributes 2023-04-21 16:18:28 +02:00
.gitignore Initial commit 2017-07-25 18:09:07 +02:00
.gitmodules Initial commit 2017-07-25 18:09:07 +02:00
.travis.yml fix: travis, again 2020-02-17 22:06:56 +01:00
LICENSE All License 2018-02-16 10:44:56 +01:00
README.md Initial commit 2017-07-25 18:09:07 +02:00
mypy.ini fix: Update mypy file 2024-04-16 17:18:15 +02:00
poetry.lock build(deps-dev): bump coverage from 7.5.4 to 7.6.1 2024-08-05 01:51:17 +00:00
pyproject.toml build(deps-dev): bump coverage from 7.5.4 to 7.6.1 2024-08-05 01:51:17 +00:00
setup.py fix: Make MyPy happy 2020-02-19 10:11:31 +01:00

README.md

PyMISPGalaxies

Build Status codecov.io

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.