Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Usage

To use this module, you must first download or create a MaxMind DB file. We
provide `free GeoLite2 databases
<http://dev.maxmind.com/geoip/geoip2/geolite2>`_. These files must be
<https://dev.maxmind.com/geoip/geoip2/geolite2>`_. These files must be
decompressed with ``gunzip``.

After you have obtained a database and imported the module, call
Expand Down Expand Up @@ -85,16 +85,17 @@ invalid IP address or an IPv6 address in an IPv4 database.
Requirements
------------

This code requires Python 2.7+ or 3.3+. The C extension requires CPython. The
pure Python implementation has been tested with PyPy.
This code requires Python 2.7+ or 3.5+. Older versions are not supported. The C
extension requires CPython. The pure Python implementation has been tested with
PyPy.

On Python 2, the `ipaddress module <https://pypi.python.org/pypi/ipaddress>`_ is
required.

Versioning
----------

The MaxMind DB Python module uses `Semantic Versioning <http://semver.org/>`_.
The MaxMind DB Python module uses `Semantic Versioning <https://semver.org/>`_.

Support
-------
Expand All @@ -103,5 +104,5 @@ Please report all issues with this code using the `GitHub issue tracker
<https://github.com/maxmind/MaxMind-DB-Reader-python/issues>`_

If you are having an issue with a MaxMind service that is not specific to this
API, please contact `MaxMind support <http://www.maxmind.com/en/support>`_ for
API, please contact `MaxMind support <https://www.maxmind.com/en/support>`_ for
assistance.