Would you document a tutorial for running and transpiling a complete project like youtube-dl.
The dependencies of youtube-dl are only Python and Python-setuptools.
$ cd youtube-dl
$ grumpc youtube_dl/__main__.py
package __main__
import (
πg "grumpy"
// _ "__python__/sys"
// _ "__python__/os"
// _ "__python__/os/path"
)
var Code *πg.Code
func init() {
...
$ What to do next?
It would be amazing if there is a tutorial for compiling youtube-dl to a static binary.