From 3748e4c05482ce652b8ae40e8abad42144c26d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9B=BD=E5=BD=A4?= Date: Wed, 31 Jan 2024 07:16:12 +0000 Subject: [PATCH] update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 国彤 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6ed6ad..0893b4f 100644 --- a/README.md +++ b/README.md @@ -354,6 +354,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [GeoIP](https://github.com/maxmind/geoip-api-python) - Python API for MaxMind GeoIP Legacy Database. * [geojson](https://github.com/frewsxcv/python-geojson) - Python bindings and utlities for GeoJSON. * [django-countries](https://github.com/SmileyChris/django-countries) - A Django app that provides country choices for use with forms, flag icons static files, and a country field for models. +* [IP2Location.io](https://github.com/ip2location/ip2location-io-python) - Allows user to query for an enriched data set based on IP address and provides WHOIS lookup api that helps users to obtain domain information.. ## HTTP -- Gitee