Best practice for packaging python package in a Julia package

I saw this https://github.com/JuliaML/OpenAIGym.jl/issues/42

So that got me thinking, what’s the best to package Python packages for Julia? What if these PYthon packages contain binaries? If there a way to use BinaryBuilder or something to make the process painless?