Metadata-Version: 2.1
Name: osiftool
Version: 1.2.11
Summary: Small python program select osiftool and change it using curses standard library 
Home-page: https://github.com/IoTKETI
Author: xoguskim
Author-email: thyun.kim@synctechno.com
License: MIT License
Keywords: osiftool,OSIF,KETI,cognitive,IoT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License

# OSIF Tool

Command line tool to help a OSIF Service software developers to develop and register a OSIF Service software

# Working OS

Linux Terminal
Mac Terminal
Window Commandline Tool

# Install

In virtualenv,

``` sh
(python) $ pip install osiftool
```

or just for system python interpreter,

``` sh
$ sudo pip install osiftool
```

# Run




# Python Tool for registration OSIF Service module

`osiftool [options]
options: 
    --help -h   print help
    --version   print version
    `


