{"id":16321108,"url":"https://github.com/reteprelleum/webserver","last_synced_at":"2026-05-07T15:32:02.565Z","repository":{"id":215171763,"uuid":"231524219","full_name":"RetepRelleum/WebServer","owner":"RetepRelleum","description":"WebServer for Micropython wirh Python executable","archived":false,"fork":false,"pushed_at":"2020-12-06T06:48:21.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-11T20:40:47.434Z","etag":null,"topics":["esp32","micropython","python3","webpython","webserver"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RetepRelleum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-01-03T06:14:15.000Z","updated_at":"2020-12-06T06:48:23.000Z","dependencies_parsed_at":"2024-01-03T00:44:54.027Z","dependency_job_id":"3867fd59-c845-4569-bafb-6af823aa5a04","html_url":"https://github.com/RetepRelleum/WebServer","commit_stats":null,"previous_names":["reteprelleum/webserver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RetepRelleum/WebServer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RetepRelleum%2FWebServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RetepRelleum%2FWebServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RetepRelleum%2FWebServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RetepRelleum%2FWebServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RetepRelleum","download_url":"https://codeload.github.com/RetepRelleum/WebServer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RetepRelleum%2FWebServer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281570358,"owners_count":26523793,"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-29T02:00:06.901Z","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":["esp32","micropython","python3","webpython","webserver"],"created_at":"2024-10-10T22:46:29.383Z","updated_at":"2025-10-29T06:03:54.741Z","avatar_url":"https://github.com/RetepRelleum.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebServer\n\nWeb server for Micropython tested an ESP32 and Python 3.7 with support for the execution of Python code\n\n1 the call http://esp32.home/eval?8/4 returns 2.\n\n2 the call http://esp32.home/exec?print('hallo') prints hallo in the stdout.\n\n3 in the called html document the mark \u003cwupy eval = 'xxx' /\u003e is replaced by the return value. xxx is any python expression.\n\n4 in the called html document the mark \u003cwupy exec = 'xxx' /\u003e is replaced by ''''. xxx is any python expression.\n\n## Example:\n\n    \u003ch1\u003etime related functions\u003c/h1\u003e\n    \u003ctable\u003e\n        \u003ctr\u003e\n            \u003cth\u003eConvert a time expressed in seconds since the Epoch\u003c/th\u003e\n            \u003cth\u003e\n                \u003cwupy eval=\"time.localtime()\" /\u003e\n            \u003c/th\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003cth\u003eThe number of seconds, as an integer, since the Epoch\u003c/th\u003e\n            \u003cth\u003e\n                \u003cwupy eval=\"time.time()\" /\u003e\n            \u003c/th\u003e\n        \u003c/tr\u003e\n    \u003c/table\u003e\n\n    \u003cscript\u003e\n        $(document).ready(function () {\n            $(\"button\").click(function () {\n                $.get(\"exec?machine.Pin(5,machine.Pin.OUT).value(0)\", function (data, status) {\n                    alert(\"Data: \" + data + \"\\nStatus: \" + status);\n                });\n            });\n        });\n    \u003c/script\u003e\n\n    \u003cbutton\u003eled on at ESP32 lolin pro\u003c/button\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freteprelleum%2Fwebserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freteprelleum%2Fwebserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freteprelleum%2Fwebserver/lists"}