{"id":18824499,"url":"https://github.com/ugnmura/pyscript-solid","last_synced_at":"2025-10-30T18:41:23.899Z","repository":{"id":38296341,"uuid":"497634299","full_name":"ugnmura/pyscript-solid","owner":"ugnmura","description":"Write python code in Solid.js using Pyscript.","archived":false,"fork":false,"pushed_at":"2022-06-07T21:09:42.000Z","size":309,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T15:47:48.910Z","etag":null,"topics":["framework","javascript","jsx","library","pyscript","python","solid","solidjs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ugnmura.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-29T15:44:11.000Z","updated_at":"2024-10-18T19:47:33.000Z","dependencies_parsed_at":"2022-08-24T05:11:08.566Z","dependency_job_id":null,"html_url":"https://github.com/ugnmura/pyscript-solid","commit_stats":null,"previous_names":["ugnmura/pyscript-solid"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugnmura%2Fpyscript-solid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugnmura%2Fpyscript-solid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugnmura%2Fpyscript-solid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugnmura%2Fpyscript-solid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ugnmura","download_url":"https://codeload.github.com/ugnmura/pyscript-solid/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248807509,"owners_count":21164694,"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":["framework","javascript","jsx","library","pyscript","python","solid","solidjs","typescript"],"created_at":"2024-11-08T00:56:38.907Z","updated_at":"2025-10-30T18:41:18.829Z","avatar_url":"https://github.com/ugnmura.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyScript Solid\n[![npm](https://img.shields.io/npm/v/pyscript-solid?style=flat-square)](https://www.npmjs.com/package/pyscript-solid)\n[![License](https://shields.io/github/license/SushiWaUmai/pyscript-solid?style=flat-square)](https://github.com/SushiWaUmai/pyscript-solid/blob/main/LICENSE)\n\nUse [PyScript](https://pyscript.net/) together with [Solid.js](https://www.solidjs.com/).\n\n## Getting Started\n\n### Installation\nInstall pyscript-solid using npm:\n\n```\nnpm install pyscript-solid\n# or\nyarn add pyscript-solid\n# or\npnpm install pyscript-solid\n```\n\n### Usage\nSimple Hello World in pyscript-solid.\n\n```tsx\nimport type { Component } from \"solid-js\";\nimport { PyScript, PyScriptProvider } from \"pyscript-solid\";\n\nconst App: Component = () =\u003e {\n  return (\n\t\u003cPyScriptProvider\u003e\n\t  \u003cPyScript\u003eprint(\"Hello World\")\u003c/PyScript\u003e\n\t\u003c/PyScriptProvider\u003e\n  );\n};\n\nexport default App;\n```\n\nYou can find more examples under the [`examples`](https://github.com/SushiWaUmai/pyscript-solid/tree/main/examples) directory.\n\n## License\nThis library is lilcensed under the [MIT license](https://github.com/SushiWaUmai/pyscript-solid/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fugnmura%2Fpyscript-solid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fugnmura%2Fpyscript-solid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fugnmura%2Fpyscript-solid/lists"}