python icon indicating copy to clipboard operation
python copied to clipboard

Official Python Library for IPinfo API (IP geolocation and other types of IP data)

Results 10 python issues
Sort by recently updated
recently updated
newest added

I have integrated this library into a Python 3.6 application which runs in ECS on AWS. The library works as expected when running the application locally, and fails with a...

The user should be allowed, via some option during client initialization, to set custom HTTP headers for all requests.

It was discovered in https://github.com/ipinfo/python/issues/40 that a [call to `requests.posts` in the sync handler](https://github.com/ipinfo/python/blob/master/ipinfo/handler.py#L189) was throwing an exception even when `raise_on_fail=False`. This behavior can cause the loss of data from...

Create an iterator-based batch function, so that the user can loop over the batch call and get results per IP 1-by-1 rather than all at once, which is probably necessary...

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.1 to 3.9.4. Release notes Sourced from aiohttp's releases. 3.9.4 Bug fixes The asynchronous internals now set the underlying causes when assigning exceptions to the future objects...

dependencies

Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

Bumps [black](https://github.com/psf/black) from 22.6.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.11 to 1.26.19. Release notes Sourced from urllib3's releases. 1.26.19 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies