Open
Description
The ReadMe.md says:
`
It does not include very many python modules as many of the core modules are written in C not python. The converted modules are:
builtins
marshal
math
time
sys
`
What you need is the Ourobours library.
A standalone, pure Python implementation of the Python Standard Library. This allows Python default libraries to be used portably on any implementation of the Python virtual machine---not requiring CPython.
And here is the list of Modules.
https://github.com/beeware/ouroboros
Files 1488
Lines Of Code 419872
That should move this project very far forward.