{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/5"}],"enrichment":{"capability":"Streamlit-Notify provides persistent status notifications (toasts, balloons, success/error/warning/info messages) that survive app reruns by queuing them in session state.","skillfed_tags":["streamlit-component","ui-notifications"],"use_cases":["Show confirmation toasts after form submission without losing the message when the app reruns.","Display error alerts from validation or API calls that persist until the user acknowledges them.","Queue multiple status updates (success, warning, info) in a single interaction and display them all on the next render.","Build multi-step workflows where each step's feedback (success or error) remains visible across reruns.","Implement priority-based notification ordering so critical errors appear before informational messages."],"what_it_does":"Streamlit-Notify wraps Streamlit's built-in status elements (toasts, balloons, success/error/warning/info messages) to make them persist across app reruns. Normally, Streamlit reruns the entire script from top to bottom on user interaction, which causes notifications to disappear. This package solves that by storing notifications in session state and displaying them on the next rerun cycle, so users see the feedback they triggered even after the app has rerun.\n\nYou queue notifications by calling functions like stn.toast(), stn.success(), or stn.error() anywhere in your app logic, then call stn.notify() at the top of your script to display all queued messages. The package supports priority ordering, attaching custom data to notifications, and clearing or checking notifications programmatically. It depends only on Streamlit and packaging, making installation straightforward.","worth_installing":"Yes, if you need persistent notifications in a Streamlit app and accept the maintenance risk. The package solves a real Streamlit limitation with low install friction and permissive licensing. However, the aging maintenance status (2 stars, last commit July 2025, only months old) means limited community validation and uncertain long-term support\u2014consider it for prototypes or low-stakes apps, and monitor the repo for updates."},"id":"streamlit-notify","links":{"html":"https://skillfed.io/packages/streamlit-notify","md":"https://skillfed.io/packages/streamlit-notify.md","pypi":"https://pypi.org/project/streamlit-notify/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-07-01","license_spdx":null,"license_treatment":"permissive","name":"streamlit-notify","python_support":"supports_current","summary":"A Streamlit component that provides toast notifications that persist across reruns"},"popularity":{"monthly_downloads":108504,"position":12555,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.1"}
