Metadata-Version: 2.1
Name: UnifyAPI
Version: 0.1.0
Summary: Python package for integrating with various APIs.
Author: Sirisha Jotheeswaran Padmasekhar
Author-email: sirishajpadmasekhar@gmail.com
Requires-Dist: tweepy
Requires-Dist: paypalrestsdk
Requires-Dist: googlemaps

UnifyAPI is a Python package that simplifies the integration of multiple APIs, including social media, payment gateways, and geolocation services. With this package, you can seamlessly connect to various APIs and streamline your application's functionality.


1. Social Media Integration: Easily connect to popular social media platforms like Twitter

2. Payment Handling: Simplify online transactions with support for payment gateways like PayPal.

3. Geolocation Services: Access geolocation data and integrate maps using the power of Google Maps.

4. User-Friendly: Provides a straightforward and consistent interface for working with multiple APIs.

Installation: 

To install the package, use `pip`:

```bash
pip install UnifyAPI
```

Usage: 

Here's how you can use the package in your Python project:
```bash
from UnifyAPI.social_media import TwitterAPI
```
