Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 426 Bytes

README.rst

File metadata and controls

24 lines (19 loc) · 426 Bytes

What is pyvala?

Not sure yet. So far there is pycode and bindgen.

OK, what is pycode?

It's a like the ccode library in Vala, but for generating python. And it sucks.

And bindgen?

It takes a python VAPI file and makes a ctypes binding. Awesome sauce.

Todo

  • Autotools foo
  • PyCode for: * While * If * Functions * And much more
  • GObject..