Code Docs for each helper module

privex.helpers.common

Common functions and classes that don’t fit into a specific category

privex.helpers.decorators

Class Method / Function decorators

privex.helpers.django

This module file contains Django-specific helper functions, to help save time when developing with the Django framework.

privex.helpers.exceptions

Exception classes used either by our helpers, or just generic exception names which are missing from the standard base exceptions in Python, and are commonly used across our projects.

privex.helpers.net

Network related helper code

privex.helpers.plugin

This module handles connection objects for databases, APIs etc.

privex.helpers.settings

Configuration options for helpers, and services they depend on, such as Redis.

Unit Tests

tests

This file contains test cases for Privex’s Python Helper’s (privex-helpers).