Roman Yurchak
|
67eab0c082
|
MNT update pure python packages (#745)
|
2020-10-17 09:07:19 +02:00 |
Roman Yurchak
|
9afc7a1617
|
STY Apply black for code style (#702)
* Apply black
* A few fixes
* Relax flake8 checks
* Exclude tools/file_packager.py from black
|
2020-06-28 20:24:40 +02:00 |
Roman Yurchak
|
2cf8639973
|
MAINT Move package tests under packages/ dir (#471)
* Move package tests under the packages/ folder
* Fix tests
|
2019-06-19 14:26:08 -04:00 |
Marc Abramowitz
|
875df76b2f
|
Add Jinja2 and MarkupSafe (#359)
```javascript
_ = languagePluginLoader.then(() => {
// pyodide is now ready to use...
pyodide.loadPackage('Jinja2').then(() => {
pyodide.runPython(`
import jinja2
template = jinja2.Template('Hello {{ name }}!')
print(template.render(name='Zach'))
`);
});
});
```
|
2019-04-04 13:56:56 -04:00 |