Metadata-Version: 2.4
Name: wybthon
Version: 0.13.0
Summary: Client-side Python SPA framework via Pyodide
Author: Owen Carey
License: MIT License
        
        Copyright (c) 2025 Owen Carey
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/wybthon/wybthon
Project-URL: Repository, https://github.com/wybthon/wybthon
Project-URL: Issues, https://github.com/wybthon/wybthon/issues
Project-URL: Changelog, https://github.com/wybthon/wybthon/blob/main/CHANGELOG.md
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Environment :: WebAssembly
Classifier: Framework :: AsyncIO
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: docs
Requires-Dist: mkdocs>=1.5; extra == "docs"
Requires-Dist: mkdocs-material[imaging]>=9.5; extra == "docs"
Requires-Dist: mkdocstrings[python]>=0.24; extra == "docs"
Provides-Extra: dev
Requires-Dist: black>=24.0; extra == "dev"
Requires-Dist: ruff>=0.5; extra == "dev"
Requires-Dist: mypy>=1.10; extra == "dev"
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-cov>=4.1; extra == "dev"
Requires-Dist: pytest-playwright>=0.5.0; extra == "dev"
Provides-Extra: ci
Requires-Dist: black>=24.0; extra == "ci"
Requires-Dist: ruff>=0.5; extra == "ci"
Requires-Dist: mypy>=1.10; extra == "ci"
Requires-Dist: pytest>=8.0; extra == "ci"
Requires-Dist: pytest-cov>=4.1; extra == "ci"
Requires-Dist: pytest-playwright>=0.5.0; extra == "ci"
Dynamic: license-file

## Wybthon

[![CI](https://github.com/wybthon/wybthon/actions/workflows/ci.yml/badge.svg)](https://github.com/wybthon/wybthon/actions/workflows/ci.yml)
[![Docs](https://github.com/wybthon/wybthon/actions/workflows/docs.yml/badge.svg)](https://github.com/wybthon/wybthon/actions/workflows/docs.yml)
[![Release](https://github.com/wybthon/wybthon/actions/workflows/release.yml/badge.svg)](https://github.com/wybthon/wybthon/actions/workflows/release.yml)
[![PyPI - Version](https://img.shields.io/pypi/v/wybthon)](https://pypi.org/project/wybthon/)
[![Python Versions](https://img.shields.io/pypi/pyversions/wybthon)](https://pypi.org/project/wybthon/)
[![License: MIT](https://img.shields.io/pypi/l/wybthon)](LICENSE)
[![Docs Site](https://img.shields.io/website?url=https%3A%2F%2Fdocs.wybthon.com&label=docs)](https://docs.wybthon.com/)

Wybthon is a Python-first, client-side UI framework for building interactive web
apps in the browser (via Pyodide). It combines a React-style component model with
context, fine-grained reactivity, a virtual DOM, routing, forms, events, and lazy
loading, so you can write modern frontends entirely in Python, no JavaScript required.
For guides, API reference, and examples, see the [docs](https://docs.wybthon.com/).
