Metadata-Version: 2.1
Name: dataip
Version: 1.0.3
Summary: dataip package is used to gather information based on your IP address
Home-page: UNKNOWN
Author: Aditya Khemka
License: MIT
Description: # dataip
        dataip is used to extract some information based on your IP address.
        
        
        
        ## Installation
        install using pip
        
        ```sh
        pip install dataip
        ```
        
        ## Usage
        
        
        ```sh
        import dataip
        print(dataip.getIP())
        ```
        this will print your current IP address
        
        ---
        ## Functions
        
        ### dataip supports the following commands
        
        `dataip.getIP()`
        
        `dataip.continent()`
        
        `dataip.continentCode()`
        
        `dataip.country()`
        
        `dataip.countryCode()`
        
        `dataip.region()`
        
        `dataip.regionCode()`
        
        `dataip.city()`
        
        `dataip.zip()`
        
        `dataip.latitude()`
        
        `dataip.longitude()`
        
        `dataip.timezone()`
        
        `dataip.offset()`
        
        `dataip.currencyCode()`
        
        `dataip.isp()`
        
        `dataip.org()`
        
        `dataip.asname()`
        
        ---
        
        ### Others
        
        you can also call 
        
        `dataip.info()` to learn about the project or
        
        `dataip.debug()` to learn about some common errors and their solutions
        
        ---
         made by [Aditya Khemka](https://aditya-khemka.github.io/)
Keywords: ip,aditya,khemka,aditya khemka,ipinfo,ip address,python,ipdata,dataip
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
