# 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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pathconfig-1.0.tar.gz.
File metadata
- Download URL: pathconfig-1.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88ed48591cc6861744510b244df5ffce817a83a99d81db39c2d33bae1281b9df
|
|
| MD5 |
7478217bb2c30b7c03db4ea7c4153f1e
|
|
| BLAKE2b-256 |
fc784a843cd398e85c51f220b4839112bc709788145592fb49d4365c1c1991a9
|