A simple python wrapper for the ygohub api
from ygohub import YGOhub
api = YGOhub()
>>> api.get_all_cards()
>>> api.get_card_info(card_name)
>>> api.get_card_from_passcode(passcode)
>>> api.get_new_cards(num_cards)
>>> api.get_all_sets()
>>> api.get_set_info(set_name)
>>> api.get_card_set_abbreviations()
>>> api.get_all_banlists()
>>> api.get_banlists_info(region, start_date, game_type)