{"id":16137857,"url":"https://github.com/ubolonton/denopy","last_synced_at":"2026-02-10T02:07:34.811Z","repository":{"id":218096560,"uuid":"739959993","full_name":"ubolonton/denopy","owner":"ubolonton","description":"Deno binding for Python","archived":false,"fork":false,"pushed_at":"2024-09-19T02:06:33.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-16T21:51:15.858Z","etag":null,"topics":["binding","deno","javascript","pyo3","python","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ubolonton.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-01-07T04:23:55.000Z","updated_at":"2024-09-19T02:06:02.000Z","dependencies_parsed_at":"2024-03-03T16:31:31.509Z","dependency_job_id":"160360bb-7973-47cb-b706-8c453f9c7a0a","html_url":"https://github.com/ubolonton/denopy","commit_stats":null,"previous_names":["ubolonton/denopy"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubolonton%2Fdenopy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubolonton%2Fdenopy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubolonton%2Fdenopy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubolonton%2Fdenopy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubolonton","download_url":"https://codeload.github.com/ubolonton/denopy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244259812,"owners_count":20424618,"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":["binding","deno","javascript","pyo3","python","rust"],"created_at":"2024-10-09T23:29:51.136Z","updated_at":"2026-02-10T02:07:29.785Z","avatar_url":"https://github.com/ubolonton.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DenoPy (WIP)\n\nBare-minimum binding of `deno_core`, for embedding JavaScript in Python.\n\nExample:\n```python\nimport denopy\nr = denopy.Runtime()\nr.eval(\"['1', '2', '3'].map(parseInt)\")\n```\n\n## Notes\n\n- This supports only blocking JavaScript, not `async/await`.\n    - Most JavaScript embedding use cases I've seen so far involve pure logic, not I/O.\n    - Juggling `async/await` across 3 languages is a lot of work.\n- Deno has multiple layers, in decreasing order of functionalities: `cli` -\u003e `deno_runtime` -\u003e `deno_core` -\u003e `v8`. The first 2 are not stable, so we bind the 3rd one. This means:\n    - No TypeScript.\n    - No [npm module import](https://docs.deno.com/runtime/manual/node).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubolonton%2Fdenopy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubolonton%2Fdenopy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubolonton%2Fdenopy/lists"}