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.0.tar.gz (2.4 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.0-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for finance_analytics_hrishikesh-1.0.0.tar.gz
Algorithm Hash digest
SHA256 f8317d7caaf56b14b16e2efb9d20443fa57a2f9ca5c988aca79747efc6ece442
MD5 daf146a84cd34213a41563ce51118e12
BLAKE2b-256 9bbe239f381d932fbdd73df5fb57d6d41194cd8e0476924fdd8a2c6ae782e8e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for finance_analytics_hrishikesh-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 07b15f5e3a82bcb194a61d3fbbad3015e9cd541ccc2f46ddc1bd9c3293e5fc02
MD5 4bb1259fcf4d2bcb3426b52bb91d4b62
BLAKE2b-256 12f60b55ee49d4c5bd71ba7efadfb2dd87c8058811c7822d2c0f98743269fa8b

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