Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1671f07

Browse files
committedSep 12, 2024·
doc: readme
1 parent 17e0a55 commit 1671f07

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed
 

‎README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,18 @@
1212

1313
Make `mmdb` format ip library file which can be read by [`maxmind` official language reader](https://dev.maxmind.com/geoip/geoip2/downloadable/)
1414

15-
[The official perl writer](https://github.com/maxmind/MaxMind-DB-Writer-perl) was written in perl, which was difficult to customize. So I implemented the `MaxmindDB format` ip library in python language
15+
~~[The official perl writer](https://github.com/maxmind/MaxMind-DB-Writer-perl) was written in perl,
16+
which was difficult to customize.
17+
So I implemented the `MaxmindDB format` ip library in python language.~~
18+
19+
MaxMind has now released an official Go version of the MMDB writer.
20+
If you prefer using Go, you can check out the official Go implementation [mmdbwriter](https://github.com/maxmind/mmdbwriter).
21+
This project still provides a Python alternative for those who need it.
22+
1623
## Install
24+
1725
```shell script
18-
pip install -U git+https://github.com/VimT/MaxMind-DB-Writer-python
26+
pip install -U mmdb_writer
1927
```
2028

2129
## Usage

0 commit comments

Comments
 (0)
Please sign in to comment.