Skip to content

Commit caeac85

Browse files
add PyPi badges to readme (#10)
1 parent a81dee2 commit caeac85

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# pycrc32
2+
![PyPI - Version](https://img.shields.io/pypi/v/pycrc32)
3+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pycrc32)
4+
![PyPI - License](https://img.shields.io/pypi/l/pycrc32)
5+
![PyPI - Downloads](https://img.shields.io/pypi/dm/pycrc32)
6+
7+
28
`pycrc32` is a Python module for SIMD-accelerated CRC32 checksum computation.
39
Big thanks to [rust-crc32fast](https://github.com/srijs/rust-crc32fast) - this project just provides Python bindings for their Rust implementation.
410

0 commit comments

Comments
 (0)