软件包: python3-paypal (1.2.5-3)
python3-paypal 的相关链接
Trisquel 的资源:
下载源码包 python-paypal:
维护者:
Original Maintainers:
- Debian Python Modules Team (Mail Archive)
- Sophie Brun
- Raphaël Hertzog
外部的资源:
- 主页 [pypi.python.org]
相似软件包:
PayPal API implementation (Python 3)
This package implements Paypal's Website Payments Pro NVP API in Python. This currently includes Direct Payments (Credit card payments without a PayPal Account) and PayPal Express Checkout (Payment via a PayPal account).
python-paypal does no real validation, doesn't hold hands, and is generally only going to handle authentication, http-level stuff, and serializing a list of keyword arguments passed to the API methods. You'll need to read the official PayPal documentation for what key/values to pass: https://developer.paypal.com/docs/classic/
This package installs the library for Python 3.
其他与 python3-paypal 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings