skulpt / skulpt

Skulpt is a Javascript implementation of the Python programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotImplemented Errors

Wjatscheslawv opened this issue · comments

Hello,
first of all awesome work!!

are there any Plans to implement following libs:

hashlib
codecs
csv

commented

We're always open to pull requests on standard library modules. Unless a contributor has a need for one of those modules you'll be waiting a while for a specific module to be added.

It's always worth checking out other forks of skulpt. e.g. @acbart's fork https://github.com/blockpy-edu/ has an implementation of hashlib.

commented

Closing. This may be addressed in the future - but no immediate plans to do so.