{ "info": { "author": "Sean Whalen", "author_email": "whalenster@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "A Python module and CLI tool that returns IP address ownership and location information based on MaxMind's GeoLite2\ndatabases\n\n::\n\n usage: geoip [-h] [-d DATABASE_DIRECTORY] [-v]\n ip_address [ip_address ...]\n\n positional arguments:\n ip_address One or more IP addresses to look up\n\n optional arguments:\n -h, --help show this help message and exit\n -d DATABASE_DIRECTORY, --database-directory DATABASE_DIRECTORY\n Overrides the path to the directory containing MaxMind\n databases\n -v, --version show program's version number and exit\n\nPrerequisites\n-------------\n\nIn order to use ``simplegeoip2``, you must have the MaxMind GeoLite2 databases on your system. This simplest way to do\nthis is to use the ``geoipupdate`` tool from MaxMind.\n\nhttps://github.com/maxmind/geoipupdate\n\nInstallation\n------------\n\nWhile this script should work under Python 2 and 3, using Python 3 for your OS is strongly recommended.\n\nOn Debian or Ubuntu systems, run:\n\n::\n\n $ sudo apt-get install python3-pip\n\n\nPython 3 installers for Windows and macOS can be found at https://www.python.org/downloads/\n\nTo install or upgrade to the latest stable release of checkdmarc on macOS or Linux, run\n\n::\n\n $ sudo pip3 -U install simplegeoip2\n\nOr, install the latest development release directly from GitHub:\n\n::\n\n $ sudo pip3 -U install git+https://github.com/domainaware/simplegeoip2.git\n\n\nNote to Windows users\n^^^^^^^^^^^^^^^^^^^^^\n\nOn Windows, ``pip3`` is ``pip``, regardless if you installed Python 2 or 3. So on Windows, simply\nsubstitute ``pip`` as an administrator in place of ``sudo pip3``, in the above commands.\n\n\nBug reports\n-----------\n\nPlease report bugs on the GitHub issue tracker\n\nhttps://github.com/domainaware/simplegeoip/issues\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/seanthegeek/simplegeoip2", "keywords": "GeoIP,GeoLite2,MaxMind", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "simplegeoip2", "package_url": "https://pypi.org/project/simplegeoip2/", "platform": "", "project_url": "https://pypi.org/project/simplegeoip2/", "project_urls": { "Homepage": "https://github.com/seanthegeek/simplegeoip2" }, "release_url": "https://pypi.org/project/simplegeoip2/1.0.2/", "requires_dist": [ "geoip2" ], "requires_python": "", "summary": "A Python module and CLI tool that returns IP address ownership and location information based on MaxMind's Geolite2 databases", "version": "1.0.2" }, "last_serial": 3426164, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "8a83336fb4cb649c868823b7eab27161", "sha256": "a7b3c2b480ed323b5b3cfd2d47469dc4058d23b5a88a2b94c103df87e9e2368a" }, "downloads": -1, "filename": "simplegeoip2-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8a83336fb4cb649c868823b7eab27161", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5676, "upload_time": "2017-12-18T22:11:12", "url": "https://files.pythonhosted.org/packages/1c/6c/1e0d644a0735e54a32583aa1f3fb4f2e11d4c5fe2b6f8874af22c1142c9b/simplegeoip2-1.0.2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8a83336fb4cb649c868823b7eab27161", "sha256": "a7b3c2b480ed323b5b3cfd2d47469dc4058d23b5a88a2b94c103df87e9e2368a" }, "downloads": -1, "filename": "simplegeoip2-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8a83336fb4cb649c868823b7eab27161", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5676, "upload_time": "2017-12-18T22:11:12", "url": "https://files.pythonhosted.org/packages/1c/6c/1e0d644a0735e54a32583aa1f3fb4f2e11d4c5fe2b6f8874af22c1142c9b/simplegeoip2-1.0.2-py2.py3-none-any.whl" } ] }