Stubs for stripe (#5770)

A library that provides convenient access to the Stripe API from applications. 
It includes a pre-defined set of classes for API resources that initialize themselves 
dynamically from API responses.

I started with stubgen, then cleaned up to address missing functions. Testing plan 
is to keep an eye on CI and fix any issues that arise.
This commit is contained in:
Shiva Raisinghani
2021-07-13 07:11:27 -07:00
committed by GitHub
parent 80f61d2209
commit 0cd4ee39a2
124 changed files with 1403 additions and 1 deletions
+2 -1
View File
@@ -53,7 +53,8 @@
"stubs/Werkzeug",
"stubs/beautifulsoup4",
"stubs/slumber",
"stubs/oauthlib"
"stubs/oauthlib",
"stubs/stripe"
],
"typeCheckingMode": "basic",
"strictListInference": true,