Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(2) | Derive(0) | Import(2)
Boardgamegeek pluginclass
src/c/o/Collector-0.3/collector/plugins/__init__.py Collector(Download)
def get_sys_plugins(): """Returns the system plugins""" from boardgamegeek import PluginBoardGameGeek from csvimport import PluginCsvImport return [PluginBoardGameGeek(), PluginCsvImport()]
src/c/o/Collector-0.3/collector/plugins/csvimport.py Collector(Download)
#!/usr/bin/evn python # -*- coding: utf-8 -*- """Plugin to Import the CSV from Boardgamegeek""" from boardgamegeek import PluginBoardGameGeek from collector.core.controller import Collector
self.folder = folder self.provider = UrlProvider("http://boardgamegeek.com/boardgame/%s") self.plugin = PluginBoardGameGeek() self.stopworking = False