Metadata-Version: 2.4
Name: smart-budget-engine
Version: 0.1.2
Summary: A financial analytics engine for budgeting applications
Author-email: Francis Kariuki <francis8t@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Smart Budget Engine

Smart Budget Engine is a lightweight Python library designed to provide intelligent financial analysis for budgeting applications. It enables developers to integrate budget evaluation, spending predictions, and contextual insights into their applications with minimal effort.


## Features

- Budget health analysis (Healthy, Warning, Overspent)
- Spending prediction based on current trends
- Intelligent insights for better financial decisions
- Modular and reusable design
- Lightweight and easy to integrate

---

## Installation

```bash
pip install smart-budget-engine
