Skip to main content

Shell script and module for easy geoip lookups.

Project description

Travis-CI codecov Latest version Supported python versions https://img.shields.io/github/license/Tethik/simplegeoip.svg

Dead simple geoip package. Pretty much just a wrapper around maxminddb that automatically downloads the geolite database for you. You can either do this manually using the ‘download_latest_database’ function or let the script do it automatically when it detects no database is installed.

Can be used as a package or standalone script.

Install

pip install simplegeoip

Usage

As a python package.

import simplegeoip

# Gets a dict with country/city information, if there is no database it will be downloaded automatically
simplegeoip.lookup('127.0.0.1')
# Downloads an updated database into simplegeoip's application directory
simplegeoip.download_latest_database()
# Tells you when the database was last updated by maxmind
simplegeoip.last_updated()
# Returns a maxminddb reader object, if there is no database it will be downloaded automatically
simplegeoip.reader()

The same as above but as a standalone script

simplegeoip 8.8.8.8
simplegeoip update
simplegeoip info

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simplegeoip-0.2.0.tar.gz (28.4 kB view hashes)

Uploaded Source

Built Distribution

simplegeoip-0.2.0-py2.py3-none-any.whl (28.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page