Metadata-Version: 2.4
Name: expenseutils
Version: 1.0.2
Summary: Utility functions for the CareCash expense tracker
Author: Amirthavarshini M
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# expenseutils

A small utility library built as part of CareCash, a cloud-based personal expense tracking application developed using Flask and AWS services.

## Functions

### `summarise(expenses)`
Groups a list of expenses by category and returns the total amount spent per category.

### `check_budget(monthly_total, budget)`
Compares monthly spending against a set budget and returns a status — `ok`, `warning`, or `exceeded`.

## Installation

```bash
pip install expenseutils
```

## Author
Amirthavarshini M — MSc Cloud Computing, NCI Dublin
