Metadata-Version: 2.1
Name: hafapiserver
Version: 0.0.9
Summary: UNKNOWN
Home-page: http://github.com/hautof/haf-plugin-webserver
Author: wei.meng
Author-email: mengwei1101@hotmail.com
License: UNKNOWN
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: haf
Requires-Dist: twine
Requires-Dist: flask
Requires-Dist: flask-restful
Requires-Dist: jinja2
Requires-Dist: setuptools

### haf plugin web server

    The plugin web server of haf

[![Build Status](https://travis-ci.org/hautof/haf-plugin-webserver.svg?branch=master)](https://travis-ci.org/hautof/haf-plugin-webserver)
[![PyPI](https://img.shields.io/pypi/v/hafapiserver.svg)](https://img.shields.io/pypi/v/hafapiserver.svg)

### How to get it?

> by pip tool

```shell
    tsbx-mw# pip install hafapiserver
```

> by src

```shell
    tsbx-mw# git clone https://github.com/hautof/haf-plugin-webserver ./
    tsbx-mw# python setup.py install
```

### usage

> using as haf params

```bash
    python -m haf run -ws=True
```

> using as haf config

```json
    {
        "run":
        {
            "web_server": {
            "host": "",
            "port": "",
            "run": true
        }
    }

```

