From 654716b1c4076cca08e13521b82a8eb2aa6cf983 Mon Sep 17 00:00:00 2001 From: turall Date: Mon, 7 Oct 2024 10:10:12 +0400 Subject: [PATCH] update readme file --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7ab657e..97b4154 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # OpaClient - Open Policy Agent Python Client +[![MIT licensed](https://img.shields.io/github/license/Turall/OPA-python-client)](https://raw.githubusercontent.com/Turall/OPA-python-client/master/LICENSE) +[![GitHub stars](https://img.shields.io/github/stars/Turall/OPA-python-client.svg)](https://github.com/Turall/OPA-python-client/stargazers) +[![GitHub forks](https://img.shields.io/github/forks/Turall/OPA-python-client.svg)](https://github.com/Turall/OPA-python-client/network) +[![GitHub issues](https://img.shields.io/github/issues-raw/Turall/OPA-python-client)](https://github.com/Turall/OPA-python-client/issues) +[![Downloads](https://pepy.tech/badge/opa-python-client)](https://pepy.tech/project/opa-python-client) OpaClient is a Python client library designed to interact with the [Open Policy Agent (OPA)](https://www.openpolicyagent.org/). It supports both **synchronous** and **asynchronous** requests, making it easy to manage policies, data, and evaluate rules in OPA servers.