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

Update docs about Netlify.

0ca65052613cbee3ba5a43b78cb69288d6774087 authored over 5 years ago
Go back to tags only

1799e45525a3cf378aad1e734e08fe6ae69d50ff authored over 5 years ago
Use sudo to deploy

d5c7794ea6af1cf770c5b94576e8fb319e55818b authored over 5 years ago
Deploy from master

722b8f0f7c13ef5b80ff5abe9a4da648e53f0ec2 authored over 5 years ago
Automated deployment to Netlify (#451)

87da2ec0339964ca6690fe64c96af145bb4fb9e7 authored over 5 years ago
Merge pull request #432 from mdboom/dont-use-package-name

Fix #427: Don't use "package" -- it's a reserved word

b9357dcd7fccf53b1dc0f2d1fb6b2dae948f37f5 authored over 5 years ago
Fix #427: Don't use "package" -- it's a reserved word

8cf6863e29ad9272a6f3dc12f023093f2d4b802a authored over 5 years ago
Fix #422: Correct loadedPackage -> loadedPackages (#426)

Cc: @PythonLinks

8f675bf06396e839aae29edfe2ff8c3b6e6c024c authored over 5 years ago
Update Instructions for Building Pyodide (#425)

Add a tip: increase the maximum allowable RAM usage to the docker container if `make` stops with...

6ca7c116c27deafdc028a90e462a33119309069e authored over 5 years ago
Bump version: 0.11.0 → 0.12.0

32aacec222f69585f4e6531a20f7eae0408f4cea authored over 5 years ago
Update CHANGELOG

1a9e72b91f241aca4078a6371be6f3ed00530df3 authored over 5 years ago
Loading wheels from PyPI (#147)

* Add micropip

* Remove CORS proxy for metadata

* Update docs

* Support loading a mixtu...

c3c2f10bc56f08e9392dd4a9540c7008b2d1e46e authored over 5 years ago
Fixes #402 for Safari support (#409)

* Fixes #402 for Safari support

Falls back to WebAssembly.compile when compileStreaming is un...

74cf8f1f840d023197787e209552d0d41cc1e6ce authored over 5 years ago
Fix #406: Correctly convert a raw ArrayBuffer to Python memoryview (#407)

619b4df99ef708691129992600130b4fbaff7114 authored over 5 years ago
Fix #401: Better error message when using "import js" (#404)

* Fix #401: Use PEP 562 to make "import js" work

* Add docs

* Fix handling of missing attr...

c8db5b6433ef58e50e41355717335395de67f111 authored over 5 years ago
README.md: Remove cd /src instruction for Docker (#396)

6e561d2b19ccfc7450260182a79399f88eab153d authored almost 6 years ago
feature(package): add biopython (#391)

17dec0920ea670f88b3b5d3b0f0ccc5623d2aa19 authored almost 6 years ago
Update CHANGELOG

09e1caa6f49c32ac4c331aba9a99829d504bb055 authored almost 6 years ago
Fix #382: Proxies should return the same object (#394)

dfbe045895e0082bc18ef1e12511cc79885dba49 authored almost 6 years ago
Fix #388: Support dir(x) on JsProxies (#393)

67ae415f0970a1031399114992248f64115e7a7c authored almost 6 years ago
Update CHANGELOG headers

f1c05058b0beeaed044fa6211024861287f7f092 authored almost 6 years ago
fixed asynchronously in the docs (#384)

778bae8348520a7fece19b362982c57200ed2844 authored almost 6 years ago
Bump version: 0.10.0 → 0.11.0

a39544a0718a309f15bc87d744b9739e1c0aa34e authored almost 6 years ago
Merge pull request #376 from teonbrooks/patch-1

Update CHANGELOG.md

9af9f65ebc18e5731684840425e5a8fae53b1fb0 authored almost 6 years ago
Update CHANGELOG.md

forgot update the changelog with #372.

132ed08ad6032e14972a8ac1130de42a2bb9b75e authored almost 6 years ago
Add Jinja2 and MarkupSafe (#359)

```javascript
_ = languagePluginLoader.then(() => {
// pyodide is now ready to use...
pyo...

875df76b2fb0d1dde9da26a421fd7fcbbbe3a3e5 authored almost 6 years ago
Add crypt module (#369)

b6d9a6353baec512b700a1ff2526d4f4e638d8fb authored almost 6 years ago
Update CHANGELOG

9a75ce63e2e538c523db8c157dc9c82774d3b981 authored almost 6 years ago
Upgrade to emscripten 1.38.30 (#374)

047b414f3d501cc70e086c0400e77d5d1ec6b444 authored almost 6 years ago
[MRG] Include mne (#372)

* Include mne

* Update meta.yaml

befdfe781dff95aafbbda77a0b00d13c4f7f82ec authored almost 6 years ago
Merge pull request #370 from mkly/fix_not_now_typo

Fix typo in docs using from JavaScript

462240e38b2d1c7e87f433962ae557458cc96291 authored almost 6 years ago
Fix typo in docs using from JavaScript

* Change *not* to *now*

a1095b8624e7560d240d0876e8b7dda02558dd8b authored almost 6 years ago
Retroactively add CHANGELOG entry

0f60d6d45de6c0b5de6f5aad93c05222fa8a2b9e authored almost 6 years ago
mkpkg: Grab sdist instead of first URL from PyPI (#356)

The first URL from PyPI is often a platform-specific wheel, so it's
better if we prefer to grab...

1d2edf1051e5ece91cd0ec237863821930125f1d authored almost 6 years ago
ignore .vscode (#361)

8e90e6d0834d8c42356dd85efb52b42ab285d452 authored almost 6 years ago
Enable building sqlite3 into cpython (#352)

* Enable building sqlite3 into cpython

ac76220b5973d9320982447115292384275b81b8 authored almost 6 years ago
Merge pull request #358 from msabramo/patch-3

CHANGELOG.md: soupseive => soupsieve

b95b6692f8dd933cbf42191a1dfd99c3f72ad575 authored almost 6 years ago
CHANGELOG.md: soupseive => soupsieve

7591202dfb424c1303af006a109729725a96e786 authored almost 6 years ago
Bump version: 0.9.0 → 0.10.0

cda2682ac7842bc1ba5380763bf1082801d9fe23 authored almost 6 years ago
Backfill the CHANGELOG for 0.10.0

ff5ccdfca6fd68820eb8c65241fda1bf29ebb957 authored almost 6 years ago
Merge pull request #343 from mdboom/simple-interactive-testing

Partially address #338: Provide simple method for interactive testing

629df0f583dd1044687c21b4858030b71c58dfb0 authored almost 6 years ago
Merge pull request #2 from msabramo/simple-interactive-testing-js-multiline-string

Use JS multi-line string for Python code

629f3dfd0b9aa7b9c178a49a62b9704534eae737 authored almost 6 years ago
Merge pull request #355 from msabramo/run_docker-configurable

Allow configuring run_docker ports using env vars

f1b2d3bf391e3abe2fed71b80f881c4942b84bd6 authored almost 6 years ago
Use JS multi-line string for Python code

so that the Python code looks nicer and is less error-prone to edit.

4e1ae73793794d5007e470ac33b164950a0e55d2 authored almost 6 years ago
Merge pull request #354 from msabramo/html5lib

Add html5lib

b3d48aa5f1b96c73e31578cb753b234c0d42e667 authored almost 6 years ago
Only print console when done with a code chunk

5a9f474717198ca4c37f175c4532ccd9d54e9b9d authored almost 6 years ago
Allow configuring run_docker ports using env vars

This allows changing various `run_docker` settings using env vars. The
primary one that I wanted...

30b69116e019eb568e81ea13ff7bc302b32c3243 authored almost 6 years ago
Add html5lib

9402c8bd08f9980488e8153ed680e8347ff7c538 authored almost 6 years ago
Reset stdout/stderr buffers each time

c73c37e6ce55f67ec6572c976b30caf42db6ff7d authored almost 6 years ago
Improve console handling. Remove broken matplotlib-sideload

0ceeff6588abe2b8c43f90ebe79edc12ce3953d2 authored almost 6 years ago
Merge pull request #348 from msabramo/patch-2

Link to @dgym

a6e9017cc82bfa058a60ae653b6e3916b2db6fdf authored almost 6 years ago
Link to @dgym

990fbaa57852f83748448d557dabecbf114b9604 authored almost 6 years ago
Merge pull request #339 from msabramo/pygments

Add pygments package

c9c47523b9e8c4167bb6dd4aaa99e51cda2235d3 authored almost 6 years ago
Merge pull request #341 from msabramo/beautifulsoup4

Add beautifulsoup4 (w/ soupsieve)

8dd5c599f66d4ef8bc07356e7576b9be3b191f99 authored almost 6 years ago
Merge pull request #342 from msabramo/docutils

Add docutils

29b142060105ba4aa3ea09764a61a143a28b0f45 authored almost 6 years ago
Add beautifulsoup4 (w/ soupsieve)

Example:

If you do:

```js
languagePluginLoader.then(() => {
// pyodide is now ready to use.....

c4e1a4140ad5a21c3e137246341910d3cc243710 authored almost 6 years ago
Add pygments package

ea09d5004ebf952dcded8b60bf2d471900adee05 authored almost 6 years ago
Partially address #338: Provide simple method for interactive testing

This adds a basic repl-like console webpage that can be used for
testing of the local pyodide in...

7441d5250e8fc1df9019c7dc5dd840db0a732126 authored almost 6 years ago
Merge pull request #340 from msabramo/bleach

Add bleach

0a92640d8bc6bdb1a1f342cd1d49336cd26376ee authored almost 6 years ago
Add docutils

Example: If you do this:

```js
languagePluginLoader.then(() => {
// pyodide is now ready to u...

d14eee11613f0acaa360a257a833e9654320c8b2 authored almost 6 years ago
Bump version: 0.8.2 → 0.9.0

89eca5f5b788edf0a3f425fd9217d0c028a3eebd authored almost 6 years ago
Add bleach

for sanitizing HTML. Example:

```js
languagePluginLoader.then(() => {
// pyodide is now ready...

e92ba1c90138d773f1363fc941292c4e8aee7367 authored almost 6 years ago
Merge pull request #336 from mdboom/rebuild-package-on-depchange

Automatically rebuild packages if any patches or extra files change

fe8f091d8a084b240d7f21e1896922fa1e8178bc authored almost 6 years ago
Fix fresh build

650d321bd941f51f7e5b31298547ef416b418708 authored almost 6 years ago
Merge pull request #337 from mdboom/cleanup

Clean up the downloaded file if it's corrupted

bdee21895a2b22a0d9c63966303b20366b468dcc authored almost 6 years ago
Clean up the downloaded file if it's corrupted

04b7f737183e9f8ff012ff6aff33f39fa69f7ad0 authored almost 6 years ago
Automatically rebuild packages if any patches or extra files change

8f6e1bab09cd5a49aaf7cc668219475e0aa30e22 authored almost 6 years ago
Merge pull request #333 from mdboom/fix-apply-on-pyproxy

Fix #332: Make pyproxy.apply work

f5140c8abda08cabd460c62c0a829ace6d37d503 authored almost 6 years ago
Fix destroy

1b111df2985b52e2fce84f8cba26ab5a801f6941 authored almost 6 years ago
Fix destroy()

33e51f5904b72206c9615a8b8e30fb40f0bc8bae authored almost 6 years ago
Fix #332: Make pyproxy.apply work

17cd31dce333f7dce3c4ce52f0e6dfc01e6067c5 authored almost 6 years ago
Merge pull request #331 from mdboom/mkpkg

Add a mkpkg tool to make new packages.

584c61edc9015f22d1d94c5a29b32039c992facd authored almost 6 years ago
Merge pull request #330 from mdboom/sympy

Fix #327: Add sympy support

de7cb8f4f28813a901f7007577fa9dfd7e3570cc authored almost 6 years ago
Add a mkpkg tool to make new packages.

1b867058ab81ad4f71ce4547e518b1c4ce33cc7c authored almost 6 years ago
Fix #327: Add sympy support

4e4162fbf43d2a4855002e0d31d7a2ab5bdbcf60 authored almost 6 years ago
Merge pull request #326 from mdboom/cdecimal

Build the _decimal C module.

930b8e2bbec88cb6b86699cd6f8115f2202ea3f9 authored almost 6 years ago
Merge pull request #325 from mdboom/as_nested_list

Fix #316: Add convenience function for converting from nested Arrays

8d61da94803eb25928e08fab6a75ab9df6f29127 authored almost 6 years ago
Build the _decimal C module

1b031347a3c5c2f8be76330025dddc4b596a5cb4 authored almost 6 years ago
Fix #316: Add convenience function for converting from nested Arrays

d5493955d8d70fed7d3d67a272382ba04ecf6e48 authored almost 6 years ago
Bump version: 0.8.1 → 0.8.2

63b6ba23e8844bc660e438e5aaf78b9f6c0d2d45 authored almost 6 years ago
Merge pull request #323 from mdboom/fix-matplotlib

Fix matplotlib wasm backend after undefined attribute behavior changed

f3fcf034adb4552183192a517b3fcd87d4bce1d1 authored almost 6 years ago
Add test for wasm_backend. Fix PDF test.

2f3a727eabe01befd79924adba757b1f45d31516 authored almost 6 years ago
Include plt.show() in test

45d14492093b2a7143aa2798443060c01203badd authored almost 6 years ago
Fix matplotlib wasm backend after undefined attribute behavior changed

68de9439cd3911e2fffe5eba7b741ae65bf9181d authored almost 6 years ago
Bump version: 0.8.0 → 0.8.1

8da4b1f5f19ec4ce6ff9fb601a2e6d684d410ee8 authored almost 6 years ago
Merge pull request #322 from mdboom/issue319

Handle numpy scalars in python2js_buffer

1c4362203ce9fbf7ff57fb4460fe88fa71158a38 authored almost 6 years ago
Handle numpy scalars in python2js_buffer

7c097fa4c2562907db3e05768fd022a69c759cb5 authored almost 6 years ago
Bump version: 0.7.2 → 0.8.0

16580a16cac1cab40f1b016f5851a69a95918577 authored almost 6 years ago
Merge pull request #320 from mdboom/fix-jsproxy-dict-conversion

Fix conversion from jsproxy to dict

b3d69342bd3454fd7f2dc1f30f266e36c4a5999b authored almost 6 years ago
Fix conversion from jsproxy to dict

758ef4afbb5a0090128b15ca5363ab855543bbcb authored almost 6 years ago
Bump version: 0.7.1 → 0.7.2

18bcd9e61c7317592b36bde95871798ebf8dfc20 authored almost 6 years ago
Fix broken merge

1ee57cbd16f0fdc63e6ab0eb79a75811b1b42528 authored almost 6 years ago
Bump version: 0.7.0 → 0.7.1

7a496116e8b5dca681fe0c663f7397881dd18e3d authored almost 6 years ago
Merge pull request #318 from mdboom/update-api

Update for new Iodide renderer API

5031e69fc67bc22f0ddca15c0566c955b876f1d2 authored almost 6 years ago
Update for new Iodide renderer API

3e0c891184879b65e1d45f9971bbd53f2deee04a authored almost 6 years ago
Merge pull request #313 from jstafford/webworkers

Webworker support. Fixes issue #246

7f0c6a9842b1ad59ff1a5a7cdc3700bdbd68cc5a authored almost 6 years ago
docs changes as suggested by mdboom

7e7af7e919e965becdad475c76e735c25e10a8bf authored almost 6 years ago
Apply suggestions from code review

Co-Authored-By: jstafford <[email protected]>

89fcd32a20c6803a3260aa32096294975c2b3bc1 authored almost 6 years ago
Update docs/using_pyodide_from_webworker.md

Co-Authored-By: jstafford <[email protected]>

770cca23c0defcbb46f43a8879a7b8c943949ae5 authored almost 6 years ago
Update docs/using_pyodide_from_webworker.md

Co-Authored-By: jstafford <[email protected]>

9e949d966507edf405bb587eed5db81bea595460 authored almost 6 years ago