Metadata-Version: 2.4
Name: fbms_discount_lib_sushanth_test1234
Version: 0.0.14
Summary: Festival discount and API Gateway offer library
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# fbms_discount_lib_sushanth_test1234

A simple reusable Python library that:
- Calls AWS API Gateway to get active festival offers
- Calculates discounted prices

## Functions

### `OfferAPIClient()`
Fetches offer from API Gateway.

### `calculate_discount(price, festival)`
Applies discount for the provided festival.

