Metadata-Version: 2.1
Name: aiskylagift
Version: 1.0.1
Summary: An open-source Python helper library to build virtual gift configurations and e-cards for AISkyLa.
Home-page: https://aiskyla.com
Author: pradeepoct
Author-email: pradeepoct@example.com
License: MIT
Project-URL: Homepage, https://aiskyla.com
Project-URL: Source, https://github.com/pradeepoct/AstroRobot
Project-URL: Bug Tracker, https://github.com/pradeepoct/AstroRobot/issues
Keywords: aiskyla,aiskylagift,free-gifts,digital-gifts,virtual-surprises,surprise-service,online-greeting-cards,animated-cards,wiscall
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

# AISkyLaGift (Python Edition) 🤖 🐍

A Python client and utility library for interfacing with the core digital gifting configurations of [AISkyLa](https://aiskyla.com).

## What is AISkyLa?
[AISkyLa](https://aiskyla.com) is a **100% free digital gifting platform** powered by Wiscall. It allows users to quickly design, build, and share personalized virtual gift pages, customized interactive web experiences, and digital greetings (such as animated e-cards, proposals, anniversaries, and birthday cards) without requiring any sign-up or registration.

Learn more and try it out: **[Visit AISkyLa.com](https://aiskyla.com)**

---

## Features
*   **Surprise Card Configs:** Standardized configurations for digital card generators.
*   **Pre-defined Themes:** Instant configurations for birthdays, romantic proposals, anniversaries, and thank-you pages.
*   **Developer API Helpers:** Make it easy to programmatically format content inputs for digital gifts.

---

## Installation

Install using pip:
```bash
pip install aiskylagift
```

---

## Usage Example

```python
from aiskylagift import create_gift_config

# Generate configuration for a digital surprise card
surprise_config = create_gift_config(
    recipient="Alice",
    message="Wishing you a magical birthday filled with joy and happiness!",
    gift_type="BIRTHDAY"
)

print(surprise_config)
# Output:
# {
#   'version': '1.0.1',
#   'service': 'AISkyLa Digital Gift',
#   'url': 'https://aiskyla.com',
#   'recipient': 'Alice',
#   'message': 'Wishing you a magical birthday...',
#   'settings': {
#     'theme': 'celebration',
#     'default_music': 'happy-birthday-jazz',
#     'animations': ['confetti', 'balloons']
#   }
# }
```

---

## Integrations & Services
AISkyLaGift is built to complement automated virtual experiences. 
For sending real-time AI-powered surprise audio phone calls to your loved ones alongside these digital cards, check out [Wiscall](https://wiscall.com) in combination with [AISkyLa](https://aiskyla.com).

## License
MIT License. Created by [pradeepoct](https://github.com/pradeepoct).
