How to Install and Uninstall python3-stripe Package on Kali Linux

Last updated: July 05,2024

1. Install "python3-stripe" package

Please follow the step by step instructions below to install python3-stripe on Kali Linux

$ sudo apt update $ sudo apt install python3-stripe

2. Uninstall "python3-stripe" package

This is a short guide on how to uninstall python3-stripe on Kali Linux:

$ sudo apt remove python3-stripe $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-stripe package on Kali Linux

Package: python3-stripe
Source: python-stripe
Version: 5.0.0-1
Installed-Size: 1143
Maintainer: Debian Tryton Maintainers
Architecture: all
Depends: python3-requests, python3:any
Size: 242220
SHA256: 3b2f18495f07bea7e0fcd33b7e1c6b059b72a0481750cb4e2702a474f061bb9d
SHA1: 7d128be28695e5e0e3bd1fb3bc5a7372d7482262
MD5sum: 562f22515b31d8a086bc1c97857048bd
Description: 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.
Description-md5:
Homepage: https://github.com/stripe/stripe-python
Section: python
Priority: optional
Filename: pool/main/p/python-stripe/python3-stripe_5.0.0-1_all.deb