https://github.com/usecross/cross-web
https://github.com/usecross/cross-web
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/usecross/cross-web
- Owner: usecross
- License: mit
- Created: 2025-06-07T17:26:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-25T20:45:25.000Z (6 months ago)
- Last Synced: 2025-12-27T07:11:03.561Z (6 months ago)
- Language: Python
- Size: 682 KB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
uv add cross-web
```
```python
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!