pocketshell 0.3.25__tar.gz → 0.3.26__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.
- {pocketshell-0.3.25 → pocketshell-0.3.26}/PKG-INFO +1 -1
- {pocketshell-0.3.25 → pocketshell-0.3.26}/pyproject.toml +1 -1
- {pocketshell-0.3.25 → pocketshell-0.3.26}/uv.lock +2 -2
- {pocketshell-0.3.25 → pocketshell-0.3.26}/.gitignore +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/README.md +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/src/pocketshell/__init__.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/src/pocketshell/__main__.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/src/pocketshell/agent_log.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/src/pocketshell/cli.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/src/pocketshell/daemon.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/src/pocketshell/env.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/src/pocketshell/hooks.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/src/pocketshell/jobs.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/src/pocketshell/logs.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/src/pocketshell/qr_share.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/src/pocketshell/repos.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/src/pocketshell/sessions.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/src/pocketshell/usage.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/tests/__init__.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/tests/test_agent_log.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/tests/test_cli.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/tests/test_daemon.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/tests/test_env.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/tests/test_hooks.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/tests/test_jobs.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/tests/test_logs.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/tests/test_qr_share.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/tests/test_repos.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/tests/test_sessions.py +0 -0
- {pocketshell-0.3.25 → pocketshell-0.3.26}/tests/test_usage.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pocketshell
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.26
|
|
4
4
|
Summary: Unified server-side Python utility for the PocketShell Android client.
|
|
5
5
|
Project-URL: Homepage, https://github.com/alexeygrigorev/pocketshell
|
|
6
6
|
Project-URL: Issues, https://github.com/alexeygrigorev/pocketshell/issues
|
|
@@ -8,7 +8,7 @@ name = "pocketshell"
|
|
|
8
8
|
# scripts/check-pypi-version.sh enforces this; .github/workflows/build.yml
|
|
9
9
|
# runs that check before publishing to PyPI. See
|
|
10
10
|
# tools/pocketshell/README.md ("Release flow") for the bump procedure.
|
|
11
|
-
version = "0.3.
|
|
11
|
+
version = "0.3.26"
|
|
12
12
|
description = "Unified server-side Python utility for the PocketShell Android client."
|
|
13
13
|
readme = "README.md"
|
|
14
14
|
requires-python = ">=3.11"
|
|
@@ -3,7 +3,7 @@ revision = 3
|
|
|
3
3
|
requires-python = ">=3.11"
|
|
4
4
|
|
|
5
5
|
[options]
|
|
6
|
-
exclude-newer = "2026-05-
|
|
6
|
+
exclude-newer = "2026-05-30T11:30:48.503303377Z"
|
|
7
7
|
exclude-newer-span = "P7D"
|
|
8
8
|
|
|
9
9
|
[[package]]
|
|
@@ -143,7 +143,7 @@ wheels = [
|
|
|
143
143
|
|
|
144
144
|
[[package]]
|
|
145
145
|
name = "pocketshell"
|
|
146
|
-
version = "0.3.
|
|
146
|
+
version = "0.3.26"
|
|
147
147
|
source = { editable = "." }
|
|
148
148
|
dependencies = [
|
|
149
149
|
{ name = "click" },
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|