flask-split
flask-split copied to clipboard
A/B testing for your Flask application.
Flask-Split
|build status|_
.. |build status| image:: https://secure.travis-ci.org/jpvanhal/flask-split.png?branch=master :alt: Build Status .. _build status: http://travis-ci.org/jpvanhal/flask-split
Flask-Split is a Flask extension for A/B testing_ your web application. It
is a port of Andrew Nesbitt's excellent Split_ A/B testing framework to
Python and Flask.
.. _A/B testing: http://en.wikipedia.org/wiki/A/B_testing .. _Split: https://github.com/andrew/split
Resources
Documentation <https://flask-split.readthedocs.io/>_Issue Tracker <http://github.com/jpvanhal/flask-split/issues>_Code <http://github.com/jpvanhal/flask-split/>_Development Version <http://github.com/jpvanhal/flask-split/zipball/master#egg=Flask-Split-dev>_