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.2.0.tar.gz (29.1 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.2.0-py3-none-any.whl (36.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pywebapp_native-2.2.0.tar.gz
  • Upload date:
  • Size: 29.1 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.2.0.tar.gz
Algorithm Hash digest
SHA256 598f8dada89e4e758464ea6bf7542698e77b6d91e8362373e51732d9dd782ea4
MD5 ad7da0651f4a73f1cf6da747d6b4fa5c
BLAKE2b-256 2f9ae7c5b67620833fbf48ff629c76812a2285a6d0ae5c35f8c7af8166465a7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywebapp_native-2.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ca478accb40b558cb8777f614166013e7c3d6ccf12b7c5bedfee68a4df9b87bc
MD5 1f493ca233b52aeb716e6fdc9d4c79c0
BLAKE2b-256 eea1bd3de0dfd00a49ef35b1765447103f3764f324033cb929a378374bac1c21

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