auxlib

Auxlib is an auxiliary library to the python standard library.

The aim is to provide core generic features for app development in python. Auxlib fills in some python stdlib gaps much like pytoolz has for functional programming, pyrsistent has for data structures, or boltons has generally.

Major areas addressed include:
  • auxlib.packaging: package versioning, with a clean and less invasive alternative to versioneer
  • auxlib.entity: robust base class for type-enforced data models and transfer objects
  • auxlib.type_coercion: intelligent type coercion utilities
  • auxlib.configuration: a map implementation designed specifically to hold application configuration and context information
  • auxlib.factory: factory pattern implementation
  • auxlib.path: file path utilities especially helpful when working with various python package formats
  • auxlib.logz: logging initialization routines to simplify python logging setup
  • auxlib.crypt: simple, but correct, pycrypto wrapper

Indices and Tables