Metadata-Version: 2.1
Name: sjbillingclient
Version: 0.1.2
Summary: 
Author: Kenechukwu Akubue
Author-email: kengoon19@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pyjnius (>=1.6.1,<2.0.0)
Description-Content-Type: text/markdown

# SJBillingClient (Google Play Billing SDK for Python)


## Installation
```shell
# pip

pip install sjbillingclient

# buildozer
requirements=sjbillingclient
android.gradle_dependencies=com.android.billingclient:billing:7.1.1
```

