-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
33 lines (22 loc) · 1.15 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
MaxMind Geolocation DXL Service
===============================
Overview
--------
The MaxMind DXL Python service exposes Host/IP Geolocation lookups in a MaxMind
`GeoLite2 <http://dev.maxmind.com/geoip/geoip2/geolite2/>`_ or `GeoIP2 <https://www.maxmind.com/en/geoip2-databases>`_
database via the Data Exchange Layer (DXL) fabric.
Documentation
-------------
See the `GitHub Wiki <https://github.com/opendxl/opendxl-maxmind-service-python/wiki>`_ for an overview of the
MaxMind DXL Python service and usage examples.
See the `MaxMind DXL Python service documentation <https://opendxl.github.io/opendxl-maxmind-service-python/pydoc>`_ for
installation instructions, API documentation, and usage examples.
Bugs and Feedback
-----------------
For bugs, questions and discussions please use the `GitHub Issues <https://github.com/opendxl/opendxl-maxmind-service-python/issues>`_.
LICENSE
-------
Copyright 2018 McAfee LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
License. You may obtain a copy of the License at
`<http://www.apache.org/licenses/LICENSE-2.0>`_