Metadata-Version: 2.1
Name: numerous-apps
Version: 0.0.2
Summary: Application package for numerous
Author-email: Lasse Thomsen <lasse.thomsen@numerous.com>
License: MIT
Project-URL: Homepage, https://github.com/numerous-com/numerous-app
Project-URL: Repository, https://github.com/numerous-com/numerous-app
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: jinja2
Requires-Dist: anywidget
Provides-Extra: dev
Requires-Dist: anywidget[dev]; extra == "dev"
Requires-Dist: python-dotenv; extra == "dev"
Requires-Dist: numerous-widgets; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff==0.6.4; extra == "dev"
Requires-Dist: mypy==1.11.2; extra == "dev"
Requires-Dist: coverage==7.6.1; extra == "dev"
Requires-Dist: twine==5.1.1; extra == "dev"
Requires-Dist: mkdocs==1.6.0; extra == "dev"
Requires-Dist: mkdocstrings==0.26.2; extra == "dev"
Requires-Dist: mkdocstrings-python==1.12.2; extra == "dev"
Requires-Dist: mkdocs_snippet_plugin==1.0.2; extra == "dev"

# Numerous Apps

A powerful Python framework for building reactive web applications with simplicity at its core. Numerous Apps empowers developers to create modern, scalable web applications using familiar Python patterns while maintaining clean separation between business logic and presentation.

---

## Key Features

### 🚀 **Simple Yet Powerful**
- **Pure Python Development:** Write reactive web apps using standard Python - no special syntax or mixed-language files
- **Minimal Learning Curve:** If you know Python, you're ready to build web apps
- **Lightweight Core:** Less than 1000 lines of Python and 300 lines of JavaScript

### 🔧 **Modern Architecture**
- **Component-Based:** Built on [AnyWidgets](https://anywidgets.dev/) for reusable, framework-agnostic components
- **Clean Separation:** Python for logic, CSS for styling, Jinja2 for templates
- **Process Isolation:** Each session runs independently for better stability and scaling

### 🎨 **Full Creative Control**
- **Framework-Agnostic UI:** No imposed styling or components - complete freedom in design
- **Custom Widget Support:** Easily integrate your own HTML/CSS/JS components
- **Flexible Templating:** Use Jinja2 for powerful layout composition

### 💪 **Built for Scale**
- **Multi-Client Ready:** Built-in support for real-time collaborative applications
- **AI-Integration:** Seamless integration with AI agents and models
- **Developer-Friendly:** Use your favorite IDE and development tools
- **Built on FastAPI:** Leverage the speed and reliability of modern Python web frameworks
