mupay-sdk is a compatibility bridge; new code must install mupag-sdk
This temporary package preserves documented mupay_sdk imports while applications migrate to
the official MuPag Python SDK. It delegates all HTTP behavior, validation, retry policy, models,
errors, and webhook verification to the pinned mupag-sdk dependency.
Installation
Existing applications can install the bridge during migration:
pip install mupay-sdk==0.2.0
New applications must install and import the canonical package instead:
pip install mupag-sdk==0.2.0
from mupag_sdk import MuPagClient
client = MuPagClient(api_key="sk_test_...", environment="test")
Legacy Gateway and AsyncGateway infer environment="test" from sk_test_ and
environment="prd" from sk_prd_. Any other prefix is rejected. Omitting base_url selects the
canonical MuPag host; an explicitly supplied safe override is validated by mupag-sdk.
Importing mupay_sdk emits a DeprecationWarning. Replace mupay_sdk imports with mupag_sdk as
soon as possible.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mupay_sdk-0.2.0.tar.gz.
File metadata
- Download URL: mupay_sdk-0.2.0.tar.gz
- Upload date:
- Size: 19.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48f14facb05e362c69e77b4191decf7b5a95107868054d38e8a89b9a36df8b88
|
|
| MD5 |
e4bc78c8ed8faad5613a6484ad4c5b8e
|
|
| BLAKE2b-256 |
70fc8f4813d3abcd77068e783e71b2005d8ebd0890647b0c1d7e477184a612c7
|
File details
Details for the file mupay_sdk-0.2.0-py3-none-any.whl.
File metadata
- Download URL: mupay_sdk-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6984c3c23a58af5ac541094baa69a3e31fabc1f0144a2c120b806c5bd2b933d
|
|
| MD5 |
9574021ab77562a8457651204e29d734
|
|
| BLAKE2b-256 |
1096770d7711be5ea87dbe74defca909d76ea2be4d4bcd7c77962a185cc06a21
|