https://github.com/simplejnius/simplejnius
Access popular third-party android Java sdk in Python
https://github.com/simplejnius/simplejnius
Last synced: about 1 year ago
JSON representation
Access popular third-party android Java sdk in Python
- Host: GitHub
- URL: https://github.com/simplejnius/simplejnius
- Owner: SimpleJnius
- License: mit
- Created: 2024-08-11T09:56:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T16:57:44.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T19:16:52.900Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```