podojo-cli 0.8.2__tar.gz → 0.8.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/CHANGELOG.md +5 -0
  2. podojo_cli-0.8.3/PKG-INFO +156 -0
  3. podojo_cli-0.8.3/README.md +124 -0
  4. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/pyproject.toml +1 -1
  5. podojo_cli-0.8.2/PKG-INFO +0 -47
  6. podojo_cli-0.8.2/README.md +0 -15
  7. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/.github/workflows/publish.yml +0 -0
  8. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/.gitignore +0 -0
  9. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/CLAUDE.md +0 -0
  10. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/__init__.py +0 -0
  11. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/client.py +0 -0
  12. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/commands/__init__.py +0 -0
  13. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/commands/auth.py +0 -0
  14. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/commands/gdrive.py +0 -0
  15. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/commands/interviews.py +0 -0
  16. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/commands/projects.py +0 -0
  17. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/commands/showreel.py +0 -0
  18. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/commands/synth.py +0 -0
  19. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/commands/transcripts.py +0 -0
  20. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/commands/usertests.py +0 -0
  21. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/commands/videos.py +0 -0
  22. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/config.py +0 -0
  23. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/gdrive/__init__.py +0 -0
  24. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/gdrive/list.py +0 -0
  25. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/gdrive/upload.py +0 -0
  26. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/main.py +0 -0
  27. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/synth/__init__.py +0 -0
  28. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/synth/driver.py +0 -0
  29. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/synth/session.py +0 -0
  30. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/version_check.py +0 -0
  31. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/video/__init__.py +0 -0
  32. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/src/podojo_cli/video/showreel.py +0 -0
  33. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/tests/conftest.py +0 -0
  34. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/tests/test_auth.py +0 -0
  35. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/tests/test_gdrive.py +0 -0
  36. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/tests/test_interviews.py +0 -0
  37. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/tests/test_projects.py +0 -0
  38. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/tests/test_showreel.py +0 -0
  39. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/tests/test_usertests.py +0 -0
  40. {podojo_cli-0.8.2 → podojo_cli-0.8.3}/uv.lock +0 -0
@@ -5,6 +5,11 @@ All notable changes to the Podojo CLI will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org).
7
7
 
8
+ ## [0.8.3] - 2026-05-14
9
+
10
+ ### Changed
11
+ - Expanded the README with a full command reference, authentication/config docs, and setup notes for the `showreel` and `synth` extras.
12
+
8
13
  ## [0.8.2] - 2026-05-14
9
14
 
10
15
  ### Changed
