Progress Update:
-> Hadrian_II is filling the DB. So far he has entered the first 6 pages of the HoF.
-> Code for parsing the DB and generating the players HoF is ready. Next are nations wins per era and finishes for pretty prints.
here's an ugly sample of the current debug prints running on current DB:
Code:
2010-04-07 17:26:15,099 dom3_hof_mgr DEBUG Player 1 in list:
Player Info:
Name: Micah
Number of Victories: 3
Number of Defeated Nations: 45
Nations won with: {'EA Helheim': 1, 'LA Marignon': 1, 'MA Shinuyama': 1}
Victories per era: {'EA': 1, 'MA': 1, 'LA': 1}
Victories URLs: {'Undertow': 'unknown', 'Tempest': 'unknown', 'The End of time': 'unknown'}
2010-04-07 17:26:15,099 dom3_hof_mgr DEBUG Player 2 in list:
Player Info:
Name: Jurri
Number of Victories: 2
Number of Defeated Nations: 33
Nations won with: {'EA Caelum': 1, 'LA Mictlan': 1}
Victories per era: {'EA': 1, 'LA': 1}
Victories URLs: {'Dawnstrike': 'unknown', 'Dawggie does Dominions': 'unknown'}
2010-04-07 17:26:15,099 dom3_hof_mgr DEBUG Player 3 in list:
Player Info:
Name: Wraithlord
Number of Victories: 2
Number of Defeated Nations: 26
Nations won with: {'MA Pythium': 1, 'EA Caelum': 1}
Victories per era: {'EA': 1, 'MA': 1}
Victories URLs: {'Frechdachs Gangbang (aka Jinxed Frechdachs)': 'unknown', 'Wrath of Opposing Fates (WOOF)': 'unknown'}
2010-04-07 17:26:15,099 dom3_hof_mgr DEBUG Player 4 in list:
Player Info:
Name: Calmon
Number of Victories: 2
Number of Defeated Nations: 25
Nations won with: {'LA Ermor': 1, 'MA Ermor': 1}
Victories per era: {'MA': 1, 'LA': 1}
Victories URLs: {'The Quick and the Dead': 'unknown', 'Faerun MA PBEM': 'unknown'}
2010-04-07 17:26:15,099 dom3_hof_mgr DEBUG Player 5 in list:
Player Info:
Name: Jazzepi
Number of Victories: 2
Number of Defeated Nations: 23
Nations won with: {"LA T'ien Ch'i": 1, "EA T'ien Ch'i": 1}
Victories per era: {'EA': 1, 'LA': 1}
Victories URLs: {'Epiphany': 'unknown', 'Ragnarok': 'unknown'}
2010-04-07 17:26:15,100 dom3_hof_mgr DEBUG Player 6 in list:
Player Info:
Name: Baalz
Number of Victories: 1
Number of Defeated Nations: 21
Nations won with: {"MA R'lyeh": 1}
Victories per era: {'MA': 1}
Victories URLs: {'Afterthought': 'unknown'}
2010-04-07 17:26:15,100 dom3_hof_mgr DEBUG Player 7 in list:
Player Info:
Name: Ironhawk
Number of Victories: 1
Number of Defeated Nations: 20
Nations won with: {'MA Pythium': 1}
Victories per era: {'MA': 1}
Victories URLs: {'Concept of Creation': 'unknown'}
2010-04-07 17:26:15,100 dom3_hof_mgr DEBUG Player 8 in list:
Player Info:
Name: Amhazair
Number of Victories: 1
Number of Defeated Nations: 16
Nations won with: {'EA Helheim': 1}
Victories per era: {'EA': 1}
Victories URLs: {'The Middle Way': 'unknown'}