python-opencage-geocoder
python-opencage-geocoder copied to clipboard
Python module to access the OpenCage geocoding API
Strip `pylintrc` down from 550 lines to just 3 exceptions. Fix new warnings.
With https://github.com/OpenCageData/python-opencage-geocoder/pull/21 we weren't able to get `pypy` running the tests properly. Could be a combination of operating system (Travis-CI environment) and openssl.
I added three new properties to the _OpenCageGeocode_ class: - _ratelimit_limit_ - _ratelimit_remaining_ - _ratelimit_reset_ These properties are initialized as None and are populated based on the API response headers....