Status of the package?
@thautwarm do you want to keep this as a JuliaCN supported project or transfer to your own? I'm making a slide about JuliaCN for JuliaCon2019, so I need to decide whether to include it or not.
https://github.com/adsharma/py2many supports transpiling a subset of python to Julia. Unlike this package, the transpiler is implemented in python. Hopefully the transpiler will be capable of self hosting in the future.
Curious about the status of this package as well.
The development of this package has been suspended.
Besides, this package has a quite different goal from yours.
We took an approach to make most Python code work as is. The support includes the semantics of is operator, function call behaviour, and object protocols etc. The only exceptions are the reflection of python bytecode, closure variable accessing and some threading behaviours.
Hence this is a big project and so far I cannot assign time for this.