Commit Graph

21 Commits

Author SHA1 Message Date
Nikita Sobolev
18e2ae762b Mark first argument of __[get|set|del]attr__ as str (#9245) 2022-11-22 11:06:50 +00:00
Steve Dignam
1733c46058 stripe: fix test clocks imports (#9137) 2022-11-14 12:44:31 +01:00
Nikita Sobolev
62a6c3d616 Annotate known magic-method return types (#9131) 2022-11-08 18:28:42 +00:00
Steve Dignam
1f191a6c13 stripe: test clocks resource (#9026)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2022-10-30 16:23:07 -07:00
yejia-stripe
42c044eb67 stripe: Add SearchableAPIResource, SearchResultObject (#8696) 2022-09-13 16:29:56 +01:00
PIG208
28fde2ee27 Add classmethod to stripe.PaymentIntent.confirm. (#8498)
Signed-off-by: Zixuan James Li <p359101898@gmail.com>
2022-08-08 15:58:29 +02:00
Shantanu
81a95b4b22 [stubsabot] Bump stripe to 3.5.* (#8223)
Co-authored-by: hauntsaninja <>
2022-07-01 20:33:00 +01:00
Shantanu
cf2eaf2a75 [stubsabot] Bump stripe to 3.4.* (#8212)
Co-authored-by: hauntsaninja <>
2022-07-02 00:11:51 +05:30
Steve Dignam
e30ff13b7d stripe: update a few signatures (#7978)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2022-06-03 18:27:23 +01:00
Alex Waygood
740193a8fc Use TypeAlias where possible for type aliases (#7630) 2022-04-15 18:01:00 -07:00
Rebecca Chen
64133df6eb Add stripe.util.convert_to_stripe_object (#7386) 2022-02-28 13:47:53 +01:00
yejia-stripe
ee8aa1e012 Improve annotation for stripe DeletableAPIResource delete method (#7230) 2022-02-25 08:04:36 -08:00
Alex Waygood
494481a0ae Improve a bunch of __(deep)copy__ methods (#7148) 2022-02-06 15:40:44 -08:00
Shantanu
b88a6f19cd Upgrade black version (#7089) 2022-01-30 16:27:06 -08:00
Alex Waygood
8d5d2520ac Use PEP 585 syntax wherever possible (#6717) 2021-12-28 11:31:43 +01:00
Anthony Sottile
43f0cb5533 add stripe.util.populate_headers (#6637) 2021-12-20 17:51:30 -08:00
Anthony Sottile
afcf213936 fill out api methods for stripe.Customer (#6638) 2021-12-20 17:50:54 -08:00
Anthony Sottile
7983d49f73 fill out api stubs for stripe.Account (#6639) 2021-12-20 17:50:21 -08:00
Anthony Sottile
ece3183c14 fill out api stubs for stripe.SubscriptionItem (#6640) 2021-12-20 17:48:09 -08:00
Sebastian Rittau
9f86972350 Add star to all non-0.1 versions (#6146) 2021-10-11 13:41:19 -07:00
Shiva Raisinghani
0cd4ee39a2 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.
2021-07-13 15:11:27 +01:00