appliedsec / pygeoip

DEPRECATED: Pure Python API for Maxmind's binary GeoIP databases
https://github.com/appliedsec/pygeoip
GNU Lesser General Public License v3.0
481 stars 111 forks source link

Add support for region name and its generation #43

Closed techee closed 10 years ago

techee commented 11 years ago

When executed from command-line, it downloads the region name database in the csv form from MaxMind and prints the corresponding python dict.

Feel free to change about anything in the patch, I don't really care about how the interface looks like - can change that easily in my code.