{"id":13400055,"url":"https://github.com/pallets/flask","last_synced_at":"2025-12-18T08:33:26.355Z","repository":{"id":861255,"uuid":"596892","full_name":"pallets/flask","owner":"pallets","description":"The Python micro framework for building web applications.","archived":false,"fork":false,"pushed_at":"2025-03-30T20:17:35.000Z","size":10754,"stargazers_count":69466,"open_issues_count":7,"forks_count":16381,"subscribers_count":2113,"default_branch":"main","last_synced_at":"2025-05-05T13:55:30.476Z","etag":null,"topics":["flask","jinja","pallets","python","web-framework","werkzeug","wsgi"],"latest_commit_sha":null,"homepage":"https://flask.palletsprojects.com","language":"Python","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/pallets.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":"docs/contributing.rst","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},"funding":{"github":"pallets","custom":"https://palletsprojects.com/donate","tidelift":"pypi/Flask"}},"created_at":"2010-04-06T11:11:59.000Z","updated_at":"2025-05-05T13:37:44.000Z","dependencies_parsed_at":"2023-11-07T03:01:12.145Z","dependency_job_id":"42d633e3-1e13-4c34-a8b6-57eb9219ce59","html_url":"https://github.com/pallets/flask","commit_stats":{"total_commits":3724,"total_committers":854,"mean_commits":4.360655737704918,"dds":0.7381847475832438,"last_synced_commit":"6b054f8f3876ff4c31580b014d344c4cf491059d"},"previous_names":["mitsuhiko/flask"],"tags_count":66,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets%2Fflask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets%2Fflask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets%2Fflask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets%2Fflask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets","download_url":"https://codeload.github.com/pallets/flask/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252788517,"owners_count":21804285,"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","jinja","pallets","python","web-framework","werkzeug","wsgi"],"created_at":"2024-07-30T19:00:47.397Z","updated_at":"2025-12-16T18:15:19.426Z","avatar_url":"https://github.com/pallets.png","language":"Python","readme":"\u003cdiv align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/pallets/flask/refs/heads/stable/docs/_static/flask-name.svg\" alt=\"\" height=\"150\"\u003e\u003c/div\u003e\n\n# Flask\n\nFlask is a lightweight [WSGI] web application framework. It is designed\nto make getting started quick and easy, with the ability to scale up to\ncomplex applications. It began as a simple wrapper around [Werkzeug]\nand [Jinja], and has become one of the most popular Python web\napplication frameworks.\n\nFlask offers suggestions, but doesn't enforce any dependencies or\nproject layout. It is up to the developer to choose the tools and\nlibraries they want to use. There are many extensions provided by the\ncommunity that make adding new functionality easy.\n\n[WSGI]: https://wsgi.readthedocs.io/\n[Werkzeug]: https://werkzeug.palletsprojects.com/\n[Jinja]: https://jinja.palletsprojects.com/\n\n## A Simple Example\n\n```python\n# save this as app.py\nfrom flask import Flask\n\napp = Flask(__name__)\n\n@app.route(\"/\")\ndef hello():\n    return \"Hello, World!\"\n```\n\n```\n$ flask run\n  * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)\n```\n\n## Donate\n\nThe Pallets organization develops and supports Flask and the libraries\nit uses. In order to grow the community of contributors and users, and\nallow the maintainers to devote more time to the projects, [please\ndonate today].\n\n[please donate today]: https://palletsprojects.com/donate\n\n## Contributing\n\nSee our [detailed contributing documentation][contrib] for many ways to\ncontribute, including reporting issues, requesting features, asking or answering\nquestions, and making PRs.\n\n[contrib]: https://palletsprojects.com/contributing/\n","funding_links":["https://github.com/sponsors/pallets","https://palletsprojects.com/donate","https://tidelift.com/funding/github/pypi/Flask"],"categories":["Python","python","Web Frameworks","Web 后端","Web/DataViz","Misc","DevOps","Web框架","CONTENTS","Resources","Uncategorized","HarmonyOS","武器库","Web Development","Back-End Development","Official Resources","flask","Full-stack frameworks, but data-layer agnostic","📚 فهرست","REST Framework","Web Frameworks \u0026 RESTful API","WEB","工具集","📦 Additional Python Libraries"],"sub_categories":["Synchronous","Frameworks:","Data Management","Веб-разработка","Official Resources","Uncategorized","Windows Manager","后端","وب و توسعه وب","Resource Management","Drone Frames","代码工具-py","Web \u0026 APIs"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpallets%2Fflask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpallets%2Fflask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpallets%2Fflask/lists"}