{"id":18313184,"url":"https://github.com/damiencorpataux/micropython-mhask","last_synced_at":"2026-05-09T00:03:54.462Z","repository":{"id":57441362,"uuid":"226111271","full_name":"damiencorpataux/micropython-mhask","owner":"damiencorpataux","description":"Micropython HTTP Asynchronous Service like Flask","archived":false,"fork":false,"pushed_at":"2019-12-06T17:37:52.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T06:28:55.521Z","etag":null,"topics":["asyncio","flask","http-server","microframework","micropython","rest","uasyncio"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/damiencorpataux.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}},"created_at":"2019-12-05T13:41:58.000Z","updated_at":"2024-03-03T11:12:45.000Z","dependencies_parsed_at":"2022-09-02T08:12:54.305Z","dependency_job_id":null,"html_url":"https://github.com/damiencorpataux/micropython-mhask","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damiencorpataux%2Fmicropython-mhask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damiencorpataux%2Fmicropython-mhask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damiencorpataux%2Fmicropython-mhask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damiencorpataux%2Fmicropython-mhask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damiencorpataux","download_url":"https://codeload.github.com/damiencorpataux/micropython-mhask/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036482,"owners_count":21037171,"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":["asyncio","flask","http-server","microframework","micropython","rest","uasyncio"],"created_at":"2024-11-05T16:26:49.357Z","updated_at":"2026-05-09T00:03:54.434Z","avatar_url":"https://github.com/damiencorpataux.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"micropython-mhask\n=================\n\nMicropython HTTP Asynchronous Service like Flask\n\nInstall\n-------\n```sh\nmicropython -m upip install micropython-mhask\n```\n\nUsage\n-----\n```python3\napp = mhask.App(__name__)\n\n@app.route('/')\ndef index():\n    return 'Hello'\n\napp.run()\n```\nSee more examples at https://github.com/damiencorpataux/micropython-mhask/blob/master/examples.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamiencorpataux%2Fmicropython-mhask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamiencorpataux%2Fmicropython-mhask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamiencorpataux%2Fmicropython-mhask/lists"}