Metadata-Version: 2.1
Name: iplist
Version: 0.0.2
Summary: Expand ip ranges to list of ips
Home-page: https://gitlab.com/Zer1t0/iplist
Author: Eloy Perez
Author-email: zer1t0ps@protonmail.com
License: UNKNOWN
Description: # iplist
        
        Expand ip ranges to list of ips
        
        ## Setup
        
        To install:
        ```shell
        git clone https://gitlab.com/Zer1t0/iplist
        cd iplist/
        make
        ```
        
        
        ## Examples
        
        Expand CDIR range:
        ```shell
        iplist 10.0.0.0/24
        ```
        
        Expand ips between start and end ip:
        ```shell
        iplist 10.0.0.0-10.0.0.255
        ```
        
        Send ranges from stdin:
        ```shell
        cat ip_ranges.txt | iplist
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
