Metadata-Version: 2.1
Name: whappy
Version: 0.2.1
Summary: A Python wrapper for WhatsApp API
Home-page: https://github.com/saketharshraj/whappy
Author: Harsh Raj
Author-email: saketharshraj@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
Requires-Dist: requests

# whappy

whappy is a Python wrapper for the WhatsApp API.

## Installation

You can install whappy using pip:

```bash
pip install whappy

