Skip to content

app-generator/python-stripe-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecomm-wrapper-stripe

Install package and run project

Create virtual envirnoment

virtualenv --python=python3 venv 

activate virtual envirnoment

source venv/bin/activate (linux/mac) 

install stripe-wraper and other required packages

pip install getstripeproducts-0.0.1-py3-none-any.whl pip install python-dotenv 

create .env file and add STRIPE_API_KEY variable init.

.env

STRIPE_API_KEY=stripeapikey 

run script testproduct.py

python testproduct.py 

About

Python Wrapper for Stripe API - Open-Source Library | AppSeed

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages