You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-16Lines changed: 28 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,26 @@
1
-
# CellML generation for the CellDL Editor
1
+
# Python tooling for the CellDL Editor
2
2
3
-
This package provides a Javascript function to convert[BG-RDF](https://bg-rdf.org/) bond-graph models, created by the CellDL Editor, into [CellML](https://cellml.org). It does so by bundling the [bg2cellml](https://github.com/CellDL/BG-Tools) Python package with [Pyodide](https://pyodide.org), allowing it to be used in a Javascript envirinment.
3
+
This package allows [CellML](https://cellml.org) to be generated for[BG-RDF](https://bg-rdf.org/) bond-graph models created by the CellDL Editor. It does so by bundling the [bg2cellml](https://github.com/CellDL/BG-Tools) Python package with the [Pyodide](https://pyodide.org) distribution, allowing `bg2cellml` to be used in a Javascript envirinment.
4
4
5
-
It is intended to be used in conjunction with the [@celldl/editor](https://www.npmjs.com/package/@celldl/editor) Vue 3 component.
5
+
It is intended to be used with the [@celldl/editor](https://www.npmjs.com/package/@celldl/editor) Vue 3 component and the [@celldl/editor-rdf](https://www.npmjs.com/package/@celldl/editor-rdf) BG-RDF framework.
6
6
7
7
8
8
## Installation
9
9
10
10
```
11
-
bun add @celldl/editor-tools
11
+
bun add @celldl/editor-python-tools
12
12
```
13
13
14
14
## Usage
15
15
16
16
-**vite.config.ts:**
17
17
18
-
The use of these tools in a Vite production environment requires a plugin to allow Pyodide to be loaded:
18
+
The use of these tools in a Vite production environment requires a plugin for Pyodide:
0 commit comments