Metadata-Version: 2.1
Name: IP2Location
Version: 8.0.3
Summary: Python API for IP2Location database.
Home-page: http://www.ip2location.com
Author: IP2Location
Author-email: support@ip2location.com
License: UNKNOWN
Description: # IP2Location 8.0.3
        
        
        This is a IP2Location Python library that enables the user to find the country, region or state, city, latitude and longitude, ZIP code, time zone, Internet Service Provider (ISP) or company name, domain name, net speed, area code, weather station code, weather station name, mobile country code (MCC), mobile network code (MNC) and carrier brand, elevation, and usage type by IP address or hostname originates from. The library reads the geo location information
        from **IP2Location BIN data** file.
        
        Supported IPv4 and IPv6 address.
        
        For more details, please visit:
        [https://www.ip2location.com/developers/python](https://www.ip2location.com/developers/python)
        
        # Requirements
        1. Python 2.2 and above
        
        # Installation
        1. Unzip the package.
        2. Execute python setup.py build
        3. Execute python setup.py install
        
        # Testing
            python sample.py
            python test.py
        
        # Sample BIN Databases
        * Download free IP2Location LITE databases at [https://lite.ip2location.com](https://lite.ip2location.com)  
        * Download IP2Location sample databases at [https://www.ip2location.com/developers](https://www.ip2location.com/developers)
        
        # IPv4 BIN vs IPv6 BIN
        * Use the IPv4 BIN file if you just need to query IPv4 addresses.
        * Use the IPv6 BIN file if you need to query BOTH IPv4 and IPv6 addresses.
        
        # Support
        Email: support@ip2location.com.  
        URL: [https://www.ip2location.com](https://www.ip2location.com)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.3
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
