{"id":21719851,"url":"https://github.com/lixxu/flask-tabler-icons","last_synced_at":"2026-05-13T07:35:54.968Z","repository":{"id":214003372,"uuid":"724072395","full_name":"lixxu/flask-tabler-icons","owner":"lixxu","description":" a collection of macros for tabler icons used for flask","archived":false,"fork":false,"pushed_at":"2026-01-27T07:51:23.000Z","size":3086,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-27T20:29:29.997Z","etag":null,"topics":["taber-icons"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lixxu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2023-11-27T10:42:35.000Z","updated_at":"2026-01-27T07:51:27.000Z","dependencies_parsed_at":"2024-04-15T07:26:56.952Z","dependency_job_id":"ea872ccf-2161-4870-89af-71947d623a39","html_url":"https://github.com/lixxu/flask-tabler-icons","commit_stats":null,"previous_names":["lixxu/flask-tabler-icons"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/lixxu/flask-tabler-icons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lixxu%2Fflask-tabler-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lixxu%2Fflask-tabler-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lixxu%2Fflask-tabler-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lixxu%2Fflask-tabler-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lixxu","download_url":"https://codeload.github.com/lixxu/flask-tabler-icons/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lixxu%2Fflask-tabler-icons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32973283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T06:31:55.726Z","status":"ssl_error","status_checked_at":"2026-05-13T06:31:51.336Z","response_time":115,"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":["taber-icons"],"created_at":"2024-11-26T01:42:38.984Z","updated_at":"2026-05-13T07:35:54.952Z","avatar_url":"https://github.com/lixxu.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flask-tabler-icons\n\nflask-tabler-icons is a collection of Jinja macros for [tabler-icons](https://tabler-icons.io/) and Flask.\n\n## Installation\n\n```bash\npip install -U flask-tabler-icons\n```\n\n## Example (check examples folder for details)\n\nRegister the extension:\n\n```python\nfrom flask import Flask\nfrom flask_tabler_icons import TablerIcons\n\napp = Flask(__name__)\ntabler_icons = TablerIcons(app)\n```\n\n```html\n\n{% from \"tabler_icons/helper.html\" import render_icon %}\n\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003c!-- css area --\u003e\n    \u003cstyle\u003e\n        .custom-css {\n          color: red;\n        }\n    \u003c/style\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    \u003ch2\u003etabler icon\u003c/h2\u003e\n    {{ render_icon(\"helicopter\", class=\"custom-css\") }}\n    {{ render_icon(\"helicopter\", animation=\"pulse\", color=\"blue\") }}\n    {{ render_icon(\"helicopter\", animation=\"tada\", color=\"blue\") }}\n    {{ render_icon(\"helicopter\", animation=\"rotate\", color=\"blue\") }}\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flixxu%2Fflask-tabler-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flixxu%2Fflask-tabler-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flixxu%2Fflask-tabler-icons/lists"}