Metadata-Version: 2.0
Name: robotframework-stublibrary
Version: 0.1.2
Summary: Stub utility library for Robot Framework
Home-page: https://github.com/ravihuang/Robotframework-StubLibrary
Author: Ravi Huang
Author-email: ravi.huang@gmail.com
License: Apache License 2.0
Keywords: robotframework testing testautomation Stub Http REST
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
Requires-Dist: falcon
Requires-Dist: robotframework
Requires-Dist: psutil
Requires-Dist: webtest (>=2.0)
Requires-Dist: jsonpatch
Requires-Dist: falcon-multipart
Requires-Dist: jsonpointer
Requires-Dist: allpairspy
Requires-Dist: gevent
Requires-Dist: six

b"\n.. image:: https://secure.travis-ci.org/ravihuang/robotframework-stublibrary.png?branch=master\n  :target: http://travis-ci.org/ravihuang/robotframework-stublibrary\n\nrobotframework-stublibrary\n--------------------------\n\n**robotframework-stublibrary** is a `Robot Framework\n<http://code.google.com/p/robotframework/>`_ test library for all your HTTP\nneeds. It uses `webtest <http://webtest.pythonpaste.org/>`_ library\nunderneath now.\n\nInstallation\n------------\n\nYou can install robotframework-stublibrary via `pip\n<http://www.pip-installer.org/>`_::\n\n  pip install --upgrade robotframework-stublibrary\n\nUsage\n-----\nAPI documentation can be found at\n`https://github.com/ravihuang/robotframework-stublibrary\n<https://github.com/ravihuang/robotframework-stublibrary/>`_, here is an example\non how to use it:\n\n============  ================\n  Setting          Value      \n============  ================\nLibrary       StubLibrary\n============  ================\n\n\\\n\n============  =================================  ===================================\n Test Case    Action                             Argument\n============  =================================  ===================================\nExample\n\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-stublibrary.git\n  cd robotframework-stublibrary/\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"


