Metadata-Version: 1.1
Name: maxmindupdater
Version: 0.1.1
Summary: Function to keep a maxmind database file up to date
Home-page: https://github.com/yola/maxmind-updater
Author: Yola
Author-email: engineers@yola.com
License: MIT (Expat)
Description: maxmind-updater
        ===============
        
        This is a simple library to keep a maxmind database file up to date. You can either call the ``maxmindupdater.update_db``
        function in a python script, or the ``maxmind-updater`` command from a shell. Both forms take three arguments:
        
        1. The path to the maxmind database (``.mmdb``) file to keep updated.
           The file will either be created or replaced if it is out of date.
        2. Your maxmind account license key.
        3. The database edition ID, e.g. ``GeoIP2-Country``.
        
        The library can be installed using ``pip install maxmindupdater``.
        
        In addition to the main database file which is placed at the path specified, the script will also keep the full ``.tar.gz``
        archive downloaded from the maxmind website.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: PyPy
