{"id":26975561,"url":"https://github.com/bhznjns/pyqwebwindow","last_synced_at":"2025-04-03T11:21:16.965Z","repository":{"id":283938058,"uuid":"953337946","full_name":"BHznJNs/PyQWebWindow","owner":"BHznJNs","description":"Another way to build Python Webview GUI applications.","archived":false,"fork":false,"pushed_at":"2025-03-30T08:43:43.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T09:27:18.655Z","etag":null,"topics":["webview"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/PyQWebWindow/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BHznJNs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-23T05:45:36.000Z","updated_at":"2025-03-30T08:43:47.000Z","dependencies_parsed_at":"2025-03-30T09:24:26.097Z","dependency_job_id":null,"html_url":"https://github.com/BHznJNs/PyQWebWindow","commit_stats":null,"previous_names":["bhznjns/pyqwebwindow"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BHznJNs%2FPyQWebWindow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BHznJNs%2FPyQWebWindow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BHznJNs%2FPyQWebWindow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BHznJNs%2FPyQWebWindow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BHznJNs","download_url":"https://codeload.github.com/BHznJNs/PyQWebWindow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246989728,"owners_count":20865331,"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":["webview"],"created_at":"2025-04-03T11:21:16.364Z","updated_at":"2025-04-03T11:21:16.940Z","avatar_url":"https://github.com/BHznJNs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyQWebWindow\n\nAnother way to build Python webview GUI applications.\n\n## Getting started\n\n### Install\n\n```bash\npip install PyQWebWindow\n```\n\n### Hello world\n\n```python\nfrom PyQWebWindow import QWebWindow, QAppManager\n\napp = QAppManager(debugging=True)\nwindow = QWebWindow()\nwindow.set_html(\"\u003ch1\u003eHello World!\u003c/h1\u003e\")\nwindow.start()\napp.exec()\n```\n\n## Development\n\n### Run Tests\n\n```shell\npytest tests\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhznjns%2Fpyqwebwindow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhznjns%2Fpyqwebwindow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhznjns%2Fpyqwebwindow/lists"}