Skip to content

0.3.0 Added pure Python implementation

Pre-release
Pre-release
Compare
Choose a tag to compare
@oschwald oschwald released this 11 Feb 23:53
· 478 commits to main since this release
  • This release includes a pure Python implementation of the database reader.
    If libmaxminddb is not available or there are compilation issues, the
    module will fall-back to the pure Python implementation.
  • Minor changes were made to the exceptions of the C extension make them
    consistent with the pure Python implementation.