├── ChangeLog ├── LICENSE ├── MANIFEST ├── README ├── configure.in ├── py_GeoIP.c ├── setup.py ├── test.py ├── test_city.py ├── test_city_acc.py ├── test_city_charset.py ├── test_domain.py ├── test_netspeed.py ├── test_org.py ├── test_region.py └── test_v6.py /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Instagram/geoip-api-python/HEAD/ChangeLog -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Instagram/geoip-api-python/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Instagram/geoip-api-python/HEAD/MANIFEST -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Instagram/geoip-api-python/HEAD/README -------------------------------------------------------------------------------- /configure.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Instagram/geoip-api-python/HEAD/configure.in -------------------------------------------------------------------------------- /py_GeoIP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Instagram/geoip-api-python/HEAD/py_GeoIP.c -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Instagram/geoip-api-python/HEAD/setup.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Instagram/geoip-api-python/HEAD/test.py -------------------------------------------------------------------------------- /test_city.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Instagram/geoip-api-python/HEAD/test_city.py -------------------------------------------------------------------------------- /test_city_acc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Instagram/geoip-api-python/HEAD/test_city_acc.py -------------------------------------------------------------------------------- /test_city_charset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Instagram/geoip-api-python/HEAD/test_city_charset.py -------------------------------------------------------------------------------- /test_domain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Instagram/geoip-api-python/HEAD/test_domain.py -------------------------------------------------------------------------------- /test_netspeed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Instagram/geoip-api-python/HEAD/test_netspeed.py -------------------------------------------------------------------------------- /test_org.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Instagram/geoip-api-python/HEAD/test_org.py -------------------------------------------------------------------------------- /test_region.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Instagram/geoip-api-python/HEAD/test_region.py -------------------------------------------------------------------------------- /test_v6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Instagram/geoip-api-python/HEAD/test_v6.py --------------------------------------------------------------------------------