Metadata-Version: 2.1
Name: ucode-cli
Version: 2.0.6
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/
Keywords: ucode,ucode CLI tools
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: tomd
Requires-Dist: jinja2
Requires-Dist: dataclasses-json
Requires-Dist: unidecode

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.5\] - 2020-10-24
### Added
- Added `ucode dsa convert` to convert from other (Themis) testcase format to `ucode` format 

## \[2.0.1\] - 2020-10-12
### Added
- Moved from obsoleted toolbox
- Major version bumped 


