Skip to main content

A high-performance, scalable cross-platform framework using Python and React.

Project description

PyWebApp Native 🚀

Lead Architect: Sonu Vishwakarma (sonuportfolio77@gmail.com)

PyWebApp Native is a high-performance cross-platform framework. Build Android, Desktop, and Web applications using Python (for logic) and React (for UI).

Installation

pip install pywebapp-native

Quick Start

# Create a new project
pywebapp init MyApp
cd MyApp

# Launch development server
pywebapp dev

# Build for platforms
pywebapp build-android    # Generates Signed APK
pywebapp build-desktop    # Generates Windows EXE
pywebapp build-web        # Generates static web files

For Developers

Add Python functions that are callable from JavaScript:

# backend/handlers.py
from pywebapp.core import register, get_logger

logger = get_logger("handlers")

@register(description="Add two numbers")
def add(a, b):
    return a + b

Call them from React:

import { call } from 'pywebapp-bridge';

const result = await call('add', [5, 7]);
// result = { success: true, result: 12 }

License

Developed by Sonu Vishwakarma. (c) 2026. All rights reserved.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pywebapp_native-2.4.0.tar.gz (41.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pywebapp_native-2.4.0-py3-none-any.whl (51.5 kB view details)

Uploaded Python 3

File details

Details for the file pywebapp_native-2.4.0.tar.gz.

File metadata

  • Download URL: pywebapp_native-2.4.0.tar.gz
  • Upload date:
  • Size: 41.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for pywebapp_native-2.4.0.tar.gz
Algorithm Hash digest
SHA256 7008f26904261330cd949e762d0be1f563ac18f2eec61427d2f13b887446a709
MD5 c4ab2124449b5867b0322f3957da0fde
BLAKE2b-256 c28f235c59b3c7c5eb0c37a627b16ce35b54b01236c08cc763d9df9ac0ff2dcf

See more details on using hashes here.

File details

Details for the file pywebapp_native-2.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pywebapp_native-2.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3038de42323f9e35b27d9a649dcf56216588357e78c62c474c7be7b809dd8523
MD5 4ac0df74b2709e64ddbd70c611dddf57
BLAKE2b-256 59f76bc81bf28a79d3d3595437f7da25c48bcb979039d8ac11e2ab5556fd4fb5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page