petfishframework 0.1.0__tar.gz → 0.1.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.
- {petfishframework-0.1.0 → petfishframework-0.1.2}/.gitignore +4 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/PKG-INFO +16 -10
- {petfishframework-0.1.0 → petfishframework-0.1.2}/README.md +9 -9
- {petfishframework-0.1.0 → petfishframework-0.1.2}/pyproject.toml +10 -1
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/__init__.py +1 -1
- {petfishframework-0.1.0 → petfishframework-0.1.2}/uv.lock +400 -1
- {petfishframework-0.1.0 → petfishframework-0.1.2}/.env.example +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/.github/workflows/ci.yml +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/AGENTS.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/AGENTS.md.new +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/CHANGELOG.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/CONTRIBUTING.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/LICENSE +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/conftest.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/docs/api.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/docs/architecture.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/docs/benchmark-results.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/docs/development.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/docs/research/competitor-analysis/README.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/docs/research/competitor-analysis/competitor-matrix.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/docs/research/competitor-analysis/market-brief.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/docs/research/competitor-analysis/positioning-map.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/docs/research/competitor-analysis/swot-analysis.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/docs/research/literature-review/inclusion-exclusion-criteria.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/docs/research/literature-review/literature-matrix.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/docs/research/literature-review/literature-review.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/docs/research/literature-review/search-strategy.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/docs/research/reference-repos-absorption.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/docs/skeleton-completeness-checklist.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/docs/test-results-report.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/docs/usage-guide.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/docs/validation-roadmap.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/initialization-report.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/mcp/README.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/mcp/connection-checklist.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/mcp/mcp-config.example.json +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/opencode.json +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/qa/code-review-checklist.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/qa/qa-review.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/qa/qc-gate-decision.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/qa/test-plan.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/config.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/core/__init__.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/core/agent.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/core/compiled.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/core/contracts.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/core/conversation.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/core/environment.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/core/events.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/core/session.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/core/structured.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/core/types.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/mcp/__init__.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/mcp/client.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/mcp/server.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/mcp/stdio_transport.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/mcp/wrapper.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/models/__init__.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/models/anthropic.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/models/fake.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/models/openai.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/observability/__init__.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/observability/sinks.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/permissions/__init__.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/permissions/model.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/reasoning/__init__.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/reasoning/lats.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/reasoning/llm_plus_p.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/reasoning/react.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/reliability/__init__.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/reliability/cost.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/reliability/cost_report.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/reliability/pass_at_k.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/reliability/replay.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/reliability/retry.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/reliability/timeout.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/retrieval/__init__.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/retrieval/adaptive.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/retrieval/crag.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/retrieval/memory_store.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/tools/__init__.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/tools/agent_tool.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/tools/base.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/tools/calculator.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/tools/path_planner.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/tools/registry.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/tools/word_sorter.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tasks/backlog.md +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/integration/__init__.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/integration/test_anthropic_integration.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/integration/test_openai_integration.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_agent_tool.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_anthropic_adapter.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_api_agent_lifecycle.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_api_edge_cases.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_api_integration.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_api_public_surface.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_api_type_safety.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_async.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_conversation.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_m2_m3_m4.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_mcp.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_openai_adapter.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_pass_at_k.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_replay.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_retrieval.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_retry.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_skeleton.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_stdio_transport.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_streaming.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_structured.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_tool_registry.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_v2_interface_compatibility.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_v2_lats.py +0 -0
- {petfishframework-0.1.0 → petfishframework-0.1.2}/tests/test_v2_llm_plus_p.py +0 -0
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: petfishframework
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: petfishFramework — a general AI Agent framework
|
|
5
|
+
Project-URL: Homepage, https://github.com/kylecui/petfishFramework
|
|
6
|
+
Project-URL: Documentation, https://github.com/kylecui/petfishFramework/tree/master/docs
|
|
7
|
+
Project-URL: Repository, https://github.com/kylecui/petfishFramework
|
|
8
|
+
Project-URL: Changelog, https://github.com/kylecui/petfishFramework/blob/master/CHANGELOG.md
|
|
9
|
+
Project-URL: Issues, https://github.com/kylecui/petfishFramework/issues
|
|
10
|
+
Project-URL: PyPI, https://pypi.org/project/petfishframework/
|
|
5
11
|
Author-email: Kyle Cui <18226150+kylecui@users.noreply.github.com>
|
|
6
12
|
License-Expression: MIT
|
|
7
13
|
License-File: LICENSE
|
|
@@ -26,8 +32,8 @@ Description-Content-Type: text/markdown
|
|
|
26
32
|
> The AI agent framework where reliability is architecture, not an afterthought.
|
|
27
33
|
|
|
28
34
|
[](https://www.python.org/downloads/)
|
|
29
|
-
[](LICENSE)
|
|
30
|
-
[](https://github.com/kylecui/petfishFramework/blob/master/LICENSE)
|
|
36
|
+
[](https://github.com/kylecui/petfishFramework/tree/master/tests/)
|
|
31
37
|
|
|
32
38
|
## Why petfishFramework?
|
|
33
39
|
|
|
@@ -121,20 +127,20 @@ Agent (recipe) → Session (event-sourced process) → Environment (chokepoint)
|
|
|
121
127
|
- **Session** = event-sourced execution (checkpointable, replayable, auditable)
|
|
122
128
|
- **Environment** = single capability chokepoint (all calls audited, budget-metered, permission-gated)
|
|
123
129
|
|
|
124
|
-
See [docs/architecture.md](docs/architecture.md) for full design.
|
|
130
|
+
See [docs/architecture.md](https://github.com/kylecui/petfishFramework/blob/master/docs/architecture.md) for full design.
|
|
125
131
|
|
|
126
132
|
## Benchmark
|
|
127
133
|
|
|
128
|
-
> ⏳ Pending validation — see [docs/validation-roadmap.md](docs/validation-roadmap.md)
|
|
134
|
+
> ⏳ Pending validation — see [docs/validation-roadmap.md](https://github.com/kylecui/petfishFramework/blob/master/docs/validation-roadmap.md)
|
|
129
135
|
|
|
130
136
|
Pass^k comparison (petfishFramework vs raw API) will be documented here after real-model benchmark runs.
|
|
131
137
|
|
|
132
138
|
## Documentation
|
|
133
139
|
|
|
134
|
-
- [Architecture](docs/architecture.md) — 5 core decisions, module structure
|
|
135
|
-
- [API Reference](docs/api.md) — 989-line definitive reference (
|
|
136
|
-
- [Validation Roadmap](docs/validation-roadmap.md) — from paper-validated to real-validated
|
|
137
|
-
- [Examples](examples/) — 3 runnable scripts (quickstart, tools+retrieval, multi-agent)
|
|
140
|
+
- [Architecture](https://github.com/kylecui/petfishFramework/blob/master/docs/architecture.md) — 5 core decisions, module structure
|
|
141
|
+
- [API Reference](https://github.com/kylecui/petfishFramework/blob/master/docs/api.md) — 989-line definitive reference (187 tests validate every API)
|
|
142
|
+
- [Validation Roadmap](https://github.com/kylecui/petfishFramework/blob/master/docs/validation-roadmap.md) — from paper-validated to real-validated
|
|
143
|
+
- [Examples](https://github.com/kylecui/petfishFramework/tree/master/examples/) — 3 runnable scripts (quickstart, tools+retrieval, multi-agent)
|
|
138
144
|
|
|
139
145
|
## Development
|
|
140
146
|
|
|
@@ -148,4 +154,4 @@ uv run ruff check src/ tests/ # lint clean
|
|
|
148
154
|
|
|
149
155
|
## License
|
|
150
156
|
|
|
151
|
-
[MIT](LICENSE) — © 2026 Kyle Cui
|
|
157
|
+
[MIT](https://github.com/kylecui/petfishFramework/blob/master/LICENSE) — © 2026 Kyle Cui
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
> The AI agent framework where reliability is architecture, not an afterthought.
|
|
4
4
|
|
|
5
5
|
[](https://www.python.org/downloads/)
|
|
6
|
-
[](LICENSE)
|
|
7
|
-
[](https://github.com/kylecui/petfishFramework/blob/master/LICENSE)
|
|
7
|
+
[](https://github.com/kylecui/petfishFramework/tree/master/tests/)
|
|
8
8
|
|
|
9
9
|
## Why petfishFramework?
|
|
10
10
|
|
|
@@ -98,20 +98,20 @@ Agent (recipe) → Session (event-sourced process) → Environment (chokepoint)
|
|
|
98
98
|
- **Session** = event-sourced execution (checkpointable, replayable, auditable)
|
|
99
99
|
- **Environment** = single capability chokepoint (all calls audited, budget-metered, permission-gated)
|
|
100
100
|
|
|
101
|
-
See [docs/architecture.md](docs/architecture.md) for full design.
|
|
101
|
+
See [docs/architecture.md](https://github.com/kylecui/petfishFramework/blob/master/docs/architecture.md) for full design.
|
|
102
102
|
|
|
103
103
|
## Benchmark
|
|
104
104
|
|
|
105
|
-
> ⏳ Pending validation — see [docs/validation-roadmap.md](docs/validation-roadmap.md)
|
|
105
|
+
> ⏳ Pending validation — see [docs/validation-roadmap.md](https://github.com/kylecui/petfishFramework/blob/master/docs/validation-roadmap.md)
|
|
106
106
|
|
|
107
107
|
Pass^k comparison (petfishFramework vs raw API) will be documented here after real-model benchmark runs.
|
|
108
108
|
|
|
109
109
|
## Documentation
|
|
110
110
|
|
|
111
|
-
- [Architecture](docs/architecture.md) — 5 core decisions, module structure
|
|
112
|
-
- [API Reference](docs/api.md) — 989-line definitive reference (
|
|
113
|
-
- [Validation Roadmap](docs/validation-roadmap.md) — from paper-validated to real-validated
|
|
114
|
-
- [Examples](examples/) — 3 runnable scripts (quickstart, tools+retrieval, multi-agent)
|
|
111
|
+
- [Architecture](https://github.com/kylecui/petfishFramework/blob/master/docs/architecture.md) — 5 core decisions, module structure
|
|
112
|
+
- [API Reference](https://github.com/kylecui/petfishFramework/blob/master/docs/api.md) — 989-line definitive reference (187 tests validate every API)
|
|
113
|
+
- [Validation Roadmap](https://github.com/kylecui/petfishFramework/blob/master/docs/validation-roadmap.md) — from paper-validated to real-validated
|
|
114
|
+
- [Examples](https://github.com/kylecui/petfishFramework/tree/master/examples/) — 3 runnable scripts (quickstart, tools+retrieval, multi-agent)
|
|
115
115
|
|
|
116
116
|
## Development
|
|
117
117
|
|
|
@@ -125,4 +125,4 @@ uv run ruff check src/ tests/ # lint clean
|
|
|
125
125
|
|
|
126
126
|
## License
|
|
127
127
|
|
|
128
|
-
[MIT](LICENSE) — © 2026 Kyle Cui
|
|
128
|
+
[MIT](https://github.com/kylecui/petfishFramework/blob/master/LICENSE) — © 2026 Kyle Cui
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "petfishframework"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.2"
|
|
8
8
|
description = "petfishFramework — a general AI Agent framework"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
@@ -23,6 +23,14 @@ classifiers = [
|
|
|
23
23
|
]
|
|
24
24
|
dependencies = []
|
|
25
25
|
|
|
26
|
+
[project.urls]
|
|
27
|
+
Homepage = "https://github.com/kylecui/petfishFramework"
|
|
28
|
+
Documentation = "https://github.com/kylecui/petfishFramework/tree/master/docs"
|
|
29
|
+
Repository = "https://github.com/kylecui/petfishFramework"
|
|
30
|
+
Changelog = "https://github.com/kylecui/petfishFramework/blob/master/CHANGELOG.md"
|
|
31
|
+
Issues = "https://github.com/kylecui/petfishFramework/issues"
|
|
32
|
+
"PyPI" = "https://pypi.org/project/petfishframework/"
|
|
33
|
+
|
|
26
34
|
[tool.hatch.build.targets.wheel]
|
|
27
35
|
packages = ["src/petfishframework"]
|
|
28
36
|
|
|
@@ -65,4 +73,5 @@ dev = [
|
|
|
65
73
|
"pytest-asyncio>=1.4.0",
|
|
66
74
|
"python-dotenv>=1.2.2",
|
|
67
75
|
"ruff>=0.15.20",
|
|
76
|
+
"twine>=6.2.0",
|
|
68
77
|
]
|
|
@@ -112,6 +112,15 @@ wheels = [
|
|
|
112
112
|
{ url = "https://files.pythonhosted.org/packages/a0/59/76ab57e3fe74484f48a53f8e337171b4a2349e506eabe136d7e01d059086/backports_asyncio_runner-1.2.0-py3-none-any.whl", hash = "sha256:0da0a936a8aeb554eccb426dc55af3ba63bcdc69fa1a600b5bb305413a4477b5", size = 12313, upload-time = "2025-07-02T02:27:14.263Z" },
|
|
113
113
|
]
|
|
114
114
|
|
|
115
|
+
[[package]]
|
|
116
|
+
name = "backports-tarfile"
|
|
117
|
+
version = "1.2.0"
|
|
118
|
+
source = { registry = "https://pypi.org/simple" }
|
|
119
|
+
sdist = { url = "https://files.pythonhosted.org/packages/86/72/cd9b395f25e290e633655a100af28cb253e4393396264a98bd5f5951d50f/backports_tarfile-1.2.0.tar.gz", hash = "sha256:d75e02c268746e1b8144c278978b6e98e85de6ad16f8e4b0844a154557eca991", size = 86406, upload-time = "2024-05-28T17:01:54.731Z" }
|
|
120
|
+
wheels = [
|
|
121
|
+
{ url = "https://files.pythonhosted.org/packages/b9/fa/123043af240e49752f1c4bd24da5053b6bd00cad78c2be53c0d1e8b975bc/backports.tarfile-1.2.0-py3-none-any.whl", hash = "sha256:77e284d754527b01fb1e6fa8a1afe577858ebe4e9dad8919e34c862cb399bc34", size = 30181, upload-time = "2024-05-28T17:01:53.112Z" },
|
|
122
|
+
]
|
|
123
|
+
|
|
115
124
|
[[package]]
|
|
116
125
|
name = "certifi"
|
|
117
126
|
version = "2026.6.17"
|
|
@@ -203,6 +212,111 @@ wheels = [
|
|
|
203
212
|
{ url = "https://files.pythonhosted.org/packages/ae/3a/dbeec9d1ee0844c679f6bb5d6ad4e9f198b1224f4e7a32825f47f6192b0c/cffi-2.0.0-cp314-cp314t-win_arm64.whl", hash = "sha256:0a1527a803f0a659de1af2e1fd700213caba79377e27e4693648c2923da066f9", size = 184195, upload-time = "2025-09-08T23:23:43.004Z" },
|
|
204
213
|
]
|
|
205
214
|
|
|
215
|
+
[[package]]
|
|
216
|
+
name = "charset-normalizer"
|
|
217
|
+
version = "3.4.7"
|
|
218
|
+
source = { registry = "https://pypi.org/simple" }
|
|
219
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e7/a1/67fe25fac3c7642725500a3f6cfe5821ad557c3abb11c9d20d12c7008d3e/charset_normalizer-3.4.7.tar.gz", hash = "sha256:ae89db9e5f98a11a4bf50407d4363e7b09b31e55bc117b4f7d80aab97ba009e5", size = 144271, upload-time = "2026-04-02T09:28:39.342Z" }
|
|
220
|
+
wheels = [
|
|
221
|
+
{ url = "https://files.pythonhosted.org/packages/26/08/0f303cb0b529e456bb116f2d50565a482694fbb94340bf56d44677e7ed03/charset_normalizer-3.4.7-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:cdd68a1fb318e290a2077696b7eb7a21a49163c455979c639bf5a5dcdc46617d", size = 315182, upload-time = "2026-04-02T09:25:40.673Z" },
|
|
222
|
+
{ url = "https://files.pythonhosted.org/packages/24/47/b192933e94b546f1b1fe4df9cc1f84fcdbf2359f8d1081d46dd029b50207/charset_normalizer-3.4.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e17b8d5d6a8c47c85e68ca8379def1303fd360c3e22093a807cd34a71cd082b8", size = 209329, upload-time = "2026-04-02T09:25:42.354Z" },
|
|
223
|
+
{ url = "https://files.pythonhosted.org/packages/c2/b4/01fa81c5ca6141024d89a8fc15968002b71da7f825dd14113207113fabbd/charset_normalizer-3.4.7-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:511ef87c8aec0783e08ac18565a16d435372bc1ac25a91e6ac7f5ef2b0bff790", size = 231230, upload-time = "2026-04-02T09:25:44.281Z" },
|
|
224
|
+
{ url = "https://files.pythonhosted.org/packages/20/f7/7b991776844dfa058017e600e6e55ff01984a063290ca5622c0b63162f68/charset_normalizer-3.4.7-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:007d05ec7321d12a40227aae9e2bc6dca73f3cb21058999a1df9e193555a9dcc", size = 225890, upload-time = "2026-04-02T09:25:45.475Z" },
|
|
225
|
+
{ url = "https://files.pythonhosted.org/packages/20/e7/bed0024a0f4ab0c8a9c64d4445f39b30c99bd1acd228291959e3de664247/charset_normalizer-3.4.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:cf29836da5119f3c8a8a70667b0ef5fdca3bb12f80fd06487cfa575b3909b393", size = 216930, upload-time = "2026-04-02T09:25:46.58Z" },
|
|
226
|
+
{ url = "https://files.pythonhosted.org/packages/e2/ab/b18f0ab31cdd7b3ddb8bb76c4a414aeb8160c9810fdf1bc62f269a539d87/charset_normalizer-3.4.7-cp310-cp310-manylinux_2_31_armv7l.whl", hash = "sha256:12d8baf840cc7889b37c7c770f478adea7adce3dcb3944d02ec87508e2dcf153", size = 202109, upload-time = "2026-04-02T09:25:48.031Z" },
|
|
227
|
+
{ url = "https://files.pythonhosted.org/packages/82/e5/7e9440768a06dfb3075936490cb82dbf0ee20a133bf0dd8551fa096914ec/charset_normalizer-3.4.7-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:d560742f3c0d62afaccf9f41fe485ed69bd7661a241f86a3ef0f0fb8b1a397af", size = 214684, upload-time = "2026-04-02T09:25:49.245Z" },
|
|
228
|
+
{ url = "https://files.pythonhosted.org/packages/71/94/8c61d8da9f062fdf457c80acfa25060ec22bf1d34bbeaca4350f13bcfd07/charset_normalizer-3.4.7-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:b14b2d9dac08e28bb8046a1a0434b1750eb221c8f5b87a68f4fa11a6f97b5e34", size = 212785, upload-time = "2026-04-02T09:25:50.671Z" },
|
|
229
|
+
{ url = "https://files.pythonhosted.org/packages/66/cd/6e9889c648e72c0ab2e5967528bb83508f354d706637bc7097190c874e13/charset_normalizer-3.4.7-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:bc17a677b21b3502a21f66a8cc64f5bfad4df8a0b8434d661666f8ce90ac3af1", size = 203055, upload-time = "2026-04-02T09:25:51.802Z" },
|
|
230
|
+
{ url = "https://files.pythonhosted.org/packages/92/2e/7a951d6a08aefb7eb8e1b54cdfb580b1365afdd9dd484dc4bee9e5d8f258/charset_normalizer-3.4.7-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:750e02e074872a3fad7f233b47734166440af3cdea0add3e95163110816d6752", size = 232502, upload-time = "2026-04-02T09:25:53.388Z" },
|
|
231
|
+
{ url = "https://files.pythonhosted.org/packages/58/d5/abcf2d83bf8e0a1286df55cd0dc1d49af0da4282aa77e986df343e7de124/charset_normalizer-3.4.7-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:4e5163c14bffd570ef2affbfdd77bba66383890797df43dc8b4cc7d6f500bf53", size = 214295, upload-time = "2026-04-02T09:25:54.765Z" },
|
|
232
|
+
{ url = "https://files.pythonhosted.org/packages/47/3a/7d4cd7ed54be99973a0dc176032cba5cb1f258082c31fa6df35cff46acfc/charset_normalizer-3.4.7-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:6ed74185b2db44f41ef35fd1617c5888e59792da9bbc9190d6c7300617182616", size = 227145, upload-time = "2026-04-02T09:25:55.904Z" },
|
|
233
|
+
{ url = "https://files.pythonhosted.org/packages/1d/98/3a45bf8247889cf28262ebd3d0872edff11565b2a1e3064ccb132db3fbb0/charset_normalizer-3.4.7-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:94e1885b270625a9a828c9793b4d52a64445299baa1fea5a173bf1d3dd9a1a5a", size = 218884, upload-time = "2026-04-02T09:25:57.074Z" },
|
|
234
|
+
{ url = "https://files.pythonhosted.org/packages/ad/80/2e8b7f8915ed5c9ef13aa828d82738e33888c485b65ebf744d615040c7ea/charset_normalizer-3.4.7-cp310-cp310-win32.whl", hash = "sha256:6785f414ae0f3c733c437e0f3929197934f526d19dfaa75e18fdb4f94c6fb374", size = 148343, upload-time = "2026-04-02T09:25:58.199Z" },
|
|
235
|
+
{ url = "https://files.pythonhosted.org/packages/35/1b/3b8c8c77184af465ee9ad88b5aea46ea6b2e1f7b9dc9502891e37af21e30/charset_normalizer-3.4.7-cp310-cp310-win_amd64.whl", hash = "sha256:6696b7688f54f5af4462118f0bfa7c1621eeb87154f77fa04b9295ce7a8f2943", size = 159174, upload-time = "2026-04-02T09:25:59.322Z" },
|
|
236
|
+
{ url = "https://files.pythonhosted.org/packages/be/c1/feb40dca40dbb21e0a908801782d9288c64fc8d8e562c2098e9994c8c21b/charset_normalizer-3.4.7-cp310-cp310-win_arm64.whl", hash = "sha256:66671f93accb62ed07da56613636f3641f1a12c13046ce91ffc923721f23c008", size = 147805, upload-time = "2026-04-02T09:26:00.756Z" },
|
|
237
|
+
{ url = "https://files.pythonhosted.org/packages/c2/d7/b5b7020a0565c2e9fa8c09f4b5fa6232feb326b8c20081ccded47ea368fd/charset_normalizer-3.4.7-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:7641bb8895e77f921102f72833904dcd9901df5d6d72a2ab8f31d04b7e51e4e7", size = 309705, upload-time = "2026-04-02T09:26:02.191Z" },
|
|
238
|
+
{ url = "https://files.pythonhosted.org/packages/5a/53/58c29116c340e5456724ecd2fff4196d236b98f3da97b404bc5e51ac3493/charset_normalizer-3.4.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:202389074300232baeb53ae2569a60901f7efadd4245cf3a3bf0617d60b439d7", size = 206419, upload-time = "2026-04-02T09:26:03.583Z" },
|
|
239
|
+
{ url = "https://files.pythonhosted.org/packages/b2/02/e8146dc6591a37a00e5144c63f29fb7c97a734ea8a111190783c0e60ab63/charset_normalizer-3.4.7-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:30b8d1d8c52a48c2c5690e152c169b673487a2a58de1ec7393196753063fcd5e", size = 227901, upload-time = "2026-04-02T09:26:04.738Z" },
|
|
240
|
+
{ url = "https://files.pythonhosted.org/packages/fb/73/77486c4cd58f1267bf17db420e930c9afa1b3be3fe8c8b8ebbebc9624359/charset_normalizer-3.4.7-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:532bc9bf33a68613fd7d65e4b1c71a6a38d7d42604ecf239c77392e9b4e8998c", size = 222742, upload-time = "2026-04-02T09:26:06.36Z" },
|
|
241
|
+
{ url = "https://files.pythonhosted.org/packages/a1/fa/f74eb381a7d94ded44739e9d94de18dc5edc9c17fb8c11f0a6890696c0a9/charset_normalizer-3.4.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2fe249cb4651fd12605b7288b24751d8bfd46d35f12a20b1ba33dea122e690df", size = 214061, upload-time = "2026-04-02T09:26:08.347Z" },
|
|
242
|
+
{ url = "https://files.pythonhosted.org/packages/dc/92/42bd3cefcf7687253fb86694b45f37b733c97f59af3724f356fa92b8c344/charset_normalizer-3.4.7-cp311-cp311-manylinux_2_31_armv7l.whl", hash = "sha256:65bcd23054beab4d166035cabbc868a09c1a49d1efe458fe8e4361215df40265", size = 199239, upload-time = "2026-04-02T09:26:09.823Z" },
|
|
243
|
+
{ url = "https://files.pythonhosted.org/packages/4c/3d/069e7184e2aa3b3cddc700e3dd267413dc259854adc3380421c805c6a17d/charset_normalizer-3.4.7-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:08e721811161356f97b4059a9ba7bafb23ea5ee2255402c42881c214e173c6b4", size = 210173, upload-time = "2026-04-02T09:26:10.953Z" },
|
|
244
|
+
{ url = "https://files.pythonhosted.org/packages/62/51/9d56feb5f2e7074c46f93e0ebdbe61f0848ee246e2f0d89f8e20b89ebb8f/charset_normalizer-3.4.7-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:e060d01aec0a910bdccb8be71faf34e7799ce36950f8294c8bf612cba65a2c9e", size = 209841, upload-time = "2026-04-02T09:26:12.142Z" },
|
|
245
|
+
{ url = "https://files.pythonhosted.org/packages/d2/59/893d8f99cc4c837dda1fe2f1139079703deb9f321aabcb032355de13b6c7/charset_normalizer-3.4.7-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:38c0109396c4cfc574d502df99742a45c72c08eff0a36158b6f04000043dbf38", size = 200304, upload-time = "2026-04-02T09:26:13.711Z" },
|
|
246
|
+
{ url = "https://files.pythonhosted.org/packages/7d/1d/ee6f3be3464247578d1ed5c46de545ccc3d3ff933695395c402c21fa6b77/charset_normalizer-3.4.7-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:1c2a768fdd44ee4a9339a9b0b130049139b8ce3c01d2ce09f67f5a68048d477c", size = 229455, upload-time = "2026-04-02T09:26:14.941Z" },
|
|
247
|
+
{ url = "https://files.pythonhosted.org/packages/54/bb/8fb0a946296ea96a488928bdce8ef99023998c48e4713af533e9bb98ef07/charset_normalizer-3.4.7-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:1a87ca9d5df6fe460483d9a5bbf2b18f620cbed41b432e2bddb686228282d10b", size = 210036, upload-time = "2026-04-02T09:26:16.478Z" },
|
|
248
|
+
{ url = "https://files.pythonhosted.org/packages/9a/bc/015b2387f913749f82afd4fcba07846d05b6d784dd16123cb66860e0237d/charset_normalizer-3.4.7-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:d635aab80466bc95771bb78d5370e74d36d1fe31467b6b29b8b57b2a3cd7d22c", size = 224739, upload-time = "2026-04-02T09:26:17.751Z" },
|
|
249
|
+
{ url = "https://files.pythonhosted.org/packages/17/ab/63133691f56baae417493cba6b7c641571a2130eb7bceba6773367ab9ec5/charset_normalizer-3.4.7-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:ae196f021b5e7c78e918242d217db021ed2a6ace2bc6ae94c0fc596221c7f58d", size = 216277, upload-time = "2026-04-02T09:26:18.981Z" },
|
|
250
|
+
{ url = "https://files.pythonhosted.org/packages/06/6d/3be70e827977f20db77c12a97e6a9f973631a45b8d186c084527e53e77a4/charset_normalizer-3.4.7-cp311-cp311-win32.whl", hash = "sha256:adb2597b428735679446b46c8badf467b4ca5f5056aae4d51a19f9570301b1ad", size = 147819, upload-time = "2026-04-02T09:26:20.295Z" },
|
|
251
|
+
{ url = "https://files.pythonhosted.org/packages/20/d9/5f67790f06b735d7c7637171bbfd89882ad67201891b7275e51116ed8207/charset_normalizer-3.4.7-cp311-cp311-win_amd64.whl", hash = "sha256:8e385e4267ab76874ae30db04c627faaaf0b509e1ccc11a95b3fc3e83f855c00", size = 159281, upload-time = "2026-04-02T09:26:21.74Z" },
|
|
252
|
+
{ url = "https://files.pythonhosted.org/packages/ca/83/6413f36c5a34afead88ce6f66684d943d91f233d76dd083798f9602b75ae/charset_normalizer-3.4.7-cp311-cp311-win_arm64.whl", hash = "sha256:d4a48e5b3c2a489fae013b7589308a40146ee081f6f509e047e0e096084ceca1", size = 147843, upload-time = "2026-04-02T09:26:22.901Z" },
|
|
253
|
+
{ url = "https://files.pythonhosted.org/packages/0c/eb/4fc8d0a7110eb5fc9cc161723a34a8a6c200ce3b4fbf681bc86feee22308/charset_normalizer-3.4.7-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:eca9705049ad3c7345d574e3510665cb2cf844c2f2dcfe675332677f081cbd46", size = 311328, upload-time = "2026-04-02T09:26:24.331Z" },
|
|
254
|
+
{ url = "https://files.pythonhosted.org/packages/f8/e3/0fadc706008ac9d7b9b5be6dc767c05f9d3e5df51744ce4cc9605de7b9f4/charset_normalizer-3.4.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6178f72c5508bfc5fd446a5905e698c6212932f25bcdd4b47a757a50605a90e2", size = 208061, upload-time = "2026-04-02T09:26:25.568Z" },
|
|
255
|
+
{ url = "https://files.pythonhosted.org/packages/42/f0/3dd1045c47f4a4604df85ec18ad093912ae1344ac706993aff91d38773a2/charset_normalizer-3.4.7-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:e1421b502d83040e6d7fb2fb18dff63957f720da3d77b2fbd3187ceb63755d7b", size = 229031, upload-time = "2026-04-02T09:26:26.865Z" },
|
|
256
|
+
{ url = "https://files.pythonhosted.org/packages/dc/67/675a46eb016118a2fbde5a277a5d15f4f69d5f3f5f338e5ee2f8948fcf43/charset_normalizer-3.4.7-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:edac0f1ab77644605be2cbba52e6b7f630731fc42b34cb0f634be1a6eface56a", size = 225239, upload-time = "2026-04-02T09:26:28.044Z" },
|
|
257
|
+
{ url = "https://files.pythonhosted.org/packages/4b/f8/d0118a2f5f23b02cd166fa385c60f9b0d4f9194f574e2b31cef350ad7223/charset_normalizer-3.4.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5649fd1c7bade02f320a462fdefd0b4bd3ce036065836d4f42e0de958038e116", size = 216589, upload-time = "2026-04-02T09:26:29.239Z" },
|
|
258
|
+
{ url = "https://files.pythonhosted.org/packages/b1/f1/6d2b0b261b6c4ceef0fcb0d17a01cc5bc53586c2d4796fa04b5c540bc13d/charset_normalizer-3.4.7-cp312-cp312-manylinux_2_31_armv7l.whl", hash = "sha256:203104ed3e428044fd943bc4bf45fa73c0730391f9621e37fe39ecf477b128cb", size = 202733, upload-time = "2026-04-02T09:26:30.5Z" },
|
|
259
|
+
{ url = "https://files.pythonhosted.org/packages/6f/c0/7b1f943f7e87cc3db9626ba17807d042c38645f0a1d4415c7a14afb5591f/charset_normalizer-3.4.7-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:298930cec56029e05497a76988377cbd7457ba864beeea92ad7e844fe74cd1f1", size = 212652, upload-time = "2026-04-02T09:26:31.709Z" },
|
|
260
|
+
{ url = "https://files.pythonhosted.org/packages/38/dd/5a9ab159fe45c6e72079398f277b7d2b523e7f716acc489726115a910097/charset_normalizer-3.4.7-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:708838739abf24b2ceb208d0e22403dd018faeef86ddac04319a62ae884c4f15", size = 211229, upload-time = "2026-04-02T09:26:33.282Z" },
|
|
261
|
+
{ url = "https://files.pythonhosted.org/packages/d5/ff/531a1cad5ca855d1c1a8b69cb71abfd6d85c0291580146fda7c82857caa1/charset_normalizer-3.4.7-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:0f7eb884681e3938906ed0434f20c63046eacd0111c4ba96f27b76084cd679f5", size = 203552, upload-time = "2026-04-02T09:26:34.845Z" },
|
|
262
|
+
{ url = "https://files.pythonhosted.org/packages/c1/4c/a5fb52d528a8ca41f7598cb619409ece30a169fbdf9cdce592e53b46c3a6/charset_normalizer-3.4.7-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:4dc1e73c36828f982bfe79fadf5919923f8a6f4df2860804db9a98c48824ce8d", size = 230806, upload-time = "2026-04-02T09:26:36.152Z" },
|
|
263
|
+
{ url = "https://files.pythonhosted.org/packages/59/7a/071feed8124111a32b316b33ae4de83d36923039ef8cf48120266844285b/charset_normalizer-3.4.7-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:aed52fea0513bac0ccde438c188c8a471c4e0f457c2dd20cdbf6ea7a450046c7", size = 212316, upload-time = "2026-04-02T09:26:37.672Z" },
|
|
264
|
+
{ url = "https://files.pythonhosted.org/packages/fd/35/f7dba3994312d7ba508e041eaac39a36b120f32d4c8662b8814dab876431/charset_normalizer-3.4.7-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:fea24543955a6a729c45a73fe90e08c743f0b3334bbf3201e6c4bc1b0c7fa464", size = 227274, upload-time = "2026-04-02T09:26:38.93Z" },
|
|
265
|
+
{ url = "https://files.pythonhosted.org/packages/8a/2d/a572df5c9204ab7688ec1edc895a73ebded3b023bb07364710b05dd1c9be/charset_normalizer-3.4.7-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:bb6d88045545b26da47aa879dd4a89a71d1dce0f0e549b1abcb31dfe4a8eac49", size = 218468, upload-time = "2026-04-02T09:26:40.17Z" },
|
|
266
|
+
{ url = "https://files.pythonhosted.org/packages/86/eb/890922a8b03a568ca2f336c36585a4713c55d4d67bf0f0c78924be6315ca/charset_normalizer-3.4.7-cp312-cp312-win32.whl", hash = "sha256:2257141f39fe65a3fdf38aeccae4b953e5f3b3324f4ff0daf9f15b8518666a2c", size = 148460, upload-time = "2026-04-02T09:26:41.416Z" },
|
|
267
|
+
{ url = "https://files.pythonhosted.org/packages/35/d9/0e7dffa06c5ab081f75b1b786f0aefc88365825dfcd0ac544bdb7b2b6853/charset_normalizer-3.4.7-cp312-cp312-win_amd64.whl", hash = "sha256:5ed6ab538499c8644b8a3e18debabcd7ce684f3fa91cf867521a7a0279cab2d6", size = 159330, upload-time = "2026-04-02T09:26:42.554Z" },
|
|
268
|
+
{ url = "https://files.pythonhosted.org/packages/9e/5d/481bcc2a7c88ea6b0878c299547843b2521ccbc40980cb406267088bc701/charset_normalizer-3.4.7-cp312-cp312-win_arm64.whl", hash = "sha256:56be790f86bfb2c98fb742ce566dfb4816e5a83384616ab59c49e0604d49c51d", size = 147828, upload-time = "2026-04-02T09:26:44.075Z" },
|
|
269
|
+
{ url = "https://files.pythonhosted.org/packages/c1/3b/66777e39d3ae1ddc77ee606be4ec6d8cbd4c801f65e5a1b6f2b11b8346dd/charset_normalizer-3.4.7-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:f496c9c3cc02230093d8330875c4c3cdfc3b73612a5fd921c65d39cbcef08063", size = 309627, upload-time = "2026-04-02T09:26:45.198Z" },
|
|
270
|
+
{ url = "https://files.pythonhosted.org/packages/2e/4e/b7f84e617b4854ade48a1b7915c8ccfadeba444d2a18c291f696e37f0d3b/charset_normalizer-3.4.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0ea948db76d31190bf08bd371623927ee1339d5f2a0b4b1b4a4439a65298703c", size = 207008, upload-time = "2026-04-02T09:26:46.824Z" },
|
|
271
|
+
{ url = "https://files.pythonhosted.org/packages/c4/bb/ec73c0257c9e11b268f018f068f5d00aa0ef8c8b09f7753ebd5f2880e248/charset_normalizer-3.4.7-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a277ab8928b9f299723bc1a2dabb1265911b1a76341f90a510368ca44ad9ab66", size = 228303, upload-time = "2026-04-02T09:26:48.397Z" },
|
|
272
|
+
{ url = "https://files.pythonhosted.org/packages/85/fb/32d1f5033484494619f701e719429c69b766bfc4dbc61aa9e9c8c166528b/charset_normalizer-3.4.7-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:3bec022aec2c514d9cf199522a802bd007cd588ab17ab2525f20f9c34d067c18", size = 224282, upload-time = "2026-04-02T09:26:49.684Z" },
|
|
273
|
+
{ url = "https://files.pythonhosted.org/packages/fa/07/330e3a0dda4c404d6da83b327270906e9654a24f6c546dc886a0eb0ffb23/charset_normalizer-3.4.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e044c39e41b92c845bc815e5ae4230804e8e7bc29e399b0437d64222d92809dd", size = 215595, upload-time = "2026-04-02T09:26:50.915Z" },
|
|
274
|
+
{ url = "https://files.pythonhosted.org/packages/e3/7c/fc890655786e423f02556e0216d4b8c6bcb6bdfa890160dc66bf52dee468/charset_normalizer-3.4.7-cp313-cp313-manylinux_2_31_armv7l.whl", hash = "sha256:f495a1652cf3fbab2eb0639776dad966c2fb874d79d87ca07f9d5f059b8bd215", size = 201986, upload-time = "2026-04-02T09:26:52.197Z" },
|
|
275
|
+
{ url = "https://files.pythonhosted.org/packages/d8/97/bfb18b3db2aed3b90cf54dc292ad79fdd5ad65c4eae454099475cbeadd0d/charset_normalizer-3.4.7-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e712b419df8ba5e42b226c510472b37bd57b38e897d3eca5e8cfd410a29fa859", size = 211711, upload-time = "2026-04-02T09:26:53.49Z" },
|
|
276
|
+
{ url = "https://files.pythonhosted.org/packages/6f/a5/a581c13798546a7fd557c82614a5c65a13df2157e9ad6373166d2a3e645d/charset_normalizer-3.4.7-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:7804338df6fcc08105c7745f1502ba68d900f45fd770d5bdd5288ddccb8a42d8", size = 210036, upload-time = "2026-04-02T09:26:54.975Z" },
|
|
277
|
+
{ url = "https://files.pythonhosted.org/packages/8c/bf/b3ab5bcb478e4193d517644b0fb2bf5497fbceeaa7a1bc0f4d5b50953861/charset_normalizer-3.4.7-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:481551899c856c704d58119b5025793fa6730adda3571971af568f66d2424bb5", size = 202998, upload-time = "2026-04-02T09:26:56.303Z" },
|
|
278
|
+
{ url = "https://files.pythonhosted.org/packages/e7/4e/23efd79b65d314fa320ec6017b4b5834d5c12a58ba4610aa353af2e2f577/charset_normalizer-3.4.7-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:f59099f9b66f0d7145115e6f80dd8b1d847176df89b234a5a6b3f00437aa0832", size = 230056, upload-time = "2026-04-02T09:26:57.554Z" },
|
|
279
|
+
{ url = "https://files.pythonhosted.org/packages/b9/9f/1e1941bc3f0e01df116e68dc37a55c4d249df5e6fa77f008841aef68264f/charset_normalizer-3.4.7-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:f59ad4c0e8f6bba240a9bb85504faa1ab438237199d4cce5f622761507b8f6a6", size = 211537, upload-time = "2026-04-02T09:26:58.843Z" },
|
|
280
|
+
{ url = "https://files.pythonhosted.org/packages/80/0f/088cbb3020d44428964a6c97fe1edfb1b9550396bf6d278330281e8b709c/charset_normalizer-3.4.7-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:3dedcc22d73ec993f42055eff4fcfed9318d1eeb9a6606c55892a26964964e48", size = 226176, upload-time = "2026-04-02T09:27:00.437Z" },
|
|
281
|
+
{ url = "https://files.pythonhosted.org/packages/6a/9f/130394f9bbe06f4f63e22641d32fc9b202b7e251c9aef4db044324dac493/charset_normalizer-3.4.7-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:64f02c6841d7d83f832cd97ccf8eb8a906d06eb95d5276069175c696b024b60a", size = 217723, upload-time = "2026-04-02T09:27:02.021Z" },
|
|
282
|
+
{ url = "https://files.pythonhosted.org/packages/73/55/c469897448a06e49f8fa03f6caae97074fde823f432a98f979cc42b90e69/charset_normalizer-3.4.7-cp313-cp313-win32.whl", hash = "sha256:4042d5c8f957e15221d423ba781e85d553722fc4113f523f2feb7b188cc34c5e", size = 148085, upload-time = "2026-04-02T09:27:03.192Z" },
|
|
283
|
+
{ url = "https://files.pythonhosted.org/packages/5d/78/1b74c5bbb3f99b77a1715c91b3e0b5bdb6fe302d95ace4f5b1bec37b0167/charset_normalizer-3.4.7-cp313-cp313-win_amd64.whl", hash = "sha256:3946fa46a0cf3e4c8cb1cc52f56bb536310d34f25f01ca9b6c16afa767dab110", size = 158819, upload-time = "2026-04-02T09:27:04.454Z" },
|
|
284
|
+
{ url = "https://files.pythonhosted.org/packages/68/86/46bd42279d323deb8687c4a5a811fd548cb7d1de10cf6535d099877a9a9f/charset_normalizer-3.4.7-cp313-cp313-win_arm64.whl", hash = "sha256:80d04837f55fc81da168b98de4f4b797ef007fc8a79ab71c6ec9bc4dd662b15b", size = 147915, upload-time = "2026-04-02T09:27:05.971Z" },
|
|
285
|
+
{ url = "https://files.pythonhosted.org/packages/97/c8/c67cb8c70e19ef1960b97b22ed2a1567711de46c4ddf19799923adc836c2/charset_normalizer-3.4.7-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:c36c333c39be2dbca264d7803333c896ab8fa7d4d6f0ab7edb7dfd7aea6e98c0", size = 309234, upload-time = "2026-04-02T09:27:07.194Z" },
|
|
286
|
+
{ url = "https://files.pythonhosted.org/packages/99/85/c091fdee33f20de70d6c8b522743b6f831a2f1cd3ff86de4c6a827c48a76/charset_normalizer-3.4.7-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1c2aed2e5e41f24ea8ef1590b8e848a79b56f3a5564a65ceec43c9d692dc7d8a", size = 208042, upload-time = "2026-04-02T09:27:08.749Z" },
|
|
287
|
+
{ url = "https://files.pythonhosted.org/packages/87/1c/ab2ce611b984d2fd5d86a5a8a19c1ae26acac6bad967da4967562c75114d/charset_normalizer-3.4.7-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:54523e136b8948060c0fa0bc7b1b50c32c186f2fceee897a495406bb6e311d2b", size = 228706, upload-time = "2026-04-02T09:27:09.951Z" },
|
|
288
|
+
{ url = "https://files.pythonhosted.org/packages/a8/29/2b1d2cb00bf085f59d29eb773ce58ec2d325430f8c216804a0a5cd83cbca/charset_normalizer-3.4.7-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:715479b9a2802ecac752a3b0efa2b0b60285cf962ee38414211abdfccc233b41", size = 224727, upload-time = "2026-04-02T09:27:11.175Z" },
|
|
289
|
+
{ url = "https://files.pythonhosted.org/packages/47/5c/032c2d5a07fe4d4855fea851209cca2b6f03ebeb6d4e3afdb3358386a684/charset_normalizer-3.4.7-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bd6c2a1c7573c64738d716488d2cdd3c00e340e4835707d8fdb8dc1a66ef164e", size = 215882, upload-time = "2026-04-02T09:27:12.446Z" },
|
|
290
|
+
{ url = "https://files.pythonhosted.org/packages/2c/c2/356065d5a8b78ed04499cae5f339f091946a6a74f91e03476c33f0ab7100/charset_normalizer-3.4.7-cp314-cp314-manylinux_2_31_armv7l.whl", hash = "sha256:c45e9440fb78f8ddabcf714b68f936737a121355bf59f3907f4e17721b9d1aae", size = 200860, upload-time = "2026-04-02T09:27:13.721Z" },
|
|
291
|
+
{ url = "https://files.pythonhosted.org/packages/0c/cd/a32a84217ced5039f53b29f460962abb2d4420def55afabe45b1c3c7483d/charset_normalizer-3.4.7-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:3534e7dcbdcf757da6b85a0bbf5b6868786d5982dd959b065e65481644817a18", size = 211564, upload-time = "2026-04-02T09:27:15.272Z" },
|
|
292
|
+
{ url = "https://files.pythonhosted.org/packages/44/86/58e6f13ce26cc3b8f4a36b94a0f22ae2f00a72534520f4ae6857c4b81f89/charset_normalizer-3.4.7-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:e8ac484bf18ce6975760921bb6148041faa8fef0547200386ea0b52b5d27bf7b", size = 211276, upload-time = "2026-04-02T09:27:16.834Z" },
|
|
293
|
+
{ url = "https://files.pythonhosted.org/packages/8f/fe/d17c32dc72e17e155e06883efa84514ca375f8a528ba2546bee73fc4df81/charset_normalizer-3.4.7-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:a5fe03b42827c13cdccd08e6c0247b6a6d4b5e3cdc53fd1749f5896adcdc2356", size = 201238, upload-time = "2026-04-02T09:27:18.229Z" },
|
|
294
|
+
{ url = "https://files.pythonhosted.org/packages/6a/29/f33daa50b06525a237451cdb6c69da366c381a3dadcd833fa5676bc468b3/charset_normalizer-3.4.7-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:2d6eb928e13016cea4f1f21d1e10c1cebd5a421bc57ddf5b1142ae3f86824fab", size = 230189, upload-time = "2026-04-02T09:27:19.445Z" },
|
|
295
|
+
{ url = "https://files.pythonhosted.org/packages/b6/6e/52c84015394a6a0bdcd435210a7e944c5f94ea1055f5cc5d56c5fe368e7b/charset_normalizer-3.4.7-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:e74327fb75de8986940def6e8dee4f127cc9752bee7355bb323cc5b2659b6d46", size = 211352, upload-time = "2026-04-02T09:27:20.79Z" },
|
|
296
|
+
{ url = "https://files.pythonhosted.org/packages/8c/d7/4353be581b373033fb9198bf1da3cf8f09c1082561e8e922aa7b39bf9fe8/charset_normalizer-3.4.7-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:d6038d37043bced98a66e68d3aa2b6a35505dc01328cd65217cefe82f25def44", size = 227024, upload-time = "2026-04-02T09:27:22.063Z" },
|
|
297
|
+
{ url = "https://files.pythonhosted.org/packages/30/45/99d18aa925bd1740098ccd3060e238e21115fffbfdcb8f3ece837d0ace6c/charset_normalizer-3.4.7-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:7579e913a5339fb8fa133f6bbcfd8e6749696206cf05acdbdca71a1b436d8e72", size = 217869, upload-time = "2026-04-02T09:27:23.486Z" },
|
|
298
|
+
{ url = "https://files.pythonhosted.org/packages/5c/05/5ee478aa53f4bb7996482153d4bfe1b89e0f087f0ab6b294fcf92d595873/charset_normalizer-3.4.7-cp314-cp314-win32.whl", hash = "sha256:5b77459df20e08151cd6f8b9ef8ef1f961ef73d85c21a555c7eed5b79410ec10", size = 148541, upload-time = "2026-04-02T09:27:25.146Z" },
|
|
299
|
+
{ url = "https://files.pythonhosted.org/packages/48/77/72dcb0921b2ce86420b2d79d454c7022bf5be40202a2a07906b9f2a35c97/charset_normalizer-3.4.7-cp314-cp314-win_amd64.whl", hash = "sha256:92a0a01ead5e668468e952e4238cccd7c537364eb7d851ab144ab6627dbbe12f", size = 159634, upload-time = "2026-04-02T09:27:26.642Z" },
|
|
300
|
+
{ url = "https://files.pythonhosted.org/packages/c6/a3/c2369911cd72f02386e4e340770f6e158c7980267da16af8f668217abaa0/charset_normalizer-3.4.7-cp314-cp314-win_arm64.whl", hash = "sha256:67f6279d125ca0046a7fd386d01b311c6363844deac3e5b069b514ba3e63c246", size = 148384, upload-time = "2026-04-02T09:27:28.271Z" },
|
|
301
|
+
{ url = "https://files.pythonhosted.org/packages/94/09/7e8a7f73d24dba1f0035fbbf014d2c36828fc1bf9c88f84093e57d315935/charset_normalizer-3.4.7-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:effc3f449787117233702311a1b7d8f59cba9ced946ba727bdc329ec69028e24", size = 330133, upload-time = "2026-04-02T09:27:29.474Z" },
|
|
302
|
+
{ url = "https://files.pythonhosted.org/packages/8d/da/96975ddb11f8e977f706f45cddd8540fd8242f71ecdb5d18a80723dcf62c/charset_normalizer-3.4.7-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:fbccdc05410c9ee21bbf16a35f4c1d16123dcdeb8a1d38f33654fa21d0234f79", size = 216257, upload-time = "2026-04-02T09:27:30.793Z" },
|
|
303
|
+
{ url = "https://files.pythonhosted.org/packages/e5/e8/1d63bf8ef2d388e95c64b2098f45f84758f6d102a087552da1485912637b/charset_normalizer-3.4.7-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:733784b6d6def852c814bce5f318d25da2ee65dd4839a0718641c696e09a2960", size = 234851, upload-time = "2026-04-02T09:27:32.44Z" },
|
|
304
|
+
{ url = "https://files.pythonhosted.org/packages/9b/40/e5ff04233e70da2681fa43969ad6f66ca5611d7e669be0246c4c7aaf6dc8/charset_normalizer-3.4.7-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a89c23ef8d2c6b27fd200a42aa4ac72786e7c60d40efdc76e6011260b6e949c4", size = 233393, upload-time = "2026-04-02T09:27:34.03Z" },
|
|
305
|
+
{ url = "https://files.pythonhosted.org/packages/be/c1/06c6c49d5a5450f76899992f1ee40b41d076aee9279b49cf9974d2f313d5/charset_normalizer-3.4.7-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6c114670c45346afedc0d947faf3c7f701051d2518b943679c8ff88befe14f8e", size = 223251, upload-time = "2026-04-02T09:27:35.369Z" },
|
|
306
|
+
{ url = "https://files.pythonhosted.org/packages/2b/9f/f2ff16fb050946169e3e1f82134d107e5d4ae72647ec8a1b1446c148480f/charset_normalizer-3.4.7-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:a180c5e59792af262bf263b21a3c49353f25945d8d9f70628e73de370d55e1e1", size = 206609, upload-time = "2026-04-02T09:27:36.661Z" },
|
|
307
|
+
{ url = "https://files.pythonhosted.org/packages/69/d5/a527c0cd8d64d2eab7459784fb4169a0ac76e5a6fc5237337982fd61347e/charset_normalizer-3.4.7-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:3c9a494bc5ec77d43cea229c4f6db1e4d8fe7e1bbffa8b6f0f0032430ff8ab44", size = 220014, upload-time = "2026-04-02T09:27:38.019Z" },
|
|
308
|
+
{ url = "https://files.pythonhosted.org/packages/7e/80/8a7b8104a3e203074dc9aa2c613d4b726c0e136bad1cc734594b02867972/charset_normalizer-3.4.7-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:8d828b6667a32a728a1ad1d93957cdf37489c57b97ae6c4de2860fa749b8fc1e", size = 218979, upload-time = "2026-04-02T09:27:39.37Z" },
|
|
309
|
+
{ url = "https://files.pythonhosted.org/packages/02/9a/b759b503d507f375b2b5c153e4d2ee0a75aa215b7f2489cf314f4541f2c0/charset_normalizer-3.4.7-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:cf1493cd8607bec4d8a7b9b004e699fcf8f9103a9284cc94962cb73d20f9d4a3", size = 209238, upload-time = "2026-04-02T09:27:40.722Z" },
|
|
310
|
+
{ url = "https://files.pythonhosted.org/packages/c2/4e/0f3f5d47b86bdb79256e7290b26ac847a2832d9a4033f7eb2cd4bcf4bb5b/charset_normalizer-3.4.7-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:0c96c3b819b5c3e9e165495db84d41914d6894d55181d2d108cc1a69bfc9cce0", size = 236110, upload-time = "2026-04-02T09:27:42.33Z" },
|
|
311
|
+
{ url = "https://files.pythonhosted.org/packages/96/23/bce28734eb3ed2c91dcf93abeb8a5cf393a7b2749725030bb630e554fdd8/charset_normalizer-3.4.7-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:752a45dc4a6934060b3b0dab47e04edc3326575f82be64bc4fc293914566503e", size = 219824, upload-time = "2026-04-02T09:27:43.924Z" },
|
|
312
|
+
{ url = "https://files.pythonhosted.org/packages/2c/6f/6e897c6984cc4d41af319b077f2f600fc8214eb2fe2d6bcb79141b882400/charset_normalizer-3.4.7-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:8778f0c7a52e56f75d12dae53ae320fae900a8b9b4164b981b9c5ce059cd1fcb", size = 233103, upload-time = "2026-04-02T09:27:45.348Z" },
|
|
313
|
+
{ url = "https://files.pythonhosted.org/packages/76/22/ef7bd0fe480a0ae9b656189ec00744b60933f68b4f42a7bb06589f6f576a/charset_normalizer-3.4.7-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:ce3412fbe1e31eb81ea42f4169ed94861c56e643189e1e75f0041f3fe7020abe", size = 225194, upload-time = "2026-04-02T09:27:46.706Z" },
|
|
314
|
+
{ url = "https://files.pythonhosted.org/packages/c5/a7/0e0ab3e0b5bc1219bd80a6a0d4d72ca74d9250cb2382b7c699c147e06017/charset_normalizer-3.4.7-cp314-cp314t-win32.whl", hash = "sha256:c03a41a8784091e67a39648f70c5f97b5b6a37f216896d44d2cdcb82615339a0", size = 159827, upload-time = "2026-04-02T09:27:48.053Z" },
|
|
315
|
+
{ url = "https://files.pythonhosted.org/packages/7a/1d/29d32e0fb40864b1f878c7f5a0b343ae676c6e2b271a2d55cc3a152391da/charset_normalizer-3.4.7-cp314-cp314t-win_amd64.whl", hash = "sha256:03853ed82eeebbce3c2abfdbc98c96dc205f32a79627688ac9a27370ea61a49c", size = 174168, upload-time = "2026-04-02T09:27:49.795Z" },
|
|
316
|
+
{ url = "https://files.pythonhosted.org/packages/de/32/d92444ad05c7a6e41fb2036749777c163baf7a0301a040cb672d6b2b1ae9/charset_normalizer-3.4.7-cp314-cp314t-win_arm64.whl", hash = "sha256:c35abb8bfff0185efac5878da64c45dafd2b37fb0383add1be155a763c1f083d", size = 153018, upload-time = "2026-04-02T09:27:51.116Z" },
|
|
317
|
+
{ url = "https://files.pythonhosted.org/packages/db/8f/61959034484a4a7c527811f4721e75d02d653a35afb0b6054474d8185d4c/charset_normalizer-3.4.7-py3-none-any.whl", hash = "sha256:3dce51d0f5e7951f8bb4900c257dad282f49190fdbebecd4ba99bcc41fef404d", size = 61958, upload-time = "2026-04-02T09:28:37.794Z" },
|
|
318
|
+
]
|
|
319
|
+
|
|
206
320
|
[[package]]
|
|
207
321
|
name = "click"
|
|
208
322
|
version = "8.4.2"
|
|
@@ -299,6 +413,15 @@ wheels = [
|
|
|
299
413
|
{ url = "https://files.pythonhosted.org/packages/a7/5f/ed01f9a3cdffbd5a008556fc7b2a08ddb1cc6ace7effa7340604b1d16699/docstring_parser-0.18.0-py3-none-any.whl", hash = "sha256:b3fcbed555c47d8479be0796ef7e19c2670d428d72e96da63f3a40122860374b", size = 22484, upload-time = "2026-04-14T04:09:18.638Z" },
|
|
300
414
|
]
|
|
301
415
|
|
|
416
|
+
[[package]]
|
|
417
|
+
name = "docutils"
|
|
418
|
+
version = "0.23"
|
|
419
|
+
source = { registry = "https://pypi.org/simple" }
|
|
420
|
+
sdist = { url = "https://files.pythonhosted.org/packages/39/a4/5180d9afc57e8fca05601dd652bdff19604c218814037fe90ffc7625a50a/docutils-0.23.tar.gz", hash = "sha256:746f5060322511280a1e50eb76846ed6bf2342984b2ac04dc42caa1a8d78799e", size = 2303823, upload-time = "2026-05-27T17:41:06.934Z" }
|
|
421
|
+
wheels = [
|
|
422
|
+
{ url = "https://files.pythonhosted.org/packages/32/91/30151a39f7570f448ed84529390628a651d7f27c87d73c9b887f8189695e/docutils-0.23-py3-none-any.whl", hash = "sha256:25d013af9bf23bc1c7b2b093dff4208166c53a94786c9e447808335ef1185fea", size = 634701, upload-time = "2026-05-27T17:40:58.442Z" },
|
|
423
|
+
]
|
|
424
|
+
|
|
302
425
|
[[package]]
|
|
303
426
|
name = "exceptiongroup"
|
|
304
427
|
version = "1.3.1"
|
|
@@ -357,6 +480,18 @@ wheels = [
|
|
|
357
480
|
{ url = "https://files.pythonhosted.org/packages/d2/fd/6668e5aec43ab844de6fc74927e155a3b37bf40d7c3790e49fc0406b6578/httpx_sse-0.4.3-py3-none-any.whl", hash = "sha256:0ac1c9fe3c0afad2e0ebb25a934a59f4c7823b60792691f779fad2c5568830fc", size = 8960, upload-time = "2025-10-10T21:48:21.158Z" },
|
|
358
481
|
]
|
|
359
482
|
|
|
483
|
+
[[package]]
|
|
484
|
+
name = "id"
|
|
485
|
+
version = "1.6.1"
|
|
486
|
+
source = { registry = "https://pypi.org/simple" }
|
|
487
|
+
dependencies = [
|
|
488
|
+
{ name = "urllib3" },
|
|
489
|
+
]
|
|
490
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6d/04/c2156091427636080787aac190019dc64096e56a23b7364d3c1764ee3a06/id-1.6.1.tar.gz", hash = "sha256:d0732d624fb46fd4e7bc4e5152f00214450953b9e772c182c1c22964def1a069", size = 18088, upload-time = "2026-02-04T16:19:41.26Z" }
|
|
491
|
+
wheels = [
|
|
492
|
+
{ url = "https://files.pythonhosted.org/packages/42/77/de194443bf38daed9452139e960c632b0ef9f9a5dd9ce605fdf18ca9f1b1/id-1.6.1-py3-none-any.whl", hash = "sha256:f5ec41ed2629a508f5d0988eda142e190c9c6da971100612c4de9ad9f9b237ca", size = 14689, upload-time = "2026-02-04T16:19:40.051Z" },
|
|
493
|
+
]
|
|
494
|
+
|
|
360
495
|
[[package]]
|
|
361
496
|
name = "idna"
|
|
362
497
|
version = "3.18"
|
|
@@ -366,6 +501,18 @@ wheels = [
|
|
|
366
501
|
{ url = "https://files.pythonhosted.org/packages/1e/5e/d4e9f1a599fb8e573b7b87160658329fbf28d19eac2718f51fc3def3aa5a/idna-3.18-py3-none-any.whl", hash = "sha256:7f952cbe720b688055e3f87de14f5c3e5fdaa8bc3928985c4077ca689de849a2", size = 65455, upload-time = "2026-06-02T14:34:06.319Z" },
|
|
367
502
|
]
|
|
368
503
|
|
|
504
|
+
[[package]]
|
|
505
|
+
name = "importlib-metadata"
|
|
506
|
+
version = "9.0.0"
|
|
507
|
+
source = { registry = "https://pypi.org/simple" }
|
|
508
|
+
dependencies = [
|
|
509
|
+
{ name = "zipp", marker = "python_full_version < '3.14'" },
|
|
510
|
+
]
|
|
511
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a9/01/15bb152d77b21318514a96f43af312635eb2500c96b55398d020c93d86ea/importlib_metadata-9.0.0.tar.gz", hash = "sha256:a4f57ab599e6a2e3016d7595cfd72eb4661a5106e787a95bcc90c7105b831efc", size = 56405, upload-time = "2026-03-20T06:42:56.999Z" }
|
|
512
|
+
wheels = [
|
|
513
|
+
{ url = "https://files.pythonhosted.org/packages/38/3d/2d244233ac4f76e38533cfcb2991c9eb4c7bf688ae0a036d30725b8faafe/importlib_metadata-9.0.0-py3-none-any.whl", hash = "sha256:2d21d1cc5a017bd0559e36150c21c830ab1dc304dedd1b7ea85d20f45ef3edd7", size = 27789, upload-time = "2026-03-20T06:42:55.665Z" },
|
|
514
|
+
]
|
|
515
|
+
|
|
369
516
|
[[package]]
|
|
370
517
|
name = "iniconfig"
|
|
371
518
|
version = "2.3.0"
|
|
@@ -375,6 +522,51 @@ wheels = [
|
|
|
375
522
|
{ url = "https://files.pythonhosted.org/packages/cb/b1/3846dd7f199d53cb17f49cba7e651e9ce294d8497c8c150530ed11865bb8/iniconfig-2.3.0-py3-none-any.whl", hash = "sha256:f631c04d2c48c52b84d0d0549c99ff3859c98df65b3101406327ecc7d53fbf12", size = 7484, upload-time = "2025-10-18T21:55:41.639Z" },
|
|
376
523
|
]
|
|
377
524
|
|
|
525
|
+
[[package]]
|
|
526
|
+
name = "jaraco-classes"
|
|
527
|
+
version = "3.4.0"
|
|
528
|
+
source = { registry = "https://pypi.org/simple" }
|
|
529
|
+
dependencies = [
|
|
530
|
+
{ name = "more-itertools" },
|
|
531
|
+
]
|
|
532
|
+
sdist = { url = "https://files.pythonhosted.org/packages/06/c0/ed4a27bc5571b99e3cff68f8a9fa5b56ff7df1c2251cc715a652ddd26402/jaraco.classes-3.4.0.tar.gz", hash = "sha256:47a024b51d0239c0dd8c8540c6c7f484be3b8fcf0b2d85c13825780d3b3f3acd", size = 11780, upload-time = "2024-03-31T07:27:36.643Z" }
|
|
533
|
+
wheels = [
|
|
534
|
+
{ url = "https://files.pythonhosted.org/packages/7f/66/b15ce62552d84bbfcec9a4873ab79d993a1dd4edb922cbfccae192bd5b5f/jaraco.classes-3.4.0-py3-none-any.whl", hash = "sha256:f662826b6bed8cace05e7ff873ce0f9283b5c924470fe664fff1c2f00f581790", size = 6777, upload-time = "2024-03-31T07:27:34.792Z" },
|
|
535
|
+
]
|
|
536
|
+
|
|
537
|
+
[[package]]
|
|
538
|
+
name = "jaraco-context"
|
|
539
|
+
version = "6.1.2"
|
|
540
|
+
source = { registry = "https://pypi.org/simple" }
|
|
541
|
+
dependencies = [
|
|
542
|
+
{ name = "backports-tarfile", marker = "python_full_version < '3.12'" },
|
|
543
|
+
]
|
|
544
|
+
sdist = { url = "https://files.pythonhosted.org/packages/af/50/4763cd07e722bb6285316d390a164bc7e479db9d90daa769f22578f698b4/jaraco_context-6.1.2.tar.gz", hash = "sha256:f1a6c9d391e661cc5b8d39861ff077a7dc24dc23833ccee564b234b81c82dfe3", size = 16801, upload-time = "2026-03-20T22:13:33.922Z" }
|
|
545
|
+
wheels = [
|
|
546
|
+
{ url = "https://files.pythonhosted.org/packages/f2/58/bc8954bda5fcda97bd7c19be11b85f91973d67a706ed4a3aec33e7de22db/jaraco_context-6.1.2-py3-none-any.whl", hash = "sha256:bf8150b79a2d5d91ae48629d8b427a8f7ba0e1097dd6202a9059f29a36379535", size = 7871, upload-time = "2026-03-20T22:13:32.808Z" },
|
|
547
|
+
]
|
|
548
|
+
|
|
549
|
+
[[package]]
|
|
550
|
+
name = "jaraco-functools"
|
|
551
|
+
version = "4.5.0"
|
|
552
|
+
source = { registry = "https://pypi.org/simple" }
|
|
553
|
+
dependencies = [
|
|
554
|
+
{ name = "more-itertools" },
|
|
555
|
+
]
|
|
556
|
+
sdist = { url = "https://files.pythonhosted.org/packages/36/cf/ea4ef2920830dea3f5ab2ea4da6fb67724e6dca80ee2553788c3607243d0/jaraco_functools-4.5.0.tar.gz", hash = "sha256:3bb5665ea4a020cf78a7040e89154c77edadb3ca74f366479669c5999aa70b03", size = 20272, upload-time = "2026-05-15T21:34:10.025Z" }
|
|
557
|
+
wheels = [
|
|
558
|
+
{ url = "https://files.pythonhosted.org/packages/96/9a/982e48afcffcd727a9144506720ffd4224b6b7e355c98641866f38b7c043/jaraco_functools-4.5.0-py3-none-any.whl", hash = "sha256:79ce39246eddbde4b3a03b77ea5f0f7878dc669b166a66cf3fa8e266aa3fa2f4", size = 10594, upload-time = "2026-05-15T21:34:08.595Z" },
|
|
559
|
+
]
|
|
560
|
+
|
|
561
|
+
[[package]]
|
|
562
|
+
name = "jeepney"
|
|
563
|
+
version = "0.9.0"
|
|
564
|
+
source = { registry = "https://pypi.org/simple" }
|
|
565
|
+
sdist = { url = "https://files.pythonhosted.org/packages/7b/6f/357efd7602486741aa73ffc0617fb310a29b588ed0fd69c2399acbb85b0c/jeepney-0.9.0.tar.gz", hash = "sha256:cf0e9e845622b81e4a28df94c40345400256ec608d0e55bb8a3feaa9163f5732", size = 106758, upload-time = "2025-02-27T18:51:01.684Z" }
|
|
566
|
+
wheels = [
|
|
567
|
+
{ url = "https://files.pythonhosted.org/packages/b2/a3/e137168c9c44d18eff0376253da9f1e9234d0239e0ee230d2fee6cea8e55/jeepney-0.9.0-py3-none-any.whl", hash = "sha256:97e5714520c16fc0a45695e5365a2e11b81ea79bba796e26f9f1d178cb182683", size = 49010, upload-time = "2025-02-27T18:51:00.104Z" },
|
|
568
|
+
]
|
|
569
|
+
|
|
378
570
|
[[package]]
|
|
379
571
|
name = "jiter"
|
|
380
572
|
version = "0.16.0"
|
|
@@ -502,6 +694,24 @@ wheels = [
|
|
|
502
694
|
{ url = "https://files.pythonhosted.org/packages/41/45/1a4ed80516f02155c51f51e8cedb3c1902296743db0bbc66608a0db2814f/jsonschema_specifications-2025.9.1-py3-none-any.whl", hash = "sha256:98802fee3a11ee76ecaca44429fda8a41bff98b00a0f2838151b113f210cc6fe", size = 18437, upload-time = "2025-09-08T01:34:57.871Z" },
|
|
503
695
|
]
|
|
504
696
|
|
|
697
|
+
[[package]]
|
|
698
|
+
name = "keyring"
|
|
699
|
+
version = "25.7.0"
|
|
700
|
+
source = { registry = "https://pypi.org/simple" }
|
|
701
|
+
dependencies = [
|
|
702
|
+
{ name = "importlib-metadata", marker = "python_full_version < '3.12'" },
|
|
703
|
+
{ name = "jaraco-classes" },
|
|
704
|
+
{ name = "jaraco-context" },
|
|
705
|
+
{ name = "jaraco-functools" },
|
|
706
|
+
{ name = "jeepney", marker = "sys_platform == 'linux'" },
|
|
707
|
+
{ name = "pywin32-ctypes", marker = "sys_platform == 'win32'" },
|
|
708
|
+
{ name = "secretstorage", marker = "sys_platform == 'linux'" },
|
|
709
|
+
]
|
|
710
|
+
sdist = { url = "https://files.pythonhosted.org/packages/43/4b/674af6ef2f97d56f0ab5153bf0bfa28ccb6c3ed4d1babf4305449668807b/keyring-25.7.0.tar.gz", hash = "sha256:fe01bd85eb3f8fb3dd0405defdeac9a5b4f6f0439edbb3149577f244a2e8245b", size = 63516, upload-time = "2025-11-16T16:26:09.482Z" }
|
|
711
|
+
wheels = [
|
|
712
|
+
{ url = "https://files.pythonhosted.org/packages/81/db/e655086b7f3a705df045bf0933bdd9c2f79bb3c97bfef1384598bb79a217/keyring-25.7.0-py3-none-any.whl", hash = "sha256:be4a0b195f149690c166e850609a477c532ddbfbaed96a404d4e43f8d5e2689f", size = 39160, upload-time = "2025-11-16T16:26:08.402Z" },
|
|
713
|
+
]
|
|
714
|
+
|
|
505
715
|
[[package]]
|
|
506
716
|
name = "librt"
|
|
507
717
|
version = "0.12.0"
|
|
@@ -589,6 +799,18 @@ wheels = [
|
|
|
589
799
|
{ url = "https://files.pythonhosted.org/packages/06/e6/42a475bfca683b0cd5366f6dd06580062b7e567bb8534d225c877c2f14f3/librt-0.12.0-cp314-cp314t-win_arm64.whl", hash = "sha256:bca1472acbd473eff61059b4409f802c5a1bcb4cd0344d06f939df9c4c125d40", size = 104282, upload-time = "2026-06-30T16:14:09.29Z" },
|
|
590
800
|
]
|
|
591
801
|
|
|
802
|
+
[[package]]
|
|
803
|
+
name = "markdown-it-py"
|
|
804
|
+
version = "4.2.0"
|
|
805
|
+
source = { registry = "https://pypi.org/simple" }
|
|
806
|
+
dependencies = [
|
|
807
|
+
{ name = "mdurl" },
|
|
808
|
+
]
|
|
809
|
+
sdist = { url = "https://files.pythonhosted.org/packages/06/ff/7841249c247aa650a76b9ee4bbaeae59370dc8bfd2f6c01f3630c35eb134/markdown_it_py-4.2.0.tar.gz", hash = "sha256:04a21681d6fbb623de53f6f364d352309d4094dd4194040a10fd51833e418d49", size = 82454, upload-time = "2026-05-07T12:08:28.36Z" }
|
|
810
|
+
wheels = [
|
|
811
|
+
{ url = "https://files.pythonhosted.org/packages/b3/81/4da04ced5a082363ecfa159c010d200ecbd959ae410c10c0264a38cac0f5/markdown_it_py-4.2.0-py3-none-any.whl", hash = "sha256:9f7ebbcd14fe59494226453aed97c1070d83f8d24b6fc3a3bcf9a38092641c4a", size = 91687, upload-time = "2026-05-07T12:08:27.182Z" },
|
|
812
|
+
]
|
|
813
|
+
|
|
592
814
|
[[package]]
|
|
593
815
|
name = "mcp"
|
|
594
816
|
version = "1.28.1"
|
|
@@ -614,6 +836,24 @@ wheels = [
|
|
|
614
836
|
{ url = "https://files.pythonhosted.org/packages/e2/5e/d118fce19f87a2e7d8101c35c8ae0ec289098a4df0ff244cec23e415aca0/mcp-1.28.1-py3-none-any.whl", hash = "sha256:2726bca5e7193f61c5dde8b12500a6de2d9acf6d1a1c0be9e8c2e706437991df", size = 222620, upload-time = "2026-06-26T12:57:27.218Z" },
|
|
615
837
|
]
|
|
616
838
|
|
|
839
|
+
[[package]]
|
|
840
|
+
name = "mdurl"
|
|
841
|
+
version = "0.1.2"
|
|
842
|
+
source = { registry = "https://pypi.org/simple" }
|
|
843
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d6/54/cfe61301667036ec958cb99bd3efefba235e65cdeb9c84d24a8293ba1d90/mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba", size = 8729, upload-time = "2022-08-14T12:40:10.846Z" }
|
|
844
|
+
wheels = [
|
|
845
|
+
{ url = "https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8", size = 9979, upload-time = "2022-08-14T12:40:09.779Z" },
|
|
846
|
+
]
|
|
847
|
+
|
|
848
|
+
[[package]]
|
|
849
|
+
name = "more-itertools"
|
|
850
|
+
version = "11.1.0"
|
|
851
|
+
source = { registry = "https://pypi.org/simple" }
|
|
852
|
+
sdist = { url = "https://files.pythonhosted.org/packages/de/1d/f4da6f02cdffe04d6362210b807146a26044c88d839208aec273bb0d9184/more_itertools-11.1.0.tar.gz", hash = "sha256:48e8f4d9e7e5878571ecf6f2b4e57634f93cd474cc8cfbd2376f2d11b396e30d", size = 145772, upload-time = "2026-05-22T14:14:29.909Z" }
|
|
853
|
+
wheels = [
|
|
854
|
+
{ url = "https://files.pythonhosted.org/packages/e8/3d/1087453384dbde46a8c7f9356eead2c58be8a7bf156bca40243377c85715/more_itertools-11.1.0-py3-none-any.whl", hash = "sha256:4b65538ae22f6fed0ce4874efd317463a7489796a0939fa66824dd542125a192", size = 72226, upload-time = "2026-05-22T14:14:28.824Z" },
|
|
855
|
+
]
|
|
856
|
+
|
|
617
857
|
[[package]]
|
|
618
858
|
name = "mypy"
|
|
619
859
|
version = "2.1.0"
|
|
@@ -682,6 +922,40 @@ wheels = [
|
|
|
682
922
|
{ url = "https://files.pythonhosted.org/packages/79/7b/2c79738432f5c924bef5071f933bcc9efd0473bac3b4aa584a6f7c1c8df8/mypy_extensions-1.1.0-py3-none-any.whl", hash = "sha256:1be4cccdb0f2482337c4743e60421de3a356cd97508abadd57d47403e94f5505", size = 4963, upload-time = "2025-04-22T14:54:22.983Z" },
|
|
683
923
|
]
|
|
684
924
|
|
|
925
|
+
[[package]]
|
|
926
|
+
name = "nh3"
|
|
927
|
+
version = "0.3.6"
|
|
928
|
+
source = { registry = "https://pypi.org/simple" }
|
|
929
|
+
sdist = { url = "https://files.pythonhosted.org/packages/5e/1b/ef84624f14954d270f74060a19fc550dd4f06656399447569afb584d8c06/nh3-0.3.6.tar.gz", hash = "sha256:f3736c9dd3d1856f80cd031715b84ca75cda2bbb1ac802c3da26bfce590838d7", size = 24684, upload-time = "2026-06-22T00:47:02.008Z" }
|
|
930
|
+
wheels = [
|
|
931
|
+
{ url = "https://files.pythonhosted.org/packages/99/3e/6506aa4f23dc7b7993a2d0a45dca3ce864ec48380adfe15a173e643c63e8/nh3-0.3.6-cp314-cp314t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:2411e8c3cee81a1ddd62c2a5d50585c28aa5566d373ad1db92536b95ddb24ef2", size = 1421679, upload-time = "2026-06-22T00:46:20.248Z" },
|
|
932
|
+
{ url = "https://files.pythonhosted.org/packages/e3/e1/e96e7864a7a53bd6b6fab7e9632467382a2a2c1f3fed951918ad131542fb/nh3-0.3.6-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e196fa70c2ff2eb4de7d3df3108f8f358c1d69dff20d45b11f20a5aa227ffb6d", size = 792570, upload-time = "2026-06-22T00:46:22.179Z" },
|
|
933
|
+
{ url = "https://files.pythonhosted.org/packages/59/62/5b6108bedaef2b2637fed04c87bdbcb5967b9961758b41f0e466ef22a022/nh3-0.3.6-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:34d2b0d934156b87ee114f599a3ba9b8b9e17b5d79652ba3a13fa50903de965e", size = 842243, upload-time = "2026-06-22T00:46:23.801Z" },
|
|
934
|
+
{ url = "https://files.pythonhosted.org/packages/4b/4a/526f199626bfcb496bc01a268051b44737962005553b158e985ed7e64865/nh3-0.3.6-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:f2f14b7ae1fca99c4a66c981aac3974e7fbc1ca30a12673d223ae1df76680917", size = 1001468, upload-time = "2026-06-22T00:46:25.481Z" },
|
|
935
|
+
{ url = "https://files.pythonhosted.org/packages/49/09/0d8e3101636d9ad88cdefb2914e764cb8e876ebdbb4286bfc251277d9c67/nh3-0.3.6-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:889932a97fb4abb6f95fef1914c0d269ebfb60011e67121c1163059b9449dbb4", size = 1082933, upload-time = "2026-06-22T00:46:27.15Z" },
|
|
936
|
+
{ url = "https://files.pythonhosted.org/packages/09/a1/ea83abe738a3fbaa203dfdb836ca7cbab0e7e9609faaee4fe1d4652599c0/nh3-0.3.6-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:edb2b4a1a27523e6cc7c417f8d21ce3d005243548b93e56b762b66b0c7f589f9", size = 1043120, upload-time = "2026-06-22T00:46:28.89Z" },
|
|
937
|
+
{ url = "https://files.pythonhosted.org/packages/66/69/0654482b8635012fbae67826bd6c381abb05d841ac7388b9b4666300fdad/nh3-0.3.6-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:43bc1ed3fa0716295fabee29ba42b2667e4a51d140b0a68e092170a765474fa6", size = 1023824, upload-time = "2026-06-22T00:46:30.453Z" },
|
|
938
|
+
{ url = "https://files.pythonhosted.org/packages/ed/a6/1f7285ffadc8307c4dbeb08d21b920536d5117785056d1079e998c4dfa44/nh3-0.3.6-cp314-cp314t-win32.whl", hash = "sha256:597a8e843bea00b2eb5520658dc24a9bb032e7fc9e7c2c0c4cd29420220c9796", size = 599253, upload-time = "2026-06-22T00:46:32.072Z" },
|
|
939
|
+
{ url = "https://files.pythonhosted.org/packages/36/ea/5542f3c45da4c00290d9d67a65e996702e23e613c4b627de3e09cb9fe357/nh3-0.3.6-cp314-cp314t-win_amd64.whl", hash = "sha256:4713502748f564fee0633b37b3403783ce0a3af3a3d148ad91025a5bdadb7bc6", size = 612553, upload-time = "2026-06-22T00:46:33.53Z" },
|
|
940
|
+
{ url = "https://files.pythonhosted.org/packages/66/35/26bd47e6af5915a628281dccdac354ddf4e32f7397047894270acd8c9870/nh3-0.3.6-cp314-cp314t-win_arm64.whl", hash = "sha256:69bbb92865a693d909db3a700d3c01537533844d0948c1e9323561ce06ecda41", size = 595151, upload-time = "2026-06-22T00:46:34.878Z" },
|
|
941
|
+
{ url = "https://files.pythonhosted.org/packages/f3/ab/a7653bce9a3b204be6a6931767a9e23595807bb84790ce6685e4d7e5bd08/nh3-0.3.6-cp38-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:a43ebd7543555c3ac1bc353023d0794e75cb76f6f18f19c32e95441496c0cc25", size = 1443564, upload-time = "2026-06-22T00:46:36.66Z" },
|
|
942
|
+
{ url = "https://files.pythonhosted.org/packages/41/21/e1084ab18eb589506335c7c7576f2d4643e9a0c0e33983ef0e549a256b96/nh3-0.3.6-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e1b160831c9cdb06a6c79c2f9cdb11386602938f9af260d1c457a85add4f6f69", size = 838002, upload-time = "2026-06-22T00:46:38.101Z" },
|
|
943
|
+
{ url = "https://files.pythonhosted.org/packages/b0/94/f48d08e6f72a406300fa11d8acd929fea1a80d4bf750fa292cb10785f126/nh3-0.3.6-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d14bf7982e7a77c0c775634c29c07ce08b38a046df73e1c1f139b3e82f18a38e", size = 823045, upload-time = "2026-06-22T00:46:39.495Z" },
|
|
944
|
+
{ url = "https://files.pythonhosted.org/packages/25/bb/431615ba1d1d3eb63cde0f974f2114edf863a8a3f6049a12fed23fc241d3/nh3-0.3.6-cp38-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:44673b27010051ab5a5e438a86ec31bbda61d4a77d7e900af6b7be3037c1abae", size = 1093171, upload-time = "2026-06-22T00:46:41.21Z" },
|
|
945
|
+
{ url = "https://files.pythonhosted.org/packages/0e/24/a0d80182a18919665fefd19c1c06f1d1df1c9a6455d0252de40c034a0bc3/nh3-0.3.6-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e6b7beece07525dc6e6b0fc2f104442de2ba328360ad00e50cbe2e1fd620447d", size = 1049217, upload-time = "2026-06-22T00:46:42.804Z" },
|
|
946
|
+
{ url = "https://files.pythonhosted.org/packages/0a/13/6f1e302ca674ac74362e150848ad56a1be5145391204f74facdb8e94df12/nh3-0.3.6-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:455469a29951edc92bc48b47ac2281c3f2609e6c4f6a047056449f8c2c23facf", size = 917372, upload-time = "2026-06-22T00:46:44.495Z" },
|
|
947
|
+
{ url = "https://files.pythonhosted.org/packages/5b/67/314f6151bad77a93d751978a344033e1fc890822f05f0416079338e34231/nh3-0.3.6-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:905f877dc66dd7aea4a76e54bcb26acb5ff8216f720c0017ccf63e0e6035698e", size = 806699, upload-time = "2026-06-22T00:46:45.99Z" },
|
|
948
|
+
{ url = "https://files.pythonhosted.org/packages/3c/a6/bfaa00046e58603507dcfc266c4778e3ab7adf68a5dedd73b6274b8d9314/nh3-0.3.6-cp38-abi3-manylinux_2_31_riscv64.whl", hash = "sha256:25c733bee928530556b1db0ea46c52cf5aa686146e38e60a6fc7cb801ef91cec", size = 835165, upload-time = "2026-06-22T00:46:47.617Z" },
|
|
949
|
+
{ url = "https://files.pythonhosted.org/packages/30/a8/fb2c38845efb703a9173bffdfc745fc64d2b0e55cfc73a3647d2f028250c/nh3-0.3.6-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2f90d9a0cfdbee218994fdaaeeb5a0fde62d08f35e4eef0378ec1e2200172fd0", size = 858282, upload-time = "2026-06-22T00:46:49.276Z" },
|
|
950
|
+
{ url = "https://files.pythonhosted.org/packages/68/17/06e72a18ee9b572914447338237ca7eb164c0df901f141bc10d1282247a2/nh3-0.3.6-cp38-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:82ca5bf427ad1b216b65ede1a2e2d87dc49bec417ceba0f297213107d3cd9d78", size = 1014328, upload-time = "2026-06-22T00:46:51.026Z" },
|
|
951
|
+
{ url = "https://files.pythonhosted.org/packages/11/f9/3966c61455668c08853bf5e33b4bed93c421f3194ce4de896dc248d6f6ce/nh3-0.3.6-cp38-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:f5ed5fe84aee7f39db95c214a7421bf0499fbf500fec6d86a4e29bfc37971438", size = 1098207, upload-time = "2026-06-22T00:46:52.674Z" },
|
|
952
|
+
{ url = "https://files.pythonhosted.org/packages/19/d3/479cb4ae440424825735d60525b53e3c77fd60fd6e6afc0e984f00eb0178/nh3-0.3.6-cp38-abi3-musllinux_1_2_i686.whl", hash = "sha256:082675ff87b9385ec430ffe6d5847ba7456cc39b73720cd4add472f9f4cffd56", size = 1056961, upload-time = "2026-06-22T00:46:54.335Z" },
|
|
953
|
+
{ url = "https://files.pythonhosted.org/packages/17/0c/6cdb5ee1e127be50dc8391e54bddc1f64e87bf4bfad0c55633320e2e02db/nh3-0.3.6-cp38-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:36d06341bd501240d320f5942481ed5e6846136b666e1ba4faf802b78ebc875f", size = 1033829, upload-time = "2026-06-22T00:46:56.258Z" },
|
|
954
|
+
{ url = "https://files.pythonhosted.org/packages/e9/55/9de666ad975d6ccd77d799ea0add55ee2347aa81286ce21b2a97c070746b/nh3-0.3.6-cp38-abi3-win32.whl", hash = "sha256:5276ef17bdba9ad8040575c74072008b13aae429436e9d0429e718bb5f90f4da", size = 609081, upload-time = "2026-06-22T00:46:57.665Z" },
|
|
955
|
+
{ url = "https://files.pythonhosted.org/packages/82/fa/2b5d684e3edf1e81bfd02d298c78c3e3da77ca1d8a2be3183a79544a7548/nh3-0.3.6-cp38-abi3-win_amd64.whl", hash = "sha256:f338ac7d594c067679f1e99b4f5ec3906842979560f9d8f15d6bdfa39a353b10", size = 624461, upload-time = "2026-06-22T00:46:59.163Z" },
|
|
956
|
+
{ url = "https://files.pythonhosted.org/packages/7b/e5/7cafee2f0413ca4cb0ef3bd111e94d408a48810008b283ad8aee00dd1809/nh3-0.3.6-cp38-abi3-win_arm64.whl", hash = "sha256:69f365963f63a1e9bff53bdbb3c542c7c2efed3e163c9d5d83a772a2ac468c21", size = 603060, upload-time = "2026-06-22T00:47:00.596Z" },
|
|
957
|
+
]
|
|
958
|
+
|
|
685
959
|
[[package]]
|
|
686
960
|
name = "openai"
|
|
687
961
|
version = "2.44.0"
|
|
@@ -721,7 +995,7 @@ wheels = [
|
|
|
721
995
|
|
|
722
996
|
[[package]]
|
|
723
997
|
name = "petfishframework"
|
|
724
|
-
version = "0.1.
|
|
998
|
+
version = "0.1.1"
|
|
725
999
|
source = { editable = "." }
|
|
726
1000
|
|
|
727
1001
|
[package.optional-dependencies]
|
|
@@ -742,6 +1016,7 @@ dev = [
|
|
|
742
1016
|
{ name = "pytest-asyncio" },
|
|
743
1017
|
{ name = "python-dotenv" },
|
|
744
1018
|
{ name = "ruff" },
|
|
1019
|
+
{ name = "twine" },
|
|
745
1020
|
]
|
|
746
1021
|
|
|
747
1022
|
[package.metadata]
|
|
@@ -759,6 +1034,7 @@ dev = [
|
|
|
759
1034
|
{ name = "pytest-asyncio", specifier = ">=1.4.0" },
|
|
760
1035
|
{ name = "python-dotenv", specifier = ">=1.2.2" },
|
|
761
1036
|
{ name = "ruff", specifier = ">=0.15.20" },
|
|
1037
|
+
{ name = "twine", specifier = ">=6.2.0" },
|
|
762
1038
|
]
|
|
763
1039
|
|
|
764
1040
|
[[package]]
|
|
@@ -1025,6 +1301,29 @@ wheels = [
|
|
|
1025
1301
|
{ url = "https://files.pythonhosted.org/packages/23/ed/4532e9388e65fa16b46776ef47ad631a64eda1631884488af707666350ed/pywin32-312-cp315-cp315-win_arm64.whl", hash = "sha256:a8597d28f267b39074aef51fa593530082b39cbe5a074226096857b1fed2dfb9", size = 6840337, upload-time = "2026-06-04T07:49:57.531Z" },
|
|
1026
1302
|
]
|
|
1027
1303
|
|
|
1304
|
+
[[package]]
|
|
1305
|
+
name = "pywin32-ctypes"
|
|
1306
|
+
version = "0.2.3"
|
|
1307
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1308
|
+
sdist = { url = "https://files.pythonhosted.org/packages/85/9f/01a1a99704853cb63f253eea009390c88e7131c67e66a0a02099a8c917cb/pywin32-ctypes-0.2.3.tar.gz", hash = "sha256:d162dc04946d704503b2edc4d55f3dba5c1d539ead017afa00142c38b9885755", size = 29471, upload-time = "2024-08-14T10:15:34.626Z" }
|
|
1309
|
+
wheels = [
|
|
1310
|
+
{ url = "https://files.pythonhosted.org/packages/de/3d/8161f7711c017e01ac9f008dfddd9410dff3674334c233bde66e7ba65bbf/pywin32_ctypes-0.2.3-py3-none-any.whl", hash = "sha256:8a1513379d709975552d202d942d9837758905c8d01eb82b8bcc30918929e7b8", size = 30756, upload-time = "2024-08-14T10:15:33.187Z" },
|
|
1311
|
+
]
|
|
1312
|
+
|
|
1313
|
+
[[package]]
|
|
1314
|
+
name = "readme-renderer"
|
|
1315
|
+
version = "45.0"
|
|
1316
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1317
|
+
dependencies = [
|
|
1318
|
+
{ name = "docutils" },
|
|
1319
|
+
{ name = "nh3" },
|
|
1320
|
+
{ name = "pygments" },
|
|
1321
|
+
]
|
|
1322
|
+
sdist = { url = "https://files.pythonhosted.org/packages/02/51/d3a6ea424652c60f05600d8c2e01a55c913755e7cdad64afabbd1aa16f44/readme_renderer-45.0.tar.gz", hash = "sha256:030a8fac74904f8fba11ad1bb6964e3f76e896dc7e5e71f16af190c9056696d1", size = 36172, upload-time = "2026-06-09T21:05:17.37Z" }
|
|
1323
|
+
wheels = [
|
|
1324
|
+
{ url = "https://files.pythonhosted.org/packages/97/1b/295bf2fa3e740131778065e5ffa2c481f0e7210182d408e9a2c244ff5b0c/readme_renderer-45.0-py3-none-any.whl", hash = "sha256:3385ed220117104a2bceb4a9dac8c5fdf6d1f96890d7ea2a9c7174fd5c84091f", size = 14134, upload-time = "2026-06-09T21:05:15.85Z" },
|
|
1325
|
+
]
|
|
1326
|
+
|
|
1028
1327
|
[[package]]
|
|
1029
1328
|
name = "referencing"
|
|
1030
1329
|
version = "0.37.0"
|
|
@@ -1040,6 +1339,55 @@ wheels = [
|
|
|
1040
1339
|
{ url = "https://files.pythonhosted.org/packages/2c/58/ca301544e1fa93ed4f80d724bf5b194f6e4b945841c5bfd555878eea9fcb/referencing-0.37.0-py3-none-any.whl", hash = "sha256:381329a9f99628c9069361716891d34ad94af76e461dcb0335825aecc7692231", size = 26766, upload-time = "2025-10-13T15:30:47.625Z" },
|
|
1041
1340
|
]
|
|
1042
1341
|
|
|
1342
|
+
[[package]]
|
|
1343
|
+
name = "requests"
|
|
1344
|
+
version = "2.34.2"
|
|
1345
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1346
|
+
dependencies = [
|
|
1347
|
+
{ name = "certifi" },
|
|
1348
|
+
{ name = "charset-normalizer" },
|
|
1349
|
+
{ name = "idna" },
|
|
1350
|
+
{ name = "urllib3" },
|
|
1351
|
+
]
|
|
1352
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ac/c3/e2a2b89f2d3e2179abd6d00ebd70bff6273f37fb3e0cc209f48b39d00cbf/requests-2.34.2.tar.gz", hash = "sha256:f288924cae4e29463698d6d60bc6a4da69c89185ad1e0bcc4104f584e960b9ed", size = 142856, upload-time = "2026-05-14T19:25:27.735Z" }
|
|
1353
|
+
wheels = [
|
|
1354
|
+
{ url = "https://files.pythonhosted.org/packages/a0/f4/c67b0b3f1b9245e8d266f0f112c500d50e5b4e83cb6f3b71b6528104182a/requests-2.34.2-py3-none-any.whl", hash = "sha256:2a0d60c172f83ac6ab31e4554906c0f3b3588d37b5cb939b1c061f4907e278e0", size = 73075, upload-time = "2026-05-14T19:25:26.443Z" },
|
|
1355
|
+
]
|
|
1356
|
+
|
|
1357
|
+
[[package]]
|
|
1358
|
+
name = "requests-toolbelt"
|
|
1359
|
+
version = "1.0.0"
|
|
1360
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1361
|
+
dependencies = [
|
|
1362
|
+
{ name = "requests" },
|
|
1363
|
+
]
|
|
1364
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f3/61/d7545dafb7ac2230c70d38d31cbfe4cc64f7144dc41f6e4e4b78ecd9f5bb/requests-toolbelt-1.0.0.tar.gz", hash = "sha256:7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6", size = 206888, upload-time = "2023-05-01T04:11:33.229Z" }
|
|
1365
|
+
wheels = [
|
|
1366
|
+
{ url = "https://files.pythonhosted.org/packages/3f/51/d4db610ef29373b879047326cbf6fa98b6c1969d6f6dc423279de2b1be2c/requests_toolbelt-1.0.0-py2.py3-none-any.whl", hash = "sha256:cccfdd665f0a24fcf4726e690f65639d272bb0637b9b92dfd91a5568ccf6bd06", size = 54481, upload-time = "2023-05-01T04:11:28.427Z" },
|
|
1367
|
+
]
|
|
1368
|
+
|
|
1369
|
+
[[package]]
|
|
1370
|
+
name = "rfc3986"
|
|
1371
|
+
version = "2.0.0"
|
|
1372
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1373
|
+
sdist = { url = "https://files.pythonhosted.org/packages/85/40/1520d68bfa07ab5a6f065a186815fb6610c86fe957bc065754e47f7b0840/rfc3986-2.0.0.tar.gz", hash = "sha256:97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c", size = 49026, upload-time = "2022-01-10T00:52:30.832Z" }
|
|
1374
|
+
wheels = [
|
|
1375
|
+
{ url = "https://files.pythonhosted.org/packages/ff/9a/9afaade874b2fa6c752c36f1548f718b5b83af81ed9b76628329dab81c1b/rfc3986-2.0.0-py2.py3-none-any.whl", hash = "sha256:50b1502b60e289cb37883f3dfd34532b8873c7de9f49bb546641ce9cbd256ebd", size = 31326, upload-time = "2022-01-10T00:52:29.594Z" },
|
|
1376
|
+
]
|
|
1377
|
+
|
|
1378
|
+
[[package]]
|
|
1379
|
+
name = "rich"
|
|
1380
|
+
version = "15.0.0"
|
|
1381
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1382
|
+
dependencies = [
|
|
1383
|
+
{ name = "markdown-it-py" },
|
|
1384
|
+
{ name = "pygments" },
|
|
1385
|
+
]
|
|
1386
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c0/8f/0722ca900cc807c13a6a0c696dacf35430f72e0ec571c4275d2371fca3e9/rich-15.0.0.tar.gz", hash = "sha256:edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b068c36", size = 230680, upload-time = "2026-04-12T08:24:00.75Z" }
|
|
1387
|
+
wheels = [
|
|
1388
|
+
{ url = "https://files.pythonhosted.org/packages/82/3b/64d4899d73f91ba49a8c18a8ff3f0ea8f1c1d75481760df8c68ef5235bf5/rich-15.0.0-py3-none-any.whl", hash = "sha256:33bd4ef74232fb73fe9279a257718407f169c09b78a87ad3d296f548e27de0bb", size = 310654, upload-time = "2026-04-12T08:24:02.83Z" },
|
|
1389
|
+
]
|
|
1390
|
+
|
|
1043
1391
|
[[package]]
|
|
1044
1392
|
name = "rpds-py"
|
|
1045
1393
|
version = "0.30.0"
|
|
@@ -1321,6 +1669,19 @@ wheels = [
|
|
|
1321
1669
|
{ url = "https://files.pythonhosted.org/packages/d7/2b/9555445e1201d92b3195f45cdb153a0b68f24e0a4273f6e3d5ab46e212bb/ruff-0.15.20-py3-none-win_arm64.whl", hash = "sha256:2f5b2a6d614e8700388806a14996c40fab2c47b819ef57d790a34878858ed9ca", size = 11343498, upload-time = "2026-06-25T17:20:35.03Z" },
|
|
1322
1670
|
]
|
|
1323
1671
|
|
|
1672
|
+
[[package]]
|
|
1673
|
+
name = "secretstorage"
|
|
1674
|
+
version = "3.5.0"
|
|
1675
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1676
|
+
dependencies = [
|
|
1677
|
+
{ name = "cryptography", marker = "python_full_version >= '3.15' or sys_platform != 'win32'" },
|
|
1678
|
+
{ name = "jeepney", marker = "python_full_version >= '3.15' or sys_platform != 'win32'" },
|
|
1679
|
+
]
|
|
1680
|
+
sdist = { url = "https://files.pythonhosted.org/packages/1c/03/e834bcd866f2f8a49a85eaff47340affa3bfa391ee9912a952a1faa68c7b/secretstorage-3.5.0.tar.gz", hash = "sha256:f04b8e4689cbce351744d5537bf6b1329c6fc68f91fa666f60a380edddcd11be", size = 19884, upload-time = "2025-11-23T19:02:53.191Z" }
|
|
1681
|
+
wheels = [
|
|
1682
|
+
{ url = "https://files.pythonhosted.org/packages/b7/46/f5af3402b579fd5e11573ce652019a67074317e18c1935cc0b4ba9b35552/secretstorage-3.5.0-py3-none-any.whl", hash = "sha256:0ce65888c0725fcb2c5bc0fdb8e5438eece02c523557ea40ce0703c266248137", size = 15554, upload-time = "2025-11-23T19:02:51.545Z" },
|
|
1683
|
+
]
|
|
1684
|
+
|
|
1324
1685
|
[[package]]
|
|
1325
1686
|
name = "sniffio"
|
|
1326
1687
|
version = "1.3.1"
|
|
@@ -1422,6 +1783,26 @@ wheels = [
|
|
|
1422
1783
|
{ url = "https://files.pythonhosted.org/packages/d8/8e/bb97bb0c71802080bfc8952937d174e49cfc50de5c951dd47b2496f0dcdb/tqdm-4.68.3-py3-none-any.whl", hash = "sha256:39832cc2def2789a6f29df83f172db7416cea70052c0907a57801c5f2fdccb03", size = 78337, upload-time = "2026-06-17T07:36:50.132Z" },
|
|
1423
1784
|
]
|
|
1424
1785
|
|
|
1786
|
+
[[package]]
|
|
1787
|
+
name = "twine"
|
|
1788
|
+
version = "6.2.0"
|
|
1789
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1790
|
+
dependencies = [
|
|
1791
|
+
{ name = "id" },
|
|
1792
|
+
{ name = "keyring", marker = "platform_machine != 'ppc64le' and platform_machine != 's390x'" },
|
|
1793
|
+
{ name = "packaging" },
|
|
1794
|
+
{ name = "readme-renderer" },
|
|
1795
|
+
{ name = "requests" },
|
|
1796
|
+
{ name = "requests-toolbelt" },
|
|
1797
|
+
{ name = "rfc3986" },
|
|
1798
|
+
{ name = "rich" },
|
|
1799
|
+
{ name = "urllib3" },
|
|
1800
|
+
]
|
|
1801
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e0/a8/949edebe3a82774c1ec34f637f5dd82d1cf22c25e963b7d63771083bbee5/twine-6.2.0.tar.gz", hash = "sha256:e5ed0d2fd70c9959770dce51c8f39c8945c574e18173a7b81802dab51b4b75cf", size = 172262, upload-time = "2025-09-04T15:43:17.255Z" }
|
|
1802
|
+
wheels = [
|
|
1803
|
+
{ url = "https://files.pythonhosted.org/packages/3a/7a/882d99539b19b1490cac5d77c67338d126e4122c8276bf640e411650c830/twine-6.2.0-py3-none-any.whl", hash = "sha256:418ebf08ccda9a8caaebe414433b0ba5e25eb5e4a927667122fbe8f829f985d8", size = 42727, upload-time = "2025-09-04T15:43:15.994Z" },
|
|
1804
|
+
]
|
|
1805
|
+
|
|
1425
1806
|
[[package]]
|
|
1426
1807
|
name = "typing-extensions"
|
|
1427
1808
|
version = "4.16.0"
|
|
@@ -1443,6 +1824,15 @@ wheels = [
|
|
|
1443
1824
|
{ url = "https://files.pythonhosted.org/packages/dc/9b/47798a6c91d8bdb567fe2698fe81e0c6b7cb7ef4d13da4114b41d239f65d/typing_inspection-0.4.2-py3-none-any.whl", hash = "sha256:4ed1cacbdc298c220f1bd249ed5287caa16f34d44ef4e9c3d0cbad5b521545e7", size = 14611, upload-time = "2025-10-01T02:14:40.154Z" },
|
|
1444
1825
|
]
|
|
1445
1826
|
|
|
1827
|
+
[[package]]
|
|
1828
|
+
name = "urllib3"
|
|
1829
|
+
version = "2.7.0"
|
|
1830
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1831
|
+
sdist = { url = "https://files.pythonhosted.org/packages/53/0c/06f8b233b8fd13b9e5ee11424ef85419ba0d8ba0b3138bf360be2ff56953/urllib3-2.7.0.tar.gz", hash = "sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c", size = 433602, upload-time = "2026-05-07T16:13:18.596Z" }
|
|
1832
|
+
wheels = [
|
|
1833
|
+
{ url = "https://files.pythonhosted.org/packages/7f/3e/5db95bcf282c52709639744ca2a8b149baccf648e39c8cc87553df9eae0c/urllib3-2.7.0-py3-none-any.whl", hash = "sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897", size = 131087, upload-time = "2026-05-07T16:13:17.151Z" },
|
|
1834
|
+
]
|
|
1835
|
+
|
|
1446
1836
|
[[package]]
|
|
1447
1837
|
name = "uvicorn"
|
|
1448
1838
|
version = "0.49.0"
|
|
@@ -1456,3 +1846,12 @@ sdist = { url = "https://files.pythonhosted.org/packages/c4/1f/fa18009dea8469069
|
|
|
1456
1846
|
wheels = [
|
|
1457
1847
|
{ url = "https://files.pythonhosted.org/packages/88/fa/e1388bbcf24ef3274f45c0c1c7b501fd14971037c1b6ee23610553307497/uvicorn-0.49.0-py3-none-any.whl", hash = "sha256:ba3d14c3ee7e41c6c654c46c9eb489d33213cdd30aa1696eab1374337c13f68f", size = 71376, upload-time = "2026-06-03T22:01:29.037Z" },
|
|
1458
1848
|
]
|
|
1849
|
+
|
|
1850
|
+
[[package]]
|
|
1851
|
+
name = "zipp"
|
|
1852
|
+
version = "4.1.0"
|
|
1853
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1854
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b9/d8/eab98a517c14134c0b2eb4e2387bc5f457334293ec5d2dd3857ec2966802/zipp-4.1.0.tar.gz", hash = "sha256:4cb57381f544315db7688e976e922a2b18cdb513d21cc194eb42232ba2a3e602", size = 26214, upload-time = "2026-05-18T20:08:57.967Z" }
|
|
1855
|
+
wheels = [
|
|
1856
|
+
{ url = "https://files.pythonhosted.org/packages/3a/13/547360d81e6d88d58492968ffda9f9542854f11310ee556fef14260cc886/zipp-4.1.0-py3-none-any.whl", hash = "sha256:25ad4e16390cd314347dd8f1de67a2ac538ae658ed4ab9db16029c07c188e97f", size = 10238, upload-time = "2026-05-18T20:08:57.045Z" },
|
|
1857
|
+
]
|
|
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
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/docs/research/competitor-analysis/README.md
RENAMED
|
File without changes
|
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/docs/research/competitor-analysis/market-brief.md
RENAMED
|
File without changes
|
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/docs/research/competitor-analysis/swot-analysis.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/docs/research/literature-review/search-strategy.md
RENAMED
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/docs/research/reference-repos-absorption.md
RENAMED
|
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
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/mcp/stdio_transport.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/observability/__init__.py
RENAMED
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/observability/sinks.py
RENAMED
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/permissions/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/reasoning/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/reasoning/llm_plus_p.py
RENAMED
|
File without changes
|
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/reliability/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/reliability/cost_report.py
RENAMED
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/reliability/pass_at_k.py
RENAMED
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/reliability/replay.py
RENAMED
|
File without changes
|
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/reliability/timeout.py
RENAMED
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/retrieval/__init__.py
RENAMED
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/retrieval/adaptive.py
RENAMED
|
File without changes
|
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/retrieval/memory_store.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/src/petfishframework/tools/path_planner.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/tests/integration/test_anthropic_integration.py
RENAMED
|
File without changes
|
{petfishframework-0.1.0 → petfishframework-0.1.2}/tests/integration/test_openai_integration.py
RENAMED
|
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
|