An open API service indexing awesome lists of open source software.

https://github.com/usecross/cross-web


https://github.com/usecross/cross-web

Last synced: 5 months ago
JSON representation

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!