Metadata-Version: 2.4
Name: dailybasket-support-mithilesh
Version: 0.0.1
Summary: DailyBasket support integration (Salesforce + DynamoDB)
Project-URL: Homepage, https://example.com/dailybasket
Project-URL: Bug Tracker, https://example.com/dailybasket/issues
Author-email: Mithilesh Singh <mithileshkrsinghniitians@hotmail.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-mithilesh

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.
