python-stripe 10.1.0-1 source package in Ubuntu

Changelog

python-stripe (10.1.0-1) unstable; urgency=medium

  * Bump the Standards-Version to 4.6.2, no changes needed.
  * Merging upstream version 10.1.0.
  * Update year of debian copyright.

 -- Mathias Behrle <email address hidden>  Wed, 03 Jul 2024 09:52:14 +0200

Upload details

Uploaded by:
Debian Tryton Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Tryton Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-stripe_10.1.0-1.dsc 2.1 KiB 80b2b2c7519e005efddcca40e7bd9aa61625a82b7895dc0f738b6f9ae56c4ec2
python-stripe_10.1.0.orig.tar.gz 1.2 MiB 241a2cba4fe8412369bfbbfaea9971c350247c4fb6e96ce8884057ebac60f1f9
python-stripe_10.1.0-1.debian.tar.xz 4.7 KiB 3027975d72945e6029c20197ba37e208f53948a21b28a872a294b78f33cb6fb0

Available diffs

No changes file available.

Binary packages built by this source

python3-stripe: Python bindings for the Stripe API

 Official Stripe Bindings for Python
 ===================================
 .
 Stripe (https://stripe.com/) is a an online payment processing and
 credit card processing platform for businesses. Stripe offers a global payment
 system that can accept over 135 currencies.
 .
 The Stripe Python library provides convenient access to the Stripe API from
 applications written in the Python language. It includes a pre-defined set of
 classes for API resources that initialize themselves dynamically from API
 responses which makes it compatible with a wide range of versions of the Stripe
 API.
 .
 Setting up a Stripe Account
 ---------------------------
 .
 Sign up for Stripe at https://dashboard.stripe.com/register.
 .
 Using the Stripe API
 --------------------
 .
 Documentation for the Python bindings can be found alongside
 Stripe's other bindings here:
 .
  - https://stripe.com/docs
  - https://stripe.com/docs/api/?lang=python
 .
 In the standard documentation (the first link), most of the reference pages
 will have examples in Stripe's official bindings (including Python). Just
 click on the Python tab to get the relevant documentation.
 .
 In the full API reference for Python (the second link), the right half of
 the page will provide example requests and responses for various API calls.