Metadata-Version: 2.1
Name: ipmike
Version: 0.1.3
Summary: A package for geolocating IP addresses using the IPMike API
Home-page: https://github.com/micheleberardi/ipmike
Author: Your Name
Author-email: your.email@example.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md

A package for geolocating IP addresses using the IPMike API. The package provides a simple and easy-to-use interface for querying IP location data, and supports both IPv4 and IPv6 addresses. To use the package, simply create an instance of the IPMike class and call the get_location method with an IP address. The package requires an API token, which can be obtained by signing up for an account on the IPMike website. For more information, see the project README.
