Smart calculation utilities for finance and statistical analysis
Project description
smartcalc-utils
Smart calculation utilities for finance and statistical analysis.
Features
- Finance Tools: EMI calculations, compound interest, and more
- Data Statistics: Statistical analysis and data processing utilities
Installation
pip install smartcalc-utils
Usage
Finance Tools
from smartcalc_utils.finance_tools import calculate_emi
emi = calculate_emi(principal=100000, rate=5, months=12)
print(emi)
Data Statistics
from smartcalc_utils.data_stats import calculate_stats
stats = calculate_stats([1, 2, 3, 4, 5])
print(stats)
License
MIT License - See LICENSE file for details
Author
Your Name - your.email@example.com
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 smartcalc_utils_mhuza-0.1.0.tar.gz.
File metadata
- Download URL: smartcalc_utils_mhuza-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
233139e888cb1a69810f576b7d27e8d812f21dbfbd3a2fcd750f59df2884739a
|
|
| MD5 |
ec80cfb4c31832d5acd0f248e661c373
|
|
| BLAKE2b-256 |
2f84f5c78a0d8c875d891acee0e100fb4df5b4b336e1228f2dbbf89f0f8a47a4
|
File details
Details for the file smartcalc_utils_mhuza-0.1.0-py3-none-any.whl.
File metadata
- Download URL: smartcalc_utils_mhuza-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fed5d40dabd4b460aebdfcb55867a3ed55bbef1f54451cec13b9b37bc5177087
|
|
| MD5 |
4c831532d0804b0453ec8aa5e30cd478
|
|
| BLAKE2b-256 |
4f7ed3c29d6503c0f05fb77d7853c41d41095fd407d1a664837d208bfdb290f6
|