{"id":16553636,"url":"https://github.com/kevyder/flask_template","last_synced_at":"2026-03-09T05:32:30.803Z","repository":{"id":203636191,"uuid":"704282176","full_name":"kevyder/flask_template","owner":"kevyder","description":"Flask template project with preconfigured tools","archived":false,"fork":false,"pushed_at":"2026-03-04T00:33:57.000Z","size":557,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-04T05:25:37.662Z","etag":null,"topics":["flask","python"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kevyder.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-13T00:02:51.000Z","updated_at":"2026-03-04T00:33:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c9db4a2-f4cf-4875-bd4b-f29c301d1fa0","html_url":"https://github.com/kevyder/flask_template","commit_stats":null,"previous_names":["kevyder/flask_template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/kevyder/flask_template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevyder%2Fflask_template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevyder%2Fflask_template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevyder%2Fflask_template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevyder%2Fflask_template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevyder","download_url":"https://codeload.github.com/kevyder/flask_template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevyder%2Fflask_template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30283915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"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":["flask","python"],"created_at":"2024-10-11T19:48:58.260Z","updated_at":"2026-03-09T05:32:30.796Z","avatar_url":"https://github.com/kevyder.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Template\r\n\r\nA ready-to-use Flask project template with preconfigured development and testing tools.\r\n\r\n## Features\r\n\r\n- [Flask](https://flask.palletsprojects.com/) 3.1.2\r\n- Dependency management with [uv](https://github.com/astral-sh/uv)\r\n- Linting and formatting: [ruff](https://github.com/astral-sh/ruff)\r\n- Pre-commit hooks configured\r\n- Testing with [pytest](https://docs.pytest.org/) and [coverage](https://coverage.readthedocs.io/)\r\n- Docker-ready\r\n\r\n## Requirements\r\n\r\n- Python 3.14.0\r\n- [uv](https://github.com/astral-sh/uv) 0.9.11\r\n- Docker (optional)\r\n\r\n## Usage\r\n\r\n### Install uv 0.9.11\r\n\r\n```sh\r\npip install uv==0.9.11\r\n```\r\n\r\n### Install project dependencies\r\n\r\n```sh\r\nuv sync\r\n```\r\n\r\n### Run locally\r\n\r\n```sh\r\nflask run --host=0.0.0.0 --port=8080 --debug\r\n```\r\n\r\nOr simply:\r\n\r\n```sh\r\npython app.py\r\n```\r\n\r\n### Run with Docker\r\n\r\n```sh\r\ndocker-compose up --build\r\n```\r\n\r\nThe app will be available at [http://localhost:8080](http://localhost:8080).\r\n\r\n## Testing\r\n\r\n```sh\r\npytest\r\n```\r\n\r\n## Pre-commit\r\n\r\nInstall pre-commit hooks:\r\n\r\n```sh\r\npre-commit install\r\n```\r\n\r\n## Project structure\r\n\r\n```\r\n.\r\n├── app.py\r\n├── Dockerfile\r\n├── docker-compose.yml\r\n├── pyproject.toml\r\n├── uv.lock\r\n├── README.md\r\n├── tests/\r\n└── ...\r\n```\r\n\r\n## License\r\n\r\nThis project is licensed under the Apache 2.0 License. See the [LICENSE](LICENSE) file for details.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevyder%2Fflask_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevyder%2Fflask_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevyder%2Fflask_template/lists"}