github maxmind/GeoIP2-python v2.1.0
2.1.0: New file and memory mode for database reader

latest releases: v4.8.0, v4.7.0, v4.6.0...
9 years ago
  • The reader now supports pure Python file and memory modes. If you are not
    using the C extension and your Python does not provide the mmap module,
    the file mode will be used by default. You can explicitly set the mode using
    the mode keyword argument with the MODE_AUTO, MODE_MMAP,
    MODE_MMAP_EXT, MODE_FILE, and MODE_MEMORY constants exported by
    geoip2.database.

Don't miss a new GeoIP2-python release

NewReleases is sending notifications on new releases.