From e04b822779c1ae150c1c7d0d92590494dd342003 Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Tue, 22 Apr 2025 17:39:04 +0200 Subject: [PATCH 1/7] PTHMINT-62: Add badges to the README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7eb64c2..f784783 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,13 @@

# MultiSafepay Python SDK +[![PyPI version](https://img.shields.io/pypi/v/multisafepay?style=for-the-badge)](https://pypi.org/project/multisafepay/) +[![Python versions](https://img.shields.io/pypi/pyversions/multisafepay?style=for-the-badge)](https://pypi.org/project/multisafepay/) +[![License](https://img.shields.io/github/license/multisafepay/python-sdk?style=for-the-badge)](https://github.com/MultiSafepay/python-sdk/blob/master/LICENSE) +[![Code Quality](https://img.shields.io/github/actions/workflow/status/multisafepay/python-sdk/code-quality.yaml?style=for-the-badge)](https://github.com/MultiSafepay/python-sdk/actions/workflows/code-quality.yaml) +[![Codecov](https://img.shields.io/codecov/c/github/multisafepay/python-sdk?style=for-the-badge)](https://app.codecov.io/gh/MultiSafepay/python-sdk) +[![Downloads](https://static.pepy.tech/badge/multisafepay?style=for-the-badge)](https://pepy.tech/project/multisafepay) + ## About MultiSafepay From 6f9e9741948f731993e8053f6253b21c9fbc34b2 Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Tue, 22 Apr 2025 17:41:23 +0200 Subject: [PATCH 2/7] PTHMINT-62: Add badges to the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f784783..9aa3dbf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![License](https://img.shields.io/github/license/multisafepay/python-sdk?style=for-the-badge)](https://github.com/MultiSafepay/python-sdk/blob/master/LICENSE) [![Code Quality](https://img.shields.io/github/actions/workflow/status/multisafepay/python-sdk/code-quality.yaml?style=for-the-badge)](https://github.com/MultiSafepay/python-sdk/actions/workflows/code-quality.yaml) [![Codecov](https://img.shields.io/codecov/c/github/multisafepay/python-sdk?style=for-the-badge)](https://app.codecov.io/gh/MultiSafepay/python-sdk) -[![Downloads](https://static.pepy.tech/badge/multisafepay?style=for-the-badge)](https://pepy.tech/project/multisafepay) +[![Downloads](https://img.shields.io/badge/dynamic/json?color=brightgreen&label=downloads&query=total_downloads&url=https%3A%2F%2Fpepy.tech%2Fapi%2Fprojects%2Fmultisafepay&style=for-the-badge)](https://pepy.tech/project/multisafepay) ## About MultiSafepay From c378de1d33b4e07b95885280b6b999cedb69b229 Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Tue, 22 Apr 2025 17:43:51 +0200 Subject: [PATCH 3/7] PTHMINT-62: Add badges to the README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9aa3dbf..89bcb17 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,11 @@

# MultiSafepay Python SDK -[![PyPI version](https://img.shields.io/pypi/v/multisafepay?style=for-the-badge)](https://pypi.org/project/multisafepay/) -[![Python versions](https://img.shields.io/pypi/pyversions/multisafepay?style=for-the-badge)](https://pypi.org/project/multisafepay/) [![License](https://img.shields.io/github/license/multisafepay/python-sdk?style=for-the-badge)](https://github.com/MultiSafepay/python-sdk/blob/master/LICENSE) [![Code Quality](https://img.shields.io/github/actions/workflow/status/multisafepay/python-sdk/code-quality.yaml?style=for-the-badge)](https://github.com/MultiSafepay/python-sdk/actions/workflows/code-quality.yaml) [![Codecov](https://img.shields.io/codecov/c/github/multisafepay/python-sdk?style=for-the-badge)](https://app.codecov.io/gh/MultiSafepay/python-sdk) -[![Downloads](https://img.shields.io/badge/dynamic/json?color=brightgreen&label=downloads&query=total_downloads&url=https%3A%2F%2Fpepy.tech%2Fapi%2Fprojects%2Fmultisafepay&style=for-the-badge)](https://pepy.tech/project/multisafepay) +[![PyPI version](https://img.shields.io/pypi/v/multisafepay?style=for-the-badge)](https://pypi.org/project/multisafepay/) +[![Python versions](https://img.shields.io/pypi/pyversions/multisafepay?style=for-the-badge)](https://pypi.org/project/multisafepay/) ## About MultiSafepay From 0f075ac105267b69379381587ad5fe513400156f Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Tue, 22 Apr 2025 17:45:37 +0200 Subject: [PATCH 4/7] PTHMINT-62: Add badges to the README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89bcb17..fa5beb4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ [![PyPI version](https://img.shields.io/pypi/v/multisafepay?style=for-the-badge)](https://pypi.org/project/multisafepay/) [![Python versions](https://img.shields.io/pypi/pyversions/multisafepay?style=for-the-badge)](https://pypi.org/project/multisafepay/) +Easily integrate MultiSafepay's payment solutions into your Python applications with this official API client. +This SDK provides convenient access to the MultiSafepay REST API, supports all core payment features, and is designed for seamless integration into any Python-based backend. ## About MultiSafepay From 5f617db8da27b46505dc051db48c193fb2dae688 Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Tue, 22 Apr 2025 17:46:48 +0200 Subject: [PATCH 5/7] PTHMINT-62: Add badges to the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa5beb4..69a5f38 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@

