Skip to content

Commit

Permalink
Merge branch 'oss_main' into scikit-build-core-itegration
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Oct 26, 2024
2 parents 2e9fe51 + 6b3733e commit 5c76ab3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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].
Expand Down Expand Up @@ -329,3 +334,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

0 comments on commit 5c76ab3

Please sign in to comment.