Source: python-paypal
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Sophie Brun <sophie@freexian.com>,
 Raphaël Hertzog <hertzog@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all (>= 2.6.6-3~),
 python-setuptools,
 python3-all,
 python3-setuptools
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/paypal
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-paypal.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-paypal.git

Package: python-paypal
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: PayPal API implementation (Python 2)
 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 2.

Package: python3-paypal
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: 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.
