1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: python-braintree
Section: python
Priority: optional
Maintainer: Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-nose,
python3-requests,
python3-setuptools
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.4.1
Homepage: https://www.braintreepayments.com/docs/python
Vcs-Browser: https://salsa.debian.org/hle/python-braintree
Vcs-Git: https://salsa.debian.org/hle/python-braintree.git
Package: python3-braintree
Architecture: all
Depends: python3-requests (>= 1.0),
${misc:Depends},
${python3:Depends}
Description: Braintree Python library
The Braintree library provides integration access to the Braintree
Gateway. This module enables a web application to accept payment
through such commercial, full-stack payments platform.
|