{"id":19477225,"url":"https://github.com/swapnanildutta/flask-practice","last_synced_at":"2026-05-15T17:05:31.290Z","repository":{"id":104492848,"uuid":"282952849","full_name":"swapnanildutta/Flask-Practice","owner":"swapnanildutta","description":"Just playing around with Flask. Flask is a lightweight WSGI web application framework. It is quick and easy, with the ability to scale up to complex applications.","archived":false,"fork":false,"pushed_at":"2020-08-03T16:30:48.000Z","size":121,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-17T17:34:05.601Z","etag":null,"topics":["back-end","backend","flask","flask-api","flask-application","flask-restful","flask-server","flask-sqlalchemy","hacktoberfest","python3"],"latest_commit_sha":null,"homepage":"","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/swapnanildutta.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":"2020-07-27T16:24:08.000Z","updated_at":"2020-10-03T16:05:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5f29de6-0975-44d6-aa7c-e3146e8d1a3f","html_url":"https://github.com/swapnanildutta/Flask-Practice","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/swapnanildutta/Flask-Practice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnanildutta%2FFlask-Practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnanildutta%2FFlask-Practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnanildutta%2FFlask-Practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnanildutta%2FFlask-Practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swapnanildutta","download_url":"https://codeload.github.com/swapnanildutta/Flask-Practice/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnanildutta%2FFlask-Practice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33072976,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["back-end","backend","flask","flask-api","flask-application","flask-restful","flask-server","flask-sqlalchemy","hacktoberfest","python3"],"created_at":"2024-11-10T19:44:04.626Z","updated_at":"2026-05-15T17:05:31.261Z","avatar_url":"https://github.com/swapnanildutta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![HitCount](http://hits.dwyl.com/swapnanildutta/Flask-Practice.svg)](http://hits.dwyl.com/swapnanildutta/Flask-Practice)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) \n# Flask-Practice ![alt text](https://github.com/swapnanildutta/Flask-Practice/blob/master/Images/flask_small.png \"Flask Logo\")\n\nFlask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions. However, Flask supports extensions that can add application features as if they were implemented in Flask itself. Extensions exist for object-relational mappers, form validation, upload handling, various open authentication technologies and several common framework related tools. Extensions are updated far more frequently than the core Flask program.\n\nFlask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks.\n\nFlask offers suggestions, but doesn't enforce any dependencies or project layout. It is up to the developer to choose the tools and libraries they want to use. There are many extensions provided by the community that make adding new functionality easy.\n\n## Features:\n- Development server and debugger\n- Integrated support for unit testing\n- RESTful request dispatching\n- Uses Jinja templating\n- Support for secure cookies (client side sessions)\n- 100% WSGI 1.0 compliant\n- Unicode-based\n- Extensive documentation\n- Google App Engine compatibility\n- Extensions available to enhance features desired\n\n## Example:\n\n### Code:\n```python\nfrom flask import Flask\napp = Flask(__name__)\n\n@app.route(\"/\")\ndef hello():\n    return \"Hello World!\"\n\nif __name__ == \"__main__\":\n    app.run()\n```\n\n### Output:\n![Terminal Execution](https://github.com/swapnanildutta/Flask-Practice/blob/master/Images/flaskrunning.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswapnanildutta%2Fflask-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswapnanildutta%2Fflask-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswapnanildutta%2Fflask-practice/lists"}