Metadata-Version: 2.4
Name: pybridge-sdk-android
Version: 0.3.0
Summary: A modular Android functionality bridge for Python
Author: thewhistledev
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: requires-python

# PyBridge

Android functionality bridge for Python.

Version: 0.4.0

Author: thewhistledev

## Features

- Backend system
- Root support
- Shizuku foundation
- Android intents
- App management
- Clipboard foundation
- Notifications foundation
- Hardware API foundation

## Example

from pybridge import bridge

bridge.intents.open_url('https://github.com')

## Roadmap

0.5.0:
- Real Android API bridge
- Camera support
- Bluetooth support
- Sensors

1.0.0:
Complete Android Python framework.
