Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

finance_analytics_hrishikesh-1.0.1.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

finance_analytics_hrishikesh-1.0.1-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file finance_analytics_hrishikesh-1.0.1.tar.gz.

File metadata

File hashes

Hashes for finance_analytics_hrishikesh-1.0.1.tar.gz
Algorithm Hash digest
SHA256 54408e5a93bddfce151f4bc7da79555a8d40c9d8be14e73f6debfd14c6e8c981
MD5 65e2cfd83a87637c113f381fc435e717
BLAKE2b-256 6220e77f8264cf40be7f037d28a0a10e38bd065f2ace95958b4b274e7c5ff185

See more details on using hashes here.

File details

Details for the file finance_analytics_hrishikesh-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for finance_analytics_hrishikesh-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fcf9e8d436b975f7f93c1151b3e2ed162726d2c6a7f9bb4b9eb2db3812245f5a
MD5 913776a8e31956d10c9e3009fceae2b1
BLAKE2b-256 9c1f4a70060179fad978f1eade0f00ac74cddb4001458e148efe7f97a095bece

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page