Metadata-Version: 2.4
Name: liskCell
Version: 5.5.4
Summary: The official Python SDK for the LiskCell ecosystem and Deta LPT models.
Author-email: liskasYR <yonatan@liskcell.com>
Project-URL: Homepage, https://liskcell.vercel.app
Project-URL: Bug Tracker, https://github.com/liskasYR/liskcell-python/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: colorama>=0.4.6
Requires-Dist: huggingface_hub>=0.16.4
Requires-Dist: tqdm>=4.65.0

# 🌟 liskCell Python SDK

Official Python library for the **LiskCell** ecosystem and **Deta LPT** models. Created by **liskasYR**.

## 🚀 Installation

```bash
pip install liskCell
```

## 💎 Quick Start

### Python Usage

```python
from liskcell import LiskCellSDK

# Initialize SDK
sdk = LiskCellSDK()

# Chat with Deta
response = sdk.chat("Tell me about liskasYR")
print(response['response'])

# Generate Branding
branding = sdk.create_branding("MyAwesomeProject")
print(branding)
```

### CLI Usage

```bash
# Get Deta's Identity
liskcell whoami

# Chat directly from terminal
liskcell chat -m "Hello Deta!"

# Generate project branding
liskcell branding -p "NewSite"
```

## 🛠 Features

- **LPT Model Access**: Seamless interaction with Deta AI.
- **Identity Control**: Built-in protocols for LiskCell personas.
- **Creative Suite**: Automated branding and design guidance.
- **Ecosystem Sync**: Integrated with xLYR and LiskCell projects.

## 🛡 License

MIT License - Copyright (c) 2026 LiskCell.
