python-flexeval 0.4.0__tar.gz → 0.4.1__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.
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/PKG-INFO +1 -1
- python_flexeval-0.4.1/src/flexeval/__about__.py +1 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/uv.lock +123 -110
- python_flexeval-0.4.0/src/flexeval/__about__.py +0 -1
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/.env-example +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/.github/dependabot.yml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/.github/workflows/deploy-to-pypi.yml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/.github/workflows/github-pages.yml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/.github/workflows/validate.yaml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/.gitignore +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/.pre-commit-config.yaml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/.python-version +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/.vscode/settings.json +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/CITATION.bib +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/CITATION.cff +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/CLAUDE.md +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/DEVELOPMENT.md +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/Dockerfile +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/EDM_2024_FlexEval.pdf +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/LICENSE +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/Makefile +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/README.md +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/data/metabase/.gitkeep +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docker-compose.yml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/_static/flexeval_banner.svg +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/_static/flexeval_favicon.svg +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/_static/flexeval_logo.png +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/_static/flexeval_logo2.png +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/_templates/footer.html +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/api.rst +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/conf.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/getting_started.rst +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/index.rst +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/sphinxext/__init__.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/sphinxext/github.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/user_guide/abstractions.rst +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/user_guide/cli.rst +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/user_guide/index.rst +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/user_guide/logging.rst +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/user_guide/motivation.md +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/user_guide/rubric_guide.md +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/vignettes.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/docs/vignettes.rst +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/example_project/example_specific_rubrics.yaml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/logs/.gitkeep +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/make.bat +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/pyproject.toml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/ruff.toml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/__init__.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/__main__.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/classes/__init__.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/classes/base.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/classes/dataset.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/classes/eval_runner.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/classes/eval_set_run.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/classes/jsonview.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/classes/message.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/classes/metric.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/classes/thread.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/classes/tool_call.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/classes/turn.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/cli.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/completions.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/compute_metrics.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/config.yaml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/configuration/__init__.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/configuration/completion_functions.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/configuration/evals.yaml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/configuration/function_metrics.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/configuration/rubric_metrics.yaml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/data_loader.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/db_utils.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/dependency_graph.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/eval_schema.json +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/function_types.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/helpers.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/io/__init__.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/io/parsers/yaml_parser.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/log_utils.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/metrics/__init__.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/metrics/access.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/metrics/save.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/rubric.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/run_utils.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/runner.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/schema/__init__.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/schema/config_schema.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/schema/eval_schema.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/schema/evalrun_schema.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/schema/rubric_schema.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/schema/schema_utils.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/metabase/Dockerfile +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/__init__.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/data/multiturn.jsonl +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/data/plot-convos.jsonl +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/data/simple.jsonl +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/data/simple_metadata.jsonl +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/data/simple_nosystem.jsonl +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/integration/__init__.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/integration/config-tests.yaml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/integration/data/multiturn.jsonl +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/integration/data/plot-convos.jsonl +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/integration/data/simple.jsonl +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/integration/evals.yaml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/integration/functional_tests.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/integration/langgraph_data.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/resources/function_metric.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/resources/functional_config.yaml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/resources/functional_evals.yaml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/resources/test_config.yaml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/resources/test_dataset.jsonl +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/resources/test_evals.yaml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/resources/test_rubric_metrics.yaml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/resources/unittest.env +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/unit/__init__.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/unit/io/test_yaml_parser.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/unit/mixins.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/unit/test_completions.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/unit/test_compute_metrics.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/unit/test_data_loader.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/unit/test_db_utils.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/unit/test_dependency_graph.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/unit/test_eval_runner.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/unit/test_function_metrics.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/unit/test_function_types.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/unit/test_functional.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/unit/test_rubric.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/tests/unit/test_schema.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/vignettes/.gitignore +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/vignettes/basic.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/vignettes/basic_cli.md +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/vignettes/basic_rubric.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/vignettes/conversations.jsonl +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/vignettes/custom_functions.py +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/vignettes/custom_rubric.md +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/vignettes/custom_rubrics.yaml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/vignettes/eval_run.yaml +0 -0
- {python_flexeval-0.4.0 → python_flexeval-0.4.1}/vignettes/multiple_configs.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-flexeval
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.1
|
|
4
4
|
Summary: FlexEval is a tool for designing custom metrics, completion functions, and LLM-graded rubrics for evaluating the behavior of LLM-powered systems.
|
|
5
5
|
Project-URL: Homepage, https://digitalharborfoundation.github.io/FlexEval/
|
|
6
6
|
Project-URL: GitHub, https://github.com/DigitalHarborFoundation/FlexEval
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.4.1"
|
|
@@ -2230,7 +2230,7 @@ wheels = [
|
|
|
2230
2230
|
|
|
2231
2231
|
[[package]]
|
|
2232
2232
|
name = "matplotlib"
|
|
2233
|
-
version = "3.10.
|
|
2233
|
+
version = "3.10.9"
|
|
2234
2234
|
source = { registry = "https://pypi.org/simple" }
|
|
2235
2235
|
dependencies = [
|
|
2236
2236
|
{ name = "contourpy", version = "1.3.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
|
|
@@ -2245,62 +2245,62 @@ dependencies = [
|
|
|
2245
2245
|
{ name = "pyparsing" },
|
|
2246
2246
|
{ name = "python-dateutil" },
|
|
2247
2247
|
]
|
|
2248
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2249
|
-
wheels = [
|
|
2250
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2251
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2252
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2253
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2254
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2255
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2256
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2257
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2258
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2259
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2260
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2261
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2262
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2263
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2264
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2265
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2266
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2267
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2268
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2269
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2270
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2271
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2272
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2273
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2274
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2275
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2276
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2277
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2278
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2279
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2280
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2281
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2282
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2283
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2284
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2285
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2286
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2287
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2288
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2289
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2290
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2291
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2292
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2293
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2294
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2295
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2296
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2297
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2298
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2299
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2300
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2301
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2302
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2303
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2248
|
+
sdist = { url = "https://files.pythonhosted.org/packages/63/1b/4be5be87d43d327a0cf4de1a56e86f7f84c89312452406cf122efe2839e6/matplotlib-3.10.9.tar.gz", hash = "sha256:fd66508e8c6877d98e586654b608a0456db8d7e8a546eb1e2600efd957302358", size = 34811233, upload-time = "2026-04-24T00:14:13.539Z" }
|
|
2249
|
+
wheels = [
|
|
2250
|
+
{ url = "https://files.pythonhosted.org/packages/18/6f/340b04986e67aac6f66c5145ce68bf72c64bed30f92c8913499a6e6b8f99/matplotlib-3.10.9-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:77210dce9cb8153dffc967efaae990543392563d5a376d4dd8539bebcb0ed217", size = 8296625, upload-time = "2026-04-24T00:11:43.376Z" },
|
|
2251
|
+
{ url = "https://files.pythonhosted.org/packages/bb/2f/127081eb83162053ebb9678ceac64220b93a663e0167432566e9c7c82aab/matplotlib-3.10.9-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:1e7698ac9868428e84d2c967424803b2472ff7167d9d6590d4204ed775343c3b", size = 8188790, upload-time = "2026-04-24T00:11:46.556Z" },
|
|
2252
|
+
{ url = "https://files.pythonhosted.org/packages/fc/b7/d8bcec2626c35f96972bff656299fef4578113ea6193c8fdad324710410c/matplotlib-3.10.9-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:1aa972116abb4c9d201bf245620b433726cb6856f3bef6a78f776a00f5c92d37", size = 8769389, upload-time = "2026-04-24T00:11:48.959Z" },
|
|
2253
|
+
{ url = "https://files.pythonhosted.org/packages/12/49/b78e214a527ea732033b7f4d37f7afb504d74ba9d134bd47938230dfb8b1/matplotlib-3.10.9-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ae2f11957b27ce53497dd4d7b235c4d4f1faf383dfb39d0c5beb833bff883294", size = 9589657, upload-time = "2026-04-24T00:11:51.915Z" },
|
|
2254
|
+
{ url = "https://files.pythonhosted.org/packages/5f/15/5246f7b43beae19c74dfee651d58d6cc8112e06f77adb4e88cc04f2e3a23/matplotlib-3.10.9-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:b049278ddce116aaa1c1377ebf58adea909132dfce0281cf7e3a1ea9fc2e2c65", size = 9651983, upload-time = "2026-04-24T00:11:54.766Z" },
|
|
2255
|
+
{ url = "https://files.pythonhosted.org/packages/75/77/5acecfe672ba0fa1b8c0454f69ce155d1e6fc5852fa7206bf9afaf767121/matplotlib-3.10.9-cp310-cp310-win_amd64.whl", hash = "sha256:82834c3c292d24d3a8aae77cd2d20019de69d692a34a970e4fdb8d33e2ea3dda", size = 8199701, upload-time = "2026-04-24T00:11:58.389Z" },
|
|
2256
|
+
{ url = "https://files.pythonhosted.org/packages/4c/8c/290f021104741fea63769c31494f5324c0cd249bf536a65a4350767b1f22/matplotlib-3.10.9-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:68cfdcede415f7c8f5577b03303dd94526cdb6d11036cecdc205e08733b2d2bb", size = 8306860, upload-time = "2026-04-24T00:12:01.207Z" },
|
|
2257
|
+
{ url = "https://files.pythonhosted.org/packages/51/18/325cd32ece1120d1da51cc4e4294c6580190699490183fc2fe8cb6d61ec5/matplotlib-3.10.9-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:dfca0129678bd56379db26c52b5d77ed7de314c047492fbdc763aa7501710cfb", size = 8199254, upload-time = "2026-04-24T00:12:04.239Z" },
|
|
2258
|
+
{ url = "https://files.pythonhosted.org/packages/79/db/e28c1b83e3680740aa78925f5fb2ae4d16207207419ad75ea9fe604f8676/matplotlib-3.10.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:8e436d155fa8a3399dc62683f8f5d0e2e50d25d0144a73edd73f82eec8f4abfb", size = 8777092, upload-time = "2026-04-24T00:12:06.793Z" },
|
|
2259
|
+
{ url = "https://files.pythonhosted.org/packages/55/fa/3ce7adfe9ba101748f465211660d9c6374c876b671bdb8c2bb6d347e8b94/matplotlib-3.10.9-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:56fc0bd271b00025c6edfdc7c2dcd247372c8e1544971d62e1dc7c17367e8bf9", size = 9595691, upload-time = "2026-04-24T00:12:09.706Z" },
|
|
2260
|
+
{ url = "https://files.pythonhosted.org/packages/36/c4/6960a76686ed668f2c60f84e9799ba4c0d56abdb36b1577b60c1d061d1ec/matplotlib-3.10.9-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:a5a6104ed666402ba5106d7f36e0e0cdca4e8d7fa4d39708ca88019e2835a2eb", size = 9659771, upload-time = "2026-04-24T00:12:12.766Z" },
|
|
2261
|
+
{ url = "https://files.pythonhosted.org/packages/7e/0d/271aace3342157c64700c9ff4c59c7b392f3dbab393692e8db6fbe7ab96c/matplotlib-3.10.9-cp311-cp311-win_amd64.whl", hash = "sha256:d730e984eddf56974c3e72b6129c7ca462ac38dc624338f4b0b23eb23ecba00f", size = 8205112, upload-time = "2026-04-24T00:12:15.773Z" },
|
|
2262
|
+
{ url = "https://files.pythonhosted.org/packages/e2/ee/cb57ad4754f3e7b9174ce6ce66d9205fb827067e48a9f58ac09d7e7d6b77/matplotlib-3.10.9-cp311-cp311-win_arm64.whl", hash = "sha256:51bf0ddbdc598e060d46c16b5590708f81a1624cefbaaf62f6a81bf9285b8c80", size = 8132310, upload-time = "2026-04-24T00:12:18.645Z" },
|
|
2263
|
+
{ url = "https://files.pythonhosted.org/packages/35/c6/5581e26c72233ebb2a2a6fed2d24fb7c66b4700120b813f51b0555acf0b6/matplotlib-3.10.9-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:f0c3c28d9fbcc1fe7a03be236d73430cf6409c41fb2383a7ac52fe932b072cb1", size = 8319908, upload-time = "2026-04-24T00:12:21.323Z" },
|
|
2264
|
+
{ url = "https://files.pythonhosted.org/packages/b7/18/4880dd762e40cd360c1bf06e890c5a97b997e91cb324602b1a19950ad5ce/matplotlib-3.10.9-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:41cb28c2bd769aa3e98322c6ab09854cbcc52ab69d2759d681bba3e327b2b320", size = 8216016, upload-time = "2026-04-24T00:12:23.4Z" },
|
|
2265
|
+
{ url = "https://files.pythonhosted.org/packages/32/91/d024616abdba99e83120e07a20658976f6a343646710760c4a51df126029/matplotlib-3.10.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:ae20801130378b82d647ff5047c07316295b68dc054ca6b3c13519d0ea624285", size = 8789336, upload-time = "2026-04-24T00:12:26.096Z" },
|
|
2266
|
+
{ url = "https://files.pythonhosted.org/packages/5c/04/030a2f61ef2158f5e4c259487a92ac877732499fb33d871585d89e03c42d/matplotlib-3.10.9-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6c63ebcd8b4b169eb2f5c200552ae6b8be8999a005b6b507ed76fb8d7d674fe2", size = 9604602, upload-time = "2026-04-24T00:12:29.052Z" },
|
|
2267
|
+
{ url = "https://files.pythonhosted.org/packages/fc/c2/541e4d09d87bb6b5830fc28b4c887a9a8cf4e1c6cee698a8c05552ae2003/matplotlib-3.10.9-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:d75d11c949914165976c621b2324f9ef162af7ebf4b057ddf95dd1dba7e5edcf", size = 9670966, upload-time = "2026-04-24T00:12:32.131Z" },
|
|
2268
|
+
{ url = "https://files.pythonhosted.org/packages/04/a1/4571fc46e7702de8d0c2dc54ad1b2f8e29328dea3ee90831181f7353d93c/matplotlib-3.10.9-cp312-cp312-win_amd64.whl", hash = "sha256:d091f9d758b34aaaaa6331d13574bf01891d903b3dec59bfff458ef7551de5d6", size = 8217462, upload-time = "2026-04-24T00:12:35.226Z" },
|
|
2269
|
+
{ url = "https://files.pythonhosted.org/packages/4b/d0/2269edb12aa30c13c8bcc9382892e39943ce1d28aab4ec296e0381798e81/matplotlib-3.10.9-cp312-cp312-win_arm64.whl", hash = "sha256:10cc5ce06d10231c36f40e875f3c7e8050362a4ee8f0ee5d29a6b3277d57bb42", size = 8136688, upload-time = "2026-04-24T00:12:37.442Z" },
|
|
2270
|
+
{ url = "https://files.pythonhosted.org/packages/aa/d3/8d4f6afbecb49fc04e060a57c0fce39ea51cc163a6bd87303ccd698e4fa6/matplotlib-3.10.9-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:b580440f1ff81a0e34122051a3dfabb7e4b7f9e380629929bde0eff9af72165f", size = 8320331, upload-time = "2026-04-24T00:12:39.688Z" },
|
|
2271
|
+
{ url = "https://files.pythonhosted.org/packages/63/d9/9e14bc7564bf92d5ffa801ae5fac819ce74b925dfb55e3ebde61a3bbad3e/matplotlib-3.10.9-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:b1b745c489cd1a77a0dc1120a05dc87af9798faebc913601feb8c73d89bf2d1e", size = 8216461, upload-time = "2026-04-24T00:12:42.494Z" },
|
|
2272
|
+
{ url = "https://files.pythonhosted.org/packages/8a/17/4402d0d14ccf1dfc70932600b68097fbbf9c898a4871d2cbbe79c7801a32/matplotlib-3.10.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:8f3bcac1ca5ed000a6f4337d47ba67dfddf37ed6a46c15fd7f014997f7bf865f", size = 8790091, upload-time = "2026-04-24T00:12:44.789Z" },
|
|
2273
|
+
{ url = "https://files.pythonhosted.org/packages/3e/0b/322aeec06dd9b91411f92028b37d447342770a24392aa4813e317064dad5/matplotlib-3.10.9-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7a8d66a55def891c33147ba3ba9bfcabf0b526a43764c818acbb4525e5ed0838", size = 9605027, upload-time = "2026-04-24T00:12:47.583Z" },
|
|
2274
|
+
{ url = "https://files.pythonhosted.org/packages/74/88/5f13482f55e7b00bcfc09838b093c2456e1379978d2a146844aae05350ad/matplotlib-3.10.9-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:d843374407c4017a6403b59c6c81606773d136f3259d5b6da3131bc814542cc2", size = 9671269, upload-time = "2026-04-24T00:12:50.878Z" },
|
|
2275
|
+
{ url = "https://files.pythonhosted.org/packages/c5/e0/0840fd2f93da988ec660b8ad1984abe9f25d2aed22a5e394ff1c68c88307/matplotlib-3.10.9-cp313-cp313-win_amd64.whl", hash = "sha256:f4399f64b3e94cd500195490972ae1ee81170df1636fa15364d157d5bdd7b921", size = 8217588, upload-time = "2026-04-24T00:12:53.784Z" },
|
|
2276
|
+
{ url = "https://files.pythonhosted.org/packages/47/b9/d706d06dd605c49b9f83a2aed8c13e3e5db70697d7a80b7e3d7915de6b17/matplotlib-3.10.9-cp313-cp313-win_arm64.whl", hash = "sha256:ba7b3b8ef09eab7df0e86e9ae086faa433efbfbdb46afcb3aa16aabf779469a8", size = 8136913, upload-time = "2026-04-24T00:12:56.501Z" },
|
|
2277
|
+
{ url = "https://files.pythonhosted.org/packages/9b/45/6e32d96978264c8ca8c4b1010adb955a1a49cfaf314e212bbc8908f04a61/matplotlib-3.10.9-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:09218df8a93712bd6ea133e83a153c755448cf7868316c531cffcc43f69d1cc9", size = 8368019, upload-time = "2026-04-24T00:12:58.896Z" },
|
|
2278
|
+
{ url = "https://files.pythonhosted.org/packages/86/0a/c8e3d3bba245f0f7fc424937f8ff7ef77291a36af3edb97ccd78aa93d84f/matplotlib-3.10.9-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:82368699727bfb7b0182e1aa13082e3c08e092fa1a25d3e1fd92405bff96f6d4", size = 8264645, upload-time = "2026-04-24T00:13:01.406Z" },
|
|
2279
|
+
{ url = "https://files.pythonhosted.org/packages/3d/aa/5bf5a14fe4fed73a4209a155606f8096ff797aad89c6c35179026571133e/matplotlib-3.10.9-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:3225f4e1edcb8c86c884ddf79ebe20ecd0a67d30188f279897554ccd8fded4dc", size = 8802194, upload-time = "2026-04-24T00:13:03.702Z" },
|
|
2280
|
+
{ url = "https://files.pythonhosted.org/packages/dd/5e/b4be852d6bba6fd15893fadf91ff26ae49cb91aac789e95dde9d342e664f/matplotlib-3.10.9-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:de2445a0c6690d21b7eb6ce071cebad6d40a2e9bdf10d039074a96ba19797b99", size = 9622684, upload-time = "2026-04-24T00:13:06.647Z" },
|
|
2281
|
+
{ url = "https://files.pythonhosted.org/packages/4c/3d/ed428c971139112ef730f62770654d609467346d09d4b62617e1afd68a5a/matplotlib-3.10.9-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:b2b9516251cb89ff618d757daec0e2ed1bf21248013844a853d87ef85ab3081d", size = 9680790, upload-time = "2026-04-24T00:13:10.009Z" },
|
|
2282
|
+
{ url = "https://files.pythonhosted.org/packages/e7/09/052e884aaf2b985c63cb79f715f1d5b6a3eaa7de78f6a52b9dbc077d5b53/matplotlib-3.10.9-cp313-cp313t-win_amd64.whl", hash = "sha256:e9fae004b941b23ff2edcf1567a857ed77bafc8086ffa258190462328434faf8", size = 8287571, upload-time = "2026-04-24T00:13:13.087Z" },
|
|
2283
|
+
{ url = "https://files.pythonhosted.org/packages/f4/38/ae27288e788c35a4250491422f3db7750366fc8c97d6f36fbdecfc1f5518/matplotlib-3.10.9-cp313-cp313t-win_arm64.whl", hash = "sha256:6b63d9c7c769b88ab81e10dc86e4e0607cf56817b9f9e6cf24b2a5f1693b8e38", size = 8188292, upload-time = "2026-04-24T00:13:15.546Z" },
|
|
2284
|
+
{ url = "https://files.pythonhosted.org/packages/d6/e6/3bd8afd04949f02eabc1c17115ea5255e19cacd4d06fc5abdde4eeb0052c/matplotlib-3.10.9-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:172db52c9e683f5d12eaf57f0f54834190e12581fe1cc2a19595a8f5acb4e77d", size = 8321276, upload-time = "2026-04-24T00:13:18.318Z" },
|
|
2285
|
+
{ url = "https://files.pythonhosted.org/packages/41/86/86231232fff41c9f8e4a1a7d7a597d349a02527109c3af7d618366122139/matplotlib-3.10.9-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:97e35e8d39ccc85859095e01a53847432ba9a53ddf7986f7a54a11b73d0e143f", size = 8218218, upload-time = "2026-04-24T00:13:20.974Z" },
|
|
2286
|
+
{ url = "https://files.pythonhosted.org/packages/85/8f/becc9722cafc64f5d2eb0b7c1bf5f585271c618a45dbd8fabeb021f898b6/matplotlib-3.10.9-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:aba1615dabe83188e19d4f75a253c6a08423e04c1425e64039f800050a69de6b", size = 9608145, upload-time = "2026-04-24T00:13:23.228Z" },
|
|
2287
|
+
{ url = "https://files.pythonhosted.org/packages/32/5d/f7e914f7d9325abff4057cee62c0fa70263683189f774473cbfb534cd13b/matplotlib-3.10.9-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:34cf8167e023ad956c15f36302911d5406bd99a9862c1a8499ea6f7c0e015dc2", size = 9885085, upload-time = "2026-04-24T00:13:25.849Z" },
|
|
2288
|
+
{ url = "https://files.pythonhosted.org/packages/a5/fd/fa69f2221534e80cc5772ac2b7d222011a2acafc2ec7216d5dd174c864ae/matplotlib-3.10.9-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:59476c6d29d612b8e9bb6ce8c5b631be6ba8f9e3a2421f22a02b192c7dd28716", size = 9672358, upload-time = "2026-04-24T00:13:28.906Z" },
|
|
2289
|
+
{ url = "https://files.pythonhosted.org/packages/ab/1a/5a4f747a8b271cbb024946d2dd3c913ab5032ba430626f8c3528ada96b4b/matplotlib-3.10.9-cp314-cp314-win_amd64.whl", hash = "sha256:336b9acc64d309063126edcdaca00db9373af3c476bb94388fe9c5a53ad13e6f", size = 8349970, upload-time = "2026-04-24T00:13:31.904Z" },
|
|
2290
|
+
{ url = "https://files.pythonhosted.org/packages/64/dc/95d60ecaefe30680a154b52ea96ab4b0dab547f1fd6aa12f5fb655e89cae/matplotlib-3.10.9-cp314-cp314-win_arm64.whl", hash = "sha256:2dc9477819ffd78ad12a20df1d9d6a6bd4fec6aaa9072681465fddca052f1456", size = 8272785, upload-time = "2026-04-24T00:13:34.511Z" },
|
|
2291
|
+
{ url = "https://files.pythonhosted.org/packages/70/a0/005d68bc8b8418300ce6591f18586910a8526806e2ab663933d9f20a41e9/matplotlib-3.10.9-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:da4e09638420548f31c354032a6250e473c68e5a4e96899b4844cf39ddea23fe", size = 8367999, upload-time = "2026-04-24T00:13:36.962Z" },
|
|
2292
|
+
{ url = "https://files.pythonhosted.org/packages/22/05/1236cc9290be70b2498af20ca348add76e3fffe7f67b477db5133a84f3ea/matplotlib-3.10.9-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:345f6f68ecc8da0ca56fad2ea08fde1a115eda530079eca185d50a7bc3e146c6", size = 8264543, upload-time = "2026-04-24T00:13:39.851Z" },
|
|
2293
|
+
{ url = "https://files.pythonhosted.org/packages/cd/c2/071f5a5ff6c5bd63aaaf2f45c811d9bf2ced94bde188d9e1a519e21d0cba/matplotlib-3.10.9-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4edcfbd8565339aa62f1cd4012f7180926fdbe71850f7b0d3c379c175cd6b66c", size = 9622800, upload-time = "2026-04-24T00:13:42.296Z" },
|
|
2294
|
+
{ url = "https://files.pythonhosted.org/packages/95/57/da7d1f10a85624b9e7db68e069dd94e58dc41dbf9463c5921632ecbe3661/matplotlib-3.10.9-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6be157fe17fc37cb95ac1d7374cf717ce9259616edec911a78d9d26dae8522d4", size = 9888561, upload-time = "2026-04-24T00:13:45.026Z" },
|
|
2295
|
+
{ url = "https://files.pythonhosted.org/packages/67/b2/ef8d6bb59b0edb6c16c968b70f548aa13b54348972def5aa6ac85df67145/matplotlib-3.10.9-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:4e42042d54db34fda4e95a7bd3e5789c2a995d2dad3eb8850232ee534092fbbf", size = 9680884, upload-time = "2026-04-24T00:13:48.066Z" },
|
|
2296
|
+
{ url = "https://files.pythonhosted.org/packages/61/1c/d21bfeb9931881ebe96bcfcff27c7ae4b160ae0ec291a714c42641a56d75/matplotlib-3.10.9-cp314-cp314t-win_amd64.whl", hash = "sha256:c27df8b3848f32a83d1767566595e43cfaa4460380974da06f4279a7ec143c39", size = 8432333, upload-time = "2026-04-24T00:13:51.008Z" },
|
|
2297
|
+
{ url = "https://files.pythonhosted.org/packages/78/23/92493c3e6e1b635ccfff146f7b99e674808787915420373ac399283764c2/matplotlib-3.10.9-cp314-cp314t-win_arm64.whl", hash = "sha256:a49f1eadc84ca85fd72fa4e89e70e61bf86452df6f971af04b12c60761a0772c", size = 8324785, upload-time = "2026-04-24T00:13:53.633Z" },
|
|
2298
|
+
{ url = "https://files.pythonhosted.org/packages/2c/2b/0e92ad0ac446633f928a1563db4aa8add407e1924faf0ded5b95b35afb27/matplotlib-3.10.9-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:1872fb212a05b729e649754a72d5da61d03e0554d76e80303b6f83d1d2c0552b", size = 8293058, upload-time = "2026-04-24T00:13:56.339Z" },
|
|
2299
|
+
{ url = "https://files.pythonhosted.org/packages/4b/23/74682fd369f5299ceda438fea2a0662e6383b85c9383fb9cdfcf04713e07/matplotlib-3.10.9-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:985f2238880e2e69093f588f5fe2e46771747febf0649f3cf7f7b7480875317f", size = 8186627, upload-time = "2026-04-24T00:13:58.623Z" },
|
|
2300
|
+
{ url = "https://files.pythonhosted.org/packages/ca/e8/368aab88f3c4cd8992800f31abfe0670c3e47540ba20a97e9fdbcde594b3/matplotlib-3.10.9-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:6640f75af2c6148293caa0a2b39dd806a492dd66c8a8b04035813e33d0fd2585", size = 8764117, upload-time = "2026-04-24T00:14:01.684Z" },
|
|
2301
|
+
{ url = "https://files.pythonhosted.org/packages/63/e2/9f66ca6a651a52abfe0d4964ce01439ed34f3f1e119de10ff3a07f403043/matplotlib-3.10.9-pp311-pypy311_pp73-macosx_10_15_x86_64.whl", hash = "sha256:42fb814efabe95c06c1994d8ab5a8385f43a249e23badd3ba931d4308e5bca20", size = 8304420, upload-time = "2026-04-24T00:14:04.57Z" },
|
|
2302
|
+
{ url = "https://files.pythonhosted.org/packages/e8/e8/467c03568218792906aa87b5e7bb379b605e056ed0c74fe00c051786d925/matplotlib-3.10.9-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:f76e640a5268850bfda54b5131b1b1941cc685e42c5fa98ed9f2d64038308cba", size = 8197981, upload-time = "2026-04-24T00:14:07.233Z" },
|
|
2303
|
+
{ url = "https://files.pythonhosted.org/packages/6f/87/afead29192170917537934c6aff4b008c805fff7b1ccea0c79120d96beda/matplotlib-3.10.9-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:3fc0364dfbe1d07f6d15c5ebd0c5bf89e126916e5a8667dd4a7a6e84c36653d4", size = 8774002, upload-time = "2026-04-24T00:14:09.816Z" },
|
|
2304
2304
|
]
|
|
2305
2305
|
|
|
2306
2306
|
[[package]]
|
|
@@ -2368,50 +2368,63 @@ wheels = [
|
|
|
2368
2368
|
|
|
2369
2369
|
[[package]]
|
|
2370
2370
|
name = "msgpack"
|
|
2371
|
-
version = "1.1.
|
|
2372
|
-
source = { registry = "https://pypi.org/simple" }
|
|
2373
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2374
|
-
wheels = [
|
|
2375
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2376
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2377
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2378
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2379
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2380
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2381
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2382
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2383
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2384
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2385
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2386
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2387
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2388
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2389
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2390
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2391
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2392
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2393
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2394
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2395
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2396
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2397
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2398
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2399
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2400
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2401
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2402
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2403
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2404
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2405
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2406
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2407
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2408
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2409
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2410
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2411
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2412
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2413
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2414
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2371
|
+
version = "1.1.2"
|
|
2372
|
+
source = { registry = "https://pypi.org/simple" }
|
|
2373
|
+
sdist = { url = "https://files.pythonhosted.org/packages/4d/f2/bfb55a6236ed8725a96b0aa3acbd0ec17588e6a2c3b62a93eb513ed8783f/msgpack-1.1.2.tar.gz", hash = "sha256:3b60763c1373dd60f398488069bcdc703cd08a711477b5d480eecc9f9626f47e", size = 173581, upload-time = "2025-10-08T09:15:56.596Z" }
|
|
2374
|
+
wheels = [
|
|
2375
|
+
{ url = "https://files.pythonhosted.org/packages/f5/a2/3b68a9e769db68668b25c6108444a35f9bd163bb848c0650d516761a59c0/msgpack-1.1.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0051fffef5a37ca2cd16978ae4f0aef92f164df86823871b5162812bebecd8e2", size = 81318, upload-time = "2025-10-08T09:14:38.722Z" },
|
|
2376
|
+
{ url = "https://files.pythonhosted.org/packages/5b/e1/2b720cc341325c00be44e1ed59e7cfeae2678329fbf5aa68f5bda57fe728/msgpack-1.1.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a605409040f2da88676e9c9e5853b3449ba8011973616189ea5ee55ddbc5bc87", size = 83786, upload-time = "2025-10-08T09:14:40.082Z" },
|
|
2377
|
+
{ url = "https://files.pythonhosted.org/packages/71/e5/c2241de64bfceac456b140737812a2ab310b10538a7b34a1d393b748e095/msgpack-1.1.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8b696e83c9f1532b4af884045ba7f3aa741a63b2bc22617293a2c6a7c645f251", size = 398240, upload-time = "2025-10-08T09:14:41.151Z" },
|
|
2378
|
+
{ url = "https://files.pythonhosted.org/packages/b7/09/2a06956383c0fdebaef5aa9246e2356776f12ea6f2a44bd1368abf0e46c4/msgpack-1.1.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:365c0bbe981a27d8932da71af63ef86acc59ed5c01ad929e09a0b88c6294e28a", size = 406070, upload-time = "2025-10-08T09:14:42.821Z" },
|
|
2379
|
+
{ url = "https://files.pythonhosted.org/packages/0e/74/2957703f0e1ef20637d6aead4fbb314330c26f39aa046b348c7edcf6ca6b/msgpack-1.1.2-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:41d1a5d875680166d3ac5c38573896453bbbea7092936d2e107214daf43b1d4f", size = 393403, upload-time = "2025-10-08T09:14:44.38Z" },
|
|
2380
|
+
{ url = "https://files.pythonhosted.org/packages/a5/09/3bfc12aa90f77b37322fc33e7a8a7c29ba7c8edeadfa27664451801b9860/msgpack-1.1.2-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:354e81bcdebaab427c3df4281187edc765d5d76bfb3a7c125af9da7a27e8458f", size = 398947, upload-time = "2025-10-08T09:14:45.56Z" },
|
|
2381
|
+
{ url = "https://files.pythonhosted.org/packages/4b/4f/05fcebd3b4977cb3d840f7ef6b77c51f8582086de5e642f3fefee35c86fc/msgpack-1.1.2-cp310-cp310-win32.whl", hash = "sha256:e64c8d2f5e5d5fda7b842f55dec6133260ea8f53c4257d64494c534f306bf7a9", size = 64769, upload-time = "2025-10-08T09:14:47.334Z" },
|
|
2382
|
+
{ url = "https://files.pythonhosted.org/packages/d0/3e/b4547e3a34210956382eed1c85935fff7e0f9b98be3106b3745d7dec9c5e/msgpack-1.1.2-cp310-cp310-win_amd64.whl", hash = "sha256:db6192777d943bdaaafb6ba66d44bf65aa0e9c5616fa1d2da9bb08828c6b39aa", size = 71293, upload-time = "2025-10-08T09:14:48.665Z" },
|
|
2383
|
+
{ url = "https://files.pythonhosted.org/packages/2c/97/560d11202bcd537abca693fd85d81cebe2107ba17301de42b01ac1677b69/msgpack-1.1.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:2e86a607e558d22985d856948c12a3fa7b42efad264dca8a3ebbcfa2735d786c", size = 82271, upload-time = "2025-10-08T09:14:49.967Z" },
|
|
2384
|
+
{ url = "https://files.pythonhosted.org/packages/83/04/28a41024ccbd67467380b6fb440ae916c1e4f25e2cd4c63abe6835ac566e/msgpack-1.1.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:283ae72fc89da59aa004ba147e8fc2f766647b1251500182fac0350d8af299c0", size = 84914, upload-time = "2025-10-08T09:14:50.958Z" },
|
|
2385
|
+
{ url = "https://files.pythonhosted.org/packages/71/46/b817349db6886d79e57a966346cf0902a426375aadc1e8e7a86a75e22f19/msgpack-1.1.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:61c8aa3bd513d87c72ed0b37b53dd5c5a0f58f2ff9f26e1555d3bd7948fb7296", size = 416962, upload-time = "2025-10-08T09:14:51.997Z" },
|
|
2386
|
+
{ url = "https://files.pythonhosted.org/packages/da/e0/6cc2e852837cd6086fe7d8406af4294e66827a60a4cf60b86575a4a65ca8/msgpack-1.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:454e29e186285d2ebe65be34629fa0e8605202c60fbc7c4c650ccd41870896ef", size = 426183, upload-time = "2025-10-08T09:14:53.477Z" },
|
|
2387
|
+
{ url = "https://files.pythonhosted.org/packages/25/98/6a19f030b3d2ea906696cedd1eb251708e50a5891d0978b012cb6107234c/msgpack-1.1.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:7bc8813f88417599564fafa59fd6f95be417179f76b40325b500b3c98409757c", size = 411454, upload-time = "2025-10-08T09:14:54.648Z" },
|
|
2388
|
+
{ url = "https://files.pythonhosted.org/packages/b7/cd/9098fcb6adb32187a70b7ecaabf6339da50553351558f37600e53a4a2a23/msgpack-1.1.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:bafca952dc13907bdfdedfc6a5f579bf4f292bdd506fadb38389afa3ac5b208e", size = 422341, upload-time = "2025-10-08T09:14:56.328Z" },
|
|
2389
|
+
{ url = "https://files.pythonhosted.org/packages/e6/ae/270cecbcf36c1dc85ec086b33a51a4d7d08fc4f404bdbc15b582255d05ff/msgpack-1.1.2-cp311-cp311-win32.whl", hash = "sha256:602b6740e95ffc55bfb078172d279de3773d7b7db1f703b2f1323566b878b90e", size = 64747, upload-time = "2025-10-08T09:14:57.882Z" },
|
|
2390
|
+
{ url = "https://files.pythonhosted.org/packages/2a/79/309d0e637f6f37e83c711f547308b91af02b72d2326ddd860b966080ef29/msgpack-1.1.2-cp311-cp311-win_amd64.whl", hash = "sha256:d198d275222dc54244bf3327eb8cbe00307d220241d9cec4d306d49a44e85f68", size = 71633, upload-time = "2025-10-08T09:14:59.177Z" },
|
|
2391
|
+
{ url = "https://files.pythonhosted.org/packages/73/4d/7c4e2b3d9b1106cd0aa6cb56cc57c6267f59fa8bfab7d91df5adc802c847/msgpack-1.1.2-cp311-cp311-win_arm64.whl", hash = "sha256:86f8136dfa5c116365a8a651a7d7484b65b13339731dd6faebb9a0242151c406", size = 64755, upload-time = "2025-10-08T09:15:00.48Z" },
|
|
2392
|
+
{ url = "https://files.pythonhosted.org/packages/ad/bd/8b0d01c756203fbab65d265859749860682ccd2a59594609aeec3a144efa/msgpack-1.1.2-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:70a0dff9d1f8da25179ffcf880e10cf1aad55fdb63cd59c9a49a1b82290062aa", size = 81939, upload-time = "2025-10-08T09:15:01.472Z" },
|
|
2393
|
+
{ url = "https://files.pythonhosted.org/packages/34/68/ba4f155f793a74c1483d4bdef136e1023f7bcba557f0db4ef3db3c665cf1/msgpack-1.1.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:446abdd8b94b55c800ac34b102dffd2f6aa0ce643c55dfc017ad89347db3dbdb", size = 85064, upload-time = "2025-10-08T09:15:03.764Z" },
|
|
2394
|
+
{ url = "https://files.pythonhosted.org/packages/f2/60/a064b0345fc36c4c3d2c743c82d9100c40388d77f0b48b2f04d6041dbec1/msgpack-1.1.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c63eea553c69ab05b6747901b97d620bb2a690633c77f23feb0c6a947a8a7b8f", size = 417131, upload-time = "2025-10-08T09:15:05.136Z" },
|
|
2395
|
+
{ url = "https://files.pythonhosted.org/packages/65/92/a5100f7185a800a5d29f8d14041f61475b9de465ffcc0f3b9fba606e4505/msgpack-1.1.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:372839311ccf6bdaf39b00b61288e0557916c3729529b301c52c2d88842add42", size = 427556, upload-time = "2025-10-08T09:15:06.837Z" },
|
|
2396
|
+
{ url = "https://files.pythonhosted.org/packages/f5/87/ffe21d1bf7d9991354ad93949286f643b2bb6ddbeab66373922b44c3b8cc/msgpack-1.1.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:2929af52106ca73fcb28576218476ffbb531a036c2adbcf54a3664de124303e9", size = 404920, upload-time = "2025-10-08T09:15:08.179Z" },
|
|
2397
|
+
{ url = "https://files.pythonhosted.org/packages/ff/41/8543ed2b8604f7c0d89ce066f42007faac1eaa7d79a81555f206a5cdb889/msgpack-1.1.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:be52a8fc79e45b0364210eef5234a7cf8d330836d0a64dfbb878efa903d84620", size = 415013, upload-time = "2025-10-08T09:15:09.83Z" },
|
|
2398
|
+
{ url = "https://files.pythonhosted.org/packages/41/0d/2ddfaa8b7e1cee6c490d46cb0a39742b19e2481600a7a0e96537e9c22f43/msgpack-1.1.2-cp312-cp312-win32.whl", hash = "sha256:1fff3d825d7859ac888b0fbda39a42d59193543920eda9d9bea44d958a878029", size = 65096, upload-time = "2025-10-08T09:15:11.11Z" },
|
|
2399
|
+
{ url = "https://files.pythonhosted.org/packages/8c/ec/d431eb7941fb55a31dd6ca3404d41fbb52d99172df2e7707754488390910/msgpack-1.1.2-cp312-cp312-win_amd64.whl", hash = "sha256:1de460f0403172cff81169a30b9a92b260cb809c4cb7e2fc79ae8d0510c78b6b", size = 72708, upload-time = "2025-10-08T09:15:12.554Z" },
|
|
2400
|
+
{ url = "https://files.pythonhosted.org/packages/c5/31/5b1a1f70eb0e87d1678e9624908f86317787b536060641d6798e3cf70ace/msgpack-1.1.2-cp312-cp312-win_arm64.whl", hash = "sha256:be5980f3ee0e6bd44f3a9e9dea01054f175b50c3e6cdb692bc9424c0bbb8bf69", size = 64119, upload-time = "2025-10-08T09:15:13.589Z" },
|
|
2401
|
+
{ url = "https://files.pythonhosted.org/packages/6b/31/b46518ecc604d7edf3a4f94cb3bf021fc62aa301f0cb849936968164ef23/msgpack-1.1.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:4efd7b5979ccb539c221a4c4e16aac1a533efc97f3b759bb5a5ac9f6d10383bf", size = 81212, upload-time = "2025-10-08T09:15:14.552Z" },
|
|
2402
|
+
{ url = "https://files.pythonhosted.org/packages/92/dc/c385f38f2c2433333345a82926c6bfa5ecfff3ef787201614317b58dd8be/msgpack-1.1.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:42eefe2c3e2af97ed470eec850facbe1b5ad1d6eacdbadc42ec98e7dcf68b4b7", size = 84315, upload-time = "2025-10-08T09:15:15.543Z" },
|
|
2403
|
+
{ url = "https://files.pythonhosted.org/packages/d3/68/93180dce57f684a61a88a45ed13047558ded2be46f03acb8dec6d7c513af/msgpack-1.1.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1fdf7d83102bf09e7ce3357de96c59b627395352a4024f6e2458501f158bf999", size = 412721, upload-time = "2025-10-08T09:15:16.567Z" },
|
|
2404
|
+
{ url = "https://files.pythonhosted.org/packages/5d/ba/459f18c16f2b3fc1a1ca871f72f07d70c07bf768ad0a507a698b8052ac58/msgpack-1.1.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fac4be746328f90caa3cd4bc67e6fe36ca2bf61d5c6eb6d895b6527e3f05071e", size = 424657, upload-time = "2025-10-08T09:15:17.825Z" },
|
|
2405
|
+
{ url = "https://files.pythonhosted.org/packages/38/f8/4398c46863b093252fe67368b44edc6c13b17f4e6b0e4929dbf0bdb13f23/msgpack-1.1.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:fffee09044073e69f2bad787071aeec727183e7580443dfeb8556cbf1978d162", size = 402668, upload-time = "2025-10-08T09:15:19.003Z" },
|
|
2406
|
+
{ url = "https://files.pythonhosted.org/packages/28/ce/698c1eff75626e4124b4d78e21cca0b4cc90043afb80a507626ea354ab52/msgpack-1.1.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:5928604de9b032bc17f5099496417f113c45bc6bc21b5c6920caf34b3c428794", size = 419040, upload-time = "2025-10-08T09:15:20.183Z" },
|
|
2407
|
+
{ url = "https://files.pythonhosted.org/packages/67/32/f3cd1667028424fa7001d82e10ee35386eea1408b93d399b09fb0aa7875f/msgpack-1.1.2-cp313-cp313-win32.whl", hash = "sha256:a7787d353595c7c7e145e2331abf8b7ff1e6673a6b974ded96e6d4ec09f00c8c", size = 65037, upload-time = "2025-10-08T09:15:21.416Z" },
|
|
2408
|
+
{ url = "https://files.pythonhosted.org/packages/74/07/1ed8277f8653c40ebc65985180b007879f6a836c525b3885dcc6448ae6cb/msgpack-1.1.2-cp313-cp313-win_amd64.whl", hash = "sha256:a465f0dceb8e13a487e54c07d04ae3ba131c7c5b95e2612596eafde1dccf64a9", size = 72631, upload-time = "2025-10-08T09:15:22.431Z" },
|
|
2409
|
+
{ url = "https://files.pythonhosted.org/packages/e5/db/0314e4e2db56ebcf450f277904ffd84a7988b9e5da8d0d61ab2d057df2b6/msgpack-1.1.2-cp313-cp313-win_arm64.whl", hash = "sha256:e69b39f8c0aa5ec24b57737ebee40be647035158f14ed4b40e6f150077e21a84", size = 64118, upload-time = "2025-10-08T09:15:23.402Z" },
|
|
2410
|
+
{ url = "https://files.pythonhosted.org/packages/22/71/201105712d0a2ff07b7873ed3c220292fb2ea5120603c00c4b634bcdafb3/msgpack-1.1.2-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:e23ce8d5f7aa6ea6d2a2b326b4ba46c985dbb204523759984430db7114f8aa00", size = 81127, upload-time = "2025-10-08T09:15:24.408Z" },
|
|
2411
|
+
{ url = "https://files.pythonhosted.org/packages/1b/9f/38ff9e57a2eade7bf9dfee5eae17f39fc0e998658050279cbb14d97d36d9/msgpack-1.1.2-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:6c15b7d74c939ebe620dd8e559384be806204d73b4f9356320632d783d1f7939", size = 84981, upload-time = "2025-10-08T09:15:25.812Z" },
|
|
2412
|
+
{ url = "https://files.pythonhosted.org/packages/8e/a9/3536e385167b88c2cc8f4424c49e28d49a6fc35206d4a8060f136e71f94c/msgpack-1.1.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:99e2cb7b9031568a2a5c73aa077180f93dd2e95b4f8d3b8e14a73ae94a9e667e", size = 411885, upload-time = "2025-10-08T09:15:27.22Z" },
|
|
2413
|
+
{ url = "https://files.pythonhosted.org/packages/2f/40/dc34d1a8d5f1e51fc64640b62b191684da52ca469da9cd74e84936ffa4a6/msgpack-1.1.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:180759d89a057eab503cf62eeec0aa61c4ea1200dee709f3a8e9397dbb3b6931", size = 419658, upload-time = "2025-10-08T09:15:28.4Z" },
|
|
2414
|
+
{ url = "https://files.pythonhosted.org/packages/3b/ef/2b92e286366500a09a67e03496ee8b8ba00562797a52f3c117aa2b29514b/msgpack-1.1.2-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:04fb995247a6e83830b62f0b07bf36540c213f6eac8e851166d8d86d83cbd014", size = 403290, upload-time = "2025-10-08T09:15:29.764Z" },
|
|
2415
|
+
{ url = "https://files.pythonhosted.org/packages/78/90/e0ea7990abea5764e4655b8177aa7c63cdfa89945b6e7641055800f6c16b/msgpack-1.1.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:8e22ab046fa7ede9e36eeb4cfad44d46450f37bb05d5ec482b02868f451c95e2", size = 415234, upload-time = "2025-10-08T09:15:31.022Z" },
|
|
2416
|
+
{ url = "https://files.pythonhosted.org/packages/72/4e/9390aed5db983a2310818cd7d3ec0aecad45e1f7007e0cda79c79507bb0d/msgpack-1.1.2-cp314-cp314-win32.whl", hash = "sha256:80a0ff7d4abf5fecb995fcf235d4064b9a9a8a40a3ab80999e6ac1e30b702717", size = 66391, upload-time = "2025-10-08T09:15:32.265Z" },
|
|
2417
|
+
{ url = "https://files.pythonhosted.org/packages/6e/f1/abd09c2ae91228c5f3998dbd7f41353def9eac64253de3c8105efa2082f7/msgpack-1.1.2-cp314-cp314-win_amd64.whl", hash = "sha256:9ade919fac6a3e7260b7f64cea89df6bec59104987cbea34d34a2fa15d74310b", size = 73787, upload-time = "2025-10-08T09:15:33.219Z" },
|
|
2418
|
+
{ url = "https://files.pythonhosted.org/packages/6a/b0/9d9f667ab48b16ad4115c1935d94023b82b3198064cb84a123e97f7466c1/msgpack-1.1.2-cp314-cp314-win_arm64.whl", hash = "sha256:59415c6076b1e30e563eb732e23b994a61c159cec44deaf584e5cc1dd662f2af", size = 66453, upload-time = "2025-10-08T09:15:34.225Z" },
|
|
2419
|
+
{ url = "https://files.pythonhosted.org/packages/16/67/93f80545eb1792b61a217fa7f06d5e5cb9e0055bed867f43e2b8e012e137/msgpack-1.1.2-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:897c478140877e5307760b0ea66e0932738879e7aa68144d9b78ea4c8302a84a", size = 85264, upload-time = "2025-10-08T09:15:35.61Z" },
|
|
2420
|
+
{ url = "https://files.pythonhosted.org/packages/87/1c/33c8a24959cf193966ef11a6f6a2995a65eb066bd681fd085afd519a57ce/msgpack-1.1.2-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:a668204fa43e6d02f89dbe79a30b0d67238d9ec4c5bd8a940fc3a004a47b721b", size = 89076, upload-time = "2025-10-08T09:15:36.619Z" },
|
|
2421
|
+
{ url = "https://files.pythonhosted.org/packages/fc/6b/62e85ff7193663fbea5c0254ef32f0c77134b4059f8da89b958beb7696f3/msgpack-1.1.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5559d03930d3aa0f3aacb4c42c776af1a2ace2611871c84a75afe436695e6245", size = 435242, upload-time = "2025-10-08T09:15:37.647Z" },
|
|
2422
|
+
{ url = "https://files.pythonhosted.org/packages/c1/47/5c74ecb4cc277cf09f64e913947871682ffa82b3b93c8dad68083112f412/msgpack-1.1.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:70c5a7a9fea7f036b716191c29047374c10721c389c21e9ffafad04df8c52c90", size = 432509, upload-time = "2025-10-08T09:15:38.794Z" },
|
|
2423
|
+
{ url = "https://files.pythonhosted.org/packages/24/a4/e98ccdb56dc4e98c929a3f150de1799831c0a800583cde9fa022fa90602d/msgpack-1.1.2-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:f2cb069d8b981abc72b41aea1c580ce92d57c673ec61af4c500153a626cb9e20", size = 415957, upload-time = "2025-10-08T09:15:40.238Z" },
|
|
2424
|
+
{ url = "https://files.pythonhosted.org/packages/da/28/6951f7fb67bc0a4e184a6b38ab71a92d9ba58080b27a77d3e2fb0be5998f/msgpack-1.1.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:d62ce1f483f355f61adb5433ebfd8868c5f078d1a52d042b0a998682b4fa8c27", size = 422910, upload-time = "2025-10-08T09:15:41.505Z" },
|
|
2425
|
+
{ url = "https://files.pythonhosted.org/packages/f0/03/42106dcded51f0a0b5284d3ce30a671e7bd3f7318d122b2ead66ad289fed/msgpack-1.1.2-cp314-cp314t-win32.whl", hash = "sha256:1d1418482b1ee984625d88aa9585db570180c286d942da463533b238b98b812b", size = 75197, upload-time = "2025-10-08T09:15:42.954Z" },
|
|
2426
|
+
{ url = "https://files.pythonhosted.org/packages/15/86/d0071e94987f8db59d4eeb386ddc64d0bb9b10820a8d82bcd3e53eeb2da6/msgpack-1.1.2-cp314-cp314t-win_amd64.whl", hash = "sha256:5a46bf7e831d09470ad92dff02b8b1ac92175ca36b087f904a0519857c6be3ff", size = 85772, upload-time = "2025-10-08T09:15:43.954Z" },
|
|
2427
|
+
{ url = "https://files.pythonhosted.org/packages/81/f2/08ace4142eb281c12701fc3b93a10795e4d4dc7f753911d836675050f886/msgpack-1.1.2-cp314-cp314t-win_arm64.whl", hash = "sha256:d99ef64f349d5ec3293688e91486c5fdb925ed03807f64d98d205d2713c60b46", size = 70868, upload-time = "2025-10-08T09:15:44.959Z" },
|
|
2415
2428
|
]
|
|
2416
2429
|
|
|
2417
2430
|
[[package]]
|
|
@@ -2852,16 +2865,16 @@ wheels = [
|
|
|
2852
2865
|
|
|
2853
2866
|
[[package]]
|
|
2854
2867
|
name = "numpydoc"
|
|
2855
|
-
version = "1.
|
|
2868
|
+
version = "1.10.0"
|
|
2856
2869
|
source = { registry = "https://pypi.org/simple" }
|
|
2857
2870
|
dependencies = [
|
|
2858
2871
|
{ name = "sphinx", version = "8.1.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
|
|
2859
2872
|
{ name = "sphinx", version = "8.2.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
|
|
2860
2873
|
{ name = "tomli", marker = "python_full_version < '3.11'" },
|
|
2861
2874
|
]
|
|
2862
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2875
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e9/3c/dfccc9e7dee357fb2aa13c3890d952a370dd0ed071e0f7ed62ed0df567c1/numpydoc-1.10.0.tar.gz", hash = "sha256:3f7970f6eee30912260a6b31ac72bba2432830cd6722569ec17ee8d3ef5ffa01", size = 94027, upload-time = "2025-12-02T16:39:12.937Z" }
|
|
2863
2876
|
wheels = [
|
|
2864
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2877
|
+
{ url = "https://files.pythonhosted.org/packages/62/5e/3a6a3e90f35cea3853c45e5d5fb9b7192ce4384616f932cf7591298ab6e1/numpydoc-1.10.0-py3-none-any.whl", hash = "sha256:3149da9874af890bcc2a82ef7aae5484e5aa81cb2778f08e3c307ba6d963721b", size = 69255, upload-time = "2025-12-02T16:39:11.561Z" },
|
|
2865
2878
|
]
|
|
2866
2879
|
|
|
2867
2880
|
[[package]]
|
|
@@ -3116,11 +3129,11 @@ wheels = [
|
|
|
3116
3129
|
|
|
3117
3130
|
[[package]]
|
|
3118
3131
|
name = "peewee"
|
|
3119
|
-
version = "4.0.
|
|
3132
|
+
version = "4.0.6"
|
|
3120
3133
|
source = { registry = "https://pypi.org/simple" }
|
|
3121
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
3134
|
+
sdist = { url = "https://files.pythonhosted.org/packages/9f/09/a3b2a32ce498f405dce4320267e99b1b076c1ea39ad01151a353bc7f81d7/peewee-4.0.6.tar.gz", hash = "sha256:ea2f78f24ff9e3660281dc5b0be8bc00d9a9514bdc40c98e416fcd042b66ac6a", size = 724591, upload-time = "2026-05-20T13:18:17.26Z" }
|
|
3122
3135
|
wheels = [
|
|
3123
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3136
|
+
{ url = "https://files.pythonhosted.org/packages/69/6a/e1455b94ee48f5666f2e7831b6247098794bfe9747da457111be4d0bea10/peewee-4.0.6-py3-none-any.whl", hash = "sha256:5fa665913c410f0b5faef1469ed0aa9eceb9fef262665ebbb6f29408f826eeeb", size = 146222, upload-time = "2026-05-20T13:18:15.694Z" },
|
|
3124
3137
|
]
|
|
3125
3138
|
|
|
3126
3139
|
[[package]]
|
|
@@ -3628,11 +3641,11 @@ wheels = [
|
|
|
3628
3641
|
|
|
3629
3642
|
[[package]]
|
|
3630
3643
|
name = "python-dotenv"
|
|
3631
|
-
version = "1.
|
|
3644
|
+
version = "1.2.2"
|
|
3632
3645
|
source = { registry = "https://pypi.org/simple" }
|
|
3633
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
3646
|
+
sdist = { url = "https://files.pythonhosted.org/packages/82/ed/0301aeeac3e5353ef3d94b6ec08bbcabd04a72018415dcb29e588514bba8/python_dotenv-1.2.2.tar.gz", hash = "sha256:2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3", size = 50135, upload-time = "2026-03-01T16:00:26.196Z" }
|
|
3634
3647
|
wheels = [
|
|
3635
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3648
|
+
{ url = "https://files.pythonhosted.org/packages/0b/d7/1959b9648791274998a9c3526f6d0ec8fd2233e4d4acce81bbae76b44b2a/python_dotenv-1.2.2-py3-none-any.whl", hash = "sha256:1d8214789a24de455a8b8bd8ae6fe3c6b69a5e3d64aa8a8e5d68e694bbcb285a", size = 22101, upload-time = "2026-03-01T16:00:25.09Z" },
|
|
3636
3649
|
]
|
|
3637
3650
|
|
|
3638
3651
|
[[package]]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.4.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_flexeval-0.4.0 → python_flexeval-0.4.1}/example_project/example_specific_rubrics.yaml
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
|
{python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/configuration/completion_functions.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/configuration/function_metrics.py
RENAMED
|
File without changes
|
{python_flexeval-0.4.0 → python_flexeval-0.4.1}/src/flexeval/configuration/rubric_metrics.yaml
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|