Skip to content

entorb/streamlit-examples

Repository files navigation

Streamlit Examples / Snippets

Some code examples using Python Streamlit.

Contents

Repo Setup

Install

Requires UV package manager

Update dependencies

see update.sh

Run

see run.sh

Check Code

uv run ruff format
uv run ruff check
uv run pre-commit run --all-files
uv run pytest --cov --cov-report=html:coverage_report

are executed via a GitHub Action

Config

see .streamlit/config.toml can be converted to config-prod.toml via scripts/config_convert.py

Links

My Streamlit Projects

Other Python Examples/Snippets

SonarQube Code Analysis

At sonarcloud.io

About

Streamlit Examples / Snippets

Topics

Resources

License

Stars

Watchers

Forks