Skip to content

Installation

Requirements

  • Python 3.11 or higher

Install with pip

pip install app-reviews

Install with uv

uv add app-reviews

Install from Source

git clone https://github.com/firattamurcw/app-reviews.git
cd app-reviews
uv sync

To also install development tools:

uv sync --group dev

Verify the Installation

python -c "from app_reviews import AppStoreReviews; print('OK')"

Dependencies

One runtime dependency:

Package Purpose
cryptography JWT signing for authenticated API access

All HTTP requests use Python's built-in urllib.