Metadata-Version: 2.1
Name: ucode-cli
Version: 2.0.4
Summary: CLI tools to prepare problems locally and to work with ucode.vn server
Home-page: https://gitlab.com/ucodevn/ucode-cli
Author: Thuc Nguyen
Author-email: gthuc.nguyen@gmail.com
License: MIT
Download-URL: https://pypi.org/project/ucode/
Description: uCode CLI tools
        
        CLI tools to prepare problems locally and to work with uCode.vn server
        
        # Description
        
        ## DSA problem tools
        
        ## Other question tools
        
        ## Interact with ucode.vn server
        
        # Installation
         
        ## Normal installation
        
        ```bash
        pip install ucode-cli --upgrade
        ```
        
        ## Development installation
        
        ```bash
        git clone https://gitlab.com/ucodevn/ucode-cli.git
        cd ucode-cli
        pip install --editable .
        ```
        
        # Usage
        ## Get help
        ```bash
        ucode --help
        ```
        
        ## Get help for a specific command
        ```bash
        ucode {command} --help
        ```
        
        # Change log
        
        ## \[2.0.1\] - 2020-10-12
        ### Added
        - Moved from obsoleted toolbox
        - Major version bumped 
        
Keywords: ucode,ucode CLI tools
Platform: UNKNOWN
Description-Content-Type: text/markdown
