{"id":19342669,"url":"https://github.com/adamyala/pypyjs-examples-remix","last_synced_at":"2025-07-22T14:05:02.642Z","repository":{"id":70105960,"uuid":"112844649","full_name":"adamyala/pypyjs-examples-remix","owner":"adamyala","description":"Even more pypyjs examples","archived":false,"fork":false,"pushed_at":"2017-12-02T14:40:35.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T08:48:40.089Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/adamyala.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":"2017-12-02T13:34:42.000Z","updated_at":"2017-12-02T14:34:37.000Z","dependencies_parsed_at":"2023-03-10T13:30:40.234Z","dependency_job_id":null,"html_url":"https://github.com/adamyala/pypyjs-examples-remix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adamyala/pypyjs-examples-remix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamyala%2Fpypyjs-examples-remix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamyala%2Fpypyjs-examples-remix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamyala%2Fpypyjs-examples-remix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamyala%2Fpypyjs-examples-remix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamyala","download_url":"https://codeload.github.com/adamyala/pypyjs-examples-remix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamyala%2Fpypyjs-examples-remix/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266507366,"owners_count":23940055,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-11-10T03:35:52.425Z","updated_at":"2025-07-22T14:05:02.621Z","avatar_url":"https://github.com/adamyala.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pypyjs-examples-remix\n\nThis is a repository of more pypyjs examples. It's meant to demonstrate JavaScript code functionality along with the same exact functionality in Python.\n\nI struggled through understanding [pypyjs-examples](https://github.com/pypyjs/pypyjs-examples) so I wanted to create some simpler demos for people to learn from.\n\n# Use\n\nThis project submodules the [pypyjs-release](https://github.com/pypyjs/pypyjs-release) repo so you don't have to build it yourself. To get this project in working order run the below commands:\n\n```bash\ngit clone git@github.com:adamyala/pypyjs-examples-remix.git\ncd pypyjs-examples-remix\ngit submodule update --init --recursive\n```\n\nOnce the repo is cloned and the submodules are initialized, run one of the two below commmands to serve the files:\n\n```bash\n# python2\npython -m SimpleHTTPServer\n# python3\npython -m http.server\n```\n\nOnce the server is running visit http://127.0.0.1:8000/, browse to and click on the file you wish to load.\n\n## Running pypyjs examples\n\nLoading pypyjs into a browser takes a bit of time (usually less than a second) and is a highly experimental process. When running the pypyjs examples in this repository it is recommended that you keep your browser's console open to look for errors.\n\nInternet Explorer is not supported.\n\n# Contents\n\nBelow is a description of each file.\n\n\u003ctable\u003e\n    \u003cthead\u003e\n        \u003ctr\u003e\n            \u003cth\u003eFile\u003c/th\u003e\n            \u003cth\u003eDescription\u003c/th\u003e\n        \u003c/tr\u003e\n    \u003c/thead\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\n            \u003ctd\u003ebutton/button-js.html\u003c/td\u003e\n            \u003ctd\u003eThe most basic jQuery example in this repo\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003ebutton/button-py.html\u003c/td\u003e\n            \u003ctd\u003eThe most basic pypyjs wrapped jQuery example in this repo\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003ecolorful/colorful-js.html\u003c/td\u003e\n            \u003ctd\u003eA pure JavaScript example borrowed from this \u003ca href=\"https://codepen.io/raftastrock/pen/paufw\"\u003ecodepen\u003c/a\u003e\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003ecolorful/colorful-py.html\u003c/td\u003e\n            \u003ctd\u003eThe colorful-js example rewritten in pypyjs and python\u003c/td\u003e\n        \u003c/tr\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamyala%2Fpypyjs-examples-remix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamyala%2Fpypyjs-examples-remix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamyala%2Fpypyjs-examples-remix/lists"}