github maxmind/GeoIP2-python v0.7.0
0.7.0

latest releases: v4.8.0, v4.7.0, v4.6.0...
pre-release9 years ago
  • BREAKING CHANGES:
    • The deprecated city_isp_org() and omni() methods
      have been removed.
    • The geoip2.database.Reader lookup methods (e.g., city(),
      isp()) now raise a TypeError if they are used with a database that
      does not match the method. In particular, doing a city() lookup on a
      GeoIP2 Country database will result in an error and vice versa.
  • A metadata() method has been added to the geoip2.database.Reader
    class. This returns a maxminddb.reader.Metadata object with information
    about the database.

Don't miss a new GeoIP2-python release

NewReleases is sending notifications on new releases.