No project description provided
Project description
urban_stats_chizhdora
Библиотека для экономических расчётов городских проектов.
Установка
pip install urban-stats-chizhdora
## Быстрый старт
from urban-stats-chizhdora import calculate_npv, calculate_cash_flow, calculate_total_effect
# Денежный поток за год
cf = calculate_cash_flow(100, 80)
print(f"Денежный поток: {cf}")
# NPV для 3 лет
npv = calculate_npv([20, 20, 20], 0.1)
print(f"NPV: {npv}")
# Общий эффект
total = calculate_total_effect([20, 30, 50])
print(f"Общий эффект: {total}")
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 urban_stats_chizhdora-0.1.0.tar.gz.
File metadata
- Download URL: urban_stats_chizhdora-0.1.0.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.4 CPython/3.14.3 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b210a909d62b3eb5d20149d5e4eb6323026392c5ccf0e5b2a4dd4f67c078632
|
|
| MD5 |
ea12a920cd4057fa77093d08bf99dbc3
|
|
| BLAKE2b-256 |
56d774a91e71e8ee1af4f236c4c43c024bccca034948268fce80d946586c32a3
|
File details
Details for the file urban_stats_chizhdora-0.1.0-py3-none-any.whl.
File metadata
- Download URL: urban_stats_chizhdora-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.4 CPython/3.14.3 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c5dad8642a4b1dc43e5b61709337dc4d8a79d6267b9285430023060ea19d973
|
|
| MD5 |
1b9d0d9603554f945b417608f389eb04
|
|
| BLAKE2b-256 |
c203f6ea7e7a5b4db980483f1ad90416f21674d11d15eeb1f54956cdf7cc09b3
|