Metadata-Version: 2.1
Name: sopel-iplookup
Version: 1.0.0
Summary: IP Lookup plugin for Sopel
Author: Dimitri Molenaars
Author-email: Elad Alfassa <elad@fedoraproject.org>, dgw <dgw@technobabbl.es>, Florian Strzelecki <florian.strzelecki@gmail.com>, SnoopJ <snoopjedi@gmail.com>
Maintainer-email: dgw <dgw@technobabbl.es>, Florian Strzelecki <florian.strzelecki@gmail.com>, SnoopJ <snoopjedi@gmail.com>
License: EFL-2.0
Project-URL: Homepage, https://github.com/sopel-irc/sopel-iplookup
Project-URL: Bug Tracker, https://github.com/sopel-irc/sopel-iplookup/issues
Keywords: sopel,plugin,bot,irc
Platform: Linux x86, x86-64
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: Eiffel Forum License (EFL)
Classifier: License :: OSI Approved :: Eiffel Forum License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Requires-Python: <4,>=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: sopel >=7.1
Requires-Dist: geoip2

==============
sopel-iplookup
==============

Sopel plugin ``.ip`` command::

    16:22 <SnoopJ> !ip 8.8.8.8
    16:22 <testibot> [IP/Host Lookup] Downloading GeoIP database, please wait...
    16:22 <testibot> [IP/Host Lookup] Hostname: dns.google | Location: United States | ISP: AS15169 GOOGLE

Install
=======

The recommended way to install this plugin is to use ``pip``::

    $ pip install sopel-iplookup

Note that this plugin requires Python 3.7+ and Sopel 7.1+. It won't work on
Python versions that are not supported by the version of Sopel you are using.

Notes
=====

This plugin replaces a built-in Sopel plugin formerly called ``ip``, you may need
to update your bot configuration to replace ``ip`` with ``iplookup`` if you are e.g.
excluding this plugin.
