You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

tabgeo

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tabgeo

Geolocation database to determine country code (ISO 3166-1 alpha-2) by IP

0.3
pipPyPI
Maintainers
1

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 <http://choosealicense.com/licenses/agpl-3.0/>, available from PyPI <https://pypi.python.org/pypi/tabgeo/>, the source code can be found on GitHub <https://github.com/nimda7/tabgeo>_.

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

Keywords

geo

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts