Skip to main content

On-demand loading and configurable paths

Project description

# pathconfig

pathconfig is a small library that aims to make it easy to make your application configurable and find its data easily.

it features the following central functions/classes:

  • pathconfig.load_configuration creates an AppContext object that allows to retrieve configuration variables (get_config_var)

  • pathconfig.Factory is a class for objects that have parts that can be loaded on-demand. If obj is your object, and it has a load_banana method, then obj.get(‘banana’) will either returned the cached banana or invoke its load_banana method to retrieve one.

  • pathconfig.load_plugin provides a friendly wrapper around setuptools’ entry_points mechanism.

# Install The most convenient way is to install pathconfig via pip or easy_install:

pip install pathconfig

# Getting started see examples/simple_example.py

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

pathconfig-1.0.tar.gz (4.8 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