{"id":34108198,"url":"https://github.com/luojiaaoo/dash-favicon-plugin","last_synced_at":"2026-04-11T10:03:09.195Z","repository":{"id":305699793,"uuid":"1023356605","full_name":"luojiaaoo/dash-favicon-plugin","owner":"luojiaaoo","description":"Set favicon plugin for Dash applications using Dash Hooks.","archived":false,"fork":false,"pushed_at":"2025-07-22T08:54:03.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-08T03:13:19.619Z","etag":null,"topics":["dash","ploty"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/dash-favicon-plugin/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luojiaaoo.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}},"created_at":"2025-07-21T03:39:41.000Z","updated_at":"2025-11-19T08:18:10.000Z","dependencies_parsed_at":"2025-07-21T15:56:28.303Z","dependency_job_id":"55dc7234-b3a4-4753-8e5b-99124a49dff8","html_url":"https://github.com/luojiaaoo/dash-favicon-plugin","commit_stats":null,"previous_names":["luojiaaoo/dash-favicon-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luojiaaoo/dash-favicon-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luojiaaoo%2Fdash-favicon-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luojiaaoo%2Fdash-favicon-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luojiaaoo%2Fdash-favicon-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luojiaaoo%2Fdash-favicon-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luojiaaoo","download_url":"https://codeload.github.com/luojiaaoo/dash-favicon-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luojiaaoo%2Fdash-favicon-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31676210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dash","ploty"],"created_at":"2025-12-14T18:14:38.675Z","updated_at":"2026-04-11T10:03:09.190Z","avatar_url":"https://github.com/luojiaaoo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dash-favicon-plugin\n\n[![GitHub](https://shields.io/badge/license-MIT-informational)](https://github.com/luojiaaoo/dash-favicon-plugin/blob/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/dash-favicon-plugin.svg?color=dark-green)](https://pypi.org/project/dash-favicon-plugin/)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n\nEnglish | [简体中文](./README-zh_CN.md)\n\nSet favicon plugin for Dash applications using Dash Hooks.\n\n## Installation\n\n```bash\npip install dash-favicon-plugin\n```\n\n## Usage\n\n```python\nfrom dash import Dash\n# Import the favicon plugin\nfrom dash_favicon_plugin import setup_favicon_plugin\n\n# Enable the favicon plugin for the current app\nsetup_favicon_plugin(favicon=r\"/assets/favicon.png\")\n\napp = dash.Dash(__name__)\n# Rest of your app code...\n```\n\n## Example\n\nRun the included example:\n\n```bash\npython example.py\n```\n\n## API Reference\n\n### `setup_favicon_plugin()`\n\nThis function enables the favicon feature for your Dash application.\n\n| Parameter | Type  | Default | Description                                                  |\n| --------- | ----- | ------- | ------------------------------------------------------------ |\n| `favicon` | `str` | `-`     | `pathname of favicon,  supporting svg, png, ico, gif formats.` |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluojiaaoo%2Fdash-favicon-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluojiaaoo%2Fdash-favicon-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluojiaaoo%2Fdash-favicon-plugin/lists"}