Skip to content

Depend on click-default-group-wheel#429

Merged
simonw merged 1 commit into
mainfrom
click-default-group-wheel
May 2, 2022
Merged

Depend on click-default-group-wheel#429
simonw merged 1 commit into
mainfrom
click-default-group-wheel

Conversation

@simonw

@simonw simonw commented May 2, 2022

Copy link
Copy Markdown
Owner

Trying to get this to work with Pyodide.

Refs: simonw/click-default-group-wheel#3

Trying to get this to work with Pyodide.

Refs: simonw/click-default-group-wheel#3
@simonw

simonw commented May 2, 2022

Copy link
Copy Markdown
Owner Author

I made a build of this branch and tested it like this: https://pyodide.org/en/stable/console.html

>>> import micropip
>>> await micropip.install("https://s3.amazonaws.com/simonwillison-cors-allowed-public/sqlite_utils-3.26-py3-none-any.whl")
>>> import sqlite_utils
>>> db = sqlite_utils.Database(memory=True)
>>> list(db.query("select 32443 + 55"))
[{'32443 + 55': 32498}]

@simonw

simonw commented May 2, 2022

Copy link
Copy Markdown
Owner Author

I'm going to ship this straight away as 3.26.1.

@simonw simonw merged commit ed6fd51 into main May 2, 2022
simonw added a commit that referenced this pull request May 2, 2022
simonw added a commit that referenced this pull request May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant