Skip to content

Commit af1c663

Browse files
iglocskaclaude
andcommitted
chg: [docs] Add PyMISP parity badges to README
Static badges showing API method parity (99.5%) and test parity (78.8%) against PyMISP. Update by running scripts/check_pymisp_parity.py. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b54fbe5 commit af1c663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
[![CI](https://github.com/iglocska/RustMISP/actions/workflows/ci.yml/badge.svg)](https://github.com/iglocska/RustMISP/actions/workflows/ci.yml)
44
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
55
[![Rust](https://img.shields.io/badge/rust-1.85%2B-orange.svg)](https://www.rust-lang.org/)
6+
[![PyMISP API parity](https://img.shields.io/badge/PyMISP_API_parity-99.5%25-brightgreen.svg)](scripts/check_pymisp_parity.py)
7+
[![PyMISP test parity](https://img.shields.io/badge/PyMISP_test_parity-78.8%25-yellow.svg)](scripts/check_pymisp_parity.py)
68

79
A Rust client library for the [MISP](https://www.misp-project.org/) REST API, providing feature parity with [PyMISP](https://github.com/MISP/PyMISP).
810

0 commit comments

Comments
 (0)