Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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:

Awesome Lists containing this project

README

        


uvicorn-browser




Latest Commit






Package version




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.