Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 870 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 870 Bytes

sumup-py

pypi CI Status

IMPORTANT: This SDK is under heavy development and subject to breaking changes.

The Python SDK for the SumUp API.

Installation

Install the latest version of the SumUp SDK:

pip install sumup
# or
uv add sumup

Usage

from sumup import Sumup

client = Sumup(api_key="sup_sk_MvxmLOl0...")

merchant = client.merchant.get()
print(merchant)

Version support policy

sumup-py maintains compatibility with Python versions that are no pass their End of life support, see Status of Python versions.