Metadata-Version: 2.1
Name: ik-cli
Version: 0.1.0
Summary: My common cli tool.
Home-page: https://github.com/MerleLiuKun/ik-cli
Author: Ikaros Kun
Author-email: merle.liukun@gmail.com
License: MIT
Description: 
        Ik-cli
        
        [![Build Status](https://travis-ci.org/MerleLiuKun/ik-cli.svg?branch=master)](https://travis-ci.org/MerleLiuKun/ik-cli)
        
        ## Introduction
        
        This application provides some common command line tools for me.
        
        ## Usage
        
        You can use main command to show all subcommands.
        
        ```shell script
        ik_cli --help
        # the echo are:
        Usage: ik_cli [OPTIONS] COMMAND [ARGS]...
        
        Options:
          -v, --verbose  Enable verbose mode.
          --help         Show this message and exit.
        
        Commands:
          network  get ip info
        
        ```
        
        Now you can use `network` subcommand to get point ip info from `ip.sb`.
        
        ```shell script
        ik_cli network 8.8.8.8
        
        # the echo is:
        IP: 8.8.8.8
        ASN: 15169
        CONTINENT_CODE: NA
        COUNTRY: United States
        COUNTRY_CODE: US
        LATITUDE: 37.751
        LONGITUDE: -97.822
        ORGANIZATION: Google LLC
        TIMEZONE: America/Chicago
        ```
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
