Simple Wrapper for Stripe API, written in Python
Project description
Simple Python Wrapper for Stripe
This minimal library pulls the products from Stripe in JSON format using STRIPE_API_KEY as input, loaded from environment.
Quick Start
Step 1 - Create
.envusing providedenv.sample
Add .env file in your projects root directory and add the following credentials
STRIPE_API_KEY=<REAL_VALUE_HERE>
Step 1 - Install
dependencies
$ python -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt
Pull the products from Stripe dashboard
$ python run.py
The products are saved in products.json. Available props:
idnamedescriptionimagesprice
Credits & Links
- Free support via Email & Discord
- Stripe Dev Tools - official docs
Python Warpper for Stripe - Free library provided by AppSeed.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-stripe-0.0.1.tar.gz
(4.4 kB
view details)
File details
Details for the file python-stripe-0.0.1.tar.gz.
File metadata
- Download URL: python-stripe-0.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b9accc155cae3b6ae189450c299846ea6402b69717fdf88d493cbcd6d4d0397
|
|
| MD5 |
020dd0aa5177a6fe22daad567d4469f3
|
|
| BLAKE2b-256 |
16f4a91a4fcbf816325f6f52abbf1c0560faa568cde6d7faf75c616dc21287e5
|