Metadata-Version: 2.1
Name: Twilly
Version: 0.0.3
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

# Twilly

`twilly` is a Python library designed to streamline real estate operations, including sending notifications and calculating earnings for administrators when a property is sold. The library integrates with Twilio's messaging API to send WhatsApp notifications.

## Features

- Automated Notifications: Notify administrators via WhatsApp whenever a property is sold.
- Earnings Calculation: Automatically calculate administrative earnings based on the property price.
- Twilio Integration: Seamless integration with Twilio's API for secure and reliable messaging.

## Installation

You can install `twilly` using `pip`:

```bash
pip install twilly


