From 6b3733ed1e3230ae0d81a84b980f93835d7eb932 Mon Sep 17 00:00:00 2001 From: Lin Zhihao <59785146+LinZhihao-723@users.noreply.github.com> Date: Thu, 24 Oct 2024 23:41:59 -0400 Subject: [PATCH] Add badges in README to show status and statistics of the project. (#75) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index cb6bd8e5..91f8a063 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