Metadata-Version: 2.1
Name: ptoolbox
Version: 0.1.1
Summary: Tools to work with multiple problem formats: DSA, Hackerrank, CMS, repl...
Home-page: https://gitlab.com/thucnguyen/ptoolbox
Author: Thuc Nguyen
Author-email: gthuc.nguyen@gmail.com
License: MIT
Download-URL: https://pypi.org/project/ptoolbox/
Keywords: ptoolbox,problem tools
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: click

Problem Toolbox

Tools to work with multiple problem formats: DSA, Hackerrank, CMS, repl...


# Description

Main functions

## DSA problem tools

## Hackerrank problem tools

# Installation

## Normal installation

```bash
pip install ptoolbox
```

## Development installation

```bash
git clone https://gitlab.com/thucnguyen/ptoolbox.git
cd ptoolbox
pip install --editable .
```

# Usage
## DSA problem tools
```bash
ptoolbox dsa --help
```

## Hackerrank problem tools
```bash
ptoolbox dsa --help
```

# Change log

## [0.1.0] - 2019-07-01

### Added
- Create problem template
- Prepare Hackerrank testcases (.zip) format

## [0.0.1] - 2019-07-01

### Added
- Init project
- Setup CLI with click