# MultiSafepay Python SDK -[![License](https://img.shields.io/github/license/multisafepay/python-sdk?style=for-the-badge)](https://github.com/MultiSafepay/python-sdk/blob/master/LICENSE) [![Code Quality](https://img.shields.io/github/actions/workflow/status/multisafepay/python-sdk/code-quality.yaml?style=for-the-badge)](https://github.com/MultiSafepay/python-sdk/actions/workflows/code-quality.yaml) [![Codecov](https://img.shields.io/codecov/c/github/multisafepay/python-sdk?style=for-the-badge)](https://app.codecov.io/gh/MultiSafepay/python-sdk) +[![License](https://img.shields.io/github/license/multisafepay/python-sdk?style=for-the-badge)](https://github.com/MultiSafepay/python-sdk/blob/master/LICENSE) [![PyPI version](https://img.shields.io/pypi/v/multisafepay?style=for-the-badge)](https://pypi.org/project/multisafepay/) [![Python versions](https://img.shields.io/pypi/pyversions/multisafepay?style=for-the-badge)](https://pypi.org/project/multisafepay/) From 480862d81beaf1b051a23e2c9844b155268257ab Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Tue, 22 Apr 2025 17:49:51 +0200 Subject: [PATCH 6/7] PTHMINT-62: Add badges to the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69a5f38..40380d5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Code Quality](https://img.shields.io/github/actions/workflow/status/multisafepay/python-sdk/code-quality.yaml?style=for-the-badge)](https://github.com/MultiSafepay/python-sdk/actions/workflows/code-quality.yaml) [![Codecov](https://img.shields.io/codecov/c/github/multisafepay/python-sdk?style=for-the-badge)](https://app.codecov.io/gh/MultiSafepay/python-sdk) [![License](https://img.shields.io/github/license/multisafepay/python-sdk?style=for-the-badge)](https://github.com/MultiSafepay/python-sdk/blob/master/LICENSE) -[![PyPI version](https://img.shields.io/pypi/v/multisafepay?style=for-the-badge)](https://pypi.org/project/multisafepay/) +[![Latest stable version](https://img.shields.io/github/v/release/multisafepay/python-sdk?style=for-the-badge)](https://packagist.org/packages/multisafepay/magento2) [![Python versions](https://img.shields.io/pypi/pyversions/multisafepay?style=for-the-badge)](https://pypi.org/project/multisafepay/) Easily integrate MultiSafepay's payment solutions into your Python applications with this official API client. From 3583a491de85d93b333fd065e9947727edc340c3 Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Wed, 23 Apr 2025 09:41:34 +0200 Subject: [PATCH 7/7] PTHMINT-62: Fix README badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40380d5..71c07cc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Code Quality](https://img.shields.io/github/actions/workflow/status/multisafepay/python-sdk/code-quality.yaml?style=for-the-badge)](https://github.com/MultiSafepay/python-sdk/actions/workflows/code-quality.yaml) [![Codecov](https://img.shields.io/codecov/c/github/multisafepay/python-sdk?style=for-the-badge)](https://app.codecov.io/gh/MultiSafepay/python-sdk) [![License](https://img.shields.io/github/license/multisafepay/python-sdk?style=for-the-badge)](https://github.com/MultiSafepay/python-sdk/blob/master/LICENSE) -[![Latest stable version](https://img.shields.io/github/v/release/multisafepay/python-sdk?style=for-the-badge)](https://packagist.org/packages/multisafepay/magento2) +[![Latest stable version](https://img.shields.io/github/v/release/multisafepay/python-sdk?style=for-the-badge)](https://pypi.org/project/multisafepay/) [![Python versions](https://img.shields.io/pypi/pyversions/multisafepay?style=for-the-badge)](https://pypi.org/project/multisafepay/) Easily integrate MultiSafepay's payment solutions into your Python applications with this official API client.