fleet/infrastructure/sandbox/Data/lambda/python_geoip-1.2.dist-info/METADATA
Zachary Winnerman 70524b6e3a
Sandbox data (#8523)
* Initial work on sandbox data pipeline

* Update python code to have preliminary code

* Added in final code for sandbox-data.
Huge delay because I needed to double check licensing
2022-11-01 12:41:13 -04:00

24 lines
800 B
Text

Metadata-Version: 2.1
Name: python-geoip
Version: 1.2
Summary: Provides GeoIP functionality for Python.
Home-page: http://github.com/mitsuhiko/python-geoip
Author: Armin Ronacher
Author-email: armin.ronacher@active-4.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
License-File: LICENSE
python-geoip
============
python-geoip is a library that provides access to GeoIP databases.
Currently it only supports accessing MaxMind databases. It's similar to
other GeoIP libraries but comes under the very liberal BSD license and
also provides an extra library that optionally ships a recent version of
the Geolite2 database as provided by MaxMind.
Documentation is available at http://pythonhosted.org/python-geoip/