File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 37
37
38
38
To use this module, you must first download or create a MaxMind DB file. We
39
39
provide `free GeoLite2 databases
40
- <http ://dev.maxmind.com/geoip/geoip2/geolite2> `_. These files must be
40
+ <https ://dev.maxmind.com/geoip/geoip2/geolite2> `_. These files must be
41
41
decompressed with ``gunzip ``.
42
42
43
43
After you have obtained a database and imported the module, call
@@ -85,16 +85,17 @@ invalid IP address or an IPv6 address in an IPv4 database.
85
85
Requirements
86
86
------------
87
87
88
- This code requires Python 2.7+ or 3.3+. The C extension requires CPython. The
89
- pure Python implementation has been tested with PyPy.
88
+ This code requires Python 2.7+ or 3.5+. Older versions are not supported. The C
89
+ extension requires CPython. The pure Python implementation has been tested with
90
+ PyPy.
90
91
91
92
On Python 2, the `ipaddress module <https://pypi.python.org/pypi/ipaddress >`_ is
92
93
required.
93
94
94
95
Versioning
95
96
----------
96
97
97
- The MaxMind DB Python module uses `Semantic Versioning <http ://semver.org/ >`_.
98
+ The MaxMind DB Python module uses `Semantic Versioning <https ://semver.org/ >`_.
98
99
99
100
Support
100
101
-------
@@ -103,5 +104,5 @@ Please report all issues with this code using the `GitHub issue tracker
103
104
<https://github.com/maxmind/MaxMind-DB-Reader-python/issues> `_
104
105
105
106
If you are having an issue with a MaxMind service that is not specific to this
106
- API, please contact `MaxMind support <http ://www.maxmind.com/en/support >`_ for
107
+ API, please contact `MaxMind support <https ://www.maxmind.com/en/support >`_ for
107
108
assistance.
You can’t perform that action at this time.
0 commit comments