Difference between revisions of "Projects:Badge/woezel"
From SHA2017 Wiki
(→woezel) |
|||
| Line 2: | Line 2: | ||
=woezel= | =woezel= | ||
| − | woezel is a variant on pip used to install badge software. | + | woezel is a variant on [https://pip.pypa.io/en/stable/ pip] used to install badge software. |
You'll probably never need to use this, since software can be installed from the [[Projects:Badge/Hatchery|Hatchery]] using a graphical tool. | You'll probably never need to use this, since software can be installed from the [[Projects:Badge/Hatchery|Hatchery]] using a graphical tool. | ||
| + | ==Basic use== | ||
<nowiki>import woezel | <nowiki>import woezel | ||
woezel.install('test') | woezel.install('test') | ||
| Line 11: | Line 12: | ||
woeze.search('test')</nowiki> | woeze.search('test')</nowiki> | ||
| − | Advanced: | + | ==Advanced:== |
<nowiki>woezel.install(name, path, force_reinstall)</nowiki> | <nowiki>woezel.install(name, path, force_reinstall)</nowiki> | ||
[[File:Seymour.png|400px|frameless|right]] | [[File:Seymour.png|400px|frameless|right]] | ||
Example: | Example: | ||
<nowiki>woezel.install('game_of_life', None, True)</nowiki> | <nowiki>woezel.install('game_of_life', None, True)</nowiki> | ||
| + | |||
| + | ==Issues:== | ||
| + | Currently <code>woezel</code> (or rather <code>ussl</code>) does not validate SSL certificates! | ||
Revision as of 15:22, 22 June 2017
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!