Metadata-Version: 2.1
Name: agora_config
Version: 1.1.49b0
Summary: Configuration libraries for the Agora Edge Apps SDK 2.0 (Python)
Author-email: AgoraIoT <agoraiot@slb.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: agora_logging == 1.1.49b0
Project-URL: Home, https://agoraiot.github.io

# agora_config

This package is the Configuration library for the Agora Edge Apps SDK (Python) developed by SLB.

Use this SDK to construct an edge application, and then containerize it for the running on the edge with AgoraIoT.  Documentation on using the entire SDK can be found at: [AgoraIoT SDK Documentation](https://slb-edge.github.io).

## Release Notes

### v1.0.26
- Deprecate config_overrides and config_defaults in favor or config.overrides and config.defaults to make more parallel to .NET SDK.  Update all associated documentation.


### v1.0.23
- Remove config default value "DEVICE_ID"
- Set default config value "GATEWAY_ID" to be "IOTEDGE_DEVICEID" env var if it is available.
- Set default config value "Name" to be "IOTEDGE_MODULEID" env var if it is available.
- Set default config value "GROUP_ID" to be "GROUP_ID" env var if it is available.

### v1.0.20

- Redo DictOfDict.  Remove 'DictOfDict.remove' in favor of having 'del' capability supported.
- Support ability to get a super setting from config and still address sub-settings using 'key:key' nomenclature.
- Update internal tests

### v1.0.19

- Fix issue with return of dictionary from config for "partial" paths to keys.

### v1.0.18

- Make versions of all modules all the same

### v1.0.15 - Beta

- Change AEA2:Logging:Verbosity setting to AEA2:Logging
- Fix issue in config change callback (simplify code) - reduce to a single thread for maintainability

### v1.0.7 - Beta

- Initial test release.

