IP address lookup using MaxMind GeoLite2 database
This commit is contained in:
7
lib/geoip2/__init__.py
Normal file
7
lib/geoip2/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# pylint:disable=C0111
|
||||
|
||||
__title__ = 'geoip2'
|
||||
__version__ = '2.4.0'
|
||||
__author__ = 'Gregory Oschwald'
|
||||
__license__ = 'Apache License, Version 2.0'
|
||||
__copyright__ = 'Copyright (c) 2013-2016 Maxmind, Inc.'
|
Reference in New Issue
Block a user