Feature request
I think mimesis is pure Python, so it should work in pyodide (WASM-based CPython). However, I get KeyError: 'emscripten' when trying to use it with PyScript.
See example here:
https://jkitchen.pyscriptapps.com/mimesis-test/latest/
Reasoning
pyodide (and PyScript) are growing in usage. Supporting it as a platform will allow your library to be used more widely. I hope you can add support for it.
Feature request
I think mimesis is pure Python, so it should work in pyodide (WASM-based CPython). However, I get
KeyError: 'emscripten'when trying to use it with PyScript.See example here:
https://jkitchen.pyscriptapps.com/mimesis-test/latest/
Reasoning
pyodide (and PyScript) are growing in usage. Supporting it as a platform will allow your library to be used more widely. I hope you can add support for it.