Metadata-Version: 1.0
Name: example-cli-python
Version: 1.0.0
Summary: Python command line example package
Home-page: https://ojixzzz.com
Author: Oji Setyawan
Author-email: ojixzzz@gmail.com
License: UNKNOWN
Description: Example-cli-python
        ========================
        
        example cli in python package.
        (forked from jgehrcke/python-cmdline-bootstrap)
        
        Installation sets up command
        **************************************
        
        Situation before installation::
        
            $ hello
            bash: hello: command not found
        
        Installation right from the source tree (or via pip from PyPI)::
        
            $ python setup.py install
        
        Now, the ``hello`` command is available::
        
            $ hello ojixzzz
            Example version 1.0.0.
            Argument strings: ['ojixzzz']
        
        
Platform: UNKNOWN