@@ -0,0 +1,156 @@
1
+ Metadata-Version: 2.4
2
+ Name: podojo-cli
3
+ Version: 0.8.3
4
+ Summary: CLI for the Podojo user research platform
5
+ Project-URL: Homepage, https://github.com/podojo/cli-podojo
6
+ Project-URL: Source, https://github.com/podojo/cli-podojo
7
+ Project-URL: Issues, https://github.com/podojo/cli-podojo/issues
8
+ Project-URL: Changelog, https://github.com/podojo/cli-podojo/blob/main/CHANGELOG.md
9
+ Author-email: Jochen Ade <jochen.ade@podojo.com>
10
+ License-Expression: MIT
11
+ Keywords: cli,podojo,transcripts,user-research,ux-research
12
+ Classifier: Development Status :: 4 - Beta
13
+ Classifier: Environment :: Console
14
+ Classifier: Intended Audience :: End Users/Desktop
15
+ Classifier: Intended Audience :: Other Audience
16
+ Classifier: License :: OSI Approved :: MIT License
17
+ Classifier: Operating System :: OS Independent
18
+ Classifier: Programming Language :: Python :: 3
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Topic :: Utilities
21
+ Requires-Python: >=3.12
22
+ Requires-Dist: google-api-python-client>=2.0
23
+ Requires-Dist: google-auth>=2.0
24
+ Requires-Dist: httpx>=0.28
25
+ Requires-Dist: keyring>=25.0
26
+ Requires-Dist: pyyaml>=6.0
27
+ Requires-Dist: rich>=13.0
28
+ Requires-Dist: typer>=0.15
29
+ Provides-Extra: synth
30
+ Requires-Dist: playwright>=1.40; extra == 'synth'
31
+ Description-Content-Type: text/markdown
32
+
33
+ # podojo-cli
34
+
35
+ Command-line tool for the [Podojo](https://podojo.com) user research platform.
36
+
37
+ `podojo` lets UX researchers manage projects, upload and transcribe interviews,
38
+ build unmoderated user tests, download research videos, cut showreels, and run
39
+ synthetic test participants — all without leaving the terminal.
40
+
41
+ ## Installation
42
+
43
+ ```bash
44
+ uv tool install podojo-cli
45
+ ```
46
+
47
+ Or with pip:
48
+
49
+ ```bash
50
+ pip install podojo-cli
51
+ ```
52
+
53
+ Requires Python 3.12+. Some commands need extra tooling:
54
+
55
+ - `showreel` requires [`ffmpeg`](https://ffmpeg.org/) on your `PATH` (`brew install ffmpeg`).
56
+ - `synth` requires the optional `synth` extra: `pip install 'podojo-cli[synth]'` then `playwright install chromium`.
57
+
58
+ ## Authentication
59
+
60
+ Log in once with your Podojo API key — it's stored in your system keychain:
61
+
62
+ ```bash
63
+ podojo auth login # prompts for the key
64
+ podojo auth login --key XXX # or pass it directly
65
+ podojo auth logout # remove the stored key
66
+ ```
67
+
68
+ Configuration is read from, in order of precedence:
69
+
70
+ 1. Environment variables — `PODOJO_API_KEY`, `PODOJO_BASE_URL`
71
+ 2. `~/.podojo.toml`
72
+ 3. The system keyring (set by `podojo auth login`)
73
+
74
+ ## Usage
75
+
76
+ ```bash
77
+ podojo --help # top-level help
78
+ podojo <group> --help # help for a command group
79
+ ```
80
+
81
+ ### Projects
82
+
83
+ ```bash
84
+ podojo projects list
85
+ podojo projects create "Checkout Redesign" --brief "Q1 usability study"
86
+ podojo projects upload-doc "Checkout Redesign" brief.md --type brief
87
+ podojo projects get-doc "Checkout Redesign" --type final -o final-report.md
88
+ ```
89
+
90
+ `upload-doc` accepts `brief` and `final` document types; `get-doc` also supports
91
+ `agent`. Embedded images are stripped from markdown before upload.
92
+
93
+ ### Interviews & transcripts
94
+
95
+ ```bash
96
+ podojo interviews upload session-03.mp4 --project "Checkout Redesign"
97
+ podojo transcripts list "Checkout Redesign"
98
+ podojo transcripts download "Checkout Redesign" <batch-id> -o transcript.txt
99
+ ```
100
+
101
+ ### Videos & showreels
102
+
103
+ ```bash
104
+ podojo videos list "Checkout Redesign"
105
+ podojo videos download <batch-id> -o clip.mp4
106
+ podojo showreel create clips.json -o showreel.mp4
107
+ ```
108
+
109
+ The showreel `clips.json` is a list of clips, each with `batch_id`,
110
+ `participant`, `country`, `topic`, `start`, and `end` (`MM:SS` or `HH:MM:SS`).
111
+ Each clip gets an auto-generated title card.
112
+
113
+ ### Unmoderated user tests
114
+
115
+ ```bash
116
+ podojo usertests example > my-test.yaml # print a template to start from
117
+ podojo usertests validate my-test.yaml # check it without creating
118
+ podojo usertests create -f my-test.yaml
119
+ podojo usertests list
120
+ podojo usertests get checkout-usability-v1
121
+ podojo usertests update checkout-usability-v1 -f changes.yaml
122
+ podojo usertests delete checkout-usability-v1
123
+ podojo usertests snippet # recorder script for self-hosted prototypes
124
+ ```
125
+
126
+ ### Synthetic participants
127
+
128
+ The `synth` group drives a Playwright browser through a user test preview so an
129
+ agent (e.g. Claude Code) can act as a synthetic participant:
130
+
131
+ ```bash
132
+ podojo synth start checkout-usability-v1 # or a preview URL
133
+ podojo synth state
134
+ podojo synth click "Get Started"
135
+ podojo synth fill "#answer" "It felt slow"
136
+ podojo synth advance
137
+ podojo synth stop
138
+ ```
139
+
140
+ ### Google Drive
141
+
142
+ ```bash
143
+ podojo gdrive upload report.md --folder-id <id>
144
+ podojo gdrive list --folder-id <id>
145
+ ```
146
+
147
+ Requires a `credentials.json` service-account file in the current directory.
148
+
149
+ ## Links
150
+
151
+ - [Source & issues](https://github.com/podojo/cli-podojo)
152
+ - [Changelog](https://github.com/podojo/cli-podojo/blob/main/CHANGELOG.md)
153
+
154
+ ## License
155
+
156
+ MIT
@@ -0,0 +1,124 @@
1
+ # podojo-cli
2
+
3
+ Command-line tool for the [Podojo](https://podojo.com) user research platform.
4
+
5
+ `podojo` lets UX researchers manage projects, upload and transcribe interviews,
6
+ build unmoderated user tests, download research videos, cut showreels, and run
7
+ synthetic test participants — all without leaving the terminal.
8
+
9
+ ## Installation
10
+
11
+ ```bash
12
+ uv tool install podojo-cli
13
+ ```
14
+
15
+ Or with pip:
16
+
17
+ ```bash
18
+ pip install podojo-cli
19
+ ```
20
+
21
+ Requires Python 3.12+. Some commands need extra tooling:
22
+
23
+ - `showreel` requires [`ffmpeg`](https://ffmpeg.org/) on your `PATH` (`brew install ffmpeg`).
24
+ - `synth` requires the optional `synth` extra: `pip install 'podojo-cli[synth]'` then `playwright install chromium`.
25
+
26
+ ## Authentication
27
+
28
+ Log in once with your Podojo API key — it's stored in your system keychain:
29
+
30
+ ```bash
31
+ podojo auth login # prompts for the key
32
+ podojo auth login --key XXX # or pass it directly
33
+ podojo auth logout # remove the stored key
34
+ ```
35
+
36
+ Configuration is read from, in order of precedence:
37
+
38
+ 1. Environment variables — `PODOJO_API_KEY`, `PODOJO_BASE_URL`
39
+ 2. `~/.podojo.toml`
40
+ 3. The system keyring (set by `podojo auth login`)
41
+
42
+ ## Usage
43
+
44
+ ```bash
45
+ podojo --help # top-level help
46
+ podojo <group> --help # help for a command group
47
+ ```
48
+
49
+ ### Projects
50
+
51
+ ```bash
52
+ podojo projects list
53
+ podojo projects create "Checkout Redesign" --brief "Q1 usability study"
54
+ podojo projects upload-doc "Checkout Redesign" brief.md --type brief
55
+ podojo projects get-doc "Checkout Redesign" --type final -o final-report.md
56
+ ```
57
+
58
+ `upload-doc` accepts `brief` and `final` document types; `get-doc` also supports
59
+ `agent`. Embedded images are stripped from markdown before upload.
60
+
61
+ ### Interviews & transcripts
62
+
63
+ ```bash
64
+ podojo interviews upload session-03.mp4 --project "Checkout Redesign"
65
+ podojo transcripts list "Checkout Redesign"
66
+ podojo transcripts download "Checkout Redesign" <batch-id> -o transcript.txt
67
+ ```
68
+
69
+ ### Videos & showreels
70
+
71
+ ```bash
72
+ podojo videos list "Checkout Redesign"
73
+ podojo videos download <batch-id> -o clip.mp4
74
+ podojo showreel create clips.json -o showreel.mp4
75
+ ```
76
+
77
+ The showreel `clips.json` is a list of clips, each with `batch_id`,
78
+ `participant`, `country`, `topic`, `start`, and `end` (`MM:SS` or `HH:MM:SS`).
79
+ Each clip gets an auto-generated title card.
80
+
81
+ ### Unmoderated user tests
82
+
83
+ ```bash
84
+ podojo usertests example > my-test.yaml # print a template to start from
85
+ podojo usertests validate my-test.yaml # check it without creating
86
+ podojo usertests create -f my-test.yaml
87
+ podojo usertests list
88
+ podojo usertests get checkout-usability-v1
89
+ podojo usertests update checkout-usability-v1 -f changes.yaml
90
+ podojo usertests delete checkout-usability-v1
91
+ podojo usertests snippet # recorder script for self-hosted prototypes
92
+ ```
93
+
94
+ ### Synthetic participants
95
+
96
+ The `synth` group drives a Playwright browser through a user test preview so an
97
+ agent (e.g. Claude Code) can act as a synthetic participant:
98
+
99
+ ```bash
100
+ podojo synth start checkout-usability-v1 # or a preview URL
101
+ podojo synth state
102
+ podojo synth click "Get Started"
103
+ podojo synth fill "#answer" "It felt slow"
104
+ podojo synth advance
105
+ podojo synth stop
106
+ ```
107
+
108
+ ### Google Drive
109
+
110
+ ```bash
111
+ podojo gdrive upload report.md --folder-id <id>
112
+ podojo gdrive list --folder-id <id>
113
+ ```
114
+
115
+ Requires a `credentials.json` service-account file in the current directory.
116
+
117
+ ## Links
118
+
119
+ - [Source & issues](https://github.com/podojo/cli-podojo)
120
+ - [Changelog](https://github.com/podojo/cli-podojo/blob/main/CHANGELOG.md)
121
+
122
+ ## License
123
+
124
+ MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "podojo-cli"
3
- version = "0.8.2"
3
+ version = "0.8.3"
4
4
  description = "CLI for the Podojo user research platform"
5
5
  readme = "README.md"
6
6
  license = "MIT"
podojo_cli-0.8.2/PKG-INFO DELETED
@@ -1,47 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: podojo-cli
3
- Version: 0.8.2
4
- Summary: CLI for the Podojo user research platform
5
- Project-URL: Homepage, https://github.com/podojo/cli-podojo
6
- Project-URL: Source, https://github.com/podojo/cli-podojo
7
- Project-URL: Issues, https://github.com/podojo/cli-podojo/issues
8
- Project-URL: Changelog, https://github.com/podojo/cli-podojo/blob/main/CHANGELOG.md
9
- Author-email: Jochen Ade <jochen.ade@podojo.com>
10
- License-Expression: MIT
11
- Keywords: cli,podojo,transcripts,user-research,ux-research
12
- Classifier: Development Status :: 4 - Beta
13
- Classifier: Environment :: Console
14
- Classifier: Intended Audience :: End Users/Desktop
15
- Classifier: Intended Audience :: Other Audience
16
- Classifier: License :: OSI Approved :: MIT License
17
- Classifier: Operating System :: OS Independent
18
- Classifier: Programming Language :: Python :: 3
19
- Classifier: Programming Language :: Python :: 3.12
20
- Classifier: Topic :: Utilities
21
- Requires-Python: >=3.12
22
- Requires-Dist: google-api-python-client>=2.0
23
- Requires-Dist: google-auth>=2.0
24
- Requires-Dist: httpx>=0.28
25
- Requires-Dist: keyring>=25.0
26
- Requires-Dist: pyyaml>=6.0
27
- Requires-Dist: rich>=13.0
28
- Requires-Dist: typer>=0.15
29
- Provides-Extra: synth
30
- Requires-Dist: playwright>=1.40; extra == 'synth'
31
- Description-Content-Type: text/markdown
32
-
33
- # podojo-cli
34
-
35
- CLI for the Podojo user research platform.
36
-
37
- ## Installation
38
-
39
- ```bash
40
- uv tool install podojo-cli
41
- ```
42
-
43
- ## Usage
44
-
45
- ```bash
46
- podojo --help
47
- ```
@@ -1,15 +0,0 @@
1
- # podojo-cli
2
-
3
- CLI for the Podojo user research platform.
4
-
5
- ## Installation
6
-
7
- ```bash
8
- uv tool install podojo-cli
9
- ```
10
-
11
- ## Usage
12
-
13
- ```bash
14
- podojo --help
15
- ```
File without changes
File without changes
File without changes
File without changes