https://github.com/oschwald/maxminddb-pyo3
Python wrapper using Rust maxminddb crate
https://github.com/oschwald/maxminddb-pyo3
Last synced: about 1 year ago
JSON representation
Python wrapper using Rust maxminddb crate
- Host: GitHub
- URL: https://github.com/oschwald/maxminddb-pyo3
- Owner: oschwald
- License: isc
- Created: 2025-03-24T21:09:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T16:21:04.000Z (about 1 year ago)
- Last Synced: 2025-03-28T17:39:21.318Z (about 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python wrapper of maxminddb crate
This is just a proof of concept. It currently does about 60% of the lookups
per second of the C extension.