Metadata-Version: 2.4
Name: builderapk
Version: 0.1.0
Summary: Pustaka Python untuk membangun proyek Android menjadi APK
Home-page: https://github.com/aternals/builderapk
Author: Eternals
Author-email: helpme.eternals@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Pustaka Python untuk membangun proyek Android menjadi APK.

## Instalasi

```
pip install builderapk
```

## Penggunaan

```
from builderapk import build_apk

project_path = '/path/to/android/project'
apk = build_apk(project_path, build_type='debug')
print(f"APK berhasil dibangun di: {apk}")LisensiMIT License### 6. `pyproject.toml`
File ini mendefinisikan sistem build.

```
