Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alex-oleshkevich/starlette_live
- Owner: alex-oleshkevich
- License: mit
- Created: 2022-09-26T14:52:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T23:11:00.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T17:17:41.986Z (3 months ago)
- Topics: asgi, liveview, python, starlette
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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.