A Python library for personal finance transaction analysis
Project description
finance-analytics
A Python library for analysing personal finance transaction data.
Features
- Calculate total expenses and income
- Compute net balance
- Break down spending by category
- Generate monthly summaries
- Detect unusual spending patterns
Installation
pip install finance-analytics-hrishikesh
Usage
from finance_analytics import total_expenses, spending_by_category
transactions = [ {'type': 'expense', 'amount': '50.00', 'category': 'Food'}, {'type': 'income', 'amount': '1000.00', 'category': 'Salary'}, ]
print(total_expenses(transactions)) # 50.0 print(spending_by_category(transactions)) # {'Food': 50.0}
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 finance_analytics_hrishikesh-1.0.0.tar.gz.
File metadata
- Download URL: finance_analytics_hrishikesh-1.0.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8317d7caaf56b14b16e2efb9d20443fa57a2f9ca5c988aca79747efc6ece442
|
|
| MD5 |
daf146a84cd34213a41563ce51118e12
|
|
| BLAKE2b-256 |
9bbe239f381d932fbdd73df5fb57d6d41194cd8e0476924fdd8a2c6ae782e8e5
|
File details
Details for the file finance_analytics_hrishikesh-1.0.0-py3-none-any.whl.
File metadata
- Download URL: finance_analytics_hrishikesh-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07b15f5e3a82bcb194a61d3fbbad3015e9cd541ccc2f46ddc1bd9c3293e5fc02
|
|
| MD5 |
4bb1259fcf4d2bcb3426b52bb91d4b62
|
|
| BLAKE2b-256 |
12f60b55ee49d4c5bd71ba7efadfb2dd87c8058811c7822d2c0f98743269fa8b
|