Metadata-Version: 2.4
Name: mibale
Version: 1.1.2
Summary: Vue.js-like mobile framework in Python - Build native mobile apps with Python
Home-page: https://github.com/votre-username/mibale
Author: gedeon-kay
Author-email: Votre Nom <votre.email@example.com>
Maintainer-email: Votre Nom <votre.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/votre-username/mibale
Project-URL: Documentation, https://mibale.readthedocs.io
Project-URL: Repository, https://github.com/votre-username/mibale
Project-URL: Changelog, https://github.com/votre-username/mibale/releases
Project-URL: Issues, https://github.com/votre-username/mibale/issues
Keywords: mobile,framework,vuejs,android,ios,cross-platform,native,python,mobile-development
Platform: Android
Platform: iOS
Platform: Linux
Platform: macOS
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
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
Classifier: Operating System :: OS Independent
Classifier: Operating System :: Android
Classifier: Operating System :: iOS
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.0
Requires-Dist: watchdog>=2.1.0
Requires-Dist: jinja2>=3.0.0
Requires-Dist: python-for-android>=2020.0.0
Requires-Dist: buildozer>=1.0.0
Requires-Dist: kivy>=2.0.0
Requires-Dist: pyjnius>=1.3.0
Requires-Dist: pyobjc>=9.0.0; sys_platform == "darwin"
Requires-Dist: pyobjc-framework-cocoa>=9.0.0; sys_platform == "darwin"
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: pytest-cov>=2.0; extra == "dev"
Requires-Dist: black>=21.0; extra == "dev"
Requires-Dist: flake8>=3.9; extra == "dev"
Requires-Dist: mypy>=0.910; extra == "dev"
Requires-Dist: sphinx>=4.0; extra == "dev"
Requires-Dist: twine>=3.0; extra == "dev"
Provides-Extra: android
Requires-Dist: python-for-android>=2020.0.0; extra == "android"
Requires-Dist: buildozer>=1.0.0; extra == "android"
Requires-Dist: kivy>=2.0.0; extra == "android"
Requires-Dist: pyjnius>=1.3.0; extra == "android"
Provides-Extra: ios
Requires-Dist: pyobjc>=9.0.0; extra == "ios"
Requires-Dist: pyobjc-framework-cocoa>=9.0.0; extra == "ios"
Requires-Dist: pyobjc-framework-webkit>=9.0.0; extra == "ios"
Requires-Dist: pyobjc-framework-mapkit>=9.0.0; extra == "ios"
Dynamic: author
Dynamic: home-page
Dynamic: platform
Dynamic: requires-python

# 🚀 Mibale Framework

Vue.js-like mobile framework in Python - Build native mobile apps with Python

[![PyPI version](https://badge.fury.io/py/mibale.svg)](https://pypi.org/project/mibale/)
[![Python Versions](https://img.shields.io/pypi/pyversions/mibale.svg)](https://pypi.org/project/mibale/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Downloads](https://pepy.tech/badge/mibale)](https://pepy.tech/project/mibale)

## 📱 What is Mibale?

Mibale is a Vue.js-inspired mobile framework that lets you build **truly native** Android and iOS applications using Python. Write your app once with familiar Vue.js concepts, and deploy to both platforms.

### ✨ Features

- **Vue.js-like Syntax**: Familiar `.mb` files with template, script, and style sections
- **Native Performance**: Renders to real Android/iOS native components
- **Hot Reload**: Instant updates during development
- **Cross-Platform**: Single codebase for Android and iOS
- **Native APIs**: Access to camera, GPS, sensors, Bluetooth, and more
- **Vue Router**: Client-side routing system
- **Pinia-like Stores**: State management
- **Axios-like HTTP Client**: Network requests
- **CLI Tools**: Project scaffolding and build system

## 🚀 Quick Start

### Installation

```bash
pip install mibale
