Metadata-Version: 2.4
Name: dailybasket-support-mks
Version: 0.0.1
Summary: Salesforce + DynamoDB support helpers for the DailyBasket project
Project-URL: Homepage, https://example.com/dailybasket
Project-URL: Bug Tracker, https://example.com/dailybasket/issues
Author-email: Mithilesh Singh <you@example.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: boto3
Requires-Dist: requests
Description-Content-Type: text/markdown

# dailybasket-support-mks

Support code for the DailyBasket project.

This library contains:

- `SalesforceRefreshClient` – helper for OAuth refresh and REST calls
- `SupportBridge` – creates Salesforce Cases and updates the `DailyBasketItems`
  DynamoDB table.
