Skip to content

Commit

Permalink
Integrate python binding section into updated document flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-nick committed Dec 6, 2024
1 parent 4e5edc4 commit 636b89d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
Perfect for applications needing time-point based caching.
-**Configurable Matching Policies**
Define individual policies for value retrieval.
- 🐍 **Python Bindings**
Seamlessly use the library in Python with pybind11 bindings.
- 🧪 **Tested and Reliable**
Includes unit tests to ensure robustness in real-world applications.
- 📦 **Header-Only**
Expand Down Expand Up @@ -102,7 +104,8 @@ or by specifying one comparison policy and threshold (100ms for example), and re

</details>

## Python bindings
<details>
<summary>Using the Python bindings</summary>

The library can be used in Python via pybind11 bindings.
Since `util_caching` is a templated C++ library,
Expand All @@ -124,6 +127,8 @@ cache.cache(1.0, 2.0)
```
We re-implemented all of the C++ unit tests in Python, so take a closer look at those for more advanced usage examples.

</details>


## Installation

Expand Down

0 comments on commit 636b89d

Please sign in to comment.