← Inventions Dashboard
Invention Summary
Production Build App Fastapi Service For Rag Document Retrieval With Upload, Indexing, Search, Health Endpoint, Tests, A
Production-build FastAPI starter scaffold generated by ARES with a strict developer contract, installable package artifacts, and clean-room release verification.
ID: production-build-app-fastapi-service-for-rag-document-retrieval
Folder: inventions/production-build-app-fastapi-service-for-rag-document-retrieval
Created: 2026-03-13 08:45:20
Updated: 2026-03-13 09:41:26
Files: 1514
Source: developer_build
⬇ Download as .zip ~22.2 MB uncompressed
README.md
ARES's plain-English description of what this invention does and how to run it.
# Production Build App Fastapi Service For Rag Document Retrieval With Upload, Indexing, Search, Health Endpoint, Tests, A

Generated by ARES for the request:

> production build app FastAPI service for RAG document retrieval with upload, indexing, search, health endpoint, tests, and installable package. Keep scope minimal and make it pass release verification.

## Contract

- Stack: Python + FastAPI
- Delivery mode: `production_build`
- Workspace: `inventions/production-build-app-fastapi-service-for-rag-document-retrieval`
- Entrypoint: `app.main:app`
- Verification: compile Python sources and run structural unit tests
- Release verification: build, install, and smoke-test from a clean virtual environment

## File Layout

- `app/main.py` creates the FastAPI application instance.
- `app/api/routes.py` defines the HTTP routes.
- `tests/test_contract.py` validates the scaffold contract without requiring third-party imports.
- `run_demo.py` prints the registered routes after dependencies are installed.

## Quick Start

```bash
python -m pip install -e .
python run_demo.py
python -m uvicorn app.main:app --reload
```

## Verification

```bash
"Q:\ARES\.venv-cuda311\Scripts\python.exe" -m py_compile "run_demo.py"
"Q:\ARES\.venv-cuda311\Scripts\python.exe" -m compileall "app" "tests"
"Q:\ARES\.venv-cuda311\Scripts\python.exe" -m unittest discover -s tests -p test_*.py
```

## Release Gates

- Build wheel and sdist from pyproject.toml.
- Install the built wheel into a clean virtual environment.
- Run pip check inside the clean environment.
- Import the public package entrypoint from the clean environment.
- Run the packaged smoke command from the clean environment.

ARES should not call this scaffold runnable local until the clean-room release gates pass.


## Notes

Production-build FastAPI starter scaffold generated by ARES with a strict developer contract, installable package artifacts, and clean-room release verification.

<!-- ARES_AUTO_VERIFIED_SUMMARY:START -->
## Verified Project Notes

- Package import path: `app`
- Entrypoint: `run_demo.py`
- Delivery mode: `prototype`
- Release tier: `prototype`
- Verification status: `FAIL`
- Clean-room release gates: `NOT_RUN`
- Python files detected: `run_demo.py, app/__init__.py, app/main.py, app/api/__init__.py, app/api/routes.py, tests/test_contract.py`

## Verification Commands

- `PASS` `"Q:\ARES\.venv-cuda311\Scripts\python.exe" -m py_compile "run_demo.py"`
- `PASS` `"Q:\ARES\.venv-cuda311\Scripts\python.exe" -m compileall "app" "tests"`
- `FAIL` `"Q:\ARES\.venv-cuda311\Scripts\python.exe" run_demo.py`
- `FAIL` `"Q:\ARES\.venv-cuda311\Scripts\python.exe" -m pytest -q`

## Current Limits

