Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
/ tabgeo Public archive

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

License

Notifications You must be signed in to change notification settings

nimda7/tabgeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tabgeo

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

Installation

Through PyPI::

$ pip install tabgeo

From the project root directory::

$ python setup.py install

Usage:

Example usage::

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages