Skip to content

Commit baed3c1

Browse files
cigraingerclaude
andcommitted
Add PyPI, CI, Python version, license badges to README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4312958 commit baed3c1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# simdxml
22

3+
[![PyPI](https://img.shields.io/pypi/v/simdxml)](https://pypi.org/project/simdxml/)
4+
[![CI](https://github.com/simdxml/simdxml-python/actions/workflows/ci.yml/badge.svg)](https://github.com/simdxml/simdxml-python/actions/workflows/ci.yml)
5+
[![Python](https://img.shields.io/pypi/pyversions/simdxml)](https://pypi.org/project/simdxml/)
6+
[![License](https://img.shields.io/pypi/l/simdxml)](https://github.com/simdxml/simdxml-python/blob/main/LICENSE)
7+
38
SIMD-accelerated XML parser with full XPath 1.0 support for Python.
49

510
`simdxml` parses XML into flat arrays instead of a DOM tree, then evaluates

0 commit comments

Comments
 (0)