{"id":39960733,"url":"https://github.com/fbergmann/pyodide-copasi","last_synced_at":"2026-01-18T21:07:05.651Z","repository":{"id":233853949,"uuid":"771573954","full_name":"fbergmann/pyodide-copasi","owner":"fbergmann","description":"Vue3 Project using Pyodide / basico and python-copasi emscripten","archived":false,"fork":false,"pushed_at":"2024-06-21T13:23:08.000Z","size":3831,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-22T05:55:36.119Z","etag":null,"topics":["copasi","primevue","sbml","sbml-simulation","vue3"],"latest_commit_sha":null,"homepage":"https://fbergmann.github.io/pyodide-copasi","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fbergmann.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":"2024-03-13T14:48:34.000Z","updated_at":"2024-06-22T05:55:39.528Z","dependencies_parsed_at":null,"dependency_job_id":"92c965d6-6256-4ae4-bdd8-63ce0ad82998","html_url":"https://github.com/fbergmann/pyodide-copasi","commit_stats":null,"previous_names":["fbergmann/pyodide-copasi"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fbergmann/pyodide-copasi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbergmann%2Fpyodide-copasi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbergmann%2Fpyodide-copasi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbergmann%2Fpyodide-copasi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbergmann%2Fpyodide-copasi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fbergmann","download_url":"https://codeload.github.com/fbergmann/pyodide-copasi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbergmann%2Fpyodide-copasi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28550574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T20:59:07.572Z","status":"ssl_error","status_checked_at":"2026-01-18T20:59:02.799Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["copasi","primevue","sbml","sbml-simulation","vue3"],"created_at":"2026-01-18T21:07:04.989Z","updated_at":"2026-01-18T21:07:05.645Z","avatar_url":"https://github.com/fbergmann.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GitHub Release](https://img.shields.io/github/v/release/fbergmann/pyodide-copasi)\n ![GitHub License](https://img.shields.io/github/license/fbergmann/pyodide-copasi)\n\n# pyodide-copasi\n\nThis basic website demonstrates using COPASI with Pyodide and Vue3. \nIt uses the [sakai template](sakai.primevue.org/#/documentation). For the basic \nsetup you'd use: \n\n```bash\ngit clone https://github.com/fbergmann/pyodide-copasi\ncd pyodide-copasi\nnpm i \n```\n\nThe special version of pyodide (that includes COPASI + basico) can be downloaded from the \nrelease page. It has to be extracted as `./public/pyodide`. So assuming you are in the\nproject directory:\n\n```bash\ncd public\nwget https://github.com/fbergmann/pyodide-copasi/releases/download/v0.0.1/pyodide.zip\nunzip pyodide.zip\nrm pyodide.zip\ncd ..\n```\n\nIf you want to debug the page you run: \n\n```bash\nnpm run dev\n```\n\nto build the static HTML + javascript page you'd run: \n\n```bash\nnpm run build\n```\n\nThis creates the `pyodide-copasi` directory with the latest version. This is the version deployed at: \n\n\u003chttps://fbergmann.github.io/pyodide-copasi\u003e\n\nTo serve it locally you can just run: \n\n```bash\nwget https://github.com/fbergmann/pyodide-copasi/releases/download/v0.0.1/pyodide-copasi.zip\nunzip pyodide-copasi.zip\nrm pyodide-copasi.zip\npython3 -m http.server\n```\n \nand access the page at \u003chttp://localhost:8000/pyodide-copasi\u003e. \n\n## Download the pre-built version\nYou could also just download the latest `pyodide-copasi.zip` file extract it and have it served as installation: \n\n```bash\npython3 -m http.server\n```\n\nI leave the automatically generated documentation from the template below: \n\n## Recommended IDE Setup\n\n[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).\n\n## Type Support for `.vue` Imports in TS\n\nTypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.\n\nIf the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:\n\n1. Disable the built-in TypeScript Extension\n    1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette\n    2) Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`\n2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.\n\n## Customize configuration\n\nSee [Vite Configuration Reference](https://vitejs.dev/config/).\n\n## Project Setup\n\n```sh\nnpm install\n```\n\n### Compile and Hot-Reload for Development\n\n```sh\nnpm run dev\n```\n\n### Type-Check, Compile and Minify for Production\n\n```sh\nnpm run build\n```\n\n### Run Unit Tests with [Vitest](https://vitest.dev/)\n\n```sh\nnpm run test:unit\n```\n\n### Run End-to-End Tests with [Playwright](https://playwright.dev)\n\n```sh\n# Install browsers for the first run\nnpx playwright install\n\n# When testing on CI, must build the project first\nnpm run build\n\n# Runs the end-to-end tests\nnpm run test:e2e\n# Runs the tests only on Chromium\nnpm run test:e2e -- --project=chromium\n# Runs the tests of a specific file\nnpm run test:e2e -- tests/example.spec.ts\n# Runs the tests in debug mode\nnpm run test:e2e -- --debug\n```\n\n### Lint with [ESLint](https://eslint.org/)\n\n```sh\nnpm run lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbergmann%2Fpyodide-copasi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffbergmann%2Fpyodide-copasi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbergmann%2Fpyodide-copasi/lists"}