sjbillingclient 0.2.0__py3-none-any.whl → 0.2.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,8 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: sjbillingclient
|
3
|
-
Version: 0.2.
|
4
|
-
Summary:
|
3
|
+
Version: 0.2.2
|
4
|
+
Summary: A Python wrapper for the Google Play Billing Library that facilitates in-app purchases and subscriptions in Android applications
|
5
|
+
Home-page: https://github.com/SimpleJnius/sj-android-billingclient
|
5
6
|
Author: Kenechukwu Akubue
|
6
7
|
Author-email: kengoon19@gmail.com
|
7
8
|
Requires-Python: >=3.9,<4.0
|
@@ -10,8 +11,12 @@ Classifier: Programming Language :: Python :: 3.9
|
|
10
11
|
Classifier: Programming Language :: Python :: 3.10
|
11
12
|
Classifier: Programming Language :: Python :: 3.11
|
12
13
|
Classifier: Programming Language :: Python :: 3.12
|
13
|
-
Requires-Dist: poetry-core (>=2.1.3,<3.0.0)
|
14
14
|
Requires-Dist: pyjnius (>=1.6.1,<2.0.0)
|
15
|
+
Project-URL: Bug Tracker, https://github.com/SimpleJnius/sj-android-billingclient/issues
|
16
|
+
Project-URL: Documentation, https://github.com/SimpleJnius/sj-android-billingclient/blob/master/README.md
|
17
|
+
Project-URL: Pull Requests, https://github.com/SimpleJnius/sj-android-billingclient/pulls
|
18
|
+
Project-URL: Repository, https://github.com/SimpleJnius/sj-android-billingclient.git
|
19
|
+
Project-URL: Source, https://github.com/SimpleJnius/sj-android-billingclient
|
15
20
|
Description-Content-Type: text/markdown
|
16
21
|
|
17
22
|
# SJBillingClient (Google Play Billing SDK for Python)
|
@@ -12,6 +12,6 @@ sjbillingclient/jinterface/consume.py,sha256=DiugwpRreoVLpPjeHSkNMgncg5f3HnIBCUh
|
|
12
12
|
sjbillingclient/jinterface/product.py,sha256=kr_oPhRnQd0xbZItFLtACjBhZsnUV8q-kooqG_biVPs,627
|
13
13
|
sjbillingclient/jinterface/purchases.py,sha256=BG6xF3H-35_XhiRr2kWDb1jzsxJ-hIw-jaEi-uSkTmY,574
|
14
14
|
sjbillingclient/tools/__init__.py,sha256=PqsUr6tIBdAUN4NNKvWR3aRdNQ-ZN84MAzkBKcm6sik,21127
|
15
|
-
sjbillingclient-0.2.
|
16
|
-
sjbillingclient-0.2.
|
17
|
-
sjbillingclient-0.2.
|
15
|
+
sjbillingclient-0.2.2.dist-info/METADATA,sha256=54l9LJqO52QEOq58878VLNLOJIgFfkEw_dTpa7wqmuo,19028
|
16
|
+
sjbillingclient-0.2.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
17
|
+
sjbillingclient-0.2.2.dist-info/RECORD,,
|
File without changes
|