mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
34 lines
1.2 KiB
Text
34 lines
1.2 KiB
Text
|
|
Metadata-Version: 2.0
|
||
|
|
Name: python-geoip-python3
|
||
|
|
Version: 1.3
|
||
|
|
Summary: Provides GeoIP functionality for Python.
|
||
|
|
Home-page: https://github.com/richardasaurus/python-geoip-python3
|
||
|
|
Author: Richard O'Dwyer
|
||
|
|
Author-email: richard@richard.do
|
||
|
|
License: UNKNOWN
|
||
|
|
Platform: UNKNOWN
|
||
|
|
Classifier: Programming Language :: Python
|
||
|
|
Classifier: Programming Language :: Python :: 2
|
||
|
|
Classifier: Programming Language :: Python :: 2.6
|
||
|
|
Classifier: Programming Language :: Python :: 2.7
|
||
|
|
Classifier: Programming Language :: Python :: 3
|
||
|
|
Classifier: Programming Language :: Python :: 3.3
|
||
|
|
Classifier: Programming Language :: Python :: 3.4
|
||
|
|
Classifier: License :: OSI Approved :: BSD License
|
||
|
|
|
||
|
|
python-geoip-python3
|
||
|
|
============
|
||
|
|
|
||
|
|
This is a fork of python-geoip with python 3 support. Created as the maintainer of python-geoip neglected it and no longer adds releases to PyPI.
|
||
|
|
|
||
|
|
----
|
||
|
|
|
||
|
|
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 https://python-geoip-yplan.readthedocs.org/en/latest/
|
||
|
|
|