File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.0.5] 2022-10-18
4+ ### Improvements
5+
6+ - Rename Public Repo
7+
38## [ 0.0.4] 2022-10-18
49### Improvements
510
Original file line number Diff line number Diff line change 1- # Simple Python Wrapper for Stripe
1+ # [ Python Library for Stripe API ] ( https://github.com/app-generator/ecomm-wrapper-stripe )
22
33Simple ** Python** library that pulls the products from ** Stripe** dashboard in ` JSON format ` using only ** STRIPE_API_KEY** as input.
44
@@ -76,8 +76,8 @@ All products associated with the account are pulled in `products.json`. Here is
7676> ** Step 1** - Clone the sources from [ public repository] ( https://github.com/app-generator/ecomm-wrapper-stripe )
7777
7878``` bash
79- $ git clone https://github.com/app-generator/ecomm-wrapper- stripe.git
80- $ cd ecomm-wrapper- stripe
79+ $ git clone https://github.com/app-generator/python- stripe-wrapper .git
80+ $ cd python- stripe-wrapper
8181```
8282
8383<br />
@@ -126,4 +126,4 @@ The products are saved in `products.json` (current working directory). Available
126126<br />
127127
128128---
129- ** Simple Python Wrapper for Stripe** - Free library provided by [ AppSeed] ( https://appseed.us ) .
129+ [ Python Library for Stripe API ] ( https://github.com/app-generator/ecomm-wrapper-stripe ) - Free library provided by [ AppSeed] ( https://appseed.us ) .
Original file line number Diff line number Diff line change 88
99setup (
1010name = 'python-stripe' ,
11- version = '0.0.4 ' ,
11+ version = '0.0.5 ' ,
1212zip_safe = False ,
1313packages = find_packages (),
1414include_package_data = True ,
1515description = 'Simple Wrapper for Stripe API, written in Python' ,
1616long_description = README ,
1717long_description_content_type = "text/markdown" ,
18- url = 'https://github.com/app-generator/ecomm-wrapper- stripe' ,
18+ url = 'https://github.com/app-generator/python- stripe-wrapper ' ,
1919author = 'AppSeed.us' ,
2020author_email = 'support@appseed.us' ,
2121license = 'MIT License' ,
You can’t perform that action at this time.
0 commit comments