Metadata-Version: 2.1
Name: agoraiot
Version: 1.1.58
Summary: AgoraIoT Python Libraries
Author-email: AgoraIoT <agoraiot@slb.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: agora_logging == 1.1.58
Requires-Dist: agora_busclient == 1.1.58
Requires-Dist: agora_config == 1.1.58
Requires-Dist: agora_redis_client == 1.1.58
Requires-Dist: agora_twin_property == 1.1.58
Requires-Dist: agora_utils == 1.1.58
Project-URL: Documentation, https://agoraiot.github.io
Project-URL: Home, https://www.agoraiot.com

# agoraiot

This primary package for the entire 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.1.57
- Add Fake Redis (redis_client) and start up info to Python so it is similar to .NET SDK. 
- 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
- Added Twin Property Module

### v1.0.18

- Make versions of all modules the same

### v1.0.7 - Beta

- Initial test release.

