Metadata-Version: 2.5
Name: splashstand
Version: 3.2.0
Summary: Full-stack async web application built on Fastblocks
Project-URL: Homepage, https://github.com/lesleslie/splashstand
Project-URL: Repository, https://github.com/lesleslie/splashstand
Project-URL: Issues, https://github.com/lesleslie/splashstand/issues
Project-URL: Documentation, https://github.com/lesleslie/splashstand/blob/main/docs/
Project-URL: Changelog, https://github.com/lesleslie/splashstand/blob/main/CHANGELOG.md
Author-email: Les Leslie <les@wedgwoodwebworks.com>
Maintainer-email: Les Leslie <les@wedgwoodwebworks.com>
License-Expression: BSD-3-Clause
License-File: LICENSE
Keywords: asgi,async,cms,fastblocks,oneiric,pwa,schema-org,sqladmin,web-framework
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.14
Requires-Dist: alive-progress>=3.0.0
Requires-Dist: arrow>=1.3.0
Requires-Dist: asgi-htmx>=0.1.0
Requires-Dist: faker>=30.0.0
Requires-Dist: fastblocks>=0.23.0
Requires-Dist: fastmcp<4,>=3.4.0
Requires-Dist: firebase-admin>=6.0.0
Requires-Dist: google-cloud-firestore>=2.0.0
Requires-Dist: google-cloud-recaptcha-enterprise>=1.30.0
Requires-Dist: inflection>=0.5.1
Requires-Dist: mcp-common>=0.18.0
Requires-Dist: nest-asyncio>=1.6.0
Requires-Dist: nh3~=0.2.21
Requires-Dist: oneiric~=0.16.0
Requires-Dist: phonenumbers>=8.13.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=13.0
Requires-Dist: sqladmin>=0.21.0
Requires-Dist: sqlalchemy-utils>=0.41.0
Requires-Dist: typer>=0.12.0
Requires-Dist: uvicorn[standard]>=0.30.0
Description-Content-Type: text/markdown

# SplashStand

[![Code style: crackerjack](https://img.shields.io/badge/code%20style-crackerjack-000042)](https://github.com/lesleslie/crackerjack)
[![Runtime: oneiric](https://img.shields.io/badge/runtime-oneiric-6e5494)](https://github.com/lesleslie/oneiric)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![Python: 3.14+](https://img.shields.io/badge/python-3.14%2B-green)](https://www.python.org/downloads/)

SplashStand is a web application layer built on FastBlocks for schema-driven, server-rendered, and deployment-friendly sites.

## Quick Links

- [Overview](#overview)
- [Development](#development)
- [Architecture](#architecture)
- [Quality & CI](#quality--ci)

## Overview

SplashStand focuses on simple, safe, and serverless-friendly application delivery using FastBlocks adapters and structured content workflows.

## Development

```bash
uv sync
uv run fastblocks dev
uv run pytest
uv run ruff check
uv run ruff format
```

## Architecture

- `splashstand/main.py`: FastBlocks application entrypoint
- `splashstand/cli.py`: deployment and management commands
- `splashstand/adapters/`: analytics, auth, PWA, marketing, and related integrations
- `splashstand/actions/`: workflow orchestration helpers

## Quality & CI

Crackerjack is the standard quality-control and CI/CD gate for SplashStand changes. Pair it with the repo's FastBlocks smoke-test path when validating framework-facing work.
