Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pymsol-test.py | 2011-01-30 | 2.9 kB | |
readme | 2011-01-30 | 803 Bytes | |
html_header.tgc | 2011-01-30 | 182 Bytes | |
pymsol.py | 2011-01-30 | 13.2 kB | |
html_footer.tgc | 2011-01-30 | 23 Bytes | |
Totals: 5 Items | 17.1 kB | 0 |
# Python Minecraft Serverlog Objects Lib (PYMSOL) # Creates python objects from minecraft server log. # Tries to objectify log-in session data for server and players. # Cannot? be screwed by players typing in text that matches server log messages. # Has basic sanity checking and reporting # requires files html_header.tgc, html_footer.tgc in same dir as pymsol.py # to generate html reports. # Usage ---- # running the pymsol-test.py with python in a terminal will run a bit of test # code, generating python objects from supplied log-file and producing a couple of reports # Also will print to terminal a couple of example data requests. # see the comments in the files for more details on using the library. # (you will need to edit pymsol-test.py with the correct path to your server.log file.