Metadata-Version: 2.1
Name: app-settings-dict
Version: 0.1.5
Summary: A dictionary to manage settings for apps.
Home-page: https://github.com/wheelercj/app_settings
Author: Chris Wheeler
License: MIT
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE

# App Settings Dictionary

![Tests](https://github.com/wheelercj/app_settings/actions/workflows/tests.yaml/badge.svg)

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 [the test file](https://github.com/wheelercj/app_settings/blob/master/tests/test_app_settings.py) for example uses.


