Metadata-Version: 2.0
Name: westeros
Version: 0.0.1
Summary: Test automation framework based on robot framework and selenium.
Home-page: https://github.com/crazy-canux/westeros
Author: Canux CHENG
Author-email: canuxcheng@gmail.com
License: GPL
Keywords: test automation robot framework selenium
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Framework :: Robot Framework
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Quality Assurance

.. image:: https://img.shields.io/pypi/v/westeros.svg
   :target: https://pypi.python.org/pypi/westeros/

.. image:: https://img.shields.io/pypi/dm/westeros.svg
   :target: https://pypi.python.org/pypi/westeros/

.. image:: https://travis-ci.org/crazy-canux/westeros.svg?branch=master
   :target: https://travis-ci.org/crazy-canux/westeros

.. image:: https://coveralls.io/repos/github/crazy-canux/westeros/badge.svg?branch=master
   :target: https://coveralls.io/github/crazy-canux/westeros?branch=master


========
westeros
========

Test automation based on robot framework and selenium

.. figure:: https://github.com/crazy-canux/westeros/blob/master/data/images/wes.jpg
   :alt: pic1

--------------
How to install
--------------

Use pip to install::

    $ pip install westeros

----------
How to use
----------

Just import what protocol you need::

    import westeros

--------------
How to extends
--------------

Check the TODO list, you can give test examples or documents.

Also you can pull request for your code.

-----
TODO
-----

* 0.0.2 read information from /etc/*.yaml file.
* 0.0.3 implement the basic robot function include listener.
* 0.0.4 basic wrapper for selenum and requests and paromiko.
* 0.0.5 test basic function as a robot library.

============
Contribution
============

`[Contribution] <https://github.com/crazy-canux/westeros/blob/master/CONTRIBUTING.rst>`_

=======
Authors
=======

`[Authors] <https://github.com/crazy-canux/westeros/blob/master/AUTHORS.rst>`_

=======
License
=======

`[License] <https://github.com/crazy-canux/westeros/blob/master/LICENSE>`_


