Metadata-Version: 2.1
Name: jkcli
Version: 0.0.1
Summary: Small tool to interactive with Jenkins through commandline interface
Home-page: https://github.com/minhluantran017/jkcli
Author: Luan Tran
Author-email: minhluantran017@gmail.com
License: UNKNOWN
Description: # jkcli
        
        `jkcli` - stands for 'Jenkins commandline interface' - is a small tool written
        with the purpose of running simple Jenkins tasks from CLI.
        
        ## Preperquiste
        
        * Python >= 3.6
        
        ## Getting Started
        
        ### Installation
        
        ```
        python3 -m pip install jkcli
        ```
        
        ### Show help
        
        ```
        jkcli --help
        ```
        
        ## License
        
        MIT license. See [LICENSE](LICENSE)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
