pygobject / pgi-docgen

API Documentation Generator for PyGObject
https://lazka.github.io/pgi-docs/
GNU Lesser General Public License v2.1
128 stars 36 forks source link

Port to Python 3 #154

Closed lazka closed 6 years ago

lazka commented 6 years ago

Shouldn't be too hard. Gtk-3.0 should cover most of the code paths and the result can be diffed against the Python 2 version.

lazka commented 6 years ago

Port to beautifulsoup4 is required first

lazka commented 6 years ago

Should be done.