Metadata-Version: 2.4
Name: aiosellers
Version: 0.1.1
Summary: All In One Sellers API - Universal API for various digital trading platforms (such as PlayerOK or FunPay). Provides developers with a convenient way to create bots on any platform.
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: idna>=3.11
Requires-Dist: pydantic>=2.12.5
Requires-Dist: python-dotenv>=1.2.1
Requires-Dist: ruff>=0.14.10
Requires-Dist: wrapper-tls-requests>=1.1.9
Dynamic: license-file

# All-In-One Sellers API

[![Python](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/release/python-3120/)
[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](https://unlicense.org/)

**All-In-One Sellers API** is a universal asynchronous wrapper for various digital trading platforms (e.g., **PlayerOK**, **FunPay**). Designed to empower developers with a streamlined interface for building sophisticated trading bots across multiple platforms.

---

## Installation

Install the package via `pip`:

```bash
pip install aiosellers
```

Or using `uv`:

```bash
uv add aiosellers
```

---

## Quick Start

```python
# Examples will be added soon
```

---

## Development Status: PlayerOK

| Feature                 | Low-Level Status | High-Level Status |
|:------------------------|:-----------------|:------------------|
| **Account Management**  | ✅ Ready          | ✅ Ready           |
| **Games Metadata**      | ✅ Ready          | Planned           |
| **Items Management**    | ✅ Ready          | In Development    |
| **Orders**              | ✅ Ready          | In Development    |
| **Topup / Withdrawals** | ✅ Ready          | Planned           |
| **Messaging**           | ✅ Ready          | ✅ Ready           |
| **Event listeners**     | Planned          | Planned           |

---

## Special Thanks

Inspired by and utilizing insights from:
- [PlayerokAPI by alleexxeeyy](https://github.com/alleexxeeyy/PlayerokAPI/)

---

<p align="center">
  <i>Built for developers, by developers.</i>
</p>
