Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kludex/uvicorn-browser
Browser reload with uvicorn! :sparkles:
https://github.com/kludex/uvicorn-browser
Last synced: 12 days ago
JSON representation
Browser reload with uvicorn! :sparkles:
- Host: GitHub
- URL: https://github.com/kludex/uvicorn-browser
- Owner: Kludex
- License: mit
- Created: 2021-12-13T18:48:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T08:57:56.000Z (over 1 year ago)
- Last Synced: 2024-10-17T15:27:09.343Z (26 days ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 69
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
uvicorn-browser
This project is inspired by [autoreload](https://github.com/ChillFish8/autoreload/tree/master).
## Installation
```bash
pip install uvicorn-browser
```## Usage
Run `uvicorn-browser --help` to see all options. They are the [same as `uvicorn`](https://www.uvicorn.org/deployment/#running-from-the-command-line), plus those:
```bash
--reload-url TEXT URL to reload.
--driver TEXT Browser driver. Only used if reload-url is
set. Supported: 'chrome', 'firefox.'
```## License
This project is licensed under the terms of the MIT license.