flask-image-uploader
A simple flask app that runs on heroku and demonstrates HTTP Server-Sent Events (EventSource) protocol.
File Explorer
- ci.yml
- dependabot-auto-merge.yml
- test_flask_image_uploader.py
- .gitignore
- .pre-commit-config.yaml
- flask_image_uploader.py
- LICENSE.txt
- pyproject.toml
- README.md
- uv.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
uv run
View Details ▼
uv run
Run a command or script in the project environment.
uv run {{path/to/script.py}}
Run a Python script:
uv run {{[-m|--module]}} {{module_name}}
Run a Python module:
uv run {{[-w|--with]}} {{package}} {{command}}
Run a command with additional packages installed temporarily:
// repository documentation
Was this content helpful?
(0 ratings)
