alanjds / grumpy

**MOVED TO NEW MOTHER ORG `grumpyhome/grumpy`** Grumpy is a Python to Go source code transcompiler and runtime.
https://github.com/grumpyhome/grumpy
Apache License 2.0
16 stars 1 forks source link

No support for requests, struct, cjson, boto and pika modules #145

Open alanjds opened 6 years ago

alanjds commented 6 years ago

Grumpy currently lacks support for the following python modules:

alanjds commented 6 years ago

Comment by corona10 Wednesday Apr 26, 2017 at 07:35 GMT


@Ch3ck Those modules are not supported at current grumpy implementation's level. To support such modules, features of CPython must be implemented first. See this docs. Related PR are always welcomed.

alanjds commented 6 years ago

Comment by Ch3ck Wednesday Apr 26, 2017 at 07:44 GMT


@corona10 I see, that makes alot more sense now. I'll check out the documentation and see what I can do.