Metadata-Version: 2.1
Name: ioknife
Version: 0.1.0
Summary: knives for io
Home-page: https://github.com/podhmo/ioknife
Author: podhmo
Author-email: ababjam61+github@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Requires-Python: >3.5
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Provides-Extra: testing

[![Build Status](https://travis-ci.org/podhmo/ioknife.svg?branch=master)](https://travis-ci.org/podhmo/ioknife)

# ioknife

```console
$ ioknife -h
usage: ioknife [-h] [--log {CRITICAL,FATAL,ERROR,WARN,WARNING,INFO,DEBUG,NOTSET}] {rest} ...

positional arguments:
  {rest}

optional arguments:
  -h, --help            show this help message and exit
  --log {CRITICAL,FATAL,ERROR,WARN,WARNING,INFO,DEBUG,NOTSET}
```

## subcommands

see [docs](https://github.com/podhmo/ioknife/tree/master/docs)

## Changes

0.1.0

- `ioknife too` command is added.


