{"id":14065437,"url":"https://github.com/ischaojie/flask-more","last_synced_at":"2026-05-19T10:01:21.470Z","repository":{"id":49746237,"uuid":"517266994","full_name":"ischaojie/flask-more","owner":"ischaojie","description":"Modernized flask api builder with validator and openapi.","archived":false,"fork":false,"pushed_at":"2024-03-20T13:06:00.000Z","size":840,"stargazers_count":17,"open_issues_count":3,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-08T03:37:53.659Z","etag":null,"topics":["api","flask","flask-extension","openapi","pydantic","python","schema","swagger"],"latest_commit_sha":null,"homepage":"https://flask-more.chaojie.fun","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/ischaojie.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-07-24T08:24:53.000Z","updated_at":"2025-10-06T09:39:22.000Z","dependencies_parsed_at":"2024-03-20T14:31:32.719Z","dependency_job_id":"1c291909-28c1-4ad2-99bc-0ddff5f083f3","html_url":"https://github.com/ischaojie/flask-more","commit_stats":{"total_commits":43,"total_committers":2,"mean_commits":21.5,"dds":0.3023255813953488,"last_synced_commit":"e4b90a5333b3c8c8e2e6a3497f5293b31421ac09"},"previous_names":["ischaojie/flask-lan"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/ischaojie/flask-more","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ischaojie%2Fflask-more","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ischaojie%2Fflask-more/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ischaojie%2Fflask-more/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ischaojie%2Fflask-more/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ischaojie","download_url":"https://codeload.github.com/ischaojie/flask-more/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ischaojie%2Fflask-more/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001455,"owners_count":26083102,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","flask","flask-extension","openapi","pydantic","python","schema","swagger"],"created_at":"2024-08-13T07:04:29.497Z","updated_at":"2025-10-11T08:35:31.595Z","avatar_url":"https://github.com/ischaojie.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Flask-More\n\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ischaojie/flask-more/ci.yml?branch=main\u0026style=flat-square)\n[![codecov](https://codecov.io/gh/ischaojie/flask-more/branch/main/graph/badge.svg?token=FPBE0LGDCO)](https://codecov.io/gh/ischaojie/flask-more)\n[![PyPI](https://img.shields.io/pypi/v/flask-more?style=flat-square)](https://pypi.org/project/Flask-More/)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/flask-more?style=flat-square)\n![GitHub](https://img.shields.io/github/license/ischaojie/flask-more?style=flat-square)\n\nModernized Flask API builder with schema validator and OpenAPI.\n\n\n\u003e **Warning**\n\u003e\n\u003e Currently, `Flask-More` is still under active development(before v1.0.0).\n\u003e\n\u003e Be careful to use it in production.\n\nFlask-More is kind of like the famous library [FastAPI](https://github.com/tiangolo/fastapi), bringing part of its brilliant features to your Flask application, you can see a lot of similarities between the two.\n\nFor example, it uses [Pydantic](https://github.com/samuelcolvin/pydantic) for request and response validation,\nit will auto-generate `OpenAPI` API docs and so on.\n\n## Feature\n\n-   Intuitive and easy to use.\n-   Request/Response validation based on type hinting(by Pydantic).\n-   Auto-generated `OpenAPI` docs(both swagger and redoc).\n-   Designed for API development.\n\n## Quick start\n\n```bash\npython -m pip install flask-more\n```\n\nYou can view and run the code in the [example](https://github.com/ischaojie/flask-more/tree/main/example) file.\nThen open [http://127.0.0.1:5000/docs](http://127.0.0.1:5000/docs) you will see the API docs like this:\n\n![docs](https://img.chaojie.fun/flask-lan-docs.png)\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fischaojie%2Fflask-more","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fischaojie%2Fflask-more","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fischaojie%2Fflask-more/lists"}