Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alex-oleshkevich/starlette_live

Live view for Starlette.
https://github.com/alex-oleshkevich/starlette_live

asgi liveview python starlette

Last synced: 3 months ago
JSON representation

Live view for Starlette.

Awesome Lists containing this project

README

        

# Live views for Starlette

![PyPI](https://img.shields.io/pypi/v/starlette_live)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/alex-oleshkevich/starlette_live/Lint%20and%20test)
![GitHub](https://img.shields.io/github/license/alex-oleshkevich/starlette_live)
![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/pypi/starlette_live)
![PyPI - Downloads](https://img.shields.io/pypi/dm/starlette_live)
![GitHub Release Date](https://img.shields.io/github/release-date/alex-oleshkevich/starlette_live)

## Installation

Install `starlette_live` using PIP or poetry:

```bash
pip install starlette_live
# or
poetry add starlette_live
```

## Features

- TODO

## Quick start

See example application in `examples/` directory of this repository.