File: __init__.py

package info (click to toggle)
python-geoip2 2.4.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 620 kB
  • ctags: 181
  • sloc: python: 1,074; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# pylint:disable=C0111

__title__ = 'geoip2'
__version__ = '2.4.2'
__author__ = 'Gregory Oschwald'
__license__ = 'Apache License, Version 2.0'
__copyright__ = 'Copyright (c) 2013-2016 Maxmind, Inc.'