app-settings-dict

A dictionary to manage settings for apps.


License
MIT
Install
pip install app-settings-dict==0.6.4

Documentation

App Settings Dictionary

Tests

A dictionary-like Settings class for managing an application's settings.

Install with pip install app-settings-dict.
Import with from app_settings_dict import Settings.

See examples of use in the test file and in zk-ssg's settings file.