There is a major error in implementation. In the following function: https://github.com/niedbalski/python-bugspots/blob/master/bugspots/__init__.py#L42
The implementation should use total_seconds instead of seconds function of the timedelta function. It is a very tricky error and hard to catch. Please fix this.
Thank you
Anirudh Alampally