🏡 realty
A lightweight, zero-dependency Python utility for real estate price-per-unit normalization, floor area conversions ($m^2 \leftrightarrow sq\ ft$), and comparative market calculations.
⚡ Installation
pip install realty
🚀 Usage
import realty
# Valuation & Price per Unit metrics
prop = realty.PropertyPrice(total_price=750_000, area_sqm=62.5)
print(f"Price per m²: {prop.price_per_sqm:,.2f} PLN")
print(f"Price per sq ft: {prop.price_per_sqft:,.2f} PLN")
print(f"Total Area (sq ft): {prop.area_sqft:.2f}")
# Quick Unit Conversion
print(realty.sqm_to_sqft(100)) # 1076.39
print(realty.sqft_to_sqm(1000)) # 92.90
⚠️ Disclaimer
This package is provided for informational, educational, and computational convenience only. It does not constitute an official appraisal, professional real estate valuation, or investment advice. The authors assume no liability for market estimates, rounding variances, or investment decisions based on these computations.
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 realty-0.1.0.tar.gz.
File metadata
- Download URL: realty-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c26df2f3c9616acc36113111e3d4aca88b90399e913273e44cb4de8ccda62419
|
|
| MD5 |
323abbce1d0d4ef8d4f0cd4dc66cb36e
|
|
| BLAKE2b-256 |
f1349dcf9637ef35e5b1b7cb85384ba0049a3d4c6f7ace07419cb4fa95dc723c
|
File details
Details for the file realty-0.1.0-py3-none-any.whl.
File metadata
- Download URL: realty-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
262792fe19bbffc4db55a87b61752309ba6a2ded7bb7f24ff9080517d9909f4b
|
|
| MD5 |
8997860585e978897dc83e2ec5d3e684
|
|
| BLAKE2b-256 |
b3273dc3a19618ea14312d846f83e020f0258076a35e5f95a533fc0311f09d0d
|