{"id":34871008,"url":"https://github.com/lperezmo/st-custom-static","last_synced_at":"2026-05-03T22:05:43.246Z","repository":{"id":326785496,"uuid":"1106803793","full_name":"lperezmo/st-custom-static","owner":"lperezmo","description":"Rebuilding streamlit repo with custom animation. Drop-in replacements to static folders (just find right version \u0026 copy on top of /site-packages/static/ folder)","archived":false,"fork":false,"pushed_at":"2025-11-30T01:29:23.000Z","size":7635,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-02T06:30:14.720Z","etag":null,"topics":["debian","static","streamlit","uv"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lperezmo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-30T01:06:04.000Z","updated_at":"2025-11-30T01:30:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lperezmo/st-custom-static","commit_stats":null,"previous_names":["lperezmo/st-custom-static"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/lperezmo/st-custom-static","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lperezmo%2Fst-custom-static","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lperezmo%2Fst-custom-static/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lperezmo%2Fst-custom-static/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lperezmo%2Fst-custom-static/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lperezmo","download_url":"https://codeload.github.com/lperezmo/st-custom-static/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lperezmo%2Fst-custom-static/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32512662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debian","static","streamlit","uv"],"created_at":"2025-12-25T23:49:10.404Z","updated_at":"2026-05-03T22:05:43.229Z","avatar_url":"https://github.com/lperezmo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# st-custom-static\n\n[![PyPI version](https://img.shields.io/pypi/v/st-custom-static)](https://pypi.org/project/st-custom-static/)\n[![Python versions](https://img.shields.io/pypi/pyversions/st-custom-static)](https://pypi.org/project/st-custom-static/)\n[![License](https://img.shields.io/github/license/lperezmo/st-custom-static)](LICENSE)\n[![Build](https://img.shields.io/github/actions/workflow/status/lperezmo/st-custom-static/build-release.yml?label=build)](https://github.com/lperezmo/st-custom-static/actions/workflows/build-release.yml)\n[![HF Space](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Demo-blue)](https://huggingface.co/spaces/lperezmo/st-custom-static)\n\nDrop-in replacements for Streamlit's default loading animation. Swap out the running man with one of 13 polished alternatives in seconds.\n\n## Install\n\n```bash\nuv add st-custom-static\nst-install --icon italic-h-sweep\n```\n\nOr with pip:\n\n```bash\npip install st-custom-static\nst-install --icon italic-h-sweep\n```\n\nStreamlit's version is auto-detected. Restart any running apps to apply the change.\n\n## Restore the original\n\n```bash\nst-install --restore\n```\n\n## Available icons\n\n| Name | Preview |\n|------|---------|\n| `italic-h-sweep` | ![italic-h-sweep](example_animations/italic-h-sweep.svg) |\n| `italic-h-striped` | ![italic-h-striped](example_animations/italic-h-striped.svg) |\n| `italic-h-wave` | ![italic-h-wave](example_animations/italic-h-wave.svg) |\n| `italic-h-scan` | ![italic-h-scan](example_animations/italic-h-scan.svg) |\n| `italic-h-sequential` | ![italic-h-sequential](example_animations/italic-h-sequential.svg) |\n| `italic-h-cascade` | ![italic-h-cascade](example_animations/italic-h-cascade.svg) |\n| `three-dots` | ![Three Dots](example_animations/three-dots.svg) |\n| `bar-chart` | ![Bar Chart](example_animations/bar-chart.svg) |\n| `progress-ring` | ![Progress Ring](example_animations/progress-ring.svg) |\n| `spinning-sync` | ![Spinning Sync](example_animations/spin-sync.svg) |\n| `pulsing-dot` | ![Pulsing Dot](example_animations/pulse-dot.svg) |\n| `rotating-gear` | ![Rotating Gear](example_animations/rotate-gear.svg) |\n| `hourglass` | ![Hourglass](example_animations/hourglass.svg) |\n\n## Supported Streamlit versions\n\n1.45.1, 1.46.1, 1.47.1, 1.48.1, 1.49.1, 1.50.0, 1.51.0, 1.52.0, 1.53.1, 1.54.0, 1.55.0, 1.56.0, 1.57.0\n\nPin a specific version if auto-detection is wrong:\n\n```bash\nst-install --icon italic-h-sweep --version 1.57.0\n```\n\n## Use in a project\n\nAdd to `pyproject.toml` or `requirements.txt`:\n\n```\nst-custom-static\n```\n\nThen run `st-install --icon \u003cname\u003e` once after installing.\n\n## Manual build\n\nClone and build from source using the scripts in [`manual-build/`](manual-build/).\n\n## How it works\n\nPre-built zips are published as GitHub Releases per version/icon combination. `st-install` downloads the matching zip, backs up Streamlit's original `static/` folder, and replaces it with the custom build. The CI workflow in this repo rebuilds those zips automatically when icons or workflow config changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flperezmo%2Fst-custom-static","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flperezmo%2Fst-custom-static","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flperezmo%2Fst-custom-static/lists"}