Skip to main content
django-ab
=========

AB-Testing framework with a difference.

An easily pluggable utility for doing control group testing of components
in django web applications.

The application focuses importance of testing the product on actual users
before going for the final release.

Usage
=====

- Install the package
`pip install django-ab`

- Add feature flag to distinguish a particular feature. Note that the flag
should start with `F`. The feature flag control the behaviour to turn on/off
the feature for the users.

For example, if you have a feature flag `F_SHOW_ADS` set to `True` it would
turn on the ads for the set of users and `False` would turn off that feature.

- Using it as a decorator?
`@quick(<feature_flag>, <callable_name>, only_authenticated=[True|False])`

Here `callable name` is the name of the experiment that you want to conduct on
the set of users.

- Using it as a django templatetag?
`{% ifexperiment feature_flag callable_name only_authenticated=[True|False] %}
<!-- Logic goes here -->
{% elifexperiment ... %}
...
{% endif %}
`

Future Scope
============

- Add support for multiple experimets on the same view in the view layer itself.
- Build analytics tool to give the developers a better idea on which strategies
turns out to be better
- PEP8 fixes and rolling out django-ab.readthedocs.org

Release files for django-ab 0.1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-ab 0.1.1
File Size Uploaded
django-ab-0.1.1.tar.gz 17.0 kB Details

Release files / django-ab-0.1.1.tar.gz

Download URL django-ab-0.1.1.tar.gz
Size 17.0 kB
Tags Source
SHA-256 checksum
How to use checksums
c0362e07dac481e4d8535e93f808b7867a63bf161db976c44373c8fe1ca96477
BLAKE2b-256 checksum
How to use checksums
ac64cb77b52fe859fe716a0184e16a99fdb7e766a62eb134916c34b7b186fd82
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.1.1 This release

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page