Projects:Badge/woezel
From SHA2017 Wiki
Contents
woezel
woezel is a variant on pip used to install badge software.
You'll probably never need to use this, since software can be installed from the Hatchery using a graphical tool.
Basic use
import woezel
woezel.install('test')
woezel.search()
woeze.search('test')
Advanced
woezel.install(name, path, force_reinstall)
Example:
woezel.install('game_of_life', None, True)
Issues
Currently woezel (or rather ussl) does not validate SSL certificates!