Skip to content

Commit 822bd97

Browse files
committed
Update the packages with the latest data.
1 parent f300068 commit 822bd97

292 files changed

Lines changed: 6370 additions & 1030 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api/all.json

Lines changed: 3147 additions & 477 deletions
Large diffs are not rendered by default.

api/last_run.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"last_run": "2025-11-20T21:11:32.112743+00:00"}
1+
{"last_run": "2026-01-21T11:23:39.458247+00:00"}

api/package/affine.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"status": "green",
3-
"notes": "Great news! The package `affine` is [officially supported](https://pyodide.org/en/stable/usage/packages-in-pyodide.html) in the latest Pyodide release used by PyScript.\n\nTo use it in PyScript simply add it to the `packages` section of your TOML configuration like this:\n\n```\npackages = [\"affine\" ]\n```\n\nOr if you're using a JSON configuration, like this:\n\n```\n{\n packages: [\"affine\"]\n }\n```\n\nRead more about using packages in PyScript [in our documentation](https://docs.pyscript.net/latest/user-guide/configuration/#packages).\n\nSpecifically, the following versions of the package are available for the following Pyodide releases:\n\nPyodide version: package name (version) (PyScript Version)\n\n* 0.29.0: affine (2.4.0) ([PyScript 2025.11.1](https://pyscript.net/releases/2025.11.1/))\n* 0.28.3: affine (2.4.0)\n* 0.28.2: affine (2.4.0)\n* 0.28.1: affine (2.4.0) ([PyScript 2025.8.1](https://pyscript.net/releases/2025.8.1/))\n* 0.28.0: affine (2.4.0)\n* 0.27.7: affine (2.4.0) ([PyScript 2025.7.3](https://pyscript.net/releases/2025.7.3/))\n* 0.27.6: affine (2.4.0) ([PyScript 2025.5.1](https://pyscript.net/releases/2025.5.1/))\n* 0.27.5: affine (2.4.0)\n* 0.27.4: affine (2.4.0)\n* 0.27.3: affine (2.4.0) ([PyScript 2025.3.1](https://pyscript.net/releases/2025.3.1/))\n* 0.27.2: affine (2.4.0) ([PyScript 2025.2.4](https://pyscript.net/releases/2025.2.4/))\n* 0.27.1: affine (2.4.0)\n* 0.27.0: affine (2.4.0)",
3+
"notes": "Great news! The package `affine` is [officially supported](https://pyodide.org/en/stable/usage/packages-in-pyodide.html) in the latest Pyodide release used by PyScript.\n\nTo use it in PyScript simply add it to the `packages` section of your TOML configuration like this:\n\n```\npackages = [\"affine\" ]\n```\n\nOr if you're using a JSON configuration, like this:\n\n```\n{\n packages: [\"affine\"]\n }\n```\n\nRead more about using packages in PyScript [in our documentation](https://docs.pyscript.net/latest/user-guide/configuration/#packages).\n\nSpecifically, the following versions of the package are available for the following Pyodide releases:\n\nPyodide version: package name (version) (PyScript Version)\n\n* 0.29.2: affine (2.4.0)\n* 0.29.1: affine (2.4.0) ([PyScript 2026.1.1](https://pyscript.net/releases/2026.1.1/))\n* 0.29.0: affine (2.4.0) ([PyScript 2025.11.1](https://pyscript.net/releases/2025.11.1/))\n* 0.28.3: affine (2.4.0)\n* 0.28.2: affine (2.4.0)\n* 0.28.1: affine (2.4.0) ([PyScript 2025.8.1](https://pyscript.net/releases/2025.8.1/))\n* 0.28.0: affine (2.4.0)\n* 0.27.7: affine (2.4.0) ([PyScript 2025.7.3](https://pyscript.net/releases/2025.7.3/))\n* 0.27.6: affine (2.4.0) ([PyScript 2025.5.1](https://pyscript.net/releases/2025.5.1/))\n* 0.27.5: affine (2.4.0)\n* 0.27.4: affine (2.4.0)\n* 0.27.3: affine (2.4.0) ([PyScript 2025.3.1](https://pyscript.net/releases/2025.3.1/))\n* 0.27.2: affine (2.4.0) ([PyScript 2025.2.4](https://pyscript.net/releases/2025.2.4/))\n* 0.27.1: affine (2.4.0)\n* 0.27.0: affine (2.4.0)",
44
"pyodide_versions": {
5+
"0.29.2": {
6+
"package_version": "2.4.0",
7+
"pyscript_version": "unknown"
8+
},
9+
"0.29.1": {
10+
"package_version": "2.4.0",
11+
"pyscript_version": "2026.1.1"
12+
},
513
"0.29.0": {
614
"package_version": "2.4.0",
715
"pyscript_version": "2025.11.1"

api/package/aiohappyeyeballs.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"status": "green",
3-
"notes": "Great news! The package `aiohappyeyeballs` is [officially supported](https://pyodide.org/en/stable/usage/packages-in-pyodide.html) in the latest Pyodide release used by PyScript.\n\nTo use it in PyScript simply add it to the `packages` section of your TOML configuration like this:\n\n```\npackages = [\"aiohappyeyeballs\" ]\n```\n\nOr if you're using a JSON configuration, like this:\n\n```\n{\n packages: [\"aiohappyeyeballs\"]\n }\n```\n\nRead more about using packages in PyScript [in our documentation](https://docs.pyscript.net/latest/user-guide/configuration/#packages).\n\nSpecifically, the following versions of the package are available for the following Pyodide releases:\n\nPyodide version: package name (version) (PyScript Version)\n\n* 0.29.0: aiohappyeyeballs (2.6.1) ([PyScript 2025.11.1](https://pyscript.net/releases/2025.11.1/))\n* 0.28.3: aiohappyeyeballs (2.6.1)\n* 0.28.2: aiohappyeyeballs (2.6.1)\n* 0.28.1: aiohappyeyeballs (2.6.1) ([PyScript 2025.8.1](https://pyscript.net/releases/2025.8.1/))\n* 0.28.0: aiohappyeyeballs (2.6.1)",
3+
"notes": "Great news! The package `aiohappyeyeballs` is [officially supported](https://pyodide.org/en/stable/usage/packages-in-pyodide.html) in the latest Pyodide release used by PyScript.\n\nTo use it in PyScript simply add it to the `packages` section of your TOML configuration like this:\n\n```\npackages = [\"aiohappyeyeballs\" ]\n```\n\nOr if you're using a JSON configuration, like this:\n\n```\n{\n packages: [\"aiohappyeyeballs\"]\n }\n```\n\nRead more about using packages in PyScript [in our documentation](https://docs.pyscript.net/latest/user-guide/configuration/#packages).\n\nSpecifically, the following versions of the package are available for the following Pyodide releases:\n\nPyodide version: package name (version) (PyScript Version)\n\n* 0.29.2: aiohappyeyeballs (2.6.1)\n* 0.29.1: aiohappyeyeballs (2.6.1) ([PyScript 2026.1.1](https://pyscript.net/releases/2026.1.1/))\n* 0.29.0: aiohappyeyeballs (2.6.1) ([PyScript 2025.11.1](https://pyscript.net/releases/2025.11.1/))\n* 0.28.3: aiohappyeyeballs (2.6.1)\n* 0.28.2: aiohappyeyeballs (2.6.1)\n* 0.28.1: aiohappyeyeballs (2.6.1) ([PyScript 2025.8.1](https://pyscript.net/releases/2025.8.1/))\n* 0.28.0: aiohappyeyeballs (2.6.1)",
44
"pyodide_versions": {
5+
"0.29.2": {
6+
"package_version": "2.6.1",
7+
"pyscript_version": "unknown"
8+
},
9+
"0.29.1": {
10+
"package_version": "2.6.1",
11+
"pyscript_version": "2026.1.1"
12+
},
513
"0.29.0": {
614
"package_version": "2.6.1",
715
"pyscript_version": "2025.11.1"

api/package/aiohttp.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"status": "green",
3-
"notes": "Great news! The package `aiohttp` is [officially supported](https://pyodide.org/en/stable/usage/packages-in-pyodide.html) in the latest Pyodide release used by PyScript.\n\nTo use it in PyScript simply add it to the `packages` section of your TOML configuration like this:\n\n```\npackages = [\"aiohttp\" ]\n```\n\nOr if you're using a JSON configuration, like this:\n\n```\n{\n packages: [\"aiohttp\"]\n }\n```\n\nRead more about using packages in PyScript [in our documentation](https://docs.pyscript.net/latest/user-guide/configuration/#packages).\n\nSpecifically, the following versions of the package are available for the following Pyodide releases:\n\nPyodide version: package name (version) (PyScript Version)\n\n* 0.29.0: aiohttp (3.11.13) ([PyScript 2025.11.1](https://pyscript.net/releases/2025.11.1/))\n* 0.28.3: aiohttp (3.11.13)\n* 0.28.2: aiohttp (3.11.13)\n* 0.28.1: aiohttp (3.11.13) ([PyScript 2025.8.1](https://pyscript.net/releases/2025.8.1/))\n* 0.28.0: aiohttp (3.11.13)\n* 0.27.7: aiohttp (3.9.5) ([PyScript 2025.7.3](https://pyscript.net/releases/2025.7.3/))\n* 0.27.6: aiohttp (3.9.5) ([PyScript 2025.5.1](https://pyscript.net/releases/2025.5.1/))\n* 0.27.5: aiohttp (3.9.5)\n* 0.27.4: aiohttp (3.9.5)\n* 0.27.3: aiohttp (3.9.5) ([PyScript 2025.3.1](https://pyscript.net/releases/2025.3.1/))\n* 0.27.2: aiohttp (3.9.5) ([PyScript 2025.2.4](https://pyscript.net/releases/2025.2.4/))\n* 0.27.1: aiohttp (3.9.5)\n* 0.27.0: aiohttp (3.9.5)",
3+
"notes": "Great news! The package `aiohttp` is [officially supported](https://pyodide.org/en/stable/usage/packages-in-pyodide.html) in the latest Pyodide release used by PyScript.\n\nTo use it in PyScript simply add it to the `packages` section of your TOML configuration like this:\n\n```\npackages = [\"aiohttp\" ]\n```\n\nOr if you're using a JSON configuration, like this:\n\n```\n{\n packages: [\"aiohttp\"]\n }\n```\n\nRead more about using packages in PyScript [in our documentation](https://docs.pyscript.net/latest/user-guide/configuration/#packages).\n\nSpecifically, the following versions of the package are available for the following Pyodide releases:\n\nPyodide version: package name (version) (PyScript Version)\n\n* 0.29.2: aiohttp (3.11.13)\n* 0.29.1: aiohttp (3.11.13) ([PyScript 2026.1.1](https://pyscript.net/releases/2026.1.1/))\n* 0.29.0: aiohttp (3.11.13) ([PyScript 2025.11.1](https://pyscript.net/releases/2025.11.1/))\n* 0.28.3: aiohttp (3.11.13)\n* 0.28.2: aiohttp (3.11.13)\n* 0.28.1: aiohttp (3.11.13) ([PyScript 2025.8.1](https://pyscript.net/releases/2025.8.1/))\n* 0.28.0: aiohttp (3.11.13)\n* 0.27.7: aiohttp (3.9.5) ([PyScript 2025.7.3](https://pyscript.net/releases/2025.7.3/))\n* 0.27.6: aiohttp (3.9.5) ([PyScript 2025.5.1](https://pyscript.net/releases/2025.5.1/))\n* 0.27.5: aiohttp (3.9.5)\n* 0.27.4: aiohttp (3.9.5)\n* 0.27.3: aiohttp (3.9.5) ([PyScript 2025.3.1](https://pyscript.net/releases/2025.3.1/))\n* 0.27.2: aiohttp (3.9.5) ([PyScript 2025.2.4](https://pyscript.net/releases/2025.2.4/))\n* 0.27.1: aiohttp (3.9.5)\n* 0.27.0: aiohttp (3.9.5)",
44
"pyodide_versions": {
5+
"0.29.2": {
6+
"package_version": "3.11.13",
7+
"pyscript_version": "unknown"
8+
},
9+
"0.29.1": {
10+
"package_version": "3.11.13",
11+
"pyscript_version": "2026.1.1"
12+
},
513
"0.29.0": {
614
"package_version": "3.11.13",
715
"pyscript_version": "2025.11.1"

api/package/aiosignal.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"status": "green",
3-
"notes": "Great news! The package `aiosignal` is [officially supported](https://pyodide.org/en/stable/usage/packages-in-pyodide.html) in the latest Pyodide release used by PyScript.\n\nTo use it in PyScript simply add it to the `packages` section of your TOML configuration like this:\n\n```\npackages = [\"aiosignal\" ]\n```\n\nOr if you're using a JSON configuration, like this:\n\n```\n{\n packages: [\"aiosignal\"]\n }\n```\n\nRead more about using packages in PyScript [in our documentation](https://docs.pyscript.net/latest/user-guide/configuration/#packages).\n\nSpecifically, the following versions of the package are available for the following Pyodide releases:\n\nPyodide version: package name (version) (PyScript Version)\n\n* 0.29.0: aiosignal (1.3.2) ([PyScript 2025.11.1](https://pyscript.net/releases/2025.11.1/))\n* 0.28.3: aiosignal (1.3.2)\n* 0.28.2: aiosignal (1.3.2)\n* 0.28.1: aiosignal (1.3.2) ([PyScript 2025.8.1](https://pyscript.net/releases/2025.8.1/))\n* 0.28.0: aiosignal (1.3.2)\n* 0.27.7: aiosignal (1.3.1) ([PyScript 2025.7.3](https://pyscript.net/releases/2025.7.3/))\n* 0.27.6: aiosignal (1.3.1) ([PyScript 2025.5.1](https://pyscript.net/releases/2025.5.1/))\n* 0.27.5: aiosignal (1.3.1)\n* 0.27.4: aiosignal (1.3.1)\n* 0.27.3: aiosignal (1.3.1) ([PyScript 2025.3.1](https://pyscript.net/releases/2025.3.1/))\n* 0.27.2: aiosignal (1.3.1) ([PyScript 2025.2.4](https://pyscript.net/releases/2025.2.4/))\n* 0.27.1: aiosignal (1.3.1)\n* 0.27.0: aiosignal (1.3.1)",
3+
"notes": "Great news! The package `aiosignal` is [officially supported](https://pyodide.org/en/stable/usage/packages-in-pyodide.html) in the latest Pyodide release used by PyScript.\n\nTo use it in PyScript simply add it to the `packages` section of your TOML configuration like this:\n\n```\npackages = [\"aiosignal\" ]\n```\n\nOr if you're using a JSON configuration, like this:\n\n```\n{\n packages: [\"aiosignal\"]\n }\n```\n\nRead more about using packages in PyScript [in our documentation](https://docs.pyscript.net/latest/user-guide/configuration/#packages).\n\nSpecifically, the following versions of the package are available for the following Pyodide releases:\n\nPyodide version: package name (version) (PyScript Version)\n\n* 0.29.2: aiosignal (1.3.2)\n* 0.29.1: aiosignal (1.3.2) ([PyScript 2026.1.1](https://pyscript.net/releases/2026.1.1/))\n* 0.29.0: aiosignal (1.3.2) ([PyScript 2025.11.1](https://pyscript.net/releases/2025.11.1/))\n* 0.28.3: aiosignal (1.3.2)\n* 0.28.2: aiosignal (1.3.2)\n* 0.28.1: aiosignal (1.3.2) ([PyScript 2025.8.1](https://pyscript.net/releases/2025.8.1/))\n* 0.28.0: aiosignal (1.3.2)\n* 0.27.7: aiosignal (1.3.1) ([PyScript 2025.7.3](https://pyscript.net/releases/2025.7.3/))\n* 0.27.6: aiosignal (1.3.1) ([PyScript 2025.5.1](https://pyscript.net/releases/2025.5.1/))\n* 0.27.5: aiosignal (1.3.1)\n* 0.27.4: aiosignal (1.3.1)\n* 0.27.3: aiosignal (1.3.1) ([PyScript 2025.3.1](https://pyscript.net/releases/2025.3.1/))\n* 0.27.2: aiosignal (1.3.1) ([PyScript 2025.2.4](https://pyscript.net/releases/2025.2.4/))\n* 0.27.1: aiosignal (1.3.1)\n* 0.27.0: aiosignal (1.3.1)",
44
"pyodide_versions": {
5+
"0.29.2": {
6+
"package_version": "1.3.2",
7+
"pyscript_version": "unknown"
8+
},
9+
"0.29.1": {
10+
"package_version": "1.3.2",
11+
"pyscript_version": "2026.1.1"
12+
},
513
"0.29.0": {
614
"package_version": "1.3.2",
715
"pyscript_version": "2025.11.1"

api/package/altair.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"status": "green",
3-
"notes": "Great news! The package `altair` is [officially supported](https://pyodide.org/en/stable/usage/packages-in-pyodide.html) in the latest Pyodide release used by PyScript.\n\nTo use it in PyScript simply add it to the `packages` section of your TOML configuration like this:\n\n```\npackages = [\"altair\" ]\n```\n\nOr if you're using a JSON configuration, like this:\n\n```\n{\n packages: [\"altair\"]\n }\n```\n\nRead more about using packages in PyScript [in our documentation](https://docs.pyscript.net/latest/user-guide/configuration/#packages).\n\nSpecifically, the following versions of the package are available for the following Pyodide releases:\n\nPyodide version: package name (version) (PyScript Version)\n\n* 0.29.0: altair (5.5.0) ([PyScript 2025.11.1](https://pyscript.net/releases/2025.11.1/))\n* 0.28.3: altair (5.5.0)\n* 0.28.2: altair (5.5.0)\n* 0.28.1: altair (5.5.0) ([PyScript 2025.8.1](https://pyscript.net/releases/2025.8.1/))\n* 0.28.0: altair (5.5.0)\n* 0.27.7: altair (5.4.1) ([PyScript 2025.7.3](https://pyscript.net/releases/2025.7.3/))\n* 0.27.6: altair (5.4.1) ([PyScript 2025.5.1](https://pyscript.net/releases/2025.5.1/))\n* 0.27.5: altair (5.4.1)\n* 0.27.4: altair (5.4.1)\n* 0.27.3: altair (5.4.1) ([PyScript 2025.3.1](https://pyscript.net/releases/2025.3.1/))\n* 0.27.2: altair (5.4.1) ([PyScript 2025.2.4](https://pyscript.net/releases/2025.2.4/))\n* 0.27.1: altair (5.4.1)\n* 0.27.0: altair (5.4.1)",
3+
"notes": "Great news! The package `altair` is [officially supported](https://pyodide.org/en/stable/usage/packages-in-pyodide.html) in the latest Pyodide release used by PyScript.\n\nTo use it in PyScript simply add it to the `packages` section of your TOML configuration like this:\n\n```\npackages = [\"altair\" ]\n```\n\nOr if you're using a JSON configuration, like this:\n\n```\n{\n packages: [\"altair\"]\n }\n```\n\nRead more about using packages in PyScript [in our documentation](https://docs.pyscript.net/latest/user-guide/configuration/#packages).\n\nSpecifically, the following versions of the package are available for the following Pyodide releases:\n\nPyodide version: package name (version) (PyScript Version)\n\n* 0.29.2: altair (6.0.0)\n* 0.29.1: altair (5.5.0) ([PyScript 2026.1.1](https://pyscript.net/releases/2026.1.1/))\n* 0.29.0: altair (5.5.0) ([PyScript 2025.11.1](https://pyscript.net/releases/2025.11.1/))\n* 0.28.3: altair (5.5.0)\n* 0.28.2: altair (5.5.0)\n* 0.28.1: altair (5.5.0) ([PyScript 2025.8.1](https://pyscript.net/releases/2025.8.1/))\n* 0.28.0: altair (5.5.0)\n* 0.27.7: altair (5.4.1) ([PyScript 2025.7.3](https://pyscript.net/releases/2025.7.3/))\n* 0.27.6: altair (5.4.1) ([PyScript 2025.5.1](https://pyscript.net/releases/2025.5.1/))\n* 0.27.5: altair (5.4.1)\n* 0.27.4: altair (5.4.1)\n* 0.27.3: altair (5.4.1) ([PyScript 2025.3.1](https://pyscript.net/releases/2025.3.1/))\n* 0.27.2: altair (5.4.1) ([PyScript 2025.2.4](https://pyscript.net/releases/2025.2.4/))\n* 0.27.1: altair (5.4.1)\n* 0.27.0: altair (5.4.1)",
44
"pyodide_versions": {
5+
"0.29.2": {
6+
"package_version": "6.0.0",
7+
"pyscript_version": "unknown"
8+
},
9+
"0.29.1": {
10+
"package_version": "5.5.0",
11+
"pyscript_version": "2026.1.1"
12+
},
513
"0.29.0": {
614
"package_version": "5.5.0",
715
"pyscript_version": "2025.11.1"

0 commit comments

Comments
 (0)