diff --git a/README.md b/README.md index cb6bd8e..91f8a06 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # clp-ffi-py +[![PyPI platforms][badge_pypi]][16] +[![Build status][badge_build_status]][clp_ffi_py_gh_actions] +[![Downloads][badge_total_downloads]][pepy/clp_ffi_py] +[![Downloads][badge_monthly_downloads]][pepy/clp_ffi_py] + This module provides Python packages to interface with [CLP Core Features][1] through CLP's FFI (foreign function interface). At present, this library supplies built-in functions for serializing/deserializing log messages using [CLP][2]. @@ -332,3 +337,10 @@ other package management tools such as `apt-get`: [17]: https://github.com/RaRe-Technologies/smart_open [18]: https://taskfile.dev/installation/ [19]: https://docs.yscope.com/clp-ffi-py/main/api/clp_ffi_py.html + +[badge_build_status]: https://github.com/y-scope/clp-ffi-py/workflows/Build/badge.svg +[badge_monthly_downloads]: https://static.pepy.tech/badge/clp-ffi-py/month +[badge_pypi]: https://badge.fury.io/py/clp-ffi-py.svg +[badge_total_downloads]: https://static.pepy.tech/badge/clp-ffi-py +[clp_ffi_py_gh_actions]: https://github.com/y-scope/clp-ffi-py/actions +[pepy/clp_ffi_py]: https://pepy.tech/project/clp-ffi-py