From 08de7e16eb4e0c05c7db07800d713e6dec42b195 Mon Sep 17 00:00:00 2001 From: Kresimir Buric Date: Tue, 7 Jan 2025 15:57:48 +0100 Subject: [PATCH 1/2] Update README.md Add RL Secure Software status badge. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa90a4d..8fb18d6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![ReversingLabs](https://raw.githubusercontent.com/reversinglabs/reversinglabs-sdk-py3/master/logo.png) -# ReversingLabs SDK +# ReversingLabs SDK · [![RL Status Badge](https://secure.software/pypi/badge/reversinglabs-sdk-py3)](https://secure.software/pypi/badge/reversinglabs-sdk-py3) The official Python SDK for using ReversingLabs services. @@ -1134,4 +1134,4 @@ except Exception as e: else: raise ``` -Same approach can also be used for A1000 and TitaniumScale. \ No newline at end of file +Same approach can also be used for A1000 and TitaniumScale. From 314b46a50d736064f46abfee2488c178d1d7e1bf Mon Sep 17 00:00:00 2001 From: Kresimir Buric Date: Wed, 8 Jan 2025 10:19:08 +0100 Subject: [PATCH 2/2] Update README.md Update badge link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fb18d6..ef7fe1c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![ReversingLabs](https://raw.githubusercontent.com/reversinglabs/reversinglabs-sdk-py3/master/logo.png) -# ReversingLabs SDK · [![RL Status Badge](https://secure.software/pypi/badge/reversinglabs-sdk-py3)](https://secure.software/pypi/badge/reversinglabs-sdk-py3) +# ReversingLabs SDK · [![RL Status Badge](https://secure.software/pypi/badge/reversinglabs-sdk-py3)](https://secure.software/pypi/packages/reversinglabs-sdk-py3) The official Python SDK for using ReversingLabs services.