Metadata-Version: 2.1
Name: weditor
Version: 0.2.2
Summary: tool for writing atx script
Home-page: https://github.com/openatx/weditor
Author: codeskyblue
Author-email: codeskyblue@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Python: >=3.5
Requires-Dist: tornado (>=4.3)
Requires-Dist: six
Requires-Dist: pillow
Requires-Dist: facebook-wda (>=0.2.2)
Requires-Dist: logzero
Requires-Dist: futures (>=3.0.5) ; (python_version <= '2.7')

# WEditor
[![image](https://img.shields.io/pypi/v/weditor.svg?style=flat-square)](https://pypi.python.org/pypi/weditor)
[![image](https://img.shields.io/github/stars/openatx/weditor.svg?style=social&label=Star&style=flat-square)](https://github.com/openatx/weditor)
[![image](https://travis-ci.org/openatx/weditor.svg?branch=master)](https://travis-ci.org/openatx/weditor)

This project is subproject for smart phone test framework [openatx](https://github.com/openatx)
for easily use web browser to edit atx scripts.
This project is hosted in <https://github.com/openatx/weditor>

Only tested in `Google Chrome`, _IE_ seems not working well.

## Installation
**Require Python3.5+**

```
pip install -U weditor
```

## Usage

Create Shortcut in Desktop

```
python -m weditor --shortcut
```

By click shortcut or run in command line

```
python -m weditor
```

This command will start a local server with port 17310,
and then open a browser tab for you to editor you code.

Port 17310 is to memorize the created day -- 2017/03/10

## For Developers
See [DEVELOP.md](DEVELOP.md)

## LICENSE
[MIT](LICENSE)



