pocketshell 0.3.13__tar.gz → 0.3.14__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.13 → pocketshell-0.3.14}/PKG-INFO +1 -1
- {pocketshell-0.3.13 → pocketshell-0.3.14}/pyproject.toml +1 -1
- {pocketshell-0.3.13 → pocketshell-0.3.14}/uv.lock +1 -1
- {pocketshell-0.3.13 → pocketshell-0.3.14}/.gitignore +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/README.md +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/src/pocketshell/__init__.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/src/pocketshell/__main__.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/src/pocketshell/agent_log.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/src/pocketshell/cli.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/src/pocketshell/daemon.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/src/pocketshell/env.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/src/pocketshell/hooks.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/src/pocketshell/jobs.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/src/pocketshell/logs.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/src/pocketshell/qr_share.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/src/pocketshell/repos.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/src/pocketshell/sessions.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/src/pocketshell/usage.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/tests/__init__.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/tests/test_agent_log.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/tests/test_cli.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/tests/test_daemon.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/tests/test_env.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/tests/test_hooks.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/tests/test_jobs.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/tests/test_logs.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/tests/test_qr_share.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/tests/test_repos.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/tests/test_sessions.py +0 -0
- {pocketshell-0.3.13 → pocketshell-0.3.14}/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.14
|
|
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.14"
|
|
12
12
|
description = "Unified server-side Python utility for the PocketShell Android client."
|
|
13
13
|
readme = "README.md"
|
|
14
14
|
requires-python = ">=3.11"
|
|
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
|