{"id":26878056,"url":"https://github.com/imshymike/flask-umami","last_synced_at":"2026-04-29T17:36:48.534Z","repository":{"id":284063786,"uuid":"953686644","full_name":"ImShyMike/Flask-Umami","owner":"ImShyMike","description":"An easy way to implement Umami into your Flask website","archived":false,"fork":false,"pushed_at":"2025-03-23T23:47:51.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T12:18:56.534Z","etag":null,"topics":["flask","flask-extension","umami","umami-analytics"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/Flask-Umami","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ImShyMike.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}},"created_at":"2025-03-23T22:46:34.000Z","updated_at":"2025-03-23T23:47:55.000Z","dependencies_parsed_at":"2025-03-24T00:29:09.530Z","dependency_job_id":"bb66c817-0239-4544-aa89-bb9a75ca0dd5","html_url":"https://github.com/ImShyMike/Flask-Umami","commit_stats":null,"previous_names":["imshymike/flask-umami"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImShyMike%2FFlask-Umami","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImShyMike%2FFlask-Umami/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImShyMike%2FFlask-Umami/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImShyMike%2FFlask-Umami/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ImShyMike","download_url":"https://codeload.github.com/ImShyMike/Flask-Umami/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246465257,"owners_count":20781919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["flask","flask-extension","umami","umami-analytics"],"created_at":"2025-03-31T12:18:59.579Z","updated_at":"2026-04-29T17:36:48.483Z","avatar_url":"https://github.com/ImShyMike.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask-Umami\n\n[pypi_url]: https://pypi.org/project/Flask-Umami\n\n[![License](https://img.shields.io/pypi/l/Flask-Umami)](https://github.com/ImShyMike/Flask-Umami/blob/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/Flask-Umami)][pypi_url]\n[![Python Version](https://img.shields.io/pypi/pyversions/Flask-Umami)][pypi_url]\n[![PyPI - Wheel](https://img.shields.io/pypi/wheel/Flask-Umami)][pypi_url]\n\n[Flask-Umami][pypi_url] is an extension for [Flask](https://flask.palletsprojects.com) that simplifies the integration of the web analytics platform [Umami](https://umami.is) into any Flask project.\n\n## Quickstart\n\n### Install\n\n`pip install Flask-Umami`\n\n### Minimal Example\n\n```python\nfrom flask import Flask\nfrom flask_umami import Umami\n\napp = Flask(__name__)\numami = Umami(\n    app,\n    umami_url=\"https://umami.example.com\",\n    umami_id=\"website-umami-id\",\n)\n\n\n@app.route(\"/\")\ndef home():\n    return \"Hello, World!\"\n\nif __name__ == \"__main__\":\n    app.run()\n```\n\n(Check out the [examples folder](https://github.com/ImShyMike/Flask-Umami/tree/main/examples) for a more in-depth example)\n\n## Disclaimer\n\nFlask-Umami is **not affiliated with Umami** in any way. It simply provides a simple way to integrate Umami's HTML snippet into websites developed using Flask.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimshymike%2Fflask-umami","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimshymike%2Fflask-umami","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimshymike%2Fflask-umami/lists"}