1.3
- Removed
total_results
from TinEyeResponse object since it's been moved tostats
. - Removed
contributor
attribute from Match object and replacing it withtags
list. - Added
stats
attribute to TinEyeResponse which is a dictionary containing statistics about
the search. - Added
score
anddomain
attributes to TinEyeResponse. - Updated to use SHA256 to sign requests to the TinEye API.
- Switched to using
urllib3[secure]
.