Metadata-Version: 2.0
Name: funkload-friendly
Version: 0.2
Summary: Friendly wrapper of Funkload.
Home-page: https://github.com/tokibito/funkload-friendly
Author: Shinya Okano
Author-email: tokibito@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: funkload (>=1.17.1)

=================
funkload-friendly
=================

|build-status| |pypi| |docs|

Friendly wrapper of Funkload.

Overview
========

funkload-friendly is a wrapper of `Funkload <http://funkload.nuxeo.org/>`_.

The funkload is good tool for load testing of Web Application.
But some rules are not friendly to user.

funkload-friendly resolve some frustration.

Requirements
============

* Python 2.7
* funkload>=1.17.1

Getting Started
===============

1.  Install funkload-friendly by easy_install.

::

   $ easy_install funkload-friendly

.. note::

   This package uses the easy_install to install.
   Because it can not "pip install funkload".

Cookiecutter
============

There are Cookiecutter template for this project: https://github.com/tokibito/cookiecutter-funkload-friendly

Examples
========

There are some examples: https://github.com/tokibito/funkload-friendly-example

License
=======

This software is licensed under the MIT License.

Documentaion
============

The latest documentation is hosted at Read The Docs.

https://funkload-friendly.readthedocs.org/en/latest/

Develop
=======

This project is hosted at Github: https://github.com/tokibito/funkload-friendly

Author
======

* Shinya Okano

.. |build-status| image:: https://travis-ci.org/tokibito/funkload-friendly.svg?branch=master
   :target: https://travis-ci.org/tokibito/funkload-friendly
.. |docs| image:: https://readthedocs.org/projects/funkload-friendly/badge/?version=latest
   :target: http://funkload-friendly.readthedocs.org/en/latest/?badge=latest
.. |pypi| image:: https://badge.fury.io/py/funkload-friendly.svg
   :target: http://badge.fury.io/py/funkload-friendly


