Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 994 Bytes

File metadata and controls

31 lines (20 loc) · 994 Bytes

tabgeo: Geolocation database

Overview

TabGeo - a special geolocation database to determine country of the user according to his IP-address. Due to the unique architecture of the database and the binary format, TabGeo performs 2-4 times faster on real projects than similar free alternatives

TabGeo - the best solution for the IP-geolocation live.

This module based on origial PHP version from http://tabgeo.com This python implementation licensed under GNU Affero General Public License v3.0, available from PyPI, the source code can be found on GitHub.

In case of issues please open ticket here https://github.com/nimda7/tabgeo/issues

Installation

Through PyPI:

$ pip install tabgeo

Usage:

Example usage:

>>> from tabgeo import getbyip
>>> print getbyip('8.8.4.4')
US