Metadata-Version: 2.4
Name: agoraiot
Version: 3.0.2
Summary: AgoraIoT Python Libraries
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.2
Requires-Dist: agora_busclient == 3.0.2
Requires-Dist: agora_config == 3.0.2
Requires-Dist: agora_redis_client == 3.0.2
Requires-Dist: agora_twin_property == 3.0.2
Requires-Dist: agora_gps == 3.0.2
Requires-Dist: agora_utils == 3.0.2
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

### v3.0.2
- Bump version of Redis client library to 7.x
- Fix bug when busclient returns from connect function before async connection to NATS is made

### v3.0.0
Release Of Major version including below changes
- Replace MQTT with NATS as the messaging bus
- Accept config updates from Redis at runtime instead of file on disk
- Updates to config to remove reliance on AEA Broker and routing
- If Redis server is unavailable, attempt to reconnect using exponential backoff
- Update URL for GPS location info

### v3.0.0b3
- Replace MQTT with NATS as the messaging bus
- Accept config updates from Redis at runtime instead of file on disk
- Updates to config to remove reliance on AEA Broker and routing
- If Redis server is unavailable, attempt to reconnect using exponential backoff
- Update URL for GPS location info

### v1.3.0
- Changes for messages IoDeviceData and IoPoint in BusClient

### v1.2.5
- Change for Gps location

### v1.2.4b0
- Change for Gps location

### v1.2.3
Release Of Major version including below changes
- Change of properties of Workflow type to be a dictionary of String & String
- Change of payload & response of RequestMessage type to be a dictionary of String & String
- Documentation changes for above change of Types 

### v1.2.2b0
- Change of properties of Workflow type to be a dictionary of String & String
- Change of payload & response of RequestMessage type to be a dictionary of String & String
- Documentation changes for above change of Types 

### v1.1.63
- Redis KeySpaceNotification -- Removed dependency on ":"

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

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

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

