teamspend-cli 0.2.1__tar.gz → 0.2.2__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.
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/PKG-INFO +6 -5
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/README.md +5 -4
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/pyproject.toml +1 -1
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/.gitignore +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/LICENSE +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/examples/README.md +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/src/teamspend/__init__.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/src/teamspend/adapters/__init__.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/src/teamspend/adapters/claude_code.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/src/teamspend/adapters/claude_code_personal.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/src/teamspend/adapters/codex.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/src/teamspend/adapters/copilot.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/src/teamspend/adapters/csv_import.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/src/teamspend/adapters/cursor.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/src/teamspend/adapters/opencode.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/src/teamspend/cli.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/src/teamspend/compare.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/src/teamspend/errors.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/src/teamspend/http_client.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/src/teamspend/output.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/src/teamspend/py.typed +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/src/teamspend/types.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/tests/__init__.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/tests/conftest.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/tests/test_claude_code.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/tests/test_claude_code_personal.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/tests/test_cli.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/tests/test_codex.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/tests/test_compare.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/tests/test_copilot.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/tests/test_csv_import.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/tests/test_cursor.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/tests/test_http_client.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/tests/test_opencode.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/tests/test_output.py +0 -0
- {teamspend_cli-0.2.1 → teamspend_cli-0.2.2}/tests/test_types.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: teamspend-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Compare AI coding tool spend before and after a migration -- Cursor, Claude Code, GitHub Copilot, OpenCode, and Codex CLI, real numbers pulled from each vendor's own API or local logs, one command, zero runtime dependencies.
|
|
5
5
|
Project-URL: Homepage, https://github.com/RudrenduPaul/teamspend
|
|
6
6
|
Project-URL: Repository, https://github.com/RudrenduPaul/teamspend
|
|
@@ -40,9 +40,9 @@ Compare AI coding tool spend before and after a migration -- Cursor,
|
|
|
40
40
|
Claude Code, GitHub Copilot, OpenCode, and Codex CLI, real numbers pulled
|
|
41
41
|
from each vendor's own API or local logs, one command.
|
|
42
42
|
|
|
43
|
-
[](https://pypi.org/project/teamspend/)
|
|
43
|
+
[](https://pypi.org/project/teamspend-cli/)
|
|
44
44
|
[](https://github.com/RudrenduPaul/teamspend/blob/main/LICENSE)
|
|
45
|
-
[](https://pypi.org/project/teamspend/)
|
|
45
|
+
[](https://pypi.org/project/teamspend-cli/)
|
|
46
46
|
[](https://www.npmjs.com/package/teamspend-cli)
|
|
47
47
|
|
|
48
48
|
## Why this exists
|
|
@@ -60,13 +60,13 @@ Node binary.
|
|
|
60
60
|
## Install
|
|
61
61
|
|
|
62
62
|
```bash
|
|
63
|
-
pip install teamspend
|
|
63
|
+
pip install teamspend-cli
|
|
64
64
|
```
|
|
65
65
|
|
|
66
66
|
or with [uv](https://docs.astral.sh/uv/):
|
|
67
67
|
|
|
68
68
|
```bash
|
|
69
|
-
uv add teamspend
|
|
69
|
+
uv add teamspend-cli
|
|
70
70
|
```
|
|
71
71
|
|
|
72
72
|
Zero runtime dependencies: the standard library's `urllib` handles every
|
|
@@ -384,3 +384,4 @@ codebase has an obvious counterpart to check in the other. See
|
|
|
384
384
|
## License
|
|
385
385
|
|
|
386
386
|
Apache 2.0.
|
|
387
|
+
|
|
@@ -4,9 +4,9 @@ Compare AI coding tool spend before and after a migration -- Cursor,
|
|
|
4
4
|
Claude Code, GitHub Copilot, OpenCode, and Codex CLI, real numbers pulled
|
|
5
5
|
from each vendor's own API or local logs, one command.
|
|
6
6
|
|
|
7
|
-
[](https://pypi.org/project/teamspend/)
|
|
7
|
+
[](https://pypi.org/project/teamspend-cli/)
|
|
8
8
|
[](https://github.com/RudrenduPaul/teamspend/blob/main/LICENSE)
|
|
9
|
-
[](https://pypi.org/project/teamspend/)
|
|
9
|
+
[](https://pypi.org/project/teamspend-cli/)
|
|
10
10
|
[](https://www.npmjs.com/package/teamspend-cli)
|
|
11
11
|
|
|
12
12
|
## Why this exists
|
|
@@ -24,13 +24,13 @@ Node binary.
|
|
|
24
24
|
## Install
|
|
25
25
|
|
|
26
26
|
```bash
|
|
27
|
-
pip install teamspend
|
|
27
|
+
pip install teamspend-cli
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
or with [uv](https://docs.astral.sh/uv/):
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
|
-
uv add teamspend
|
|
33
|
+
uv add teamspend-cli
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
Zero runtime dependencies: the standard library's `urllib` handles every
|
|
@@ -348,3 +348,4 @@ codebase has an obvious counterpart to check in the other. See
|
|
|
348
348
|
## License
|
|
349
349
|
|
|
350
350
|
Apache 2.0.
|
|
351
|
+
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "teamspend-cli"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.2"
|
|
8
8
|
description = "Compare AI coding tool spend before and after a migration -- Cursor, Claude Code, GitHub Copilot, OpenCode, and Codex CLI, real numbers pulled from each vendor's own API or local logs, one command, zero runtime dependencies."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|