Metadata-Version: 1.0
Name: Flask-Split
Version: 0.1.1
Summary: A/B testing for your Flask application
Home-page: http://github.com/jpvanhal/flask-split
Author: Janne Vanhala
Author-email: janne.vanhala@gmail.com
License: MIT
Description: 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 <http://flask-split.readthedocs.org/>`_
        - `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>`_
        
        
        Changelog
        ---------
        
        Here you can see the full list of changes between each Flask-Split release.
        
        0.1.1 (2012-03-12)
        ^^^^^^^^^^^^^^^^^^
        
        - Fixed user's participation to an experiment not clearing out from their
          session, when experiment version was greater than 0.
        - Fixed :exc:`ZeroDivisionError` in altenative's z-score calculation.
        - Fixed conversion rate difference to control rendering.
        - More sensible rounding of percentage values in the dashboard.
        - Added 90% confidence level.
        - Removed a debug print from :meth:`Experiment.find_or_create`.
        
        0.1.0 (2012-03-11)
        ^^^^^^^^^^^^^^^^^^
        
        - Initial public release
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
