Initial release of PyTimer. A module meant for easy calculation of code execution time. PyTimer supports the logging of multiple points, along with splitting, to allow different, unrelated sections of code to be timed with the same timer. Averaging can also be done easily for code that loops to determine an average time count.