Metadata-Version: 2.0
Name: robotframework-stublibrary
Version: 0.1.3
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"robotframework-stublibrary\n==========================\n.. image:: https://secure.travis-ci.org/ravihuang/robotframework-stublibrary.png?branch=master\n  :target: http://travis-ci.org/ravihuang/robotframework-stublibrary\n\nIntroduction\n------------\nrobotframework-stublibrary is a `Robot Framework <https://pypi.python.org/pypi/robotframework>`_ test library for all your HTTP\nneeds. It uses:\n`webtest <http://webtest.pythonpaste.org/>`_ \n`gevent <https://pypi.python.org/pypi/gevent>`_ \n`falcon <https://pypi.python.org/pypi/falcon>`_ \n`py_fake_server <https://github.com/Telichkin/py_fake_server>`_ \nlibrary underneath now.\n\nInstallation\n------------\n\nYou can install robotframework-stublibrary via `pip <http://www.pip-installer.org/>`_::\n\n  pip install --upgrade robotframework-stublibrary\n\nUsage\n-----\nhere is an example on how to use it:\n`https://github.com/ravihuang/robotframework-stublibrary/blob/master/tests/tests.txt\n<https://github.com/ravihuang/robotframework-stublibrary/blob/master/tests/tests.txt>`_, \n\n============  ================\n  Setting          Value      \n============  ================\nLibrary       StubLibrary\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.3**\n\n- new\n\nLicense\n-------\nApache License\n\n"


