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.0.0.tar.gz (23.4 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.0.0-py3-none-any.whl (30.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pywebapp_native-2.0.0.tar.gz
  • Upload date:
  • Size: 23.4 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.0.0.tar.gz
Algorithm Hash digest
SHA256 5a7b8e8fcce95534a3578fa18b247bc6e3c50455502e86e85b0d577d8b7c8c8c
MD5 d1eab91fbcf580e451c2a7def17befaa
BLAKE2b-256 a69d9bc6cc6d4c885762e6051c51bc00d11da00e32e4b8dbafcdb393264b5b1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywebapp_native-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 967926c3f4a3b2ac071f7d28a6dd0ce21be3d05faa3239b97c2d280e4ef242c3
MD5 bac8fd2747754a29bdd677df95932e95
BLAKE2b-256 4418ab20f66130fc26fab9e6950f080fa5fe18b22a93ffe2874edaf3c9c4d0ba

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