Metadata-Version: 2.4
Name: liotel
Version: 0.2b1
Summary: A resilient, minimal HTTP client for the Liotel API with retries, caching, and CLI support.
Home-page: https://github.com/amiraliali3284/liotel
Author: amiraliali3
Author-email: amiraliali377.9@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Liotel v0.2b1

**English** | [فارسی](#-فارسی)

A resilient, lightweight Python client for the **Liotel API** with:

- **Automatic retries** (with exponential backoff & jitter) to handle network errors  
- **Safe timeouts** to prevent hanging requests  
- **Token-based authentication** for secure communication  
- **Simple CLI (`liotel`)** for quick tests and automation  
- **In-memory caching (optional)** for GET requests to improve performance  

---

## Installation

```bash
pip install liotel==0.2b1