- Downgraded `production-ready` wording to `runnable local` until stronger verification exists.
- Verification failure: Install dependencies first with "python.exe" -m pip install -e .
<!-- ARES_AUTO_VERIFIED_SUMMARY:END -->
Files
PathBytes
.gitignore 45
__pycache__/clean_and_build.cpython-311.pyc 1807
__pycache__/fix_config.cpython-311.pyc 1191
__pycache__/run_demo.cpython-311.pyc 1447
__pycache__/setup.cpython-311.pyc 874
__pycache__/update_config.cpython-311.pyc 1149
app/__init__.py 62
app/__pycache__/__init__.cpython-311.pyc 192
app/__pycache__/main.cpython-311.pyc 946
app/api/__init__.py 61
app/api/__pycache__/__init__.cpython-311.pyc 195
app/api/__pycache__/routes.cpython-311.pyc 1297
app/api/routes.py 730
app/main.py 598
build/lib/app/__init__.py 62
build/lib/app/main.py 598
clean_and_build.py 1115
dist/production_build_app_fastapi_service_for_rag_document_retrieval-0.1.0-py3-none-any.whl 3462
dist/production_build_app_fastapi_service_for_rag_document_retrieval-0.1.0.tar.gz 3324
fix_config.py 734
invention.json 5450
MANIFEST.in 151
production_build_app_fastapi_service_for_rag_document_retrieval.egg-info/dependency_links.txt 1
production_build_app_fastapi_service_for_rag_document_retrieval.egg-info/not-zip-safe 2
production_build_app_fastapi_service_for_rag_document_retrieval.egg-info/PKG-INFO 3548
production_build_app_fastapi_service_for_rag_document_retrieval.egg-info/requires.txt 80
production_build_app_fastapi_service_for_rag_document_retrieval.egg-info/SOURCES.txt 96
production_build_app_fastapi_service_for_rag_document_retrieval.egg-info/top_level.txt 4
pyproject.toml 851
pyproject_fixed.toml 873
README.md 2982
run_demo.py 642
setup.py 629
test_simple.txt 11
test_venv/Lib/site-packages/_distutils_hack/__init__.py 6128
test_venv/Lib/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.pyc 11212
test_venv/Lib/site-packages/_distutils_hack/__pycache__/override.cpython-311.pyc 369
test_venv/Lib/site-packages/_distutils_hack/override.py 44
test_venv/Lib/site-packages/distutils-precedence.pth 151
test_venv/Lib/site-packages/pip-23.2.1.dist-info/AUTHORS.txt 10082
test_venv/Lib/site-packages/pip-23.2.1.dist-info/entry_points.txt 125
test_venv/Lib/site-packages/pip-23.2.1.dist-info/INSTALLER 4
test_venv/Lib/site-packages/pip-23.2.1.dist-info/LICENSE.txt 1093
test_venv/Lib/site-packages/pip-23.2.1.dist-info/METADATA 4239
test_venv/Lib/site-packages/pip-23.2.1.dist-info/RECORD 77283
test_venv/Lib/site-packages/pip-23.2.1.dist-info/REQUESTED 0
test_venv/Lib/site-packages/pip-23.2.1.dist-info/top_level.txt 4
test_venv/Lib/site-packages/pip-23.2.1.dist-info/WHEEL 92
test_venv/Lib/site-packages/pip/__init__.py 357
test_venv/Lib/site-packages/pip/__main__.py 854
test_venv/Lib/site-packages/pip/__pip-runner__.py 1444
test_venv/Lib/site-packages/pip/__pycache__/__init__.cpython-311.pyc 824
test_venv/Lib/site-packages/pip/__pycache__/__main__.cpython-311.pyc 941
test_venv/Lib/site-packages/pip/__pycache__/__pip-runner__.cpython-311.pyc 2561
test_venv/Lib/site-packages/pip/_internal/__init__.py 573
test_venv/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-311.pyc 1007
test_venv/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-311.pyc 16127
test_venv/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-311.pyc 14325
test_venv/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-311.pyc 19574
test_venv/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-311.pyc 37676
test_venv/Lib/site-packages/pip/_internal/__pycache__/main.cpython-311.pyc 807
test_venv/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-311.pyc 5669
test_venv/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-311.pyc 11377
test_venv/Lib/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-311.pyc 15311
test_venv/Lib/site-packages/pip/_internal/build_env.py 10243
test_venv/Lib/site-packages/pip/_internal/cache.py 10429
test_venv/Lib/site-packages/pip/_internal/cli/__init__.py 132
test_venv/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-311.pyc 342
test_venv/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-311.pyc 10132
test_venv/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-311.pyc 11904
test_venv/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-311.pyc 33803
test_venv/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-311.pyc 2164
test_venv/Lib/site-packages/pip/_internal/cli/__pycache__/main.cpython-311.pyc 2634
test_venv/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-311.pyc 5578
test_venv/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-311.pyc 17079
test_venv/Lib/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-311.pyc 3226
test_venv/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-311.pyc 20372
test_venv/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-311.pyc 8891
test_venv/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-311.pyc 430
test_venv/Lib/site-packages/pip/_internal/cli/autocompletion.py 6676
test_venv/Lib/site-packages/pip/_internal/cli/base_command.py 8726
test_venv/Lib/site-packages/pip/_internal/cli/cmdoptions.py 30030
test_venv/Lib/site-packages/pip/_internal/cli/command_context.py 774
test_venv/Lib/site-packages/pip/_internal/cli/main.py 2816
test_venv/Lib/site-packages/pip/_internal/cli/main_parser.py 4338
test_venv/Lib/site-packages/pip/_internal/cli/parser.py 10817
test_venv/Lib/site-packages/pip/_internal/cli/progress_bars.py 1968
test_venv/Lib/site-packages/pip/_internal/cli/req_command.py 18440
test_venv/Lib/site-packages/pip/_internal/cli/spinners.py 5118
test_venv/Lib/site-packages/pip/_internal/cli/status_codes.py 116
test_venv/Lib/site-packages/pip/_internal/commands/__init__.py 3882
test_venv/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-311.pyc 4510
test_venv/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-311.pyc 10609
test_venv/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-311.pyc 2465
test_venv/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-311.pyc 5375
test_venv/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-311.pyc 14951
test_venv/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-311.pyc 12059
test_venv/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-311.pyc 7999
test_venv/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-311.pyc 4715
test_venv/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-311.pyc 3412
test_venv/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-311.pyc 2024
test_venv/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-311.pyc 7847
test_venv/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-311.pyc 4500
test_venv/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-311.pyc 31261
test_venv/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-311.pyc 17270
test_venv/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-311.pyc 9006
test_venv/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-311.pyc 11349
test_venv/Lib/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-311.pyc 5200
test_venv/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-311.pyc 9456
test_venv/Lib/site-packages/pip/_internal/commands/cache.py 7581
test_venv/Lib/site-packages/pip/_internal/commands/check.py 1782
test_venv/Lib/site-packages/pip/_internal/commands/completion.py 3986
test_venv/Lib/site-packages/pip/_internal/commands/configuration.py 9815
test_venv/Lib/site-packages/pip/_internal/commands/debug.py 6591
test_venv/Lib/site-packages/pip/_internal/commands/download.py 5335
test_venv/Lib/site-packages/pip/_internal/commands/freeze.py 3172
test_venv/Lib/site-packages/pip/_internal/commands/hash.py 1703
test_venv/Lib/site-packages/pip/_internal/commands/help.py 1132
test_venv/Lib/site-packages/pip/_internal/commands/index.py 4793
test_venv/Lib/site-packages/pip/_internal/commands/inspect.py 3188
test_venv/Lib/site-packages/pip/_internal/commands/install.py 28934
test_venv/Lib/site-packages/pip/_internal/commands/list.py 12457
test_venv/Lib/site-packages/pip/_internal/commands/search.py 5697
test_venv/Lib/site-packages/pip/_internal/commands/show.py 6419
test_venv/Lib/site-packages/pip/_internal/commands/uninstall.py 3886
test_venv/Lib/site-packages/pip/_internal/commands/wheel.py 6476
test_venv/Lib/site-packages/pip/_internal/configuration.py 13839
test_venv/Lib/site-packages/pip/_internal/distributions/__init__.py 858
test_venv/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-311.pyc 1092
test_venv/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-311.pyc 2464
test_venv/Lib/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-311.pyc 1601
test_venv/Lib/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-311.pyc 9003
test_venv/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-311.pyc 2195
test_venv/Lib/site-packages/pip/_internal/distributions/base.py 1221
test_venv/Lib/site-packages/pip/_internal/distributions/installed.py 729
test_venv/Lib/site-packages/pip/_internal/distributions/sdist.py 6494
test_venv/Lib/site-packages/pip/_internal/distributions/wheel.py 1164
test_venv/Lib/site-packages/pip/_internal/exceptions.py 23737
test_venv/Lib/site-packages/pip/_internal/index/__init__.py 30
test_venv/Lib/site-packages/pip/_internal/index/__pycache__/__init__.cpython-311.pyc 296
test_venv/Lib/site-packages/pip/_internal/index/__pycache__/collector.cpython-311.pyc 24602
test_venv/Lib/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-311.pyc 44274
test_venv/Lib/site-packages/pip/_internal/index/__pycache__/sources.cpython-311.pyc 11078
test_venv/Lib/site-packages/pip/_internal/index/collector.py 16504
test_venv/Lib/site-packages/pip/_internal/index/package_finder.py 37873
test_venv/Lib/site-packages/pip/_internal/index/sources.py 6556
test_venv/Lib/site-packages/pip/_internal/locations/__init__.py 15365
test_venv/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-311.pyc 18234
test_venv/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-311.pyc 7643
test_venv/Lib/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-311.pyc 8938
test_venv/Lib/site-packages/pip/_internal/locations/__pycache__/base.cpython-311.pyc 4059
test_venv/Lib/site-packages/pip/_internal/locations/_distutils.py 6100
test_venv/Lib/site-packages/pip/_internal/locations/_sysconfig.py 7680
test_venv/Lib/site-packages/pip/_internal/locations/base.py 2556
test_venv/Lib/site-packages/pip/_internal/main.py 340
test_venv/Lib/site-packages/pip/_internal/metadata/__init__.py 4280
test_venv/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-311.pyc 6467
test_venv/Lib/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-311.pyc 3621
test_venv/Lib/site-packages/pip/_internal/metadata/__pycache__/base.cpython-311.pyc 38066
test_venv/Lib/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-311.pyc 16914
test_venv/Lib/site-packages/pip/_internal/metadata/_json.py 2595
test_venv/Lib/site-packages/pip/_internal/metadata/base.py 25277
test_venv/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py 107
test_venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-311.pyc 413
test_venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-311.pyc 3620
test_venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-311.pyc 14636
test_venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-311.pyc 12546
test_venv/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py 1882
test_venv/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py 8181
test_venv/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py 7435
test_venv/Lib/site-packages/pip/_internal/metadata/pkg_resources.py 9773
test_venv/Lib/site-packages/pip/_internal/models/__init__.py 63
test_venv/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-311.pyc 330
test_venv/Lib/site-packages/pip/_internal/models/__pycache__/candidate.cpython-311.pyc 2149
test_venv/Lib/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-311.pyc 12857
test_venv/Lib/site-packages/pip/_internal/models/__pycache__/format_control.cpython-311.pyc 4713
test_venv/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-311.pyc 1955
test_venv/Lib/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-311.pyc 2618
test_venv/Lib/site-packages/pip/_internal/models/__pycache__/link.cpython-311.pyc 28717
test_venv/Lib/site-packages/pip/_internal/models/__pycache__/scheme.cpython-311.pyc 1321
test_venv/Lib/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-311.pyc 5884
test_venv/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-311.pyc 2052
test_venv/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-311.pyc 4814
test_venv/Lib/site-packages/pip/_internal/models/__pycache__/wheel.cpython-311.pyc 6477
test_venv/Lib/site-packages/pip/_internal/models/candidate.py 990
test_venv/Lib/site-packages/pip/_internal/models/direct_url.py 6931
test_venv/Lib/site-packages/pip/_internal/models/format_control.py 2520
test_venv/Lib/site-packages/pip/_internal/models/index.py 1030
test_venv/Lib/site-packages/pip/_internal/models/installation_report.py 2609
test_venv/Lib/site-packages/pip/_internal/models/link.py 20819
test_venv/Lib/site-packages/pip/_internal/models/scheme.py 738
test_venv/Lib/site-packages/pip/_internal/models/search_scope.py 4643
test_venv/Lib/site-packages/pip/_internal/models/selection_prefs.py 1907
test_venv/Lib/site-packages/pip/_internal/models/target_python.py 3858
test_venv/Lib/site-packages/pip/_internal/models/wheel.py 3600
test_venv/Lib/site-packages/pip/_internal/network/__init__.py 50
test_venv/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-311.pyc 318
test_venv/Lib/site-packages/pip/_internal/network/__pycache__/auth.cpython-311.pyc 24045
test_venv/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-311.pyc 5241
test_venv/Lib/site-packages/pip/_internal/network/__pycache__/download.cpython-311.pyc 9633
test_venv/Lib/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-311.pyc 13079
test_venv/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-311.pyc 21490
test_venv/Lib/site-packages/pip/_internal/network/__pycache__/utils.cpython-311.pyc 2467
test_venv/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-311.pyc 3246
test_venv/Lib/site-packages/pip/_internal/network/auth.py 20541
test_venv/Lib/site-packages/pip/_internal/network/cache.py 2145
test_venv/Lib/site-packages/pip/_internal/network/download.py 6096
test_venv/Lib/site-packages/pip/_internal/network/lazy_wheel.py 7638
test_venv/Lib/site-packages/pip/_internal/network/session.py 18607
test_venv/Lib/site-packages/pip/_internal/network/utils.py 4073
test_venv/Lib/site-packages/pip/_internal/network/xmlrpc.py 1791
test_venv/Lib/site-packages/pip/_internal/operations/__init__.py 0
test_venv/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-311.pyc 256
test_venv/Lib/site-packages/pip/_internal/operations/__pycache__/check.cpython-311.pyc 8519
test_venv/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-311.pyc 11652
test_venv/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-311.pyc 28002
test_venv/Lib/site-packages/pip/_internal/operations/build/__init__.py 0
test_venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-311.pyc 262
test_venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-311.pyc 8185
test_venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-311.pyc 2333
test_venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-311.pyc 2369
test_venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-311.pyc 3769
test_venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-311.pyc 1999
test_venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-311.pyc 2443
test_venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-311.pyc 4550
test_venv/Lib/site-packages/pip/_internal/operations/build/build_tracker.py 4133
test_venv/Lib/site-packages/pip/_internal/operations/build/metadata.py 1422
test_venv/Lib/site-packages/pip/_internal/operations/build/metadata_editable.py 1474
test_venv/Lib/site-packages/pip/_internal/operations/build/metadata_legacy.py 2198
test_venv/Lib/site-packages/pip/_internal/operations/build/wheel.py 1075
test_venv/Lib/site-packages/pip/_internal/operations/build/wheel_editable.py 1417
test_venv/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py 3064
test_venv/Lib/site-packages/pip/_internal/operations/check.py 6806
test_venv/Lib/site-packages/pip/_internal/operations/freeze.py 9816
test_venv/Lib/site-packages/pip/_internal/operations/install/__init__.py 51
test_venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-311.pyc 330
test_venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-311.pyc 2243
test_venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-311.pyc 40296
test_venv/Lib/site-packages/pip/_internal/operations/install/editable_legacy.py 1282
test_venv/Lib/site-packages/pip/_internal/operations/install/wheel.py 27475
test_venv/Lib/site-packages/pip/_internal/operations/prepare.py 28868
test_venv/Lib/site-packages/pip/_internal/pyproject.py 7161
test_venv/Lib/site-packages/pip/_internal/req/__init__.py 2738
test_venv/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-311.pyc 4444
test_venv/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-311.pyc 20756
test_venv/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-311.pyc 22801
test_venv/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-311.pyc 38139
test_venv/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-311.pyc 8012
test_venv/Lib/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-311.pyc 37538
test_venv/Lib/site-packages/pip/_internal/req/constructors.py 16610
test_venv/Lib/site-packages/pip/_internal/req/req_file.py 17872
test_venv/Lib/site-packages/pip/_internal/req/req_install.py 33084
test_venv/Lib/site-packages/pip/_internal/req/req_set.py 4704
test_venv/Lib/site-packages/pip/_internal/req/req_uninstall.py 24678
test_venv/Lib/site-packages/pip/_internal/resolution/__init__.py 0
test_venv/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-311.pyc 256
test_venv/Lib/site-packages/pip/_internal/resolution/__pycache__/base.cpython-311.pyc 1427
test_venv/Lib/site-packages/pip/_internal/resolution/base.py 583
test_venv/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py 0
test_venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-311.pyc 263
test_venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-311.pyc 23853
test_venv/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py 24128
test_venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py 0
test_venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-311.pyc 267
test_venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-311.pyc 9680
test_venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-311.pyc 28854
test_venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-311.pyc 31979
test_venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-311.pyc 6815
test_venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-311.pyc 11506
test_venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-311.pyc 5497
test_venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-311.pyc 11177
test_venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-311.pyc 12478
test_venv/Lib/site-packages/pip/_internal/resolution/resolvelib/base.py 5220
test_venv/Lib/site-packages/pip/_internal/resolution/resolvelib/candidates.py 18969
test_venv/Lib/site-packages/pip/_internal/resolution/resolvelib/factory.py 27845
test_venv/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py 5705
test_venv/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py 9824
test_venv/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py 3100
test_venv/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py 5454
test_venv/Lib/site-packages/pip/_internal/resolution/resolvelib/resolver.py 11642
test_venv/Lib/site-packages/pip/_internal/self_outdated_check.py 8167
test_venv/Lib/site-packages/pip/_internal/utils/__init__.py 0
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-311.pyc 251
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-311.pyc 4815
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/_log.cpython-311.pyc 2072
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-311.pyc 2610
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-311.pyc 2318
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-311.pyc 6810
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-311.pyc 768
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-311.pyc 4737
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-311.pyc 3774
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-311.pyc 3289
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-311.pyc 2374
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-311.pyc 4296
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-311.pyc 8281
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-311.pyc 1367
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-311.pyc 2663
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-311.pyc 8822
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-311.pyc 1385
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-311.pyc 15510
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-311.pyc 37110
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/models.cpython-311.pyc 2991
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-311.pyc 2858
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-311.pyc 4923
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-311.pyc 9945
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-311.pyc 11472
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-311.pyc 12947
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/urls.cpython-311.pyc 2744
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-311.pyc 4991
test_venv/Lib/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-311.pyc 7161
test_venv/Lib/site-packages/pip/_internal/utils/_jaraco_text.py 3351
test_venv/Lib/site-packages/pip/_internal/utils/_log.py 1015
test_venv/Lib/site-packages/pip/_internal/utils/appdirs.py 1665
test_venv/Lib/site-packages/pip/_internal/utils/compat.py 1884
test_venv/Lib/site-packages/pip/_internal/utils/compatibility_tags.py 5377
test_venv/Lib/site-packages/pip/_internal/utils/datetime.py 242
test_venv/Lib/site-packages/pip/_internal/utils/deprecation.py 3627
test_venv/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py 3206
test_venv/Lib/site-packages/pip/_internal/utils/egg_link.py 2118
test_venv/Lib/site-packages/pip/_internal/utils/encoding.py 1169
test_venv/Lib/site-packages/pip/_internal/utils/entrypoints.py 3064
test_venv/Lib/site-packages/pip/_internal/utils/filesystem.py 5122
test_venv/Lib/site-packages/pip/_internal/utils/filetypes.py 716
test_venv/Lib/site-packages/pip/_internal/utils/glibc.py 3113
test_venv/Lib/site-packages/pip/_internal/utils/hashes.py 5118
test_venv/Lib/site-packages/pip/_internal/utils/inject_securetransport.py 795
test_venv/Lib/site-packages/pip/_internal/utils/logging.py 11632
test_venv/Lib/site-packages/pip/_internal/utils/misc.py 22343
test_venv/Lib/site-packages/pip/_internal/utils/models.py 1193
test_venv/Lib/site-packages/pip/_internal/utils/packaging.py 2108
test_venv/Lib/site-packages/pip/_internal/utils/setuptools_build.py 4435
test_venv/Lib/site-packages/pip/_internal/utils/subprocess.py 9200
test_venv/Lib/site-packages/pip/_internal/utils/temp_dir.py 7702
test_venv/Lib/site-packages/pip/_internal/utils/unpacking.py 8821
test_venv/Lib/site-packages/pip/_internal/utils/urls.py 1759
test_venv/Lib/site-packages/pip/_internal/utils/virtualenv.py 3456
test_venv/Lib/site-packages/pip/_internal/utils/wheel.py 4549
test_venv/Lib/site-packages/pip/_internal/vcs/__init__.py 596
test_venv/Lib/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-311.pyc 686
test_venv/Lib/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-311.pyc 5911
test_venv/Lib/site-packages/pip/_internal/vcs/__pycache__/git.cpython-311.pyc 21575
test_venv/Lib/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-311.pyc 8766
test_venv/Lib/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-311.pyc 14654
test_venv/Lib/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-311.pyc 31923
test_venv/Lib/site-packages/pip/_internal/vcs/bazaar.py 3519
test_venv/Lib/site-packages/pip/_internal/vcs/git.py 18116
test_venv/Lib/site-packages/pip/_internal/vcs/mercurial.py 5244
test_venv/Lib/site-packages/pip/_internal/vcs/subversion.py 11729
test_venv/Lib/site-packages/pip/_internal/vcs/versioncontrol.py 22811
test_venv/Lib/site-packages/pip/_internal/wheel_builder.py 11842
test_venv/Lib/site-packages/pip/_vendor/__init__.py 4966
test_venv/Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-311.pyc 5664
test_venv/Lib/site-packages/pip/_vendor/__pycache__/six.cpython-311.pyc 46466
test_venv/Lib/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-311.pyc 131636
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py 465
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-311.pyc 893
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-311.pyc 2748
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-311.pyc 5555
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-311.pyc 3829
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-311.pyc 1186
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-311.pyc 16501
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-311.pyc 4288
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-311.pyc 6733
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-311.pyc 8448
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-311.pyc 1014
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py 1379
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py 5033
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/cache.py 1535
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py 242
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-311.pyc 468
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-311.pyc 8451
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-311.pyc 2548
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py 5271
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py 1033
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/compat.py 778
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/controller.py 16416
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py 3946
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py 4154
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py 7105
test_venv/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py 774
test_venv/Lib/site-packages/pip/_vendor/certifi/__init__.py 94
test_venv/Lib/site-packages/pip/_vendor/certifi/__main__.py 255
test_venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-311.pyc 393
test_venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-311.pyc 794
test_venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-311.pyc 3416
test_venv/Lib/site-packages/pip/_vendor/certifi/cacert.pem 278952
test_venv/Lib/site-packages/pip/_vendor/certifi/core.py 4279
test_venv/Lib/site-packages/pip/_vendor/chardet/__init__.py 4797
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-311.pyc 5125
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-311.pyc 27255
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-311.pyc 1730
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-311.pyc 11322
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-311.pyc 4352
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-311.pyc 5598
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-311.pyc 4049
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-311.pyc 1005
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-311.pyc 1739
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-311.pyc 3440
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-311.pyc 4956
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-311.pyc 12695
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-311.pyc 4782
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-311.pyc 12138
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-311.pyc 1731
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-311.pyc 27260
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-311.pyc 1731
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-311.pyc 19182
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-311.pyc 1746
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-311.pyc 5735
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-311.pyc 22211
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-311.pyc 84715
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-311.pyc 1737
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-311.pyc 40219
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-311.pyc 85889
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-311.pyc 79311
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-311.pyc 80073
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-311.pyc 85843
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-311.pyc 108790
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-311.pyc 80251
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-311.pyc 80090
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-311.pyc 7386
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-311.pyc 7553
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-311.pyc 4174
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-311.pyc 2044
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-311.pyc 31784
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-311.pyc 823
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-311.pyc 6449
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-311.pyc 2994
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-311.pyc 4887
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-311.pyc 12515
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-311.pyc 10635
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-311.pyc 3522
test_venv/Lib/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-311.pyc 558
test_venv/Lib/site-packages/pip/_vendor/chardet/big5freq.py 31274
test_venv/Lib/site-packages/pip/_vendor/chardet/big5prober.py 1763
test_venv/Lib/site-packages/pip/_vendor/chardet/chardistribution.py 10032
test_venv/Lib/site-packages/pip/_vendor/chardet/charsetgroupprober.py 3915
test_venv/Lib/site-packages/pip/_vendor/chardet/charsetprober.py 5420
test_venv/Lib/site-packages/pip/_vendor/chardet/cli/__init__.py 0
test_venv/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-311.pyc 255
test_venv/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-311.pyc 4394
test_venv/Lib/site-packages/pip/_vendor/chardet/cli/chardetect.py 3242
test_venv/Lib/site-packages/pip/_vendor/chardet/codingstatemachine.py 3732
test_venv/Lib/site-packages/pip/_vendor/chardet/codingstatemachinedict.py 542
test_venv/Lib/site-packages/pip/_vendor/chardet/cp949prober.py 1860
test_venv/Lib/site-packages/pip/_vendor/chardet/enums.py 1683
test_venv/Lib/site-packages/pip/_vendor/chardet/escprober.py 4006
test_venv/Lib/site-packages/pip/_vendor/chardet/escsm.py 12176
test_venv/Lib/site-packages/pip/_vendor/chardet/eucjpprober.py 3934
test_venv/Lib/site-packages/pip/_vendor/chardet/euckrfreq.py 13566
test_venv/Lib/site-packages/pip/_vendor/chardet/euckrprober.py 1753
test_venv/Lib/site-packages/pip/_vendor/chardet/euctwfreq.py 36913
test_venv/Lib/site-packages/pip/_vendor/chardet/euctwprober.py 1753
test_venv/Lib/site-packages/pip/_vendor/chardet/gb2312freq.py 20735
test_venv/Lib/site-packages/pip/_vendor/chardet/gb2312prober.py 1759
test_venv/Lib/site-packages/pip/_vendor/chardet/hebrewprober.py 14537
test_venv/Lib/site-packages/pip/_vendor/chardet/jisfreq.py 25796
test_venv/Lib/site-packages/pip/_vendor/chardet/johabfreq.py 42498
test_venv/Lib/site-packages/pip/_vendor/chardet/johabprober.py 1752
test_venv/Lib/site-packages/pip/_vendor/chardet/jpcntx.py 27055
test_venv/Lib/site-packages/pip/_vendor/chardet/langbulgarianmodel.py 104562
test_venv/Lib/site-packages/pip/_vendor/chardet/langgreekmodel.py 98484
test_venv/Lib/site-packages/pip/_vendor/chardet/langhebrewmodel.py 98196
test_venv/Lib/site-packages/pip/_vendor/chardet/langhungarianmodel.py 101363
test_venv/Lib/site-packages/pip/_vendor/chardet/langrussianmodel.py 128035
test_venv/Lib/site-packages/pip/_vendor/chardet/langthaimodel.py 102774
test_venv/Lib/site-packages/pip/_vendor/chardet/langturkishmodel.py 95372
test_venv/Lib/site-packages/pip/_vendor/chardet/latin1prober.py 5380
test_venv/Lib/site-packages/pip/_vendor/chardet/macromanprober.py 6077
test_venv/Lib/site-packages/pip/_vendor/chardet/mbcharsetprober.py 3715
test_venv/Lib/site-packages/pip/_vendor/chardet/mbcsgroupprober.py 2131
test_venv/Lib/site-packages/pip/_vendor/chardet/mbcssm.py 30391
test_venv/Lib/site-packages/pip/_vendor/chardet/metadata/__init__.py 0
test_venv/Lib/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-311.pyc 260
test_venv/Lib/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-311.pyc 10860
test_venv/Lib/site-packages/pip/_vendor/chardet/metadata/languages.py 13560
test_venv/Lib/site-packages/pip/_vendor/chardet/resultdict.py 402
test_venv/Lib/site-packages/pip/_vendor/chardet/sbcharsetprober.py 6400
test_venv/Lib/site-packages/pip/_vendor/chardet/sbcsgroupprober.py 4137
test_venv/Lib/site-packages/pip/_vendor/chardet/sjisprober.py 4007
test_venv/Lib/site-packages/pip/_vendor/chardet/universaldetector.py 14848
test_venv/Lib/site-packages/pip/_vendor/chardet/utf1632prober.py 8505
test_venv/Lib/site-packages/pip/_vendor/chardet/utf8prober.py 2812
test_venv/Lib/site-packages/pip/_vendor/chardet/version.py 244
test_venv/Lib/site-packages/pip/_vendor/colorama/__init__.py 266
test_venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-311.pyc 627
test_venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-311.pyc 4625
test_venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-311.pyc 16271
test_venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-311.pyc 3988
test_venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-311.pyc 7976
test_venv/Lib/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-311.pyc 9202
test_venv/Lib/site-packages/pip/_vendor/colorama/ansi.py 2522
test_venv/Lib/site-packages/pip/_vendor/colorama/ansitowin32.py 11128
test_venv/Lib/site-packages/pip/_vendor/colorama/initialise.py 3325
test_venv/Lib/site-packages/pip/_vendor/colorama/tests/__init__.py 75
test_venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-311.pyc 258
test_venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-311.pyc 5903
test_venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-311.pyc 21570
test_venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-311.pyc 14197
test_venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-311.pyc 6762
test_venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-311.pyc 2937
test_venv/Lib/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-311.pyc 7290
test_venv/Lib/site-packages/pip/_vendor/colorama/tests/ansi_test.py 2839
test_venv/Lib/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py 10678
test_venv/Lib/site-packages/pip/_vendor/colorama/tests/initialise_test.py 6741
test_venv/Lib/site-packages/pip/_vendor/colorama/tests/isatty_test.py 1866
test_venv/Lib/site-packages/pip/_vendor/colorama/tests/utils.py 1079
test_venv/Lib/site-packages/pip/_vendor/colorama/tests/winterm_test.py 3709
test_venv/Lib/site-packages/pip/_vendor/colorama/win32.py 6181
test_venv/Lib/site-packages/pip/_vendor/colorama/winterm.py 7134
test_venv/Lib/site-packages/pip/_vendor/distlib/__init__.py 581
test_venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-311.pyc 1496
test_venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-311.pyc 52362
test_venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-311.pyc 72150
test_venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-311.pyc 26739
test_venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-311.pyc 65915
test_venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-311.pyc 17082
test_venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-311.pyc 8218
test_venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-311.pyc 47166
test_venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-311.pyc 19045
test_venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-311.pyc 21321
test_venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-311.pyc 97500
test_venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-311.pyc 34627
test_venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-311.pyc 60431
test_venv/Lib/site-packages/pip/_vendor/distlib/compat.py 41259
test_venv/Lib/site-packages/pip/_vendor/distlib/database.py 51697
test_venv/Lib/site-packages/pip/_vendor/distlib/index.py 20834
test_venv/Lib/site-packages/pip/_vendor/distlib/locators.py 51991
test_venv/Lib/site-packages/pip/_vendor/distlib/manifest.py 14811
test_venv/Lib/site-packages/pip/_vendor/distlib/markers.py 5058
test_venv/Lib/site-packages/pip/_vendor/distlib/metadata.py 39801
test_venv/Lib/site-packages/pip/_vendor/distlib/resources.py 10820
test_venv/Lib/site-packages/pip/_vendor/distlib/scripts.py 18102
test_venv/Lib/site-packages/pip/_vendor/distlib/t32.exe 97792
test_venv/Lib/site-packages/pip/_vendor/distlib/t64-arm.exe 182784
test_venv/Lib/site-packages/pip/_vendor/distlib/t64.exe 108032
test_venv/Lib/site-packages/pip/_vendor/distlib/util.py 66262
test_venv/Lib/site-packages/pip/_vendor/distlib/version.py 23513
test_venv/Lib/site-packages/pip/_vendor/distlib/w32.exe 91648
test_venv/Lib/site-packages/pip/_vendor/distlib/w64-arm.exe 168448
test_venv/Lib/site-packages/pip/_vendor/distlib/w64.exe 101888
test_venv/Lib/site-packages/pip/_vendor/distlib/wheel.py 43898
test_venv/Lib/site-packages/pip/_vendor/distro/__init__.py 981
test_venv/Lib/site-packages/pip/_vendor/distro/__main__.py 64
test_venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-311.pyc 1249
test_venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-311.pyc 383
test_venv/Lib/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-311.pyc 57782
test_venv/Lib/site-packages/pip/_vendor/distro/distro.py 49330
test_venv/Lib/site-packages/pip/_vendor/idna/__init__.py 849
test_venv/Lib/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-311.pyc 1150
test_venv/Lib/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-311.pyc 5441
test_venv/Lib/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-311.pyc 1067
test_venv/Lib/site-packages/pip/_vendor/idna/__pycache__/core.cpython-311.pyc 19502
test_venv/Lib/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-311.pyc 39026
test_venv/Lib/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-311.pyc 3035
test_venv/Lib/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-311.pyc 270
test_venv/Lib/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-311.pyc 163250
test_venv/Lib/site-packages/pip/_vendor/idna/codec.py 3374
test_venv/Lib/site-packages/pip/_vendor/idna/compat.py 321
test_venv/Lib/site-packages/pip/_vendor/idna/core.py 12950
test_venv/Lib/site-packages/pip/_vendor/idna/idnadata.py 44375
test_venv/Lib/site-packages/pip/_vendor/idna/intranges.py 1881
test_venv/Lib/site-packages/pip/_vendor/idna/package_data.py 21
test_venv/Lib/site-packages/pip/_vendor/idna/uts46data.py 206539
test_venv/Lib/site-packages/pip/_vendor/msgpack/__init__.py 1132
test_venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-311.pyc 2129
test_venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-311.pyc 2430
test_venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-311.pyc 9215
test_venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-311.pyc 47203
test_venv/Lib/site-packages/pip/_vendor/msgpack/exceptions.py 1081
test_venv/Lib/site-packages/pip/_vendor/msgpack/ext.py 6079
test_venv/Lib/site-packages/pip/_vendor/msgpack/fallback.py 34544
test_venv/Lib/site-packages/pip/_vendor/packaging/__about__.py 661
test_venv/Lib/site-packages/pip/_vendor/packaging/__init__.py 497
test_venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-311.pyc 694
test_venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-311.pyc 615
test_venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc 13281
test_venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc 8049
test_venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-311.pyc 3737
test_venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-311.pyc 16577
test_venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-311.pyc 7692
test_venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc 34415
test_venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-311.pyc 21400
test_venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-311.pyc 6735
test_venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-311.pyc 21927
test_venv/Lib/site-packages/pip/_vendor/packaging/_manylinux.py 11488
test_venv/Lib/site-packages/pip/_vendor/packaging/_musllinux.py 4378
test_venv/Lib/site-packages/pip/_vendor/packaging/_structures.py 1431
test_venv/Lib/site-packages/pip/_vendor/packaging/markers.py 8487
test_venv/Lib/site-packages/pip/_vendor/packaging/requirements.py 4676
test_venv/Lib/site-packages/pip/_vendor/packaging/specifiers.py 30110
test_venv/Lib/site-packages/pip/_vendor/packaging/tags.py 15699
test_venv/Lib/site-packages/pip/_vendor/packaging/utils.py 4200
test_venv/Lib/site-packages/pip/_vendor/packaging/version.py 14665
test_venv/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py 109364
test_venv/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-311.pyc 160195
test_venv/Lib/site-packages/pip/_vendor/platformdirs/__init__.py 20155
test_venv/Lib/site-packages/pip/_vendor/platformdirs/__main__.py 1476
test_venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-311.pyc 17548
test_venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-311.pyc 2328
test_venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-311.pyc 10514
test_venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-311.pyc 10607
test_venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-311.pyc 6119
test_venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-311.pyc 13825
test_venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-311.pyc 365
test_venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-311.pyc 13993
test_venv/Lib/site-packages/pip/_vendor/platformdirs/android.py 7211
test_venv/Lib/site-packages/pip/_vendor/platformdirs/api.py 7132
test_venv/Lib/site-packages/pip/_vendor/platformdirs/macos.py 3678
test_venv/Lib/site-packages/pip/_vendor/platformdirs/unix.py 8809
test_venv/Lib/site-packages/pip/_vendor/platformdirs/version.py 160
test_venv/Lib/site-packages/pip/_vendor/platformdirs/windows.py 9573
test_venv/Lib/site-packages/pip/_vendor/pygments/__init__.py 2983
test_venv/Lib/site-packages/pip/_vendor/pygments/__main__.py 353
test_venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-311.pyc 3884
test_venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-311.pyc 833
test_venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-311.pyc 30344
test_venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-311.pyc 3096
test_venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-311.pyc 3557
test_venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-311.pyc 4872
test_venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-311.pyc 42360
test_venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-311.pyc 1776
test_venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-311.pyc 3789
test_venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-311.pyc 5083
test_venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-311.pyc 4938
test_venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-311.pyc 12883
test_venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-311.pyc 7477
test_venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-311.pyc 7517
test_venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-311.pyc 33890
test_venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-311.pyc 15742
test_venv/Lib/site-packages/pip/_vendor/pygments/cmdline.py 23685
test_venv/Lib/site-packages/pip/_vendor/pygments/console.py 1697
test_venv/Lib/site-packages/pip/_vendor/pygments/filter.py 1938
test_venv/Lib/site-packages/pip/_vendor/pygments/filters/__init__.py 40386
test_venv/Lib/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-311.pyc 40157
test_venv/Lib/site-packages/pip/_vendor/pygments/formatter.py 4178
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/__init__.py 5424
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-311.pyc 7815
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-311.pyc 4275
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-311.pyc 4531
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-311.pyc 7904
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-311.pyc 42693
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-311.pyc 28621
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-311.pyc 6457
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-311.pyc 21857
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-311.pyc 7685
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-311.pyc 3229
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-311.pyc 6896
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-311.pyc 9716
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-311.pyc 6095
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-311.pyc 16461
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/_mapping.py 4176
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/bbcode.py 3314
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/groff.py 5094
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/html.py 35610
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/img.py 21938
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/irc.py 4981
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/latex.py 19351
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/other.py 5073
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py 2212
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/rtf.py 5014
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/svg.py 7335
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/terminal.py 4674
test_venv/Lib/site-packages/pip/_vendor/pygments/formatters/terminal256.py 11753
test_venv/Lib/site-packages/pip/_vendor/pygments/lexer.py 34618
test_venv/Lib/site-packages/pip/_vendor/pygments/lexers/__init__.py 12130
test_venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-311.pyc 16401
test_venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-311.pyc 64843
test_venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-311.pyc 43357
test_venv/Lib/site-packages/pip/_vendor/pygments/lexers/_mapping.py 72281
test_venv/Lib/site-packages/pip/_vendor/pygments/lexers/python.py 53424
test_venv/Lib/site-packages/pip/_vendor/pygments/modeline.py 986
test_venv/Lib/site-packages/pip/_vendor/pygments/plugin.py 2591
test_venv/Lib/site-packages/pip/_vendor/pygments/regexopt.py 3072
test_venv/Lib/site-packages/pip/_vendor/pygments/scanner.py 3092
test_venv/Lib/site-packages/pip/_vendor/pygments/sphinxext.py 6882
test_venv/Lib/site-packages/pip/_vendor/pygments/style.py 6257
test_venv/Lib/site-packages/pip/_vendor/pygments/styles/__init__.py 3700
test_venv/Lib/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-311.pyc 4732
test_venv/Lib/site-packages/pip/_vendor/pygments/token.py 6184
test_venv/Lib/site-packages/pip/_vendor/pygments/unistring.py 63223
test_venv/Lib/site-packages/pip/_vendor/pygments/util.py 10230
test_venv/Lib/site-packages/pip/_vendor/pyparsing/__init__.py 9116
test_venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc 8281
test_venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc 9172
test_venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-311.pyc 14919
test_venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-311.pyc 295492
test_venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc 13759
test_venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc 54178
test_venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-311.pyc 37899
test_venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc 19562
test_venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc 15250
test_venv/Lib/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-311.pyc 16833
test_venv/Lib/site-packages/pip/_vendor/pyparsing/actions.py 6567
test_venv/Lib/site-packages/pip/_vendor/pyparsing/common.py 13387
test_venv/Lib/site-packages/pip/_vendor/pyparsing/core.py 224445
test_venv/Lib/site-packages/pip/_vendor/pyparsing/diagram/__init__.py 24215
test_venv/Lib/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc 28841
test_venv/Lib/site-packages/pip/_vendor/pyparsing/exceptions.py 9523
test_venv/Lib/site-packages/pip/_vendor/pyparsing/helpers.py 38646
test_venv/Lib/site-packages/pip/_vendor/pyparsing/results.py 26692
test_venv/Lib/site-packages/pip/_vendor/pyparsing/testing.py 13488
test_venv/Lib/site-packages/pip/_vendor/pyparsing/unicode.py 10646
test_venv/Lib/site-packages/pip/_vendor/pyparsing/util.py 8670
test_venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__init__.py 491
test_venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-311.pyc 758
test_venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-311.pyc 456
test_venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-311.pyc 16722
test_venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_compat.py 138
test_venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_impl.py 11920
test_venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py 546
test_venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-311.pyc 1218
test_venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-311.pyc 16540
test_venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py 10927
test_venv/Lib/site-packages/pip/_vendor/requests/__init__.py 5169
test_venv/Lib/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-311.pyc 6489
test_venv/Lib/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-311.pyc 639
test_venv/Lib/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-311.pyc 2203
test_venv/Lib/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-311.pyc 23256
test_venv/Lib/site-packages/pip/_vendor/requests/__pycache__/api.cpython-311.pyc 7556
test_venv/Lib/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-311.pyc 14683
test_venv/Lib/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-311.pyc 1035
test_venv/Lib/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-311.pyc 1861
test_venv/Lib/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-311.pyc 27163
test_venv/Lib/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-311.pyc 8578
test_venv/Lib/site-packages/pip/_vendor/requests/__pycache__/help.cpython-311.pyc 4573
test_venv/Lib/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-311.pyc 1303
test_venv/Lib/site-packages/pip/_vendor/requests/__pycache__/models.cpython-311.pyc 38834
test_venv/Lib/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-311.pyc 883
test_venv/Lib/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-311.pyc 29746
test_venv/Lib/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-311.pyc 6290
test_venv/Lib/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-311.pyc 6275
test_venv/Lib/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-311.pyc 40309
test_venv/Lib/site-packages/pip/_vendor/requests/__version__.py 435
test_venv/Lib/site-packages/pip/_vendor/requests/_internal_utils.py 1495
test_venv/Lib/site-packages/pip/_vendor/requests/adapters.py 19697
test_venv/Lib/site-packages/pip/_vendor/requests/api.py 6449
test_venv/Lib/site-packages/pip/_vendor/requests/auth.py 10187
test_venv/Lib/site-packages/pip/_vendor/requests/certs.py 575
test_venv/Lib/site-packages/pip/_vendor/requests/compat.py 1286
test_venv/Lib/site-packages/pip/_vendor/requests/cookies.py 18560
test_venv/Lib/site-packages/pip/_vendor/requests/exceptions.py 3823
test_venv/Lib/site-packages/pip/_vendor/requests/help.py 3879
test_venv/Lib/site-packages/pip/_vendor/requests/hooks.py 733
test_venv/Lib/site-packages/pip/_vendor/requests/models.py 35288
test_venv/Lib/site-packages/pip/_vendor/requests/packages.py 695
test_venv/Lib/site-packages/pip/_vendor/requests/sessions.py 30373
test_venv/Lib/site-packages/pip/_vendor/requests/status_codes.py 4235
test_venv/Lib/site-packages/pip/_vendor/requests/structures.py 2912
test_venv/Lib/site-packages/pip/_vendor/requests/utils.py 33460
test_venv/Lib/site-packages/pip/_vendor/resolvelib/__init__.py 537
test_venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-311.pyc 806
test_venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-311.pyc 7124
test_venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-311.pyc 2888
test_venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-311.pyc 29288
test_venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-311.pyc 11525
test_venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__init__.py 0
test_venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-311.pyc 261
test_venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-311.pyc 536
test_venv/Lib/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py 156
test_venv/Lib/site-packages/pip/_vendor/resolvelib/providers.py 5871
test_venv/Lib/site-packages/pip/_vendor/resolvelib/reporters.py 1601
test_venv/Lib/site-packages/pip/_vendor/resolvelib/resolvers.py 20511
test_venv/Lib/site-packages/pip/_vendor/resolvelib/structs.py 4963
test_venv/Lib/site-packages/pip/_vendor/rich/__init__.py 6090
test_venv/Lib/site-packages/pip/_vendor/rich/__main__.py 8478
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-311.pyc 7549
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-311.pyc 11627
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-311.pyc 7888
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-311.pyc 208575
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-311.pyc 1987
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-311.pyc 2378
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-311.pyc 688
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-311.pyc 1030
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-311.pyc 14240
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-311.pyc 4822
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-311.pyc 2168
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-311.pyc 4227
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-311.pyc 5304
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-311.pyc 849
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-311.pyc 7987
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-311.pyc 13737
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-311.pyc 1183
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-311.pyc 1036
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-311.pyc 30224
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-311.pyc 2883
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-311.pyc 4074
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-311.pyc 2839
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-311.pyc 1980
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/align.cpython-311.pyc 13522
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-311.pyc 10553
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-311.pyc 4602
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/box.cpython-311.pyc 13044
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-311.pyc 6674
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/color.cpython-311.pyc 27858
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-311.pyc 1928
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-311.pyc 10699
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/console.cpython-311.pyc 123802
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-311.pyc 2520
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-311.pyc 10861
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/control.cpython-311.pyc 11952
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-311.pyc 12655
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-311.pyc 1875
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-311.pyc 4853
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-311.pyc 2384
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-311.pyc 4088
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-311.pyc 3356
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-311.pyc 11042
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/json.cpython-311.pyc 6599
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-311.pyc 6459
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-311.pyc 23366
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/live.cpython-311.pyc 21352
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-311.pyc 5200
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-311.pyc 14571
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-311.pyc 10493
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-311.pyc 7326
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-311.pyc 7542
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-311.pyc 2300
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-311.pyc 6033
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-311.pyc 12789
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-311.pyc 44403
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-311.pyc 82669
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-311.pyc 11067
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-311.pyc 16433
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-311.pyc 2151
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/region.cpython-311.pyc 714
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-311.pyc 7681
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-311.pyc 7220
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-311.pyc 4406
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-311.pyc 2829
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-311.pyc 31659
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-311.pyc 6935
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/status.cpython-311.pyc 6813
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/style.cpython-311.pyc 35253
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-311.pyc 2494
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-311.pyc 42704
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/table.cpython-311.pyc 48855
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-311.pyc 3760
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/text.cpython-311.pyc 65013
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-311.pyc 7359
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-311.pyc 410
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-311.pyc 34622
test_venv/Lib/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-311.pyc 12581
test_venv/Lib/site-packages/pip/_vendor/rich/_cell_widths.py 10096
test_venv/Lib/site-packages/pip/_vendor/rich/_emoji_codes.py 140235
test_venv/Lib/site-packages/pip/_vendor/rich/_emoji_replace.py 1064
test_venv/Lib/site-packages/pip/_vendor/rich/_export_format.py 2100
test_venv/Lib/site-packages/pip/_vendor/rich/_extension.py 265
test_venv/Lib/site-packages/pip/_vendor/rich/_fileno.py 799
test_venv/Lib/site-packages/pip/_vendor/rich/_inspect.py 9695
test_venv/Lib/site-packages/pip/_vendor/rich/_log_render.py 3225
test_venv/Lib/site-packages/pip/_vendor/rich/_loop.py 1236
test_venv/Lib/site-packages/pip/_vendor/rich/_null_file.py 1387
test_venv/Lib/site-packages/pip/_vendor/rich/_palettes.py 7063
test_venv/Lib/site-packages/pip/_vendor/rich/_pick.py 423
test_venv/Lib/site-packages/pip/_vendor/rich/_ratio.py 5472
test_venv/Lib/site-packages/pip/_vendor/rich/_spinners.py 19919
test_venv/Lib/site-packages/pip/_vendor/rich/_stack.py 351
test_venv/Lib/site-packages/pip/_vendor/rich/_timer.py 417
test_venv/Lib/site-packages/pip/_vendor/rich/_win32_console.py 22820
test_venv/Lib/site-packages/pip/_vendor/rich/_windows.py 1926
test_venv/Lib/site-packages/pip/_vendor/rich/_windows_renderer.py 2783
test_venv/Lib/site-packages/pip/_vendor/rich/_wrap.py 1840
test_venv/Lib/site-packages/pip/_vendor/rich/abc.py 890
test_venv/Lib/site-packages/pip/_vendor/rich/align.py 10368
test_venv/Lib/site-packages/pip/_vendor/rich/ansi.py 6906
test_venv/Lib/site-packages/pip/_vendor/rich/bar.py 3264
test_venv/Lib/site-packages/pip/_vendor/rich/box.py 9842
test_venv/Lib/site-packages/pip/_vendor/rich/cells.py 4509
test_venv/Lib/site-packages/pip/_vendor/rich/color.py 18224
test_venv/Lib/site-packages/pip/_vendor/rich/color_triplet.py 1054
test_venv/Lib/site-packages/pip/_vendor/rich/columns.py 7131
test_venv/Lib/site-packages/pip/_vendor/rich/console.py 99218
test_venv/Lib/site-packages/pip/_vendor/rich/constrain.py 1288
test_venv/Lib/site-packages/pip/_vendor/rich/containers.py 5497
test_venv/Lib/site-packages/pip/_vendor/rich/control.py 6630
test_venv/Lib/site-packages/pip/_vendor/rich/default_styles.py 8082
test_venv/Lib/site-packages/pip/_vendor/rich/diagnose.py 972
test_venv/Lib/site-packages/pip/_vendor/rich/emoji.py 2501
test_venv/Lib/site-packages/pip/_vendor/rich/errors.py 642
test_venv/Lib/site-packages/pip/_vendor/rich/file_proxy.py 1683
test_venv/Lib/site-packages/pip/_vendor/rich/filesize.py 2508
test_venv/Lib/site-packages/pip/_vendor/rich/highlighter.py 9584
test_venv/Lib/site-packages/pip/_vendor/rich/json.py 5032
test_venv/Lib/site-packages/pip/_vendor/rich/jupyter.py 3252
test_venv/Lib/site-packages/pip/_vendor/rich/layout.py 14007
test_venv/Lib/site-packages/pip/_vendor/rich/live.py 14273
test_venv/Lib/site-packages/pip/_vendor/rich/live_render.py 3667
test_venv/Lib/site-packages/pip/_vendor/rich/logging.py 11903
test_venv/Lib/site-packages/pip/_vendor/rich/markup.py 8198
test_venv/Lib/site-packages/pip/_vendor/rich/measure.py 5305
test_venv/Lib/site-packages/pip/_vendor/rich/padding.py 4970
test_venv/Lib/site-packages/pip/_vendor/rich/pager.py 828
test_venv/Lib/site-packages/pip/_vendor/rich/palette.py 3396
test_venv/Lib/site-packages/pip/_vendor/rich/panel.py 10574
test_venv/Lib/site-packages/pip/_vendor/rich/pretty.py 35852
test_venv/Lib/site-packages/pip/_vendor/rich/progress.py 59706
test_venv/Lib/site-packages/pip/_vendor/rich/progress_bar.py 8165
test_venv/Lib/site-packages/pip/_vendor/rich/prompt.py 11303
test_venv/Lib/site-packages/pip/_vendor/rich/protocol.py 1391
test_venv/Lib/site-packages/pip/_vendor/rich/region.py 166
test_venv/Lib/site-packages/pip/_vendor/rich/repr.py 4431
test_venv/Lib/site-packages/pip/_vendor/rich/rule.py 4602
test_venv/Lib/site-packages/pip/_vendor/rich/scope.py 2843
test_venv/Lib/site-packages/pip/_vendor/rich/screen.py 1591
test_venv/Lib/site-packages/pip/_vendor/rich/segment.py 24247
test_venv/Lib/site-packages/pip/_vendor/rich/spinner.py 4339
test_venv/Lib/site-packages/pip/_vendor/rich/status.py 4425
test_venv/Lib/site-packages/pip/_vendor/rich/style.py 27073
test_venv/Lib/site-packages/pip/_vendor/rich/styled.py 1258
test_venv/Lib/site-packages/pip/_vendor/rich/syntax.py 35173
test_venv/Lib/site-packages/pip/_vendor/rich/table.py 39684
test_venv/Lib/site-packages/pip/_vendor/rich/terminal_theme.py 3370
test_venv/Lib/site-packages/pip/_vendor/rich/text.py 45525
test_venv/Lib/site-packages/pip/_vendor/rich/theme.py 3777
test_venv/Lib/site-packages/pip/_vendor/rich/themes.py 102
test_venv/Lib/site-packages/pip/_vendor/rich/traceback.py 29604
test_venv/Lib/site-packages/pip/_vendor/rich/tree.py 9169
test_venv/Lib/site-packages/pip/_vendor/six.py 34549
test_venv/Lib/site-packages/pip/_vendor/tenacity/__init__.py 20493
test_venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-311.pyc 29101
test_venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-311.pyc 5277
test_venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-311.pyc 2617
test_venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-311.pyc 1812
test_venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-311.pyc 1646
test_venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-311.pyc 2429
test_venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-311.pyc 1620
test_venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-311.pyc 15996
test_venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-311.pyc 6349
test_venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-311.pyc 2966
test_venv/Lib/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-311.pyc 13355
test_venv/Lib/site-packages/pip/_vendor/tenacity/_asyncio.py 3551
test_venv/Lib/site-packages/pip/_vendor/tenacity/_utils.py 2179
test_venv/Lib/site-packages/pip/_vendor/tenacity/after.py 1682
test_venv/Lib/site-packages/pip/_vendor/tenacity/before.py 1562
test_venv/Lib/site-packages/pip/_vendor/tenacity/before_sleep.py 2372
test_venv/Lib/site-packages/pip/_vendor/tenacity/nap.py 1383
test_venv/Lib/site-packages/pip/_vendor/tenacity/retry.py 8746
test_venv/Lib/site-packages/pip/_vendor/tenacity/stop.py 3086
test_venv/Lib/site-packages/pip/_vendor/tenacity/tornadoweb.py 2142
test_venv/Lib/site-packages/pip/_vendor/tenacity/wait.py 8024
test_venv/Lib/site-packages/pip/_vendor/tomli/__init__.py 396
test_venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-311.pyc 465
test_venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-311.pyc 30904
test_venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-311.pyc 4544
test_venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-311.pyc 457
test_venv/Lib/site-packages/pip/_vendor/tomli/_parser.py 22633
test_venv/Lib/site-packages/pip/_vendor/tomli/_re.py 2943
test_venv/Lib/site-packages/pip/_vendor/tomli/_types.py 254
test_venv/Lib/site-packages/pip/_vendor/typing_extensions.py 111130
test_venv/Lib/site-packages/pip/_vendor/urllib3/__init__.py 3333
test_venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-311.pyc 3763
test_venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-311.pyc 18351
test_venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-311.pyc 273
test_venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-311.pyc 22119
test_venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-311.pyc 38331
test_venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-311.pyc 16177
test_venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-311.pyc 11470
test_venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-311.pyc 4551
test_venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-311.pyc 21669
test_venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-311.pyc 6714
test_venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-311.pyc 36597
test_venv/Lib/site-packages/pip/_vendor/urllib3/_collections.py 10811
test_venv/Lib/site-packages/pip/_vendor/urllib3/_version.py 64
test_venv/Lib/site-packages/pip/_vendor/urllib3/connection.py 20300
test_venv/Lib/site-packages/pip/_vendor/urllib3/connectionpool.py 39990
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__init__.py 0
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-311.pyc 259
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-311.pyc 1998
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-311.pyc 12205
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-311.pyc 6282
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-311.pyc 25791
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-311.pyc 36898
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-311.pyc 8143
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py 957
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py 0
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-311.pyc 276
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-311.pyc 17023
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-311.pyc 15660
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py 17632
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py 13922
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/appengine.py 11036
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py 4528
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py 17081
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/securetransport.py 34448
test_venv/Lib/site-packages/pip/_vendor/urllib3/contrib/socks.py 7097
test_venv/Lib/site-packages/pip/_vendor/urllib3/exceptions.py 8217
test_venv/Lib/site-packages/pip/_vendor/urllib3/fields.py 8579
test_venv/Lib/site-packages/pip/_vendor/urllib3/filepost.py 2440
test_venv/Lib/site-packages/pip/_vendor/urllib3/packages/__init__.py 0
test_venv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-311.pyc 260
test_venv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-311.pyc 46502
test_venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py 0
test_venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-311.pyc 270
test_venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-311.pyc 2017
test_venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-311.pyc 8045
test_venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py 1417
test_venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py 5343
test_venv/Lib/site-packages/pip/_vendor/urllib3/packages/six.py 34665
test_venv/Lib/site-packages/pip/_vendor/urllib3/poolmanager.py 19752
test_venv/Lib/site-packages/pip/_vendor/urllib3/request.py 5985
test_venv/Lib/site-packages/pip/_vendor/urllib3/response.py 30641
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/__init__.py 1155
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-311.pyc 1462
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-311.pyc 5189
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-311.pyc 1771
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-311.pyc 1554
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-311.pyc 4674
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-311.pyc 3543
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-311.pyc 22811
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-311.pyc 16874
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-311.pyc 5853
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-311.pyc 11682
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-311.pyc 11396
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-311.pyc 17637
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-311.pyc 5056
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/connection.py 4901
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/proxy.py 1605
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/queue.py 498
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/request.py 3997
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/response.py 3510
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/retry.py 22003
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/ssl_.py 17177
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py 5758
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/ssltransport.py 6895
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/timeout.py 10168
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/url.py 14296
test_venv/Lib/site-packages/pip/_vendor/urllib3/util/wait.py 5403
test_venv/Lib/site-packages/pip/_vendor/vendor.txt 475
test_venv/Lib/site-packages/pip/_vendor/webencodings/__init__.py 10579
test_venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-311.pyc 12936
test_venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-311.pyc 7336
test_venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-311.pyc 3264
test_venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-311.pyc 11242
test_venv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-311.pyc 3616
test_venv/Lib/site-packages/pip/_vendor/webencodings/labels.py 8979
test_venv/Lib/site-packages/pip/_vendor/webencodings/mklabels.py 1305
test_venv/Lib/site-packages/pip/_vendor/webencodings/tests.py 6563
test_venv/Lib/site-packages/pip/_vendor/webencodings/x_user_defined.py 4307
test_venv/Lib/site-packages/pip/py.typed 286
test_venv/Lib/site-packages/pkg_resources/__init__.py 108568
test_venv/Lib/site-packages/pkg_resources/__pycache__/__init__.cpython-311.pyc 159625
test_venv/Lib/site-packages/pkg_resources/_vendor/__init__.py 0
test_venv/Lib/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-311.pyc 253
test_venv/Lib/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-311.pyc 29501
test_venv/Lib/site-packages/pkg_resources/_vendor/__pycache__/zipp.cpython-311.pyc 16046
test_venv/Lib/site-packages/pkg_resources/_vendor/appdirs.py 24701
test_venv/Lib/site-packages/pkg_resources/_vendor/importlib_resources/__init__.py 506
test_venv/Lib/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/__init__.cpython-311.pyc 887
test_venv/Lib/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_adapters.cpython-311.pyc 10804
test_venv/Lib/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_common.cpython-311.pyc 4331
test_venv/Lib/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_compat.cpython-311.pyc 5616
test_venv/Lib/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_itertools.cpython-311.pyc 1449
test_venv/Lib/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/_legacy.cpython-311.pyc 6547
test_venv/Lib/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/abc.cpython-311.pyc 7548
test_venv/Lib/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/readers.cpython-311.pyc 8422
test_venv/Lib/site-packages/pkg_resources/_vendor/importlib_resources/__pycache__/simple.cpython-311.pyc 6444
test_venv/Lib/site-packages/pkg_resources/_vendor/importlib_resources/_adapters.py 4504
test_venv/Lib/site-packages/pkg_resources/_vendor/importlib_resources/_common.py 2741
test_venv/Lib/site-packages/pkg_resources/_vendor/importlib_resources/_compat.py 2706
test_venv/Lib/site-packages/pkg_resources/_vendor/importlib_resources/_itertools.py 884
test_venv/Lib/site-packages/pkg_resources/_vendor/importlib_resources/_legacy.py 3494
test_venv/Lib/site-packages/pkg_resources/_vendor/importlib_resources/abc.py 3886
test_venv/Lib/site-packages/pkg_resources/_vendor/importlib_resources/readers.py 3566
test_venv/Lib/site-packages/pkg_resources/_vendor/importlib_resources/simple.py 2836
test_venv/Lib/site-packages/pkg_resources/_vendor/jaraco/__init__.py 0
test_venv/Lib/site-packages/pkg_resources/_vendor/jaraco/__pycache__/__init__.cpython-311.pyc 260
test_venv/Lib/site-packages/pkg_resources/_vendor/jaraco/__pycache__/context.cpython-311.pyc 9483
test_venv/Lib/site-packages/pkg_resources/_vendor/jaraco/__pycache__/functools.cpython-311.pyc 20346
test_venv/Lib/site-packages/pkg_resources/_vendor/jaraco/context.py 5420
test_venv/Lib/site-packages/pkg_resources/_vendor/jaraco/functools.py 13515
test_venv/Lib/site-packages/pkg_resources/_vendor/jaraco/text/__init__.py 15526
test_venv/Lib/site-packages/pkg_resources/_vendor/jaraco/text/__pycache__/__init__.cpython-311.pyc 26663
test_venv/Lib/site-packages/pkg_resources/_vendor/more_itertools/__init__.py 83
test_venv/Lib/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/__init__.cpython-311.pyc 354
test_venv/Lib/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/more.cpython-311.pyc 168015
test_venv/Lib/site-packages/pkg_resources/_vendor/more_itertools/__pycache__/recipes.cpython-311.pyc 27006
test_venv/Lib/site-packages/pkg_resources/_vendor/more_itertools/more.py 132569
test_venv/Lib/site-packages/pkg_resources/_vendor/more_itertools/recipes.py 18410
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/__about__.py 661
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/__init__.py 497
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-311.pyc 704
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-311.pyc 625
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc 13291
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc 8059
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-311.pyc 3747
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-311.pyc 16596
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-311.pyc 7711
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc 34425
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/tags.cpython-311.pyc 21410
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-311.pyc 6745
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-311.pyc 21937
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/_manylinux.py 11488
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/_musllinux.py 4378
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/_structures.py 1431
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/markers.py 8496
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/requirements.py 4706
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/specifiers.py 30110
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/tags.py 15699
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/utils.py 4200
test_venv/Lib/site-packages/pkg_resources/_vendor/packaging/version.py 14665
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/__init__.py 9159
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc 8398
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc 8524
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/common.cpython-311.pyc 14846
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/core.cpython-311.pyc 277698
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc 12988
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc 53689
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/results.cpython-311.pyc 36372
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc 19568
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc 15426
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/__pycache__/util.cpython-311.pyc 14325
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/actions.py 6426
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/common.py 12936
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/core.py 213310
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/diagram/__init__.py 23668
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc 28061
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/exceptions.py 9023
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/helpers.py 39129
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/results.py 25341
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/testing.py 13402
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/unicode.py 10787
test_venv/Lib/site-packages/pkg_resources/_vendor/pyparsing/util.py 6805
test_venv/Lib/site-packages/pkg_resources/_vendor/zipp.py 8425
test_venv/Lib/site-packages/pkg_resources/extern/__init__.py 2426
test_venv/Lib/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-311.pyc 4372
test_venv/Lib/site-packages/setuptools-65.5.0.dist-info/entry_points.txt 2740
test_venv/Lib/site-packages/setuptools-65.5.0.dist-info/INSTALLER 4
test_venv/Lib/site-packages/setuptools-65.5.0.dist-info/LICENSE 1050
test_venv/Lib/site-packages/setuptools-65.5.0.dist-info/METADATA 6301
test_venv/Lib/site-packages/setuptools-65.5.0.dist-info/RECORD 37694
test_venv/Lib/site-packages/setuptools-65.5.0.dist-info/REQUESTED 0
test_venv/Lib/site-packages/setuptools-65.5.0.dist-info/top_level.txt 41
test_venv/Lib/site-packages/setuptools-65.5.0.dist-info/WHEEL 92
test_venv/Lib/site-packages/setuptools/__init__.py 8429
test_venv/Lib/site-packages/setuptools/__pycache__/__init__.cpython-311.pyc 12962
test_venv/Lib/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-311.pyc 697
test_venv/Lib/site-packages/setuptools/__pycache__/_entry_points.cpython-311.pyc 4846
test_venv/Lib/site-packages/setuptools/__pycache__/_imp.cpython-311.pyc 3710
test_venv/Lib/site-packages/setuptools/__pycache__/_importlib.cpython-311.pyc 2010
test_venv/Lib/site-packages/setuptools/__pycache__/_itertools.cpython-311.pyc 1209
test_venv/Lib/site-packages/setuptools/__pycache__/_path.cpython-311.pyc 1530
test_venv/Lib/site-packages/setuptools/__pycache__/_reqs.cpython-311.pyc 1191
test_venv/Lib/site-packages/setuptools/__pycache__/archive_util.cpython-311.pyc 10219
test_venv/Lib/site-packages/setuptools/__pycache__/build_meta.cpython-311.pyc 28152
test_venv/Lib/site-packages/setuptools/__pycache__/dep_util.cpython-311.pyc 1345
test_venv/Lib/site-packages/setuptools/__pycache__/depends.cpython-311.pyc 8030
test_venv/Lib/site-packages/setuptools/__pycache__/discovery.cpython-311.pyc 31174
test_venv/Lib/site-packages/setuptools/__pycache__/dist.cpython-311.pyc 64112
test_venv/Lib/site-packages/setuptools/__pycache__/errors.cpython-311.pyc 3006
test_venv/Lib/site-packages/setuptools/__pycache__/extension.cpython-311.pyc 6862
test_venv/Lib/site-packages/setuptools/__pycache__/glob.cpython-311.pyc 6619
test_venv/Lib/site-packages/setuptools/__pycache__/installer.cpython-311.pyc 5669
test_venv/Lib/site-packages/setuptools/__pycache__/launch.cpython-311.pyc 1585
test_venv/Lib/site-packages/setuptools/__pycache__/logging.cpython-311.pyc 2103
test_venv/Lib/site-packages/setuptools/__pycache__/monkey.cpython-311.pyc 7062
test_venv/Lib/site-packages/setuptools/__pycache__/msvc.cpython-311.pyc 64235
test_venv/Lib/site-packages/setuptools/__pycache__/namespaces.cpython-311.pyc 5717
test_venv/Lib/site-packages/setuptools/__pycache__/package_index.cpython-311.pyc 60812
test_venv/Lib/site-packages/setuptools/__pycache__/py34compat.cpython-311.pyc 772
test_venv/Lib/site-packages/setuptools/__pycache__/sandbox.cpython-311.pyc 27388
test_venv/Lib/site-packages/setuptools/__pycache__/unicode_utils.cpython-311.pyc 1874
test_venv/Lib/site-packages/setuptools/__pycache__/version.cpython-311.pyc 492
test_venv/Lib/site-packages/setuptools/__pycache__/wheel.cpython-311.pyc 15548
test_venv/Lib/site-packages/setuptools/__pycache__/windows_support.cpython-311.pyc 1489
test_venv/Lib/site-packages/setuptools/_deprecation_warning.py 218
test_venv/Lib/site-packages/setuptools/_distutils/__init__.py 537
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-311.pyc 827
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/_collections.cpython-311.pyc 2977
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/_functools.cpython-311.pyc 918
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-311.pyc 627
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-311.pyc 25162
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-311.pyc 10714
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-311.pyc 13540
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-311.pyc 46439
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-311.pyc 18953
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/config.cpython-311.pyc 6102
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/core.cpython-311.pyc 10046
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-311.pyc 13670
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/debug.cpython-311.pyc 379
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-311.pyc 4046
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-311.pyc 10421
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/dist.cpython-311.pyc 55468
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/errors.cpython-311.pyc 6852
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/extension.cpython-311.pyc 10233
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-311.pyc 17297
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-311.pyc 10741
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-311.pyc 17687
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/log.cpython-311.pyc 3987
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-311.pyc 33645
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-311.pyc 27047
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/py38compat.cpython-311.pyc 679
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/py39compat.cpython-311.pyc 1047
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-311.pyc 4516
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-311.pyc 22043
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-311.pyc 11328
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-311.pyc 16584
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/util.cpython-311.pyc 20938
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/version.cpython-311.pyc 11404
test_venv/Lib/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-311.pyc 7804
test_venv/Lib/site-packages/setuptools/_distutils/_collections.py 1330
test_venv/Lib/site-packages/setuptools/_distutils/_functools.py 411
test_venv/Lib/site-packages/setuptools/_distutils/_macos_compat.py 239
test_venv/Lib/site-packages/setuptools/_distutils/_msvccompiler.py 19672
test_venv/Lib/site-packages/setuptools/_distutils/archive_util.py 8603
test_venv/Lib/site-packages/setuptools/_distutils/bcppcompiler.py 14789
test_venv/Lib/site-packages/setuptools/_distutils/ccompiler.py 47369
test_venv/Lib/site-packages/setuptools/_distutils/cmd.py 17973
test_venv/Lib/site-packages/setuptools/_distutils/command/__init__.py 430
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-311.pyc 599
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-311.pyc 2840
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-311.pyc 6093
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-311.pyc 5818
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-311.pyc 23352
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-311.pyc 6148
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-311.pyc 7851
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-311.pyc 30393
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-311.pyc 17669
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-311.pyc 7920
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-311.pyc 7582
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-311.pyc 3250
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-311.pyc 16313
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-311.pyc 29501
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-311.pyc 3835
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-311.pyc 5261
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-311.pyc 2418
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-311.pyc 8750
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-311.pyc 3215
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/py37compat.cpython-311.pyc 1596
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-311.pyc 15582
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-311.pyc 23890
test_venv/Lib/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-311.pyc 10531
test_venv/Lib/site-packages/setuptools/_distutils/command/_framework_compat.py 1614
test_venv/Lib/site-packages/setuptools/_distutils/command/bdist.py 5441
test_venv/Lib/site-packages/setuptools/_distutils/command/bdist_dumb.py 4701
test_venv/Lib/site-packages/setuptools/_distutils/command/bdist_rpm.py 22051
test_venv/Lib/site-packages/setuptools/_distutils/command/build.py 5617
test_venv/Lib/site-packages/setuptools/_distutils/command/build_clib.py 7728
test_venv/Lib/site-packages/setuptools/_distutils/command/build_ext.py 31558
test_venv/Lib/site-packages/setuptools/_distutils/command/build_py.py 16568
test_venv/Lib/site-packages/setuptools/_distutils/command/build_scripts.py 5624
test_venv/Lib/site-packages/setuptools/_distutils/command/check.py 4888
test_venv/Lib/site-packages/setuptools/_distutils/command/clean.py 2603
test_venv/Lib/site-packages/setuptools/_distutils/command/config.py 13137
test_venv/Lib/site-packages/setuptools/_distutils/command/install.py 30221
test_venv/Lib/site-packages/setuptools/_distutils/command/install_data.py 2779
test_venv/Lib/site-packages/setuptools/_distutils/command/install_egg_info.py 2785
test_venv/Lib/site-packages/setuptools/_distutils/command/install_headers.py 1189
test_venv/Lib/site-packages/setuptools/_distutils/command/install_lib.py 8434
test_venv/Lib/site-packages/setuptools/_distutils/command/install_scripts.py 1936
test_venv/Lib/site-packages/setuptools/_distutils/command/py37compat.py 672
test_venv/Lib/site-packages/setuptools/_distutils/command/register.py 11765
test_venv/Lib/site-packages/setuptools/_distutils/command/sdist.py 19241
test_venv/Lib/site-packages/setuptools/_distutils/command/upload.py 7477
test_venv/Lib/site-packages/setuptools/_distutils/config.py 4920
test_venv/Lib/site-packages/setuptools/_distutils/core.py 9451
test_venv/Lib/site-packages/setuptools/_distutils/cygwinccompiler.py 12537
test_venv/Lib/site-packages/setuptools/_distutils/debug.py 139
test_venv/Lib/site-packages/setuptools/_distutils/dep_util.py 3423
test_venv/Lib/site-packages/setuptools/_distutils/dir_util.py 8082
test_venv/Lib/site-packages/setuptools/_distutils/dist.py 50186
test_venv/Lib/site-packages/setuptools/_distutils/errors.py 3589
test_venv/Lib/site-packages/setuptools/_distutils/extension.py 10270
test_venv/Lib/site-packages/setuptools/_distutils/fancy_getopt.py 17910
test_venv/Lib/site-packages/setuptools/_distutils/file_util.py 8226
test_venv/Lib/site-packages/setuptools/_distutils/filelist.py 13713
test_venv/Lib/site-packages/setuptools/_distutils/log.py 1972
test_venv/Lib/site-packages/setuptools/_distutils/msvc9compiler.py 30235
test_venv/Lib/site-packages/setuptools/_distutils/msvccompiler.py 23602
test_venv/Lib/site-packages/setuptools/_distutils/py38compat.py 217
test_venv/Lib/site-packages/setuptools/_distutils/py39compat.py 639
test_venv/Lib/site-packages/setuptools/_distutils/spawn.py 3517
test_venv/Lib/site-packages/setuptools/_distutils/sysconfig.py 18858
test_venv/Lib/site-packages/setuptools/_distutils/text_file.py 12096
test_venv/Lib/site-packages/setuptools/_distutils/unixccompiler.py 15641
test_venv/Lib/site-packages/setuptools/_distutils/util.py 18128
test_venv/Lib/site-packages/setuptools/_distutils/version.py 12952
test_venv/Lib/site-packages/setuptools/_distutils/versionpredicate.py 5248
test_venv/Lib/site-packages/setuptools/_entry_points.py 1972
test_venv/Lib/site-packages/setuptools/_imp.py 2392
test_venv/Lib/site-packages/setuptools/_importlib.py 1311
test_venv/Lib/site-packages/setuptools/_itertools.py 675
test_venv/Lib/site-packages/setuptools/_path.py 749
test_venv/Lib/site-packages/setuptools/_reqs.py 501
test_venv/Lib/site-packages/setuptools/_vendor/__init__.py 0
test_venv/Lib/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-311.pyc 250
test_venv/Lib/site-packages/setuptools/_vendor/__pycache__/ordered_set.cpython-311.pyc 21836
test_venv/Lib/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-311.pyc 107667
test_venv/Lib/site-packages/setuptools/_vendor/__pycache__/zipp.cpython-311.pyc 16043
test_venv/Lib/site-packages/setuptools/_vendor/importlib_metadata/__init__.py 30130
test_venv/Lib/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-311.pyc 58289
test_venv/Lib/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-311.pyc 3902
test_venv/Lib/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-311.pyc 2249
test_venv/Lib/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-311.pyc 2771
test_venv/Lib/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-311.pyc 3689
test_venv/Lib/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-311.pyc 2652
test_venv/Lib/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-311.pyc 3056
test_venv/Lib/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-311.pyc 4447
test_venv/Lib/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py 1862
test_venv/Lib/site-packages/setuptools/_vendor/importlib_metadata/_collections.py 743
test_venv/Lib/site-packages/setuptools/_vendor/importlib_metadata/_compat.py 1828
test_venv/Lib/site-packages/setuptools/_vendor/importlib_metadata/_functools.py 2895
test_venv/Lib/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py 2068
test_venv/Lib/site-packages/setuptools/_vendor/importlib_metadata/_meta.py 1154
test_venv/Lib/site-packages/setuptools/_vendor/importlib_metadata/_text.py 2166
test_venv/Lib/site-packages/setuptools/_vendor/importlib_resources/__init__.py 506
test_venv/Lib/site-packages/setuptools/_vendor/importlib_resources/__pycache__/__init__.cpython-311.pyc 884
test_venv/Lib/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_adapters.cpython-311.pyc 10801
test_venv/Lib/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_common.cpython-311.pyc 4328
test_venv/Lib/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_compat.cpython-311.pyc 5613
test_venv/Lib/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_itertools.cpython-311.pyc 1446
test_venv/Lib/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_legacy.cpython-311.pyc 6544
test_venv/Lib/site-packages/setuptools/_vendor/importlib_resources/__pycache__/abc.cpython-311.pyc 7545
test_venv/Lib/site-packages/setuptools/_vendor/importlib_resources/__pycache__/readers.cpython-311.pyc 8419
test_venv/Lib/site-packages/setuptools/_vendor/importlib_resources/__pycache__/simple.cpython-311.pyc 6441
test_venv/Lib/site-packages/setuptools/_vendor/importlib_resources/_adapters.py 4504
test_venv/Lib/site-packages/setuptools/_vendor/importlib_resources/_common.py 2741
test_venv/Lib/site-packages/setuptools/_vendor/importlib_resources/_compat.py 2706
test_venv/Lib/site-packages/setuptools/_vendor/importlib_resources/_itertools.py 884
test_venv/Lib/site-packages/setuptools/_vendor/importlib_resources/_legacy.py 3494
test_venv/Lib/site-packages/setuptools/_vendor/importlib_resources/abc.py 3886
test_venv/Lib/site-packages/setuptools/_vendor/importlib_resources/readers.py 3566
test_venv/Lib/site-packages/setuptools/_vendor/importlib_resources/simple.py 2836
test_venv/Lib/site-packages/setuptools/_vendor/jaraco/__init__.py 0
test_venv/Lib/site-packages/setuptools/_vendor/jaraco/__pycache__/__init__.cpython-311.pyc 257
test_venv/Lib/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-311.pyc 9480
test_venv/Lib/site-packages/setuptools/_vendor/jaraco/__pycache__/functools.cpython-311.pyc 20337
test_venv/Lib/site-packages/setuptools/_vendor/jaraco/context.py 5420
test_venv/Lib/site-packages/setuptools/_vendor/jaraco/functools.py 13512
test_venv/Lib/site-packages/setuptools/_vendor/jaraco/text/__init__.py 15517
test_venv/Lib/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-311.pyc 26651
test_venv/Lib/site-packages/setuptools/_vendor/more_itertools/__init__.py 82
test_venv/Lib/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-311.pyc 350
test_venv/Lib/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-311.pyc 149237
test_venv/Lib/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-311.pyc 23819
test_venv/Lib/site-packages/setuptools/_vendor/more_itertools/more.py 117959
test_venv/Lib/site-packages/setuptools/_vendor/more_itertools/recipes.py 16256
test_venv/Lib/site-packages/setuptools/_vendor/ordered_set.py 15130
test_venv/Lib/site-packages/setuptools/_vendor/packaging/__about__.py 661
test_venv/Lib/site-packages/setuptools/_vendor/packaging/__init__.py 497
test_venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-311.pyc 701
test_venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-311.pyc 622
test_venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc 13288
test_venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc 8056
test_venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-311.pyc 3744
test_venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-311.pyc 16590
test_venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-311.pyc 7705
test_venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc 34422
test_venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-311.pyc 21407
test_venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-311.pyc 6742
test_venv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-311.pyc 21934
test_venv/Lib/site-packages/setuptools/_vendor/packaging/_manylinux.py 11488
test_venv/Lib/site-packages/setuptools/_vendor/packaging/_musllinux.py 4378
test_venv/Lib/site-packages/setuptools/_vendor/packaging/_structures.py 1431
test_venv/Lib/site-packages/setuptools/_vendor/packaging/markers.py 8493
test_venv/Lib/site-packages/setuptools/_vendor/packaging/requirements.py 4700
test_venv/Lib/site-packages/setuptools/_vendor/packaging/specifiers.py 30110
test_venv/Lib/site-packages/setuptools/_vendor/packaging/tags.py 15699
test_venv/Lib/site-packages/setuptools/_vendor/packaging/utils.py 4200
test_venv/Lib/site-packages/setuptools/_vendor/packaging/version.py 14665
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/__init__.py 9159
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/__pycache__/__init__.cpython-311.pyc 8395
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/__pycache__/actions.cpython-311.pyc 8521
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/__pycache__/common.cpython-311.pyc 14843
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/__pycache__/core.cpython-311.pyc 277695
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/__pycache__/exceptions.cpython-311.pyc 12985
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/__pycache__/helpers.cpython-311.pyc 53686
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/__pycache__/results.cpython-311.pyc 36369
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/__pycache__/testing.cpython-311.pyc 19565
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/__pycache__/unicode.cpython-311.pyc 15423
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/__pycache__/util.cpython-311.pyc 14322
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/actions.py 6426
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/common.py 12936
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/core.py 213310
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/diagram/__init__.py 23668
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-311.pyc 28058
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/exceptions.py 9023
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/helpers.py 39129
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/results.py 25341
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/testing.py 13402
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/unicode.py 10787
test_venv/Lib/site-packages/setuptools/_vendor/pyparsing/util.py 6805
test_venv/Lib/site-packages/setuptools/_vendor/tomli/__init__.py 396
test_venv/Lib/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-311.pyc 472
test_venv/Lib/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-311.pyc 30911
test_venv/Lib/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-311.pyc 4551
test_venv/Lib/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-311.pyc 464
test_venv/Lib/site-packages/setuptools/_vendor/tomli/_parser.py 22633
test_venv/Lib/site-packages/setuptools/_vendor/tomli/_re.py 2943
test_venv/Lib/site-packages/setuptools/_vendor/tomli/_types.py 254
test_venv/Lib/site-packages/setuptools/_vendor/typing_extensions.py 87149
test_venv/Lib/site-packages/setuptools/_vendor/zipp.py 8425
test_venv/Lib/site-packages/setuptools/archive_util.py 7346
test_venv/Lib/site-packages/setuptools/build_meta.py 19539
test_venv/Lib/site-packages/setuptools/cli-32.exe 65536
test_venv/Lib/site-packages/setuptools/cli-64.exe 74752
test_venv/Lib/site-packages/setuptools/cli-arm64.exe 137216
test_venv/Lib/site-packages/setuptools/cli.exe 65536
test_venv/Lib/site-packages/setuptools/command/__init__.py 396
test_venv/Lib/site-packages/setuptools/command/__pycache__/__init__.cpython-311.pyc 691
test_venv/Lib/site-packages/setuptools/command/__pycache__/alias.cpython-311.pyc 3958
test_venv/Lib/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-311.pyc 25640
test_venv/Lib/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-311.pyc 2246
test_venv/Lib/site-packages/setuptools/command/__pycache__/build.cpython-311.pyc 7052
test_venv/Lib/site-packages/setuptools/command/__pycache__/build_clib.cpython-311.pyc 4179
test_venv/Lib/site-packages/setuptools/command/__pycache__/build_ext.cpython-311.pyc 22066
test_venv/Lib/site-packages/setuptools/command/__pycache__/build_py.cpython-311.pyc 23232
test_venv/Lib/site-packages/setuptools/command/__pycache__/develop.cpython-311.pyc 10974
test_venv/Lib/site-packages/setuptools/command/__pycache__/dist_info.cpython-311.pyc 8036
test_venv/Lib/site-packages/setuptools/command/__pycache__/easy_install.cpython-311.pyc 119391
test_venv/Lib/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-311.pyc 51469
test_venv/Lib/site-packages/setuptools/command/__pycache__/egg_info.cpython-311.pyc 39889
test_venv/Lib/site-packages/setuptools/command/__pycache__/install.cpython-311.pyc 6871
test_venv/Lib/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-311.pyc 4184
test_venv/Lib/site-packages/setuptools/command/__pycache__/install_lib.cpython-311.pyc 6466
test_venv/Lib/site-packages/setuptools/command/__pycache__/install_scripts.cpython-311.pyc 4335
test_venv/Lib/site-packages/setuptools/command/__pycache__/py36compat.cpython-311.pyc 8092
test_venv/Lib/site-packages/setuptools/command/__pycache__/register.cpython-311.pyc 1182
test_venv/Lib/site-packages/setuptools/command/__pycache__/rotate.cpython-311.pyc 4242
test_venv/Lib/site-packages/setuptools/command/__pycache__/saveopts.cpython-311.pyc 1422
test_venv/Lib/site-packages/setuptools/command/__pycache__/sdist.cpython-311.pyc 13494
test_venv/Lib/site-packages/setuptools/command/__pycache__/setopt.cpython-311.pyc 7734
test_venv/Lib/site-packages/setuptools/command/__pycache__/test.cpython-311.pyc 14675
test_venv/Lib/site-packages/setuptools/command/__pycache__/upload.cpython-311.pyc 1146
test_venv/Lib/site-packages/setuptools/command/__pycache__/upload_docs.cpython-311.pyc 11997
test_venv/Lib/site-packages/setuptools/command/alias.py 2381
test_venv/Lib/site-packages/setuptools/command/bdist_egg.py 16623
test_venv/Lib/site-packages/setuptools/command/bdist_rpm.py 1182
test_venv/Lib/site-packages/setuptools/command/build.py 6595
test_venv/Lib/site-packages/setuptools/command/build_clib.py 4415
test_venv/Lib/site-packages/setuptools/command/build_ext.py 15821
test_venv/Lib/site-packages/setuptools/command/build_py.py 14115
test_venv/Lib/site-packages/setuptools/command/develop.py 7012
test_venv/Lib/site-packages/setuptools/command/dist_info.py 4800
test_venv/Lib/site-packages/setuptools/command/easy_install.py 85662
test_venv/Lib/site-packages/setuptools/command/editable_wheel.py 31188
test_venv/Lib/site-packages/setuptools/command/egg_info.py 26795
test_venv/Lib/site-packages/setuptools/command/install.py 5163
test_venv/Lib/site-packages/setuptools/command/install_egg_info.py 2226
test_venv/Lib/site-packages/setuptools/command/install_lib.py 3875
test_venv/Lib/site-packages/setuptools/command/install_scripts.py 2612
test_venv/Lib/site-packages/setuptools/command/launcher manifest.xml 628
test_venv/Lib/site-packages/setuptools/command/py36compat.py 4946
test_venv/Lib/site-packages/setuptools/command/register.py 468
test_venv/Lib/site-packages/setuptools/command/rotate.py 2128
test_venv/Lib/site-packages/setuptools/command/saveopts.py 658
test_venv/Lib/site-packages/setuptools/command/sdist.py 7071
test_venv/Lib/site-packages/setuptools/command/setopt.py 5086
test_venv/Lib/site-packages/setuptools/command/test.py 8102
test_venv/Lib/site-packages/setuptools/command/upload.py 462
test_venv/Lib/site-packages/setuptools/command/upload_docs.py 7494
test_venv/Lib/site-packages/setuptools/config/__init__.py 1121
test_venv/Lib/site-packages/setuptools/config/__pycache__/__init__.cpython-311.pyc 2086
test_venv/Lib/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-311.pyc 22589
test_venv/Lib/site-packages/setuptools/config/__pycache__/expand.cpython-311.pyc 28300
test_venv/Lib/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-311.pyc 27498
test_venv/Lib/site-packages/setuptools/config/__pycache__/setupcfg.cpython-311.pyc 33082
test_venv/Lib/site-packages/setuptools/config/_apply_pyprojecttoml.py 13398
test_venv/Lib/site-packages/setuptools/config/_validate_pyproject/__init__.py 1038
test_venv/Lib/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-311.pyc 2374
test_venv/Lib/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-311.pyc 20265
test_venv/Lib/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-311.pyc 1923
test_venv/Lib/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-311.pyc 3298
test_venv/Lib/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-311.pyc 192696
test_venv/Lib/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-311.pyc 14413
test_venv/Lib/site-packages/setuptools/config/_validate_pyproject/error_reporting.py 11266
test_venv/Lib/site-packages/setuptools/config/_validate_pyproject/extra_validations.py 1153
test_venv/Lib/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py 1612
test_venv/Lib/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py 269900
test_venv/Lib/site-packages/setuptools/config/_validate_pyproject/formats.py 8736
test_venv/Lib/site-packages/setuptools/config/expand.py 16319
test_venv/Lib/site-packages/setuptools/config/pyprojecttoml.py 19304
test_venv/Lib/site-packages/setuptools/config/setupcfg.py 25198
test_venv/Lib/site-packages/setuptools/dep_util.py 949
test_venv/Lib/site-packages/setuptools/depends.py 5499
test_venv/Lib/site-packages/setuptools/discovery.py 20799
test_venv/Lib/site-packages/setuptools/dist.py 45578
test_venv/Lib/site-packages/setuptools/errors.py 2464
test_venv/Lib/site-packages/setuptools/extension.py 5591
test_venv/Lib/site-packages/setuptools/extern/__init__.py 2512
test_venv/Lib/site-packages/setuptools/extern/__pycache__/__init__.cpython-311.pyc 4450
test_venv/Lib/site-packages/setuptools/glob.py 4873
test_venv/Lib/site-packages/setuptools/gui-32.exe 65536
test_venv/Lib/site-packages/setuptools/gui-64.exe 75264
test_venv/Lib/site-packages/setuptools/gui-arm64.exe 137728
test_venv/Lib/site-packages/setuptools/gui.exe 65536
test_venv/Lib/site-packages/setuptools/installer.py 3824
test_venv/Lib/site-packages/setuptools/launch.py 812
test_venv/Lib/site-packages/setuptools/logging.py 1210
test_venv/Lib/site-packages/setuptools/monkey.py 4857
test_venv/Lib/site-packages/setuptools/msvc.py 47724
test_venv/Lib/site-packages/setuptools/namespaces.py 3093
test_venv/Lib/site-packages/setuptools/package_index.py 40020
test_venv/Lib/site-packages/setuptools/py34compat.py 245
test_venv/Lib/site-packages/setuptools/sandbox.py 14348
test_venv/Lib/site-packages/setuptools/script (dev).tmpl 218
test_venv/Lib/site-packages/setuptools/script.tmpl 138
test_venv/Lib/site-packages/setuptools/unicode_utils.py 941
test_venv/Lib/site-packages/setuptools/version.py 144
test_venv/Lib/site-packages/setuptools/wheel.py 8376
test_venv/Lib/site-packages/setuptools/windows_support.py 718
test_venv/pyvenv.cfg 326
test_venv/Scripts/activate 2142
test_venv/Scripts/activate.bat 1071
test_venv/Scripts/Activate.ps1 26199
test_venv/Scripts/deactivate.bat 393
test_venv/Scripts/pip.exe 108470
test_venv/Scripts/pip3.11.exe 108470
test_venv/Scripts/pip3.exe 108470
test_venv/Scripts/python.exe 270616
test_venv/Scripts/pythonw.exe 259352
test_write.txt 15
tests/__pycache__/test_contract.cpython-311.pyc 2438
tests/test_contract.py 1045
update_config.py 519
Manifest
Structured metadata ARES recorded when it created this project.
{
  "id": "production-build-app-fastapi-service-for-rag-document-retrieval",
  "title": "Production Build App Fastapi Service For Rag Document Retrieval With Upload, Indexing, Search, Health Endpoint, Tests, A",
  "summary": "Production-build FastAPI starter scaffold generated by ARES with a strict developer contract, installable package artifacts, and clean-room release verification.",
  "source": "developer_build",
  "kind": "invention",
  "path": "inventions/production-build-app-fastapi-service-for-rag-document-retrieval",
  "delivery_mode": "production_build",
  "release_tier": "prototype",
  "release_verification_status": "failed",
  "created_at": "2026-03-13 08:45:20",
  "updated_at": "2026-03-13 09:41:26",
  "verification_status": "passed",
  "verification_checked_at": "2026-03-13 08:45:22",
  "verification_commands": [
    "\"Q:\\ARES\\.venv-cuda311\\Scripts\\python.exe\" -m py_compile \"run_demo.py\"",
    "\"Q:\\ARES\\.venv-cuda311\\Scripts\\python.exe\" -m compileall \"app\" \"tests\"",
    "\"Q:\\ARES\\.venv-cuda311\\Scripts\\python.exe\" run_demo.py",
    "\"Q:\\ARES\\.venv-cuda311\\Scripts\\python.exe\" -m pytest -q"
  ],
  "consistency_warnings": [
    "Downgraded `production-ready` wording to `runnable local` until stronger verification exists.",
    "Verification failure: Install dependencies first with \"python.exe\" -m pip install -e ."
  ],
  "auto_hardening_changes": [],
  "project_entrypoint": "run_demo.py",
  "stack": "python_fastapi",
  "request": "production build app FastAPI service for RAG document retrieval with upload, indexing, search, health endpoint, tests, and installable package. Keep scope minimal and make it pass release verification.",
  "entrypoint": "app.main:app",
  "build_contract": {
    "delivery_mode": "production_build",
    "stack": "Python/FastAPI",
    "required_files": [
      "README.md",
      "pyproject.toml",
      ".gitignore",
      "app/__init__.py",
      "app/main.py",
      "app/api/__init__.py",
      "app/api/routes.py",
      "tests/test_contract.py",
      "run_demo.py"
    ],
    "verification_commands": [
      "\"Q:\\ARES\\.venv-cuda311\\Scripts\\python.exe\" -m py_compile \"run_demo.py\"",
      "\"Q:\\ARES\\.venv-cuda311\\Scripts\\python.exe\" -m compileall \"app\" \"tests\"",
      "\"Q:\\ARES\\.venv-cuda311\\Scripts\\python.exe\" -m unittest discover -s tests -p test_*.py"
    ],
    "release_gates": [
      "Build wheel and sdist from pyproject.toml.",
      "Install the built wheel into a clean virtual environment.",
      "Run pip check inside the clean environment.",
      "Import the public package entrypoint from the clean environment.",
      "Run the packaged smoke command from the clean environment."
    ]
  },
  "references": [
    {
      "name": "github.com/huggingface/transformers",
      "url": "https://github.com/huggingface/transformers",
      "tags": [
        "github",
        "repo",
        "transformers"
      ]
    },
    {
      "name": "github.com/apple/ml-diffucoder",
      "url": "https://github.com/apple/ml-diffucoder",
      "tags": [
        "github",
        "repo"
      ]
    },
    {
      "name": "github.com/python/cpython/tree/main/Lib",
      "url": "https://github.com/python/cpython/tree/main/Lib",
      "tags": [
        "github",
        "repo"
      ]
    },
    {
      "name": "docs.python.org/3/whatsnew",
      "url": "https://docs.python.org/3/whatsnew/",
      "tags": [
        "docs",
        "python",
        "stdlib"
      ]
    },
    {
      "name": "docs.python.org/3/reference",
      "url": "https://docs.python.org/3/reference/",
      "tags": [
        "docs",
        "python",
        "stdlib"
      ]
    },
    {
      "name": "docs.python.org/3/library/typing.html",
      "url": "https://docs.python.org/3/library/typing.html",
      "tags": [
        "docs",
        "python",
        "stdlib",
        "typing"
      ]
    }
  ],
  "release_verification": {
    "all_passed": false,
    "failed_count": 1,
    "reason": "build_failed",
    "artifact_paths": [],
    "results": [
      {
        "step": "build_artifacts",
        "passed": false,
        "command": "\"Q:\\ARES\\.venv-cuda311\\Scripts\\python.exe\" -m build",
        "stdout_excerpt": "running egg_info creating production_build_app_fastapi_service_for_rag_document_retrieval.egg-info writing production_build_app_fastapi_service_for_rag_document_retrieval.egg-info\\PKG-INFO writing dependency_links to pro",
        "stderr_excerpt": "* Creating isolated environment: venv+pip... * Installing packages in isolated environment: - setuptools>=68 - wheel * Getting build dependencies for sdist... * Building sdist... Timeout"
      }
    ]
  }
}