Metadata-Version: 2.0
Name: weditor
Version: 0.0.2.dev2
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 :: 2.7
Requires-Dist: tornado (==4.3)
Requires-Dist: futures (==3.0.5); (python_version <= '2.7')
Requires-Dist: subprocess32 (==3.2.7); (python_version <= '2.7')

WEditor
================
.. image:: https://img.shields.io/pypi/v/weditor.svg?style=flat-square   :target: 
.. image:: https://img.shields.io/github/stars/openatx/weditor.svg?style=social&label=Star&style=flat-square   :target: 

This project is subproject for smart phone test framework `AutomatorX <https://github.com/NetEaseGame/AutomatorX>`_
for easily use web browser to edit atx scripts.
This project is hosted in `github.com <https://github.com/openatx/weditor>`_

Installation
--------------

.. code-block:: bash

    pip install --pre --upgrade weditor

Usage
-----

.. code-block:: bash

    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
--------------
`API Document <API.md>`_

LICENSE
^^^^^^^

`MIT <LICENSE>`_



