Skip to main content

A Django application that uses Facebook's Planout library to manage product experiments and track outcomes

Project description

https://badge.fury.io/py/django-planout-experiments.svg https://travis-ci.org/adamhaney/django-planout-experiments.svg?branch=master https://codecov.io/gh/adamhaney/django-planout-experiments/branch/master/graph/badge.svg

A Django application that uses Facebook’s Planout library to manage product experiments and track outcomes

Documentation

The full documentation is at https://django-planout-experiments.readthedocs.io.

Quickstart

Install django-planout-experiments:

pip install django-planout-experiments

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'planout_experiments.apps.PlanoutExperimentsConfig',
    ...
)

Add django-planout-experiments’s URL patterns:

from planout_experiments import urls as planout_experiments_urls


urlpatterns = [
    ...
    url(r'^experiments/', include(planout_experiments_urls)),
    ...
]

Features

  • Allows creation of Experiment model with admin definable Goals

  • Includes models for tracking events that take place related to users under test

  • Allows designing experimental groups using Facebook’s Planout Library[1]

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2019-02-06)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-planout-experiments-0.1.0.tar.gz (11.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page