Metadata-Version: 2.1
Name: returnsage
Version: 0.0.1
Summary: A library to calculate real estate returns, taxes, stamp duty, and admin fees
Home-page: https://github.com/Ranji-Bhaskaran/Pypi_Library.git
Author: Ranjith Bhaskaran
Author-email: ranjithbhaskaran05@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# returnsage

`returnsage` is a Python library designed to help real estate investors estimate property returns after deducting taxes, stamp duties, and admin fees. It includes functions for calculating capital gains tax, administrative fees, and total property cost based on price.

## Features

- **Calculate Estimated Returns**: Estimate property returns after deducting taxes (capital gains and admin fees).
- **Calculate Stamp Duty**: Calculate stamp duty for properties based on their price.
- **Calculate Admin Fee**: Calculate the administrative fee as a percentage of the property price.
- **Total Property Cost**: Calculate the total cost of the property including taxes and fees.

## Installation

You can install `returnsage` using `pip`:

```bash
pip install returnsage


