__title__ = 'wakatime' __description__ = 'Common interface to the WakaTime api.' __url__ = 'https://github.com/wakatime/wakatime' __version_info__ = ('10', '8', '3') __version__ = '.'.join(__version_info__) __author__ = 'Alan Hamlett' __author_email__ = 'alan@wakatime.com' __license__ = 'BSD' __copyright__ = 'Copyright 2017 Alan Hamlett'