Metadata-Version: 1.1
Name: robotframework-openstflibrary
Version: 0.1.1
Summary: Openstf utility library for Robot Framework
Home-page: https://github.com/ravihuang/Robotframework-OpenstfLibrary
Author: Ravi Huang
Author-email: ravi.huang@gmail.com
License: Apache License 2.0
Description: b"\n.. image:: https://secure.travis-ci.org/ravihuang/robotframework-openstflibrary.png?branch=master\n  :target: http://travis-ci.org/ravihuang/robotframework-openstflibrary\nOpenstfLibrary\n=============================\n.. contents::\n\nrobotframework-openstflibrary\n--------------------------\n\n**robotframework-stublibrary** is a `Robot Framework\n<https://github.com/robotframework/robotframework>`_ test library for openstf\nneeds. It uses `pyswagger <https://pypi.python.org/pypi/pyswagger>`_ library\nunderneath now.\n\nCompile\n------------\nEnv:\n  pip install wheel twine -i https://pypi.douban.com/simple\ndist\xef\xbc\x9a\n  python setup.py sdist bdist_wheel --universal\nupload to pypi:\n  twine upload --config-file c:\\Users\\Administrator\\.pypirc dist\\*\n\nInstallation\n------------\n\nYou can install robotframework-openstflibrary via `pip\n<http://www.pip-installer.org/>`_::\n\n  pip install --upgrade robotframework-openstflibrary\n\nUsage\n-----\nAPI documentation can be found at\n`https://github.com/ravihuang/robotframework-openstflibrary\n<https://github.com/ravihuang/robotframework-openstflibrary/>`_, here is an example\non how to use it:\n\n============  ================\n  Setting          Value      \n============  ================\nLibrary       OpenstfLibrary\n============  ================\n\n\\\n\n============  =================================  ===================================\n Test Case    Action                             Argument\n============  =================================  ===================================\nExample\n              Connect To Stf    192.168.117.155:7100    8ad3024193ba44a1820afef3060df8934d964599b74049d4b11b9c3f9edb5457\n              ${x}              Get Idle Device\n============  =================================  ===================================\n\n\nCompatibility\n-------------\nThis library is only tested on CPython. It might work on Jython, not sure.\n\nDevelopment\n-----------\nIf you want to hack on this library itself, this should get you started::\n\n  # install\n  git clone https://github.com/peritus/robotframework-openstflibrary.git\n  cd robotframework-openstflibrary/\n  python setup.py install\n    \n  # run tests\n  pybot tests/\n\nI'm very happy about patches, pull-requests and API-discussions (as this is\nmostly a wrapper supposed to have a nice API)!\n\nChangelog\n---------\n\n**v0.1.0**\n\n- new\n\nLicense\n-------\nApache License\n\n"
Keywords: robotframework testing testautomation openstf android
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
Classifier: Framework :: Robot Framework
Classifier: Framework :: Robot Framework :: Library
