Metadata-Version: 2.1
Name: simplejnius
Version: 0.2.0
Summary: Access third party Android Java libraries in Python
Author: Kenechukwu Akubue
Author-email: kengoon19@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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

# SimpleJnius

Access third party Android Java libraries in Python

## Installation
```shell
# for code completion
pip install simplejnius

# For buildozer android
requirements=simplejnius

# Optionally add java third-party sdk if actually imported in your python code
android.gradle_dependencies=com.google.guava:guava:32.0.1-android,
  org.reactivestreams:reactive-streams:1.0.4
```
