Metadata-Version: 2.4
Name: podojo-cli
Version: 0.8.2
Summary: CLI for the Podojo user research platform
Project-URL: Homepage, https://github.com/podojo/cli-podojo
Project-URL: Source, https://github.com/podojo/cli-podojo
Project-URL: Issues, https://github.com/podojo/cli-podojo/issues
Project-URL: Changelog, https://github.com/podojo/cli-podojo/blob/main/CHANGELOG.md
Author-email: Jochen Ade <jochen.ade@podojo.com>
License-Expression: MIT
Keywords: cli,podojo,transcripts,user-research,ux-research
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Utilities
Requires-Python: >=3.12
Requires-Dist: google-api-python-client>=2.0
Requires-Dist: google-auth>=2.0
Requires-Dist: httpx>=0.28
Requires-Dist: keyring>=25.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=13.0
Requires-Dist: typer>=0.15
Provides-Extra: synth
Requires-Dist: playwright>=1.40; extra == 'synth'
Description-Content-Type: text/markdown

# podojo-cli

CLI for the Podojo user research platform.

## Installation

```bash
uv tool install podojo-cli
```

## Usage

```bash
podojo --help
```
