python-paypal 1.2.5-4 source package in Ubuntu
Changelog
python-paypal (1.2.5-4) unstable; urgency=medium [ Ondřej Nový ] * d/control: Update Maintainer field with new Debian Python Team contact address. * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. [ Debian Janitor ] * Bump debhelper from old 12 to 13. [ Neil Williams ] * Fix lintian missing-build-dependency-for-dh-addon error * Bump standards version -- Sandro Tosi <email address hidden> Fri, 03 Jun 2022 23:15:32 -0400
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-paypal_1.2.5-4.dsc | 2.0 KiB | 2e044c83903293172d27ae9ea903a910896fe25a9d6616031b420b741f6e3fe6 |
python-paypal_1.2.5.orig.tar.gz | 24.6 KiB | 19d7c9ce631d9950567da642193c9a9fbad053569cb0e907205e2b93fd1b6e10 |
python-paypal_1.2.5-4.debian.tar.xz | 2.8 KiB | b4db00ac688f011ad69acfcacb17b28fdb20e1ca589ef91673d6d4ac8796ece5 |
Available diffs
- diff from 1.2.5-3 to 1.2.5-4 (1.0 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.