python-paypal 1.2.5-3 source package in Ubuntu
Changelog
python-paypal (1.2.5-3) unstable; urgency=medium * Team upload. * Use debhelper-compat instead of debian/compat. * Drop Python 2 support. -- Ondřej Nový <email address hidden> Wed, 31 Jul 2019 14:34:50 +0200
Upload details
- Uploaded by:
- Debian Python Modules Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc | |
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-paypal_1.2.5-3.dsc | 2.1 KiB | c6b24cc4c3729a4b2a30bfea04ef175dbeb6f810a0437559bc4b1023111c42f2 |
python-paypal_1.2.5.orig.tar.gz | 24.6 KiB | 19d7c9ce631d9950567da642193c9a9fbad053569cb0e907205e2b93fd1b6e10 |
python-paypal_1.2.5-3.debian.tar.xz | 2.4 KiB | 553d34e75c5170c443e775e2e457142d992e03ef631d670f2c54702b3d099640 |
Available diffs
- diff from 1.2.5-2 to 1.2.5-3 (1.2 KiB)
No changes file available.
Binary packages built by this source
- python3-paypal: 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.