Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/pyodide/pyodide
Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
https://github.com/pyodide/pyodide
72414962a871d4cb939fe5e4fe04e4627fea6c4a authored about 2 years ago
This adds `_pyodide_core` to the init tab and initializes it using that. This is a small step to...
653310a37d4060ff0090e2384eca94e743714da3 authored about 2 years agoResolves https://github.com/pyodide/pyodide/issues/3311
8560319738a5da2e0c589e00760a2f1fab5d577a authored about 2 years agoc9e47935c8b9e9c2193a15af05728db450c1c186 authored about 2 years ago
updates:
- [github.com/asottile/pyupgrade: v3.2.2 → v3.3.0](https://github.com/asottile/pyupgra...
09e18f78afcc9b5e5967649a952f3b4bb9c38e0d authored about 2 years ago
65d96d5532da44c559142ce975da2dddd9ec86df authored about 2 years ago
1c34d76482e47dd180bd09fc15e2964ec3fa3c2a authored about 2 years ago
52e8609c541405060ae3703b6073246bc0e56652 authored about 2 years ago
Co-authored-by: Henry Schreiner <[email protected]>
29323915c3f610cfd564ec530a02ad63b1b24049 authored about 2 years ago0c3545f06b28c0954e478ee104adf21c4f3c06cb authored about 2 years ago
Co-authored-by: Nicholas Bollweg <[email protected]>
Co-authored-by: pre-commit-ci[bot] <6...
Continuing with my work on support for generators, this adds `athrow` and
`aclose` for async g...
This adds tests of all the `MutableMapping` methods for objects returned by
`as_object_map`. T...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](h...
c4a4ecbb04611b0cb25b82e2326b790946c29542 authored about 2 years ago
Adds a new key in meta.yaml spec: requirements/executable which specifies the list of executable...
cc7a734c498298bc59dd31f59eaf917ee7688acb authored about 2 years ago
We use `Object.prototype.toString.call` a lot so I thought it would
be good to add a helper fun...
6bf2550b67956c78328ef9772ec499163451ef42 authored about 2 years ago
This defines `__aiter__` for JavaScript objects with a `Symbol.iterator`.
It also defines `ane...
This adds two new types to `pyodide.ffi`: `JsIterator` (which requires an object
to have a `nex...
a1e43afbc017f36bc4329e882e6aa28dd8dc4699 authored about 2 years ago
My local build fails with:
```
RollupError: Node tried to load your configuration file as Comm...
This ensures that `PySequence_Check` of a `JsProxy` of a `Array` returns
`True`, that `isinsta...
This adds support for using async Python generators via PyProxy.
420660eb502d4332bb6fecbdf2c584a5cf46af0b authored about 2 years ago560364b98a4ef91ea282b134c37b68c1376212dd authored about 2 years ago
This adds methods `keys`, `items`, `values`, `get`, `pop`, `setdefault`, `popitem`,
`update`, ...
There are Pyodide-related fixes that made it into numpy 1.23.
For a particular that I bumped i...
00a88b819cb901170e0cedbdf64860a52fe3b0ce authored about 2 years ago
This improves compute_typeflags by moving the implementation
into JavaScript. This makes it mor...
Before we had a single `JsProxy` documentation class. Apparently mypy treated
it as `Any`. It h...
a00f871eef0a5e7f663831f30b3d42175172a123 authored about 2 years ago
2df7a286ee343f7be6884ffc4e3d82e3725accac authored about 2 years ago
This adds a method which returns a new `JsProxy` that acts
like a container of the JavaScript o...
This adds a static variable that allows us to access the type flags for jsproxies.
I also did a...
923aea822196efc7e93b9fa0a100f55bdbe82879 authored about 2 years ago
This has been bothering me for a long time. Fix discovered by trial and error.
The parens are g...
059cca3f483fd177b121e47781da0cbbbc92e777 authored about 2 years ago
ffd2d4a79bc0b7931aed4c5ad02e6e54d5b4e4b7 authored about 2 years ago
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-au...
pycryptodomex was added in #2966, but it had an invalid recipe name meta.yml (not meta.yaml) so ...
54b469b104b0323d920ec36e2536107ab6c8e71e authored about 2 years ago94cac6b5525092e711e88be77d327e7971182465 authored about 2 years ago
Co-authored-by: Gyeongjae Choi <[email protected]>
Adds a patch reverting an Emscripten commi...
3692ff8b22ceb3542e2a32a16cb0757230a77f2e authored about 2 years ago5d1ca97c0884303645af515dd1333114d775d30a authored about 2 years ago
The way the command line runner used to read from stdin was pretty inefficient.
This makes it b...
3ad41f13c7b6a407405b9ad26446951aad87a253 authored about 2 years ago
12b42376eed3910d2bfc03f6e23ae40c5c30523f authored about 2 years ago
This allows us to embed extra wasm modules into the output. This is split off of #3210.
We need...
Sort the .gitignore folders and add pytest-pyodide and virtual environments
that start with .venv.
This reverts commit 0b4e19dbe15a94d79c2bcbb2cfb6bfb8ba52e7f5.
f14451453436c8076b1553f5d2ba06fb74fd1f03 authored about 2 years ago
Only difference between this and 0.22.0a2 is the sys.exit fix for
the command line runner (#3241...
* Fix Pyodide REPL URL
* Use stable URL in quickstart.md
* try relative URL for Pyodide RE...
16083881eb76ac77ba26d95beba97b753b2c8cb8 authored about 2 years agoDon't set error code to 1 if the program calls exit(0)!
92a1a5c0145155c78e852f34561047e2737c906b authored about 2 years agoThis reverts commit ef64c06f5b60333cdfc5382858e009e780361136.
9952a86f0f822c969e98ef240ca77b6e75764725 authored about 2 years agoef64c06f5b60333cdfc5382858e009e780361136 authored about 2 years ago
This is needed to finish getting numpy tests working.
It won't work for packages that need sh...
2cd616d441a48bb2d661a518ae53ed569994fe30 authored about 2 years agoaf206d159cc127920b191e1bbfd75dfbef5f981d authored about 2 years ago
7bbc7f654398b90d337b8e491007335d20c990fa authored about 2 years ago
Add package directory to library search path and set target to 'site' when we loadPackage from a...
6b4e016050f95154abc93b42c4c8cade3f18981f authored about 2 years ago201f541b636be83ec20434990002f0b3fdd60eb5 authored about 2 years ago
3dfe5b35ef1851f5aa96319e898420d95908275b authored about 2 years ago
d738667d88ba9d05ac21d81801373d3f2c73d0de authored about 2 years ago
6bfb9ba3294d1066772d93974db1f361f8bd3140 authored about 2 years ago
These macros can be used to inject extra code that should be done
before and after entering Pyt...
3bb7b95b98ed555acbb42ad7cf780e04a44ca397 authored about 2 years ago
Co-authored-by: Roman Yurchak <[email protected]>
3a7e1ccbd4b10af287d0fb3bae2ec94d940376d8 authored about 2 years ago950bc8b182fae7bb929aa83df5cbc864c20ae2ff authored about 2 years ago
d3b0d7f5842ca0a6c4f43d3e47cd18ec90c118fd authored about 2 years ago
5e2688b37b4ae164b2ae8b524e5ae7ebd7c08615 authored about 2 years ago
e2a016236729e0661cdfe10535e93bb79d4c126f authored about 2 years ago
71115e238288836d9f13d0369c6ab7bab35d4f02 authored about 2 years ago
This fixes two minor bugs when building packages:
- Shared libraries are not copied into dist...
f7bb2489f9914de8f5165a5701a15a9d29bb20df authored about 2 years ago
updates:
- [github.com/asottile/pyupgrade: v3.1.0 → v3.2.0](https://github.com/asottile/pyupgra...
7f19a457e9f379ccb859a40a0f8f6aad0cd0fb56 authored about 2 years ago
53d85a9bc2f80aeb01194b592fe27d4b7aef1c40 authored about 2 years ago
ee77f6c5563638d85a2f98c23db3c56adc76b264 authored about 2 years ago
f48893c33aafdaba6b0a91ef89166d93b6914ffe authored about 2 years ago
b610f2c7e073aeaff98209168b2f42836493269d authored about 2 years ago
205338c009db3e703e556e4a72c96be6cbc14c8d authored about 2 years ago
25a341aab836fdaa78ab4a8de102fdb61a60d67b authored about 2 years ago
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/mirrors-prettier: ...
c76573de1c0926e83e06896f076761c3a638de91 authored about 2 years ago
606a7107b023f13e49412b1da2f8e6581faa0128 authored about 2 years ago
Added example for `repr_shorten` in issue #1955.
Fixed bugs found when adding examples.
Added ...
393988f60198470cb492810051b957349dd022c2 authored over 2 years ago
updates:
- [github.com/asottile/pyupgrade: v3.0.0 → v3.1.0](https://github.com/asottile/pyupgra...
318c60bf0ac420a0298ba02b202458461e3a8fa7 authored over 2 years ago
dd8bab137741eefd263ef924cf30ccad969e56e9 authored over 2 years ago
3f2c82a29cb0a7e4fa30c4366aa92b3f1a5092a6 authored over 2 years ago
deefdb39275c2745e92f9c0baaefe92707c58406 authored over 2 years ago
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5b95a42b8fb9c52e394c98f9628eb55b247a7d49 authored over 2 years ago
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.3.1.
- [Release notes](https://gi...
7d3e19b0f64c3c02c3f94f82feeb984e9ac666e1 authored over 2 years ago
693570755c196476feedb08827bf47416e764a2f authored over 2 years ago
updates:
- [github.com/asottile/pyupgrade: v2.38.2 → v3.0.0](https://github.com/asottile/pyupgr...
2326c05d83bb172d3a8b3d267d3440ed687f5c8d authored over 2 years ago
[skip ci]
ab65d47cbed7ea65eb9aa90d3669b4dce864b8eb authored over 2 years ago6214bafe5dacae7190781bb6a0091de867aa35db authored over 2 years ago
This adds libheif and Python packages that use libheif to support HEIC image format.
Note tha...
dc5096bfcb0957ccc32006bd075670e7b32ddfbf authored over 2 years agoThis PR adds an option to disable integrity check in `pyodide.loadPackage` when it is loading pa...
825a01e3af9e944c5d5874db556cc375c6bcdd9b authored over 2 years ago