{"id":22840874,"url":"https://github.com/danilo-01-code/micropyweb","last_synced_at":"2025-03-31T04:37:26.385Z","repository":{"id":267678464,"uuid":"902021519","full_name":"Danilo-01-code/MicroPyWeb","owner":"Danilo-01-code","description":"A minimalist web framework","archived":false,"fork":false,"pushed_at":"2025-01-22T13:46:55.000Z","size":5499,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T09:13:22.027Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Danilo-01-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2024-12-11T18:49:16.000Z","updated_at":"2025-01-22T13:46:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a1c1271-d20d-4be3-a91c-c196379fa8e3","html_url":"https://github.com/Danilo-01-code/MicroPyWeb","commit_stats":null,"previous_names":["danilo-01-code/micropyweb"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danilo-01-code%2FMicroPyWeb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danilo-01-code%2FMicroPyWeb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danilo-01-code%2FMicroPyWeb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danilo-01-code%2FMicroPyWeb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Danilo-01-code","download_url":"https://codeload.github.com/Danilo-01-code/MicroPyWeb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246418698,"owners_count":20773935,"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":[],"created_at":"2024-12-13T01:13:54.556Z","updated_at":"2025-03-31T04:37:26.361Z","avatar_url":"https://github.com/Danilo-01-code.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Micorpyweb\r\n\r\nMicropyweb is a minimalist WSGI aplication, is simple and inspired in Flask and FastApi syntax\r\n\r\n## A simple example\r\n\r\n```python\r\nfrom micropyweb.core import MicroPyWeb\r\nfrom micropyweb.templating import render_response\r\n\r\n# MicroPyWeb instance initalization \r\napp = MicroPyWeb()\r\n\r\n# root page \r\n@app.route()\r\ndef index(): \r\n    return render_response(\"index.html\")\r\n```\r\n\r\nto see more examples check the dir 'examples'\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilo-01-code%2Fmicropyweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanilo-01-code%2Fmicropyweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilo-01-code%2Fmicropyweb/lists"}