A library for working with web frameworks
Project Links
Meta
Author: Patrick Arminio
Requires Python: >=3.9
Classifiers
Development Status
- 5 - Production/Stable
Intended Audience
- Developers
License
- OSI Approved :: MIT License
Topic
- Software Development :: Libraries
- Software Development :: Libraries :: Python Modules
Cross
Write once, run everywhere - A universal web framework adapter for Python that lets you write code once and use it across multiple web frameworks.
Installation
uv add cross-web
from cross_web import Response
Overview
Cross provides a unified interface for common web framework operations, allowing you to write framework-agnostic code that can be easily adapted to work with FastAPI, Flask, Django, and other popular Python web frameworks.
Features
This project is in early development!
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
typing-extensions
(>=4.14.0)