Reusable budget projections & anomaly checks for Spendwise
Project description
smartbudget
Reusable finance analytics for Spendwise:
- Moving average & projection of month-end spend
- Budget status (projected vs. limit)
- Simple anomaly detection hooks
Quickstart
from smart_budgeting_pkg.analytics import BudgetInsights
bi = BudgetInsights(window=4, warn_threshold=0.1)
proj = bi.projected_monthly_spend(month_to_date=220.0, days_elapsed=7, days_in_month=30)
print(bi.budget_status(budget=800.0, projected=proj))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file smartbudget_analytics_pkg-0.1.0.tar.gz.
File metadata
- Download URL: smartbudget_analytics_pkg-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7c9efb5c6e8dc9785dd25ffb6360fdde134f9817bd72907535e7c2c789e706a
|
|
| MD5 |
8dc85f5cbb4cc276d381c5022713761d
|
|
| BLAKE2b-256 |
a88c951e5db669653f9f69c13c4b642d25d7b47a83f8000c2d3bd1d788ab67ef
|
File details
Details for the file smartbudget_analytics_pkg-0.1.0-py3-none-any.whl.
File metadata
- Download URL: smartbudget_analytics_pkg-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4465508a18fabffff74d4e611ecfcd2b6cf76c296c372aa932a7677f89a78b82
|
|
| MD5 |
707292c1aba6afd32ef2d189e6f52378
|
|
| BLAKE2b-256 |
38952987e9cc1a46f9fdf935c265ecd3b2995d0573cb412b7a9b311e2cc0cbe5
|