Metadata-Version: 1.1
Name: p01.geo
Version: 1.0.0
Summary: Geo location lookup based on maxmind city database
Home-page: http://pypi.python.org/pypi/p01.geo
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: This package provides max mind geo location database lookup for Zope3.
        
        
        =======
        CHANGES
        =======
        
        1.0.0 (2015-10-02)
        ------------------
        
        - feature: switch to new geoip2 database using maxminddb as api. Some of the
          attributes in GeoData are are gone because the geoip2 database doesn't
          support them anymore. Review the GeoData object and compare the available
          data with your application before update to this version.
        
        - feature: added a thread local called MaxItemCache cache offering a maxitems
          option.
        
        - feature: provide a cache option which allows to use a custom cache object
          providing the IGeoCache
        
        - removed the timezone csv file since the new geoip2 database includes timezone
          data. Note, we still provide the getTimeZone method.
        
        
        0.6.0 (2013-11-23)
        ------------------
        
        - update to newest database
        
        - bugfix: catch pygeoip errors on windows for unknown IP addresses
        
        
        0.5.0 (2012-11-18)
        ------------------
        
        - initial Release
        
Keywords: P01 geo localization Zope3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
