{"id":20482409,"url":"https://github.com/agoose77/not-dead-yet","last_synced_at":"2026-05-06T02:32:32.640Z","repository":{"id":76067482,"uuid":"398575288","full_name":"agoose77/not-dead-yet","owner":"agoose77","description":"Stupid simple live-server implementation in Python","archived":false,"fork":false,"pushed_at":"2022-07-12T17:37:37.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-11T10:30:07.219Z","etag":null,"topics":["css","html","js","live-server","python"],"latest_commit_sha":null,"homepage":"","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/agoose77.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-21T14:14:25.000Z","updated_at":"2022-12-27T00:14:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ce05561-3a19-4038-a03e-8930921e4dd0","html_url":"https://github.com/agoose77/not-dead-yet","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/agoose77/not-dead-yet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoose77%2Fnot-dead-yet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoose77%2Fnot-dead-yet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoose77%2Fnot-dead-yet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoose77%2Fnot-dead-yet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agoose77","download_url":"https://codeload.github.com/agoose77/not-dead-yet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoose77%2Fnot-dead-yet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32676148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"online","status_checked_at":"2026-05-06T02:00:08.308Z","response_time":117,"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":["css","html","js","live-server","python"],"created_at":"2024-11-15T16:12:47.633Z","updated_at":"2026-05-06T02:32:32.587Z","avatar_url":"https://github.com/agoose77.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Not Dead Yet!\n[![pypi-badge][]][pypi] \n\n[pypi-badge]: https://img.shields.io/pypi/v/not-dead-yet\n[pypi]: https://pypi.org/project/not-dead-yet\n\n![Monty Python and the Holy Grail](https://media.giphy.com/media/1cv7Gwf0Utdeg/giphy.gif)\n\n`not_dead_yet` is a stupid simple web server, which provides a live-server over HTML files. \nIf any files in the given directory are modified, loaded HTML pages will refresh.\n\n## Usage\nLaunch a live server on `localhost:8080` with \n```bash\nndy serve .\n```\n\nSome users may prefer to use a more advanced change-detection routine than the simple polling API. External watchers can be used with `not-dead-yet` by disabling the file-watching feature, and triggering a reload over the TCP socket:\n```bash\n# Launch server\nndy serve --no-watch \u0026\n\n# Watch for changes, and call `ndy reload` when required\nwatchexec -w . -- ndy reload\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagoose77%2Fnot-dead-yet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagoose77%2Fnot-dead-yet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagoose77%2Fnot-dead-yet/lists"}