Welcome to PyMmdbServer’s documentation!

This is the client API for MMDB Server

Installation

The package is available on PyPi, so you can install it with:

pip install pymmdbserver

Usage

You can use mmdbserver as a python script:

    $ mmdbserver -h
usage: mmdbserver [-h] [--url URL] [ip]

Query a thing.

positional arguments:
  ip          IP address to query. If not set, returns the geolookup information from the client IP.

options:
  -h, --help  show this help message and exit
  --url URL   URL of the instance.

Or as a library:

Indices and tables