{"id":15061530,"url":"https://github.com/ahmetkotan/dupgee","last_synced_at":"2025-04-10T08:59:02.458Z","repository":{"id":57424588,"uuid":"441766252","full_name":"ahmetkotan/dupgee","owner":"ahmetkotan","description":"Mini Web Framework on MicroPython (Esp8266)","archived":false,"fork":false,"pushed_at":"2021-12-26T00:40:01.000Z","size":219,"stargazers_count":37,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T08:12:10.406Z","etag":null,"topics":["esp8266","framework","micropython","micropython-esp8266","web"],"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/ahmetkotan.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":"2021-12-25T22:07:55.000Z","updated_at":"2023-09-14T10:11:33.000Z","dependencies_parsed_at":"2022-09-14T08:11:28.201Z","dependency_job_id":null,"html_url":"https://github.com/ahmetkotan/dupgee","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmetkotan%2Fdupgee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmetkotan%2Fdupgee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmetkotan%2Fdupgee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmetkotan%2Fdupgee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmetkotan","download_url":"https://codeload.github.com/ahmetkotan/dupgee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247785950,"owners_count":20995645,"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":["esp8266","framework","micropython","micropython-esp8266","web"],"created_at":"2024-09-24T23:20:57.418Z","updated_at":"2025-04-10T08:59:02.437Z","avatar_url":"https://github.com/ahmetkotan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dupgee\nDupgee is a mini web framework developed for micro-python(Tested on esp8266).\n\n## Installation\n```shell\npip install dupgee\n```\n\n## Create Project\n```shell\ndupgee create newproject\n```\n\nLet's code in `pages.py` and add view to `urls.py`. \nWhen project has created, example views and urls already exists.\nEdit `WIFI_SSID` and `WIFI_PASSWORD` variables in `newproject/runner.py` file.\n\n## Run\nThis operation needs `adafruit-ampy` package. See also [https://learn.adafruit.com/micropython-basics-load-files-and-run-code/install-ampy](https://learn.adafruit.com/micropython-basics-load-files-and-run-code/install-ampy) installation and other details.  \n\n* Move files\n```shell\nampy --port /dev/\u003cyour-serial-port\u003e put newproject/\n```\n\n* Run\nIn host machine\n```shell\nampy --port /dev/\u003cyour-serial-port\u003e run newproject/runner.py\n\n# or another port\nampy --port /dev/\u003cyour-serial-port\u003e run newproject/runner.py 8000\n```\n\nIn serial connected python interpreter\n```python\nexec(open(\"./newproject/runner.py\").read(), globals())\n```\n\n## Test\n![Run dupgee](screenshots/run.png)\n![Browser](screenshots/homepage.png)\n![Curl request](screenshots/curl.png)\n\n# Contributing\nSee; [https://github.com/ahmetkotan/dupgee](https://github.com/ahmetkotan/dupgee)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmetkotan%2Fdupgee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmetkotan%2Fdupgee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmetkotan%2Fdupgee/lists"}