Metadata-Version: 2.4
Name: agora_config
Version: 3.0.0b0
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
License-File: LICENSE
Requires-Dist: agora_logging == 3.0.0b0
Requires-Dist: termcolor == 2.4.0
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

### v3.0.0b0
- Accept config updates from Redis at runtime instead of file on disk

### v1.1.62
- Re-fix issue with using 'agoraiot' in interactively.

### v1.1.61
- Fix issue with using 'agoraiot' in python interactively.

### v1.1.57
- Add startup info.  
- Make defaults for LogLevel = 'Info' and LogColoring = True.  
- Remove deprecated config_overrides and config_defaults.

### v1.1.56
- Fix bug to set the default redis server to be the redis container name on the gateway if not found in the AEA.json 

### v1.1.53
- Make versions of all modules the same

### 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.

