Metadata-Version: 2.1
Name: ip-address
Version: 1.3.0
Summary: A simple tool to get your ip-address
Home-page: https://github.com/dewittethomas/ip-address
Author: Thomas Dewitte
Author-email: thomasdewittecontact@gmail.com
License: MIT
Description: # ip-address
        
        [![npm](https://img.shields.io/pypi/v/ip-address.svg)](https://pypi.org/project/ip-address/)
        
        A simple tool to get your ip-address.
        
        ## Installation
        To install the package run this command:
        
        ```bash
        pip install ip-address
        ```
        
        ## Usage
        
        ### Get
        
        ```python
        import ip_address as ip
        
        ip.get()
        ```
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >= 3.5
Description-Content-Type: text/markdown
