From 47f0e516feeee0cbc428ab0ad295429acad1459a Mon Sep 17 00:00:00 2001 From: Dimash Date: Wed, 2 Oct 2024 03:26:03 +0500 Subject: [PATCH 01/29] update --- .DS_Store | Bin 0 -> 6148 bytes git/.DS_Store | Bin 0 -> 8196 bytes git/1 git-init/README.md | 4 ++++ git/2 readme/README.md | 4 ++++ git/3 gitignore/README.md | 1 + git/4 branch/README.md | 6 ++++++ git/5 merge/README.md | 4 ++++ git/6 my-pr/README.md | 4 ++++ 8 files changed, 23 insertions(+) create mode 100644 .DS_Store create mode 100644 git/.DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..de06b7311c43026b010bdf09315857160066d1f3 GIT binary patch literal 6148 zcmeHKJ5Iwu5S@)(SfWWuxhFu%4NPPzkSM|dPzVZ0u^c4mEzZLwprEJX3X~jy_jU%7 zRV+$`q8VxT&CX}Xev)@RA`+$#i;2isL@EqopfVsd54uJcOlRO8tL0>N)wSz^P5!Hi z&tA%rEag`2v*#bZy=?p1u4(40ZVp@Z@pN~6e(`#o`xn3Z*Ed_-lo6>?3{)-7nvG|> z=JWgGsnxW+w%b(P^=9>oPu6pB2AlzBz!`7`$N=taN_C*SR3|=@IZp50yQ;QixD&(_GodnVXvs^5>jRCW0k*~myoK% z9#go4TG3}`z!}IHD0DgI{eOZ_X0XZ6Q+(wNI0JjeKq#A8GsR2U-MaI7ylW%IB?g6Y oJrxM_>?Z&Vo+F3Jss2bEakXKu$X#ep=|KMxNQC(04EzBDU++^yZ2$lO literal 0 HcmV?d00001 diff --git a/git/.DS_Store b/git/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..46a477e5b2aeccdb126b10085d8bf1b9926c5d75 GIT binary patch literal 8196 zcmeI1u}&L75Qb-s1vZWl6{4UxrANYng!Uk&N|6HU2#k%fj5*7Kg6@Pw4OMz79)KPp zMdAVS1XNUci2Sp=I`8`S97KUEWk%Ya)7?LNpMRh4G-o1G+vlx1(J~QLFgP#PFa?5- z^TCw@LUa`_;y!n|i7Od-%{#)(w0uxc84Qw>Q zcmUQzI`&CF-i99T;~3Nr}+K<)PD{E6bHnCw>zN9jorpJ>hbUn y2KU+##y$oI>r#_-2`1f+BkOh?Is3y9+YzK(6Wg4cj6Dc>5uk05NgQ}r2mS)~@A3iw literal 0 HcmV?d00001 diff --git a/git/1 git-init/README.md b/git/1 git-init/README.md index d9d05ba5..d744cbf3 100644 --- a/git/1 git-init/README.md +++ b/git/1 git-init/README.md @@ -45,3 +45,7 @@ P.S. - Красивый вывод логов `git log --all --decorate --oneline --graph` [Рецензия](./REVIEW.md) + +# Ответ + +https://github.com/d1maash/jusan-git/tree/b7087041f38fd956bbafb576dd22b33ee3d7cefa \ No newline at end of file diff --git a/git/2 readme/README.md b/git/2 readme/README.md index e0f14c3d..0fd64be6 100644 --- a/git/2 readme/README.md +++ b/git/2 readme/README.md @@ -89,3 +89,7 @@ int main() { | WhatsApp | [Ссылка](whats.app) | 30 минут | | Telegram | [Ссылка](tg.me) | 5 минут | ```` + +# Ответ + +https://github.com/d1maash/jusan-git/tree/a849283e77bba9c0cfcf53646f1eab3b369e7d3a \ No newline at end of file diff --git a/git/3 gitignore/README.md b/git/3 gitignore/README.md index ccc52219..80108d37 100644 --- a/git/3 gitignore/README.md +++ b/git/3 gitignore/README.md @@ -29,6 +29,7 @@ https://github.com/username/jusan-git/tree/5a1e0d9c4c864e13f0682bec96a9f19786fad --- ### Ответ +https://github.com/d1maash/jusan-git/tree/989e54fe36eeaa0b14658dfc9411279dbfaaeb0e В репозитории не должно быть папки `temp`. Файл `.gitignore`: diff --git a/git/4 branch/README.md b/git/4 branch/README.md index 6b39c1aa..2b1e51c5 100644 --- a/git/4 branch/README.md +++ b/git/4 branch/README.md @@ -46,3 +46,9 @@ git checkout authorization 5. Загрузите изменения `git push` 6. Прислать ссылку на репозиторий c указанием последнего коммита мастера в URL. + + +# Ответ + +feature/username branch: https://github.com/d1maash/jusan-git/tree/79a831e2e24a7637000218a791a2c3ce6b76271d +new-readme branch: https://github.com/d1maash/jusan-git/tree/ce3283f436b194308b2b3b0d318d7f34c1d9ae61 diff --git a/git/5 merge/README.md b/git/5 merge/README.md index 0e3b2fd2..9b9e29e6 100644 --- a/git/5 merge/README.md +++ b/git/5 merge/README.md @@ -12,3 +12,7 @@ 1. В репозитории `jusan-git` объедините ветку `feature/username` с `master`. 2. Загрузите изменения `git push`. 3. Прислать ссылку на репозиторий c указанием последнего коммита мастера в URL. + +# Ответ + +https://github.com/d1maash/jusan-git/tree/79a831e2e24a7637000218a791a2c3ce6b76271d diff --git a/git/6 my-pr/README.md b/git/6 my-pr/README.md index 3ee51a47..9f859ebf 100644 --- a/git/6 my-pr/README.md +++ b/git/6 my-pr/README.md @@ -12,3 +12,7 @@ Pull request позволяют вам сообщать другим об изм 1. В репозитории `jusan-git` создать "Pull request" из ветки `new-readme` в `master`. 2. Посмотрите на странице пулл-реквеста, как отображаются окна: Conversation, Commits, Checks, Files changed. 3. Прислать ссылку на pull-request. + +# Ответ + +https://github.com/d1maash/jusan-git/pull/1 \ No newline at end of file From e4ac852e7f6a3f8483116d9b221068c73986c175 Mon Sep 17 00:00:00 2001 From: Dimash Date: Wed, 2 Oct 2024 17:47:50 +0500 Subject: [PATCH 02/29] update --- git/7 fork-pr/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/git/7 fork-pr/README.md b/git/7 fork-pr/README.md index 71abbe4d..e52dfb2a 100644 --- a/git/7 fork-pr/README.md +++ b/git/7 fork-pr/README.md @@ -26,6 +26,7 @@ fork - это клонирование чужого репозитория на --- ### Ответ +https://github.com/jusan-singularity/fork-me/pull/104 Дополненный скрипт: From 695fe3503ffe6534f4146ac4bc24611db93798c9 Mon Sep 17 00:00:00 2001 From: Dimash Date: Fri, 4 Oct 2024 03:46:14 +0500 Subject: [PATCH 03/29] add: new file --- .../Readme.Md" | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git "a/python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/Readme.Md" "b/python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/Readme.Md" index 77795c19..61c30998 100644 --- "a/python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/Readme.Md" +++ "b/python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/Readme.Md" @@ -1,5 +1,5 @@ -#Условия -##int-cmp +# Условия +## int-cmp Дается два числа a и b. Вернуть: 1, если a > b 0, если a = b @@ -9,7 +9,7 @@ Sample Input: Sample Output: 1 -##max-of-three +## max-of-three Дается три числа a, b и c. Вернуть максимальное число из них. Sample Input: 42 1 0 @@ -17,8 +17,8 @@ Sample Output: 42 -#Циклы -##sqr-sum-1-n +# Циклы +## sqr-sum-1-n Вернуть сумму квадратов чисел от 1 до n включительно. Ограничения 1 <= n <= 10860 @@ -34,7 +34,7 @@ Sample Output: -##print-even-a-b +## print-even-a-b Вывести в консоль четные числа в диапазоне от a включительно до b включительно. Sample Input: 0 4 @@ -42,7 +42,7 @@ Sample Output: 0 2 4 -##pow-a-b +## pow-a-b Вернуть число a в степени b. Используя цикл. Ограничения b > 0 @@ -54,7 +54,7 @@ Sample Output: -##calc-deposit +## calc-deposit Написать функцию, которая возвращает сколько будет денег на депозите через n месяцев при ставке k и изначальном балансе b тенге. Вознаграждения по депозиту начисляются каждый месяц. Ограничения @@ -71,8 +71,8 @@ Sample Output: -#Массивы -##Min +# Массивы +## Min Реализовать функцию min, которая возвращает минимальное число из массива. Если в массиве нет элементов, верните 0. @@ -84,7 +84,7 @@ Sample Output: 1 -##range +## range Реализовать функцию range, которая создает массив размером n, заполняет ячейки значениями от 1 до n и возвращает созданный массив. Пример int[] arr = range(5); @@ -102,7 +102,7 @@ Sample Output: [1, 2, 3, 4, 5] -##sum +## sum Реализовать функцию sum, которая возвращает сумму чисел массива. Пример int array[] = {7, 5, 9, 1, 4}; @@ -116,7 +116,7 @@ Sample Input: Sample Output: 6 -##sort +## sort Реализовать функцию sort, которая принимает массив array(int[]). Функция должна отсортировать массив по возрастанию. Подсказка: https://habr.com/ru/post/204600/ Запрещено использовать Arrays.sort. From dec2a632d8f8fa59f09b282a521896b082d6ad5e Mon Sep 17 00:00:00 2001 From: Dimash Date: Fri, 4 Oct 2024 03:48:01 +0500 Subject: [PATCH 04/29] update --- python/results/int-cmp.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python/results/int-cmp.py diff --git a/python/results/int-cmp.py b/python/results/int-cmp.py new file mode 100644 index 00000000..a3383588 --- /dev/null +++ b/python/results/int-cmp.py @@ -0,0 +1,7 @@ +a = int(input("Write you a number: ")) +b = int(input("Write you b number: ")) + +if a > b: + print(a) +else: + print(b) \ No newline at end of file From e814621d5837606d47345c04d9ed6445c3f704e7 Mon Sep 17 00:00:00 2001 From: Dimash Date: Fri, 4 Oct 2024 03:52:31 +0500 Subject: [PATCH 05/29] solved: max-of-three --- python/results/max-of-three.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python/results/max-of-three.py diff --git a/python/results/max-of-three.py b/python/results/max-of-three.py new file mode 100644 index 00000000..9ccf2ff9 --- /dev/null +++ b/python/results/max-of-three.py @@ -0,0 +1,10 @@ +a = int(input("A: ")) +b = int(input("B: ")) +c = int(input("C: ")) + +if a > b and c < a: + print(a) +elif b > a and c < b: + print(b) +else: + print(c) \ No newline at end of file From 8b5dd5a107c2dd106ed69cf66f2aed5fec0595de Mon Sep 17 00:00:00 2001 From: Dimash Date: Sat, 5 Oct 2024 03:04:47 +0500 Subject: [PATCH 06/29] solved: sqr-sum-1-n --- python/results/sqr-sum-1-n.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/results/sqr-sum-1-n.py diff --git a/python/results/sqr-sum-1-n.py b/python/results/sqr-sum-1-n.py new file mode 100644 index 00000000..98956d50 --- /dev/null +++ b/python/results/sqr-sum-1-n.py @@ -0,0 +1,9 @@ +n = int(input()) + +if 1 <= n <= 10860: + sum = 0 + for i in range(1, n + 1): + sum += i * i + print(sum) +else: + print("Wrong number") \ No newline at end of file From 6123a65d3837159faf7f30452ccc579cbea04729 Mon Sep 17 00:00:00 2001 From: Dimash Date: Sat, 5 Oct 2024 03:21:29 +0500 Subject: [PATCH 07/29] solved: print-even-a-b --- python/results/print-even-a-b.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/results/print-even-a-b.py diff --git a/python/results/print-even-a-b.py b/python/results/print-even-a-b.py new file mode 100644 index 00000000..d8b12bfa --- /dev/null +++ b/python/results/print-even-a-b.py @@ -0,0 +1,6 @@ +a = int(input()) +b = int(input()) + +for i in range(a, b + 1): + if i % 2 == 0: + print(i) \ No newline at end of file From de6576cb13d6c657d614df6c60eb5b4f6494a47e Mon Sep 17 00:00:00 2001 From: Dimash Date: Sat, 5 Oct 2024 03:42:57 +0500 Subject: [PATCH 08/29] solved: print-even-a-b --- python/results/print-even-a-b.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python/results/print-even-a-b.py b/python/results/print-even-a-b.py index d8b12bfa..40136a6c 100644 --- a/python/results/print-even-a-b.py +++ b/python/results/print-even-a-b.py @@ -1,6 +1,7 @@ a = int(input()) b = int(input()) -for i in range(a, b + 1): - if i % 2 == 0: - print(i) \ No newline at end of file +for num in range(a, b + 1): + if num % 2 == 0: + print(num, end=' ') +print() From 1a72805d42f35e2e0e2e359f3636a443ebd86af5 Mon Sep 17 00:00:00 2001 From: Dimash Date: Sat, 5 Oct 2024 04:10:37 +0500 Subject: [PATCH 09/29] didn't solved power-a-b.py --- python/results/power-a-b.py | 7 +++++++ python/results/print-even-a-b.py | 1 + 2 files changed, 8 insertions(+) create mode 100644 python/results/power-a-b.py diff --git a/python/results/power-a-b.py b/python/results/power-a-b.py new file mode 100644 index 00000000..c7f6b209 --- /dev/null +++ b/python/results/power-a-b.py @@ -0,0 +1,7 @@ +a = int(input()) +b = int(input()) +if b > 0: + print("A^B is not equal to 0") +else: + for b in range(a): + print(a * b) \ No newline at end of file diff --git a/python/results/print-even-a-b.py b/python/results/print-even-a-b.py index 40136a6c..8bb07353 100644 --- a/python/results/print-even-a-b.py +++ b/python/results/print-even-a-b.py @@ -5,3 +5,4 @@ if num % 2 == 0: print(num, end=' ') print() + \ No newline at end of file From 9c2a8c6644359832ea72e6a638261a535a1e2a53 Mon Sep 17 00:00:00 2001 From: Dimash Date: Sun, 6 Oct 2024 03:54:18 +0500 Subject: [PATCH 10/29] update --- python/results/power-a-b.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/python/results/power-a-b.py b/python/results/power-a-b.py index c7f6b209..c3943876 100644 --- a/python/results/power-a-b.py +++ b/python/results/power-a-b.py @@ -1,7 +1,9 @@ a = int(input()) b = int(input()) -if b > 0: - print("A^B is not equal to 0") -else: - for b in range(a): - print(a * b) \ No newline at end of file + +result = 1 + +for i in range(b): + result *= a + +print(result) \ No newline at end of file From 17732648e70a6e6bb21ce885a08c568d6456d2e9 Mon Sep 17 00:00:00 2001 From: Dimash Date: Mon, 21 Oct 2024 00:25:32 +0500 Subject: [PATCH 11/29] update --- python/results/calc-deposit.py | 14 +++++++++ .../readme.md" | 30 +++++++++---------- 2 files changed, 29 insertions(+), 15 deletions(-) create mode 100644 python/results/calc-deposit.py diff --git a/python/results/calc-deposit.py b/python/results/calc-deposit.py new file mode 100644 index 00000000..524ab0d3 --- /dev/null +++ b/python/results/calc-deposit.py @@ -0,0 +1,14 @@ +def calculate_deposit(n, k, b): + monthly_rate = k / 100 + balance = b + + for _ in range(n): + balance += balance * monthly_rate + + return round(balance) + +n, k, b = map(int, input().split()) + +result = calculate_deposit(n, k, b) + +print(result) diff --git "a/python/\321\201\320\273\320\276\320\266\320\275\321\213\320\265 \320\267\320\260\320\264\320\260\321\207\320\270/readme.md" "b/python/\321\201\320\273\320\276\320\266\320\275\321\213\320\265 \320\267\320\260\320\264\320\260\321\207\320\270/readme.md" index db4d7d9d..aff46046 100644 --- "a/python/\321\201\320\273\320\276\320\266\320\275\321\213\320\265 \320\267\320\260\320\264\320\260\321\207\320\270/readme.md" +++ "b/python/\321\201\320\273\320\276\320\266\320\275\321\213\320\265 \320\267\320\260\320\264\320\260\321\207\320\270/readme.md" @@ -1,6 +1,6 @@ -#Сложные задачи -#переменная -##sum-1-n  +# Сложные задачи +# переменная +## sum-1-n  Дается число n. Вернуть сумму от 1 до n без использования циклов. Ограничения 1 <= n <= 65535 @@ -13,9 +13,9 @@ Sample Output: -#Циклы +# Циклы -##count-leap-year  +## count-leap-year  В этой задаче вам нужно вернуть кол-во високосных лет до заданного n года. Правило для определения високосного года [источник]: год, номер которого кратен 400, — високосный; @@ -35,7 +35,7 @@ Sample Output: 1 -##swap-bits  +## swap-bits  Реализуйте метод, который меняет местами первые 4 бита с остальными 4 и возвращает результат. Примеры 0000 1111 -> 1111 0000 @@ -52,8 +52,8 @@ Sample Output: -#Условия -##sort-nums-three  +# Условия +## sort-nums-three  Напишите функцию, которая отсортировывает по возрастанию три числа a, b, c, без использования циклов. Отсортированные числа вывести в консоль. Пример @@ -68,8 +68,8 @@ Sample Output: -#Массивы -##median  +# Массивы +## median  Реализовать функцию median, которое находится в середине массива, если его упорядочить по возрастанию, то есть такое число, что половина из элементов набора не меньше него, а другая половина не больше. Если кол-во элементов в массиве четное, то нужно вернуть левое значение медианы. Ограничения @@ -82,7 +82,7 @@ Sample Output: -##miss-you  +## miss-you  Дается два массива чисел, вернуть числа из второго массива, которые не присутствуют в первом в отсортированном порядке. Ограничения 0 <= array1.length <= 10_000 @@ -95,7 +95,7 @@ Sample Output: -##perfectly-balanced  +## perfectly-balanced  Дается массив чисел, найти в массиве такой элемент, где сумма чисел слева равна сумме чисел справа. Если такое число есть, то вернуть true, в противном случае false. Пример @@ -113,7 +113,7 @@ true -##stock-buy  +## stock-buy  Два друга хотят скинуться, чтобы купить акции на Jusan Invest. Им нужно купить две акции на всю сумму, которая у них есть. Дается доступная сумма денег m и список цен на различные акции s. Напечатайте индексы акции, которые можно купить. Напечатанные индексы должны быть отсортированы по возрастанию. @@ -140,8 +140,8 @@ Sample Output: -#Самая сложная задача фукнции -##hanoi-tower  +# Самая сложная задача фукнции +## hanoi-tower  "Ханойские башни" - это математическая головоломка. Паззл состоит из трех башен и нескольких дисков (бубликов). Задача состоит в том, что нужно переместить диски из первой башни в последнюю. При этом, диски меньшего размера можно положить сверху большего, но не наоборот. From 55ccd6dfbea28d39e38132016313abc421b9b032 Mon Sep 17 00:00:00 2001 From: Dimash Date: Mon, 21 Oct 2024 00:36:35 +0500 Subject: [PATCH 12/29] update --- python/results/min.py | 6 ++++++ python/results/range.py | 3 +++ python/results/sort.py | 8 ++++++++ python/results/sum.py | 3 +++ 4 files changed, 20 insertions(+) create mode 100644 python/results/min.py create mode 100644 python/results/range.py create mode 100644 python/results/sort.py create mode 100644 python/results/sum.py diff --git a/python/results/min.py b/python/results/min.py new file mode 100644 index 00000000..c112d482 --- /dev/null +++ b/python/results/min.py @@ -0,0 +1,6 @@ +def min(array): + if not array: + return 0 + return min(array) + +print(min([1, 2, 3])) \ No newline at end of file diff --git a/python/results/range.py b/python/results/range.py new file mode 100644 index 00000000..49151088 --- /dev/null +++ b/python/results/range.py @@ -0,0 +1,3 @@ +def range(n): + return list(range(1, n + 1)) +print(range(5)) \ No newline at end of file diff --git a/python/results/sort.py b/python/results/sort.py new file mode 100644 index 00000000..6e74f103 --- /dev/null +++ b/python/results/sort.py @@ -0,0 +1,8 @@ +def sort(array): + n = len(array) + for i in range(n): + for j in range(0, n - i - 1): + if array[j] > array[j + 1]: + array[j], array[j + 1] = array[j + 1], array[j] + return array +print(sort([7, 5, 9, 1, 4])) \ No newline at end of file diff --git a/python/results/sum.py b/python/results/sum.py new file mode 100644 index 00000000..916c10a9 --- /dev/null +++ b/python/results/sum.py @@ -0,0 +1,3 @@ +def sum(array): + return sum(array) +print(sum([1, 2, 3])) \ No newline at end of file From a1d48b0f774a5ad1894981ca7c07eb42c6633ceb Mon Sep 17 00:00:00 2001 From: Dimash Date: Mon, 21 Oct 2024 00:38:10 +0500 Subject: [PATCH 13/29] update --- .../calc-deposit.py" | 0 .../int-cmp.py" | 0 .../max-of-three.py" | 0 .../min.py" | 0 .../power-a-b.py" | 0 .../print-even-a-b.py" | 0 .../range.py" | 0 .../sort.py" | 0 .../sqr-sum-1-n.py" | 0 .../sum.py" | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename python/results/calc-deposit.py => "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/calc-deposit.py" (100%) rename python/results/int-cmp.py => "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/int-cmp.py" (100%) rename python/results/max-of-three.py => "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/max-of-three.py" (100%) rename python/results/min.py => "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/min.py" (100%) rename python/results/power-a-b.py => "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/power-a-b.py" (100%) rename python/results/print-even-a-b.py => "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/print-even-a-b.py" (100%) rename python/results/range.py => "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/range.py" (100%) rename python/results/sort.py => "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/sort.py" (100%) rename python/results/sqr-sum-1-n.py => "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/sqr-sum-1-n.py" (100%) rename python/results/sum.py => "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/sum.py" (100%) diff --git a/python/results/calc-deposit.py "b/python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/calc-deposit.py" similarity index 100% rename from python/results/calc-deposit.py rename to "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/calc-deposit.py" diff --git a/python/results/int-cmp.py "b/python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/int-cmp.py" similarity index 100% rename from python/results/int-cmp.py rename to "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/int-cmp.py" diff --git a/python/results/max-of-three.py "b/python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/max-of-three.py" similarity index 100% rename from python/results/max-of-three.py rename to "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/max-of-three.py" diff --git a/python/results/min.py "b/python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/min.py" similarity index 100% rename from python/results/min.py rename to "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/min.py" diff --git a/python/results/power-a-b.py "b/python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/power-a-b.py" similarity index 100% rename from python/results/power-a-b.py rename to "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/power-a-b.py" diff --git a/python/results/print-even-a-b.py "b/python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/print-even-a-b.py" similarity index 100% rename from python/results/print-even-a-b.py rename to "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/print-even-a-b.py" diff --git a/python/results/range.py "b/python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/range.py" similarity index 100% rename from python/results/range.py rename to "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/range.py" diff --git a/python/results/sort.py "b/python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/sort.py" similarity index 100% rename from python/results/sort.py rename to "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/sort.py" diff --git a/python/results/sqr-sum-1-n.py "b/python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/sqr-sum-1-n.py" similarity index 100% rename from python/results/sqr-sum-1-n.py rename to "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/sqr-sum-1-n.py" diff --git a/python/results/sum.py "b/python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/sum.py" similarity index 100% rename from python/results/sum.py rename to "python/\320\273\320\265\320\263\320\272\320\270\320\265 \320\262\320\276\320\277\321\200\320\276\321\201\321\213/sum.py" From d778260e9df3323b85ce80cb28b48d17fd46d5cd Mon Sep 17 00:00:00 2001 From: Dimash Date: Mon, 21 Oct 2024 00:44:43 +0500 Subject: [PATCH 14/29] update --- .../results.py" | 59 ++++++++++++++ .../results.py" | 81 +++++++++++++++++++ 2 files changed, 140 insertions(+) create mode 100644 "python/\321\201\320\273\320\276\320\266\320\275\321\213\320\265 \320\267\320\260\320\264\320\260\321\207\320\270/results.py" create mode 100644 "python/\321\201\321\200\320\265\320\264\320\275\320\270\320\265 \320\267\320\260\320\264\320\260\321\207\320\270/results.py" diff --git "a/python/\321\201\320\273\320\276\320\266\320\275\321\213\320\265 \320\267\320\260\320\264\320\260\321\207\320\270/results.py" "b/python/\321\201\320\273\320\276\320\266\320\275\321\213\320\265 \320\267\320\260\320\264\320\260\321\207\320\270/results.py" new file mode 100644 index 00000000..eede6da6 --- /dev/null +++ "b/python/\321\201\320\273\320\276\320\266\320\275\321\213\320\265 \320\267\320\260\320\264\320\260\321\207\320\270/results.py" @@ -0,0 +1,59 @@ +def sum_1_to_n(n): + return n * (n + 1) // 2 + +def count_leap_years(n): + def count(year): + if year < 0: + return 0 + return year // 4 - year // 100 + year // 400 + return count(n) + +def swap_bits(a): + return (a & 0b00001111) << 4 | (a & 0b11110000) >> 4 + +def sort_three_nums(a, b, c): + return sorted([a, b, c]) + +def median(array): + if not array: + return None + array.sort() + mid = len(array) // 2 + return array[mid - 1] if len(array) % 2 == 0 else array[mid] + +def miss_you(array1, array2): + return sorted(set(array2) - set(array1)) + +def perfectly_balanced(array): + total_sum = sum(array) + left_sum = 0 + for i in range(len(array)): + if left_sum == (total_sum - left_sum - array[i]): + return True + left_sum += array[i] + return False + +def stock_buy(m, s): + indices = {} + for i, price in enumerate(s): + if m - price in indices: + return sorted([i, indices[m - price]]) + indices[price] = i + +def hanoi_tower(n, source=1, target=3, auxiliary=2): + if n == 1: + print(f"Диск 1 с башни {source} переложить в башню {target}") + else: + hanoi_tower(n - 1, source, auxiliary, target) + print(f"Диск {n} с башни {source} переложить в башню {target}") + hanoi_tower(n - 1, auxiliary, target, source) + +print(sum_1_to_n(5)) +print(count_leap_years(4)) +print(swap_bits(15)) +print(sort_three_nums(3, 2, 1)) +print(median([1, 2, 3])) +print(miss_you([1, 1, 3, 2, 5], [1, 3, 9, 1, 5, 7])) +print(perfectly_balanced([1, 2, 9, 8, 5, 7])) +print(stock_buy(8, [8, 7, 3, 1, 3, 10])) +hanoi_tower(5) diff --git "a/python/\321\201\321\200\320\265\320\264\320\275\320\270\320\265 \320\267\320\260\320\264\320\260\321\207\320\270/results.py" "b/python/\321\201\321\200\320\265\320\264\320\275\320\270\320\265 \320\267\320\260\320\264\320\260\321\207\320\270/results.py" new file mode 100644 index 00000000..aa500e18 --- /dev/null +++ "b/python/\321\201\321\200\320\265\320\264\320\275\320\270\320\265 \320\267\320\260\320\264\320\260\321\207\320\270/results.py" @@ -0,0 +1,81 @@ +def check_even_odd(): + number = int(input("Введите число: ")) + if number % 2 == 0: + print(f"{number} является четным.") + else: + print(f"{number} является нечетным.") + +def check_palindrome(): + string = input("Введите строку: ") + if string == string[::-1]: + print(f"{string} является палиндромом.") + else: + print(f"{string} не является палиндромом.") + +def is_prime(): + number = int(input("Введите число: ")) + if number <= 1: + print(f"{number} не является простым числом.") + return + for i in range(2, int(number**0.5) + 1): + if number % i == 0: + print(f"{number} не является простым числом.") + return + print(f"{number} является простым числом.") + +def check_date(): + from datetime import datetime + date_str = input("Введите дату (дд.мм.гггг): ") + try: + datetime.strptime(date_str, "%d.%m.%Y") + print(f"{date_str} является корректной датой.") + except ValueError: + print(f"{date_str} не является корректной датой.") + +def perfect_numbers(): + perfects = [] + for num in range(1, 1001): + divisors_sum = sum(i for i in range(1, num) if num % i == 0) + if divisors_sum == num: + perfects.append(num) + print(f"Совершенные числа в диапазоне от 0 до 1000: {perfects}") + +def is_fibonacci(): + number = 25 + a, b = 0, 1 + while a < number: + a, b = b, a + b + if a == number: + print(f"{number} является числом Фибоначчи.") + else: + print(f"{number} не является числом Фибоначчи.") + +def check_perfect(): + number = int(input("Введите число: ")) + divisors_sum = sum(i for i in range(1, number) if number % i == 0) + if divisors_sum == number: + print(f"{number} является совершенным числом.") + else: + print(f"{number} не является совершенным числом.") + +def determine_season(): + date_str = input("Введите дату (дд.мм): ") + day, month = map(int, date_str.split('.')) + if (month == 12 and day >= 21) or (month <= 2) or (month == 3 and day < 21): + season = "Зима" + elif (month == 3 and day >= 21) or (month <= 5) or (month == 6 and day < 21): + season = "Весна" + elif (month == 6 and day >= 21) or (month <= 8) or (month == 9 and day < 21): + season = "Лето" + else: + season = "Осень" + print(f"Дата {date_str} попадает в {season}.") + +check_even_odd() +check_palindrome() +is_prime() +check_date() +perfect_numbers() +is_fibonacci() +check_perfect() +determine_season() From 78e90d8f3ceac8fb80c4ca400d69cd6db1315494 Mon Sep 17 00:00:00 2001 From: Dimash Date: Tue, 22 Oct 2024 01:17:32 +0500 Subject: [PATCH 15/29] update --- .venv/bin/Activate.ps1 | 247 + .venv/bin/activate | 70 + .venv/bin/activate.csh | 27 + .venv/bin/activate.fish | 69 + .venv/bin/pip | 8 + .venv/bin/pip3 | 8 + .venv/bin/pip3.12 | 8 + .venv/bin/python | 1 + .venv/bin/python3 | 1 + .venv/bin/python3.12 | 1 + .../pip-24.2.dist-info/AUTHORS.txt | 796 ++ .../pip-24.2.dist-info/INSTALLER | 1 + .../pip-24.2.dist-info/LICENSE.txt | 20 + .../site-packages/pip-24.2.dist-info/METADATA | 89 + .../site-packages/pip-24.2.dist-info/RECORD | 853 ++ .../pip-24.2.dist-info/REQUESTED | 0 .../site-packages/pip-24.2.dist-info/WHEEL | 5 + .../pip-24.2.dist-info/entry_points.txt | 3 + .../pip-24.2.dist-info/top_level.txt | 1 + .../python3.12/site-packages/pip/__init__.py | 13 + .../python3.12/site-packages/pip/__main__.py | 24 + .../site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 697 bytes .../pip/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 853 bytes .../__pip-runner__.cpython-312.pyc | Bin 0 -> 2216 bytes .../site-packages/pip/_internal/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 799 bytes .../__pycache__/build_env.cpython-312.pyc | Bin 0 -> 14489 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 12673 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 17641 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 35569 bytes .../__pycache__/main.cpython-312.pyc | Bin 0 -> 682 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 0 -> 5136 bytes .../self_outdated_check.cpython-312.pyc | Bin 0 -> 10234 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 0 -> 13645 bytes .../site-packages/pip/_internal/build_env.py | 315 + .../site-packages/pip/_internal/cache.py | 290 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 290 bytes .../autocompletion.cpython-312.pyc | Bin 0 -> 8597 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 0 -> 10217 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 0 -> 30405 bytes .../command_context.cpython-312.pyc | Bin 0 -> 1793 bytes .../__pycache__/index_command.cpython-312.pyc | Bin 0 -> 7147 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 0 -> 2312 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 0 -> 4912 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 0 -> 15035 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 0 -> 3857 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 0 -> 12252 bytes .../cli/__pycache__/spinners.cpython-312.pyc | Bin 0 -> 7852 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 387 bytes .../pip/_internal/cli/autocompletion.py | 176 + .../pip/_internal/cli/base_command.py | 231 + .../pip/_internal/cli/cmdoptions.py | 1075 +++ .../pip/_internal/cli/command_context.py | 27 + .../pip/_internal/cli/index_command.py | 170 + .../site-packages/pip/_internal/cli/main.py | 80 + .../pip/_internal/cli/main_parser.py | 134 + .../site-packages/pip/_internal/cli/parser.py | 294 + .../pip/_internal/cli/progress_bars.py | 94 + .../pip/_internal/cli/req_command.py | 329 + .../pip/_internal/cli/spinners.py | 159 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 132 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4014 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 9713 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 2604 bytes .../__pycache__/completion.cpython-312.pyc | Bin 0 -> 5204 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 13202 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 10115 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 7515 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 4397 bytes .../commands/__pycache__/hash.cpython-312.pyc | Bin 0 -> 2985 bytes .../commands/__pycache__/help.cpython-312.pyc | Bin 0 -> 1685 bytes .../__pycache__/index.cpython-312.pyc | Bin 0 -> 6688 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 0 -> 3988 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 29125 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 0 -> 15751 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 7538 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 0 -> 10467 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 0 -> 4721 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 8877 bytes .../pip/_internal/commands/cache.py | 225 + .../pip/_internal/commands/check.py | 67 + .../pip/_internal/commands/completion.py | 130 + .../pip/_internal/commands/configuration.py | 280 + .../pip/_internal/commands/debug.py | 201 + .../pip/_internal/commands/download.py | 146 + .../pip/_internal/commands/freeze.py | 109 + .../pip/_internal/commands/hash.py | 59 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/inspect.py | 92 + .../pip/_internal/commands/install.py | 783 ++ .../pip/_internal/commands/list.py | 375 + .../pip/_internal/commands/search.py | 172 + .../pip/_internal/commands/show.py | 217 + .../pip/_internal/commands/uninstall.py | 114 + .../pip/_internal/commands/wheel.py | 182 + .../pip/_internal/configuration.py | 383 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 953 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 2905 bytes .../__pycache__/installed.cpython-312.pyc | Bin 0 -> 1712 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 0 -> 8494 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 2293 bytes .../pip/_internal/distributions/base.py | 53 + .../pip/_internal/distributions/installed.py | 29 + .../pip/_internal/distributions/sdist.py | 158 + .../pip/_internal/distributions/wheel.py | 42 + .../site-packages/pip/_internal/exceptions.py | 777 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 244 bytes .../__pycache__/collector.cpython-312.pyc | Bin 0 -> 21619 bytes .../package_finder.cpython-312.pyc | Bin 0 -> 40665 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 0 -> 12600 bytes .../pip/_internal/index/collector.py | 494 + .../pip/_internal/index/package_finder.py | 1020 ++ .../pip/_internal/index/sources.py | 285 + .../pip/_internal/locations/__init__.py | 456 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 16448 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 0 -> 6863 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 0 -> 8038 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3793 bytes .../pip/_internal/locations/_distutils.py | 172 + .../pip/_internal/locations/_sysconfig.py | 214 + .../pip/_internal/locations/base.py | 81 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 128 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5894 bytes .../__pycache__/_json.cpython-312.pyc | Bin 0 -> 2932 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 0 -> 35199 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 0 -> 16094 bytes .../pip/_internal/metadata/_json.py | 84 + .../pip/_internal/metadata/base.py | 688 ++ .../_internal/metadata/importlib/__init__.py | 6 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 370 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 4503 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 0 -> 12577 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 0 -> 11110 bytes .../_internal/metadata/importlib/_compat.py | 85 + .../_internal/metadata/importlib/_dists.py | 221 + .../pip/_internal/metadata/importlib/_envs.py | 189 + .../pip/_internal/metadata/pkg_resources.py | 301 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 278 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 0 -> 1616 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 0 -> 10851 bytes .../format_control.cpython-312.pyc | Bin 0 -> 4234 bytes .../models/__pycache__/index.cpython-312.pyc | Bin 0 -> 1706 bytes .../installation_report.cpython-312.pyc | Bin 0 -> 2284 bytes .../models/__pycache__/link.cpython-312.pyc | Bin 0 -> 26612 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 0 -> 1035 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 0 -> 4994 bytes .../selection_prefs.cpython-312.pyc | Bin 0 -> 1863 bytes .../__pycache__/target_python.cpython-312.pyc | Bin 0 -> 4966 bytes .../models/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5792 bytes .../pip/_internal/models/candidate.py | 25 + .../pip/_internal/models/direct_url.py | 224 + .../pip/_internal/models/format_control.py | 78 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 56 + .../pip/_internal/models/link.py | 590 ++ .../pip/_internal/models/scheme.py | 25 + .../pip/_internal/models/search_scope.py | 127 + .../pip/_internal/models/selection_prefs.py | 53 + .../pip/_internal/models/target_python.py | 121 + .../pip/_internal/models/wheel.py | 93 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 266 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 0 -> 22111 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 0 -> 6530 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 8505 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 0 -> 11657 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 18877 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2267 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 0 -> 2961 bytes .../pip/_internal/network/auth.py | 566 ++ .../pip/_internal/network/cache.py | 106 + .../pip/_internal/network/download.py | 187 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 522 + .../pip/_internal/network/utils.py | 98 + .../pip/_internal/network/xmlrpc.py | 62 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 209 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 7127 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 10159 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 0 -> 25853 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../__pycache__/build_tracker.cpython-312.pyc | Bin 0 -> 7711 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 1892 bytes .../metadata_editable.cpython-312.pyc | Bin 0 -> 1926 bytes .../metadata_legacy.cpython-312.pyc | Bin 0 -> 3039 bytes .../build/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1696 bytes .../wheel_editable.cpython-312.pyc | Bin 0 -> 2037 bytes .../__pycache__/wheel_legacy.cpython-312.pyc | Bin 0 -> 3869 bytes .../operations/build/build_tracker.py | 138 + .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 41 + .../operations/build/metadata_legacy.py | 74 + .../pip/_internal/operations/build/wheel.py | 37 + .../operations/build/wheel_editable.py | 46 + .../operations/build/wheel_legacy.py | 102 + .../pip/_internal/operations/check.py | 181 + .../pip/_internal/operations/freeze.py | 258 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 278 bytes .../editable_legacy.cpython-312.pyc | Bin 0 -> 1831 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 34202 bytes .../operations/install/editable_legacy.py | 47 + .../pip/_internal/operations/install/wheel.py | 741 ++ .../pip/_internal/operations/prepare.py | 732 ++ .../site-packages/pip/_internal/pyproject.py | 185 + .../pip/_internal/req/__init__.py | 90 + .../req/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3478 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 0 -> 21241 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 0 -> 21441 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 0 -> 38531 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 0 -> 5485 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 0 -> 32137 bytes .../pip/_internal/req/constructors.py | 560 ++ .../pip/_internal/req/req_file.py | 551 ++ .../pip/_internal/req/req_install.py | 934 ++ .../pip/_internal/req/req_set.py | 82 + .../pip/_internal/req/req_uninstall.py | 633 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 209 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 1197 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 216 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 22599 bytes .../_internal/resolution/legacy/resolver.py | 597 ++ .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 220 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 8160 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 0 -> 29182 bytes .../__pycache__/factory.cpython-312.pyc | Bin 0 -> 32281 bytes .../found_candidates.cpython-312.pyc | Bin 0 -> 6804 bytes .../__pycache__/provider.cpython-312.pyc | Bin 0 -> 10528 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 0 -> 5052 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 15362 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 12329 bytes .../_internal/resolution/resolvelib/base.py | 139 + .../resolution/resolvelib/candidates.py | 569 ++ .../resolution/resolvelib/factory.py | 817 ++ .../resolution/resolvelib/found_candidates.py | 174 + .../resolution/resolvelib/provider.py | 258 + .../resolution/resolvelib/reporter.py | 81 + .../resolution/resolvelib/requirements.py | 245 + .../resolution/resolvelib/resolver.py | 317 + .../pip/_internal/self_outdated_check.py | 244 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 0 -> 4539 bytes .../utils/__pycache__/_log.cpython-312.pyc | Bin 0 -> 1875 bytes .../utils/__pycache__/appdirs.cpython-312.pyc | Bin 0 -> 2419 bytes .../utils/__pycache__/compat.cpython-312.pyc | Bin 0 -> 2916 bytes .../compatibility_tags.cpython-312.pyc | Bin 0 -> 5565 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 693 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 4199 bytes .../direct_url_helpers.cpython-312.pyc | Bin 0 -> 3545 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 0 -> 3215 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 0 -> 2157 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 0 -> 3997 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 7341 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 0 -> 1173 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 0 -> 2428 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 0 -> 7617 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13561 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 0 -> 33559 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 0 -> 2592 bytes .../utils/__pycache__/retry.cpython-312.pyc | Bin 0 -> 2117 bytes .../setuptools_build.cpython-312.pyc | Bin 0 -> 4559 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 0 -> 8653 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 0 -> 12044 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 0 -> 13516 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 0 -> 2086 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 0 -> 4484 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5908 bytes .../pip/_internal/utils/_jaraco_text.py | 109 + .../site-packages/pip/_internal/utils/_log.py | 38 + .../pip/_internal/utils/appdirs.py | 52 + .../pip/_internal/utils/compat.py | 79 + .../pip/_internal/utils/compatibility_tags.py | 165 + .../pip/_internal/utils/datetime.py | 11 + .../pip/_internal/utils/deprecation.py | 124 + .../pip/_internal/utils/direct_url_helpers.py | 87 + .../pip/_internal/utils/egg_link.py | 80 + .../pip/_internal/utils/encoding.py | 36 + .../pip/_internal/utils/entrypoints.py | 84 + .../pip/_internal/utils/filesystem.py | 149 + .../pip/_internal/utils/filetypes.py | 27 + .../pip/_internal/utils/glibc.py | 101 + .../pip/_internal/utils/hashes.py | 147 + .../pip/_internal/utils/logging.py | 347 + .../site-packages/pip/_internal/utils/misc.py | 777 ++ .../pip/_internal/utils/packaging.py | 57 + .../pip/_internal/utils/retry.py | 42 + .../pip/_internal/utils/setuptools_build.py | 146 + .../pip/_internal/utils/subprocess.py | 245 + .../pip/_internal/utils/temp_dir.py | 296 + .../pip/_internal/utils/unpacking.py | 337 + .../site-packages/pip/_internal/utils/urls.py | 55 + .../pip/_internal/utils/virtualenv.py | 104 + .../pip/_internal/utils/wheel.py | 134 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 543 bytes .../vcs/__pycache__/bazaar.cpython-312.pyc | Bin 0 -> 5064 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 0 -> 19029 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 0 -> 7624 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 0 -> 12532 bytes .../versioncontrol.cpython-312.pyc | Bin 0 -> 29005 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 112 + .../site-packages/pip/_internal/vcs/git.py | 527 + .../pip/_internal/vcs/mercurial.py | 163 + .../pip/_internal/vcs/subversion.py | 324 + .../pip/_internal/vcs/versioncontrol.py | 688 ++ .../pip/_internal/wheel_builder.py | 354 + .../site-packages/pip/_vendor/__init__.py | 116 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4562 bytes .../typing_extensions.cpython-312.pyc | Bin 0 -> 139420 bytes .../pip/_vendor/cachecontrol/__init__.py | 28 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 915 bytes .../__pycache__/_cmd.cpython-312.pyc | Bin 0 -> 2659 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 6477 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 3822 bytes .../__pycache__/controller.cpython-312.pyc | Bin 0 -> 16232 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 0 -> 4360 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 0 -> 6707 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 0 -> 5268 bytes .../__pycache__/wrapper.cpython-312.pyc | Bin 0 -> 1687 bytes .../pip/_vendor/cachecontrol/_cmd.py | 70 + .../pip/_vendor/cachecontrol/adapter.py | 161 + .../pip/_vendor/cachecontrol/cache.py | 74 + .../_vendor/cachecontrol/caches/__init__.py | 8 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 448 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 0 -> 7801 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 0 -> 2746 bytes .../_vendor/cachecontrol/caches/file_cache.py | 182 + .../cachecontrol/caches/redis_cache.py | 48 + .../pip/_vendor/cachecontrol/controller.py | 499 + .../pip/_vendor/cachecontrol/filewrapper.py | 119 + .../pip/_vendor/cachecontrol/heuristics.py | 154 + .../pip/_vendor/cachecontrol/py.typed | 0 .../pip/_vendor/cachecontrol/serialize.py | 146 + .../pip/_vendor/cachecontrol/wrapper.py | 43 + .../pip/_vendor/certifi/__init__.py | 4 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 331 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 658 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 3233 bytes .../pip/_vendor/certifi/cacert.pem | 4798 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 114 + .../pip/_vendor/certifi/py.typed | 0 .../pip/_vendor/distlib/__init__.py | 33 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1282 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 45528 bytes .../__pycache__/database.cpython-312.pyc | Bin 0 -> 65818 bytes .../distlib/__pycache__/index.cpython-312.pyc | Bin 0 -> 24359 bytes .../__pycache__/locators.cpython-312.pyc | Bin 0 -> 59960 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 0 -> 15077 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 7685 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 41665 bytes .../__pycache__/resources.cpython-312.pyc | Bin 0 -> 17333 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 0 -> 19793 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 0 -> 88039 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 30326 bytes .../distlib/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 51680 bytes .../pip/_vendor/distlib/compat.py | 1138 +++ .../pip/_vendor/distlib/database.py | 1359 +++ .../pip/_vendor/distlib/index.py | 508 + .../pip/_vendor/distlib/locators.py | 1303 +++ .../pip/_vendor/distlib/manifest.py | 384 + .../pip/_vendor/distlib/markers.py | 167 + .../pip/_vendor/distlib/metadata.py | 1068 ++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 466 + .../site-packages/pip/_vendor/distlib/t32.exe | Bin 0 -> 97792 bytes .../pip/_vendor/distlib/t64-arm.exe | Bin 0 -> 182784 bytes .../site-packages/pip/_vendor/distlib/t64.exe | Bin 0 -> 108032 bytes .../site-packages/pip/_vendor/distlib/util.py | 2025 ++++ .../pip/_vendor/distlib/version.py | 751 ++ .../site-packages/pip/_vendor/distlib/w32.exe | Bin 0 -> 91648 bytes .../pip/_vendor/distlib/w64-arm.exe | Bin 0 -> 168448 bytes .../site-packages/pip/_vendor/distlib/w64.exe | Bin 0 -> 101888 bytes .../pip/_vendor/distlib/wheel.py | 1099 +++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 973 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 305 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 0 -> 53831 bytes .../pip/_vendor/distro/distro.py | 1403 +++ .../site-packages/pip/_vendor/distro/py.typed | 0 .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 894 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4989 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 900 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 15804 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 99489 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2646 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 229 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 158861 bytes .../site-packages/pip/_vendor/idna/codec.py | 118 + .../site-packages/pip/_vendor/idna/compat.py | 13 + .../site-packages/pip/_vendor/idna/core.py | 395 + .../pip/_vendor/idna/idnadata.py | 4245 ++++++++ .../pip/_vendor/idna/intranges.py | 54 + .../pip/_vendor/idna/package_data.py | 2 + .../site-packages/pip/_vendor/idna/py.typed | 0 .../pip/_vendor/idna/uts46data.py | 8598 +++++++++++++++++ .../pip/_vendor/msgpack/__init__.py | 55 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1754 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2038 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 0 -> 8183 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 42055 bytes .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 168 + .../pip/_vendor/msgpack/fallback.py | 951 ++ .../pip/_vendor/packaging/__init__.py | 15 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 571 bytes .../__pycache__/_elffile.cpython-312.pyc | Bin 0 -> 4980 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 9724 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 4568 bytes .../__pycache__/_parser.cpython-312.pyc | Bin 0 -> 14013 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3254 bytes .../__pycache__/_tokenizer.cpython-312.pyc | Bin 0 -> 7924 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 11017 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 24953 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 4423 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 38746 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 21355 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 7352 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 19513 bytes .../pip/_vendor/packaging/_elffile.py | 110 + .../pip/_vendor/packaging/_manylinux.py | 262 + .../pip/_vendor/packaging/_musllinux.py | 85 + .../pip/_vendor/packaging/_parser.py | 354 + .../pip/_vendor/packaging/_structures.py | 61 + .../pip/_vendor/packaging/_tokenizer.py | 194 + .../pip/_vendor/packaging/markers.py | 325 + .../pip/_vendor/packaging/metadata.py | 804 ++ .../pip/_vendor/packaging/py.typed | 0 .../pip/_vendor/packaging/requirements.py | 91 + .../pip/_vendor/packaging/specifiers.py | 1009 ++ .../pip/_vendor/packaging/tags.py | 568 ++ .../pip/_vendor/packaging/utils.py | 174 + .../pip/_vendor/packaging/version.py | 563 ++ .../pip/_vendor/pkg_resources/__init__.py | 3676 +++++++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 161316 bytes .../pip/_vendor/platformdirs/__init__.py | 627 ++ .../pip/_vendor/platformdirs/__main__.py | 55 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 19842 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1961 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 10710 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 12924 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 8020 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 15045 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 610 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 13686 bytes .../pip/_vendor/platformdirs/android.py | 249 + .../pip/_vendor/platformdirs/api.py | 292 + .../pip/_vendor/platformdirs/macos.py | 130 + .../pip/_vendor/platformdirs/py.typed | 0 .../pip/_vendor/platformdirs/unix.py | 275 + .../pip/_vendor/platformdirs/version.py | 16 + .../pip/_vendor/platformdirs/windows.py | 272 + .../pip/_vendor/pygments/__init__.py | 82 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3502 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 748 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 0 -> 26600 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2642 bytes .../__pycache__/filter.cpython-312.pyc | Bin 0 -> 3235 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 4734 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 38374 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 0 -> 1573 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 2622 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 0 -> 4086 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 0 -> 4770 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 0 -> 12102 bytes .../__pycache__/style.cpython-312.pyc | Bin 0 -> 6707 bytes .../__pycache__/token.cpython-312.pyc | Bin 0 -> 8203 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 0 -> 33000 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 0 -> 14077 bytes .../pip/_vendor/pygments/cmdline.py | 668 ++ .../pip/_vendor/pygments/console.py | 70 + .../pip/_vendor/pygments/filter.py | 70 + .../pip/_vendor/pygments/filters/__init__.py | 940 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 37921 bytes .../pip/_vendor/pygments/formatter.py | 129 + .../_vendor/pygments/formatters/__init__.py | 157 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6923 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 4229 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 0 -> 4236 bytes .../__pycache__/groff.cpython-312.pyc | Bin 0 -> 7307 bytes .../__pycache__/html.cpython-312.pyc | Bin 0 -> 41051 bytes .../__pycache__/img.cpython-312.pyc | Bin 0 -> 28562 bytes .../__pycache__/irc.cpython-312.pyc | Bin 0 -> 6069 bytes .../__pycache__/latex.cpython-312.pyc | Bin 0 -> 20134 bytes .../__pycache__/other.cpython-312.pyc | Bin 0 -> 6891 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 0 -> 2972 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 0 -> 13787 bytes .../__pycache__/svg.cpython-312.pyc | Bin 0 -> 9153 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 0 -> 5833 bytes .../__pycache__/terminal256.cpython-312.pyc | Bin 0 -> 15132 bytes .../_vendor/pygments/formatters/_mapping.py | 23 + .../pip/_vendor/pygments/formatters/bbcode.py | 108 + .../pip/_vendor/pygments/formatters/groff.py | 170 + .../pip/_vendor/pygments/formatters/html.py | 987 ++ .../pip/_vendor/pygments/formatters/img.py | 685 ++ .../pip/_vendor/pygments/formatters/irc.py | 154 + .../pip/_vendor/pygments/formatters/latex.py | 518 + .../pip/_vendor/pygments/formatters/other.py | 160 + .../pygments/formatters/pangomarkup.py | 83 + .../pip/_vendor/pygments/formatters/rtf.py | 349 + .../pip/_vendor/pygments/formatters/svg.py | 185 + .../_vendor/pygments/formatters/terminal.py | 127 + .../pygments/formatters/terminal256.py | 338 + .../pip/_vendor/pygments/lexer.py | 963 ++ .../pip/_vendor/pygments/lexers/__init__.py | 362 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 14642 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 68277 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 0 -> 42980 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 589 ++ .../pip/_vendor/pygments/lexers/python.py | 1198 +++ .../pip/_vendor/pygments/modeline.py | 43 + .../pip/_vendor/pygments/plugin.py | 72 + .../pip/_vendor/pygments/regexopt.py | 91 + .../pip/_vendor/pygments/scanner.py | 104 + .../pip/_vendor/pygments/sphinxext.py | 247 + .../pip/_vendor/pygments/style.py | 203 + .../pip/_vendor/pygments/styles/__init__.py | 61 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 2670 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 3662 bytes .../pip/_vendor/pygments/styles/_mapping.py | 54 + .../pip/_vendor/pygments/token.py | 214 + .../pip/_vendor/pygments/unistring.py | 153 + .../pip/_vendor/pygments/util.py | 324 + .../pip/_vendor/pyproject_hooks/__init__.py | 23 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 627 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 388 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 0 -> 14739 bytes .../pip/_vendor/pyproject_hooks/_compat.py | 8 + .../pip/_vendor/pyproject_hooks/_impl.py | 330 + .../pyproject_hooks/_in_process/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1094 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 0 -> 14401 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 179 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5267 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 598 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2038 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 28441 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7218 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13935 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 936 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1691 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25211 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7612 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4242 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1061 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35437 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 1280 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27854 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 6035 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5631 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36394 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 50 + .../pip/_vendor/requests/adapters.py | 719 ++ .../site-packages/pip/_vendor/requests/api.py | 157 + .../pip/_vendor/requests/auth.py | 314 + .../pip/_vendor/requests/certs.py | 24 + .../pip/_vendor/requests/compat.py | 78 + .../pip/_vendor/requests/cookies.py | 561 ++ .../pip/_vendor/requests/exceptions.py | 151 + .../pip/_vendor/requests/help.py | 127 + .../pip/_vendor/requests/hooks.py | 33 + .../pip/_vendor/requests/models.py | 1037 ++ .../pip/_vendor/requests/packages.py | 25 + .../pip/_vendor/requests/sessions.py | 831 ++ .../pip/_vendor/requests/status_codes.py | 128 + .../pip/_vendor/requests/structures.py | 99 + .../pip/_vendor/requests/utils.py | 1096 +++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 648 bytes .../__pycache__/providers.cpython-312.pyc | Bin 0 -> 6865 bytes .../__pycache__/reporters.cpython-312.pyc | Bin 0 -> 2668 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 0 -> 25862 bytes .../__pycache__/structs.cpython-312.pyc | Bin 0 -> 10500 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 214 bytes .../collections_abc.cpython-312.pyc | Bin 0 -> 434 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/py.typed | 0 .../pip/_vendor/resolvelib/reporters.py | 43 + .../pip/_vendor/resolvelib/resolvers.py | 547 ++ .../pip/_vendor/resolvelib/structs.py | 170 + .../pip/_vendor/rich/__init__.py | 177 + .../pip/_vendor/rich/__main__.py | 273 + .../rich/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7029 bytes .../rich/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 10306 bytes .../__pycache__/_cell_widths.cpython-312.pyc | Bin 0 -> 7886 bytes .../__pycache__/_emoji_codes.cpython-312.pyc | Bin 0 -> 205990 bytes .../_emoji_replace.cpython-312.pyc | Bin 0 -> 1743 bytes .../_export_format.cpython-312.pyc | Bin 0 -> 2363 bytes .../__pycache__/_extension.cpython-312.pyc | Bin 0 -> 551 bytes .../rich/__pycache__/_fileno.cpython-312.pyc | Bin 0 -> 869 bytes .../rich/__pycache__/_inspect.cpython-312.pyc | Bin 0 -> 12079 bytes .../__pycache__/_log_render.cpython-312.pyc | Bin 0 -> 4161 bytes .../rich/__pycache__/_loop.cpython-312.pyc | Bin 0 -> 1884 bytes .../__pycache__/_null_file.cpython-312.pyc | Bin 0 -> 3634 bytes .../__pycache__/_palettes.cpython-312.pyc | Bin 0 -> 5174 bytes .../rich/__pycache__/_pick.cpython-312.pyc | Bin 0 -> 735 bytes .../rich/__pycache__/_ratio.cpython-312.pyc | Bin 0 -> 6571 bytes .../__pycache__/_spinners.cpython-312.pyc | Bin 0 -> 13193 bytes .../rich/__pycache__/_stack.cpython-312.pyc | Bin 0 -> 979 bytes .../rich/__pycache__/_timer.cpython-312.pyc | Bin 0 -> 879 bytes .../_win32_console.cpython-312.pyc | Bin 0 -> 28990 bytes .../rich/__pycache__/_windows.cpython-312.pyc | Bin 0 -> 2504 bytes .../_windows_renderer.cpython-312.pyc | Bin 0 -> 3577 bytes .../rich/__pycache__/_wrap.cpython-312.pyc | Bin 0 -> 3340 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 0 -> 1622 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 0 -> 12301 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 9095 bytes .../rich/__pycache__/bar.cpython-312.pyc | Bin 0 -> 4286 bytes .../rich/__pycache__/box.cpython-312.pyc | Bin 0 -> 11852 bytes .../rich/__pycache__/cells.cpython-312.pyc | Bin 0 -> 5819 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 0 -> 26579 bytes .../__pycache__/color_triplet.cpython-312.pyc | Bin 0 -> 1715 bytes .../rich/__pycache__/columns.cpython-312.pyc | Bin 0 -> 8568 bytes .../rich/__pycache__/console.cpython-312.pyc | Bin 0 -> 113612 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 0 -> 2272 bytes .../__pycache__/containers.cpython-312.pyc | Bin 0 -> 9216 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 0 -> 10948 bytes .../default_styles.cpython-312.pyc | Bin 0 -> 10380 bytes .../rich/__pycache__/diagnose.cpython-312.pyc | Bin 0 -> 1501 bytes .../rich/__pycache__/emoji.cpython-312.pyc | Bin 0 -> 4223 bytes .../rich/__pycache__/errors.cpython-312.pyc | Bin 0 -> 1859 bytes .../__pycache__/file_proxy.cpython-312.pyc | Bin 0 -> 3591 bytes .../rich/__pycache__/filesize.cpython-312.pyc | Bin 0 -> 3086 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 0 -> 9901 bytes .../rich/__pycache__/json.cpython-312.pyc | Bin 0 -> 6049 bytes .../rich/__pycache__/jupyter.cpython-312.pyc | Bin 0 -> 5218 bytes .../rich/__pycache__/layout.cpython-312.pyc | Bin 0 -> 20191 bytes .../rich/__pycache__/live.cpython-312.pyc | Bin 0 -> 19143 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 0 -> 4903 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13568 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 0 -> 9581 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 0 -> 6390 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 0 -> 7138 bytes .../rich/__pycache__/pager.cpython-312.pyc | Bin 0 -> 1834 bytes .../rich/__pycache__/palette.cpython-312.pyc | Bin 0 -> 5311 bytes .../rich/__pycache__/panel.cpython-312.pyc | Bin 0 -> 12197 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 0 -> 40165 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 0 -> 75116 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 0 -> 10391 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 0 -> 14801 bytes .../rich/__pycache__/protocol.cpython-312.pyc | Bin 0 -> 1806 bytes .../rich/__pycache__/region.cpython-312.pyc | Bin 0 -> 581 bytes .../rich/__pycache__/repr.cpython-312.pyc | Bin 0 -> 6627 bytes .../rich/__pycache__/rule.cpython-312.pyc | Bin 0 -> 6582 bytes .../rich/__pycache__/scope.cpython-312.pyc | Bin 0 -> 3839 bytes .../rich/__pycache__/screen.cpython-312.pyc | Bin 0 -> 2493 bytes .../rich/__pycache__/segment.cpython-312.pyc | Bin 0 -> 28118 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 0 -> 6078 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 0 -> 6082 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 0 -> 33508 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 0 -> 2153 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 0 -> 39955 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 0 -> 43529 bytes .../terminal_theme.cpython-312.pyc | Bin 0 -> 3362 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 0 -> 60799 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 0 -> 6354 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 0 -> 328 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 0 -> 31529 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 0 -> 11449 bytes .../pip/_vendor/rich/_cell_widths.py | 454 + .../pip/_vendor/rich/_emoji_codes.py | 3610 +++++++ .../pip/_vendor/rich/_emoji_replace.py | 32 + .../pip/_vendor/rich/_export_format.py | 76 + .../pip/_vendor/rich/_extension.py | 10 + .../site-packages/pip/_vendor/rich/_fileno.py | 24 + .../pip/_vendor/rich/_inspect.py | 270 + .../pip/_vendor/rich/_log_render.py | 94 + .../site-packages/pip/_vendor/rich/_loop.py | 43 + .../pip/_vendor/rich/_null_file.py | 69 + .../pip/_vendor/rich/_palettes.py | 309 + .../site-packages/pip/_vendor/rich/_pick.py | 17 + .../site-packages/pip/_vendor/rich/_ratio.py | 159 + .../pip/_vendor/rich/_spinners.py | 482 + .../site-packages/pip/_vendor/rich/_stack.py | 16 + .../site-packages/pip/_vendor/rich/_timer.py | 19 + .../pip/_vendor/rich/_win32_console.py | 662 ++ .../pip/_vendor/rich/_windows.py | 71 + .../pip/_vendor/rich/_windows_renderer.py | 56 + .../site-packages/pip/_vendor/rich/_wrap.py | 93 + .../site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 311 + .../site-packages/pip/_vendor/rich/ansi.py | 240 + .../site-packages/pip/_vendor/rich/bar.py | 93 + .../site-packages/pip/_vendor/rich/box.py | 480 + .../site-packages/pip/_vendor/rich/cells.py | 167 + .../site-packages/pip/_vendor/rich/color.py | 621 ++ .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2633 +++++ .../pip/_vendor/rich/constrain.py | 37 + .../pip/_vendor/rich/containers.py | 167 + .../site-packages/pip/_vendor/rich/control.py | 225 + .../pip/_vendor/rich/default_styles.py | 190 + .../pip/_vendor/rich/diagnose.py | 37 + .../site-packages/pip/_vendor/rich/emoji.py | 96 + .../site-packages/pip/_vendor/rich/errors.py | 34 + .../pip/_vendor/rich/file_proxy.py | 57 + .../pip/_vendor/rich/filesize.py | 89 + .../pip/_vendor/rich/highlighter.py | 232 + .../site-packages/pip/_vendor/rich/json.py | 139 + .../site-packages/pip/_vendor/rich/jupyter.py | 101 + .../site-packages/pip/_vendor/rich/layout.py | 442 + .../site-packages/pip/_vendor/rich/live.py | 375 + .../pip/_vendor/rich/live_render.py | 112 + .../site-packages/pip/_vendor/rich/logging.py | 289 + .../site-packages/pip/_vendor/rich/markup.py | 251 + .../site-packages/pip/_vendor/rich/measure.py | 151 + .../site-packages/pip/_vendor/rich/padding.py | 141 + .../site-packages/pip/_vendor/rich/pager.py | 34 + .../site-packages/pip/_vendor/rich/palette.py | 100 + .../site-packages/pip/_vendor/rich/panel.py | 312 + .../site-packages/pip/_vendor/rich/pretty.py | 995 ++ .../pip/_vendor/rich/progress.py | 1699 ++++ .../pip/_vendor/rich/progress_bar.py | 223 + .../site-packages/pip/_vendor/rich/prompt.py | 375 + .../pip/_vendor/rich/protocol.py | 42 + .../site-packages/pip/_vendor/rich/py.typed | 0 .../site-packages/pip/_vendor/rich/region.py | 10 + .../site-packages/pip/_vendor/rich/repr.py | 149 + .../site-packages/pip/_vendor/rich/rule.py | 130 + .../site-packages/pip/_vendor/rich/scope.py | 86 + .../site-packages/pip/_vendor/rich/screen.py | 54 + .../site-packages/pip/_vendor/rich/segment.py | 738 ++ .../site-packages/pip/_vendor/rich/spinner.py | 137 + .../site-packages/pip/_vendor/rich/status.py | 131 + .../site-packages/pip/_vendor/rich/style.py | 796 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 958 ++ .../site-packages/pip/_vendor/rich/table.py | 1000 ++ .../pip/_vendor/rich/terminal_theme.py | 153 + .../site-packages/pip/_vendor/rich/text.py | 1357 +++ .../site-packages/pip/_vendor/rich/theme.py | 115 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 753 ++ .../site-packages/pip/_vendor/rich/tree.py | 249 + .../pip/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 398 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 26909 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 3922 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 380 bytes .../pip/_vendor/tomli/_parser.py | 691 ++ .../site-packages/pip/_vendor/tomli/_re.py | 107 + .../site-packages/pip/_vendor/tomli/_types.py | 10 + .../site-packages/pip/_vendor/tomli/py.typed | 1 + .../pip/_vendor/truststore/__init__.py | 13 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 632 bytes .../__pycache__/_api.cpython-312.pyc | Bin 0 -> 16555 bytes .../__pycache__/_macos.cpython-312.pyc | Bin 0 -> 16586 bytes .../__pycache__/_openssl.cpython-312.pyc | Bin 0 -> 2219 bytes .../_ssl_constants.cpython-312.pyc | Bin 0 -> 1113 bytes .../__pycache__/_windows.cpython-312.pyc | Bin 0 -> 15754 bytes .../pip/_vendor/truststore/_api.py | 313 + .../pip/_vendor/truststore/_macos.py | 499 + .../pip/_vendor/truststore/_openssl.py | 66 + .../pip/_vendor/truststore/_ssl_constants.py | 31 + .../pip/_vendor/truststore/_windows.py | 564 ++ .../pip/_vendor/truststore/py.typed | 0 .../pip/_vendor/typing_extensions.py | 3641 +++++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3419 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 16437 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 232 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 20411 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 36451 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13507 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 10404 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 4022 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 20451 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 7308 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 33963 bytes .../pip/_vendor/urllib3/_collections.py | 355 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 572 ++ .../pip/_vendor/urllib3/connectionpool.py | 1137 +++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 212 bytes .../_appengine_environ.cpython-312.pyc | Bin 0 -> 1862 bytes .../__pycache__/appengine.cpython-312.pyc | Bin 0 -> 11578 bytes .../__pycache__/ntlmpool.cpython-312.pyc | Bin 0 -> 5728 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 24455 bytes .../securetransport.cpython-312.pyc | Bin 0 -> 35567 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 7525 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 229 bytes .../__pycache__/bindings.cpython-312.pyc | Bin 0 -> 17441 bytes .../__pycache__/low_level.cpython-312.pyc | Bin 0 -> 14778 bytes .../contrib/_securetransport/bindings.py | 519 + .../contrib/_securetransport/low_level.py | 397 + .../pip/_vendor/urllib3/contrib/appengine.py | 314 + .../pip/_vendor/urllib3/contrib/ntlmpool.py | 130 + .../pip/_vendor/urllib3/contrib/pyopenssl.py | 518 + .../urllib3/contrib/securetransport.py | 920 ++ .../pip/_vendor/urllib3/contrib/socks.py | 216 + .../pip/_vendor/urllib3/exceptions.py | 323 + .../pip/_vendor/urllib3/fields.py | 274 + .../pip/_vendor/urllib3/filepost.py | 98 + .../pip/_vendor/urllib3/packages/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 213 bytes .../packages/__pycache__/six.cpython-312.pyc | Bin 0 -> 41260 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 223 bytes .../__pycache__/makefile.cpython-312.pyc | Bin 0 -> 1839 bytes .../weakref_finalize.cpython-312.pyc | Bin 0 -> 7343 bytes .../urllib3/packages/backports/makefile.py | 51 + .../packages/backports/weakref_finalize.py | 155 + .../pip/_vendor/urllib3/packages/six.py | 1076 +++ .../pip/_vendor/urllib3/poolmanager.py | 540 ++ .../pip/_vendor/urllib3/request.py | 191 + .../pip/_vendor/urllib3/response.py | 879 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1160 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4761 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1566 bytes .../util/__pycache__/queue.cpython-312.pyc | Bin 0 -> 1366 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 4197 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 3003 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 21709 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 15105 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5065 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 10786 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11153 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 15790 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 4417 bytes .../pip/_vendor/urllib3/util/connection.py | 149 + .../pip/_vendor/urllib3/util/proxy.py | 57 + .../pip/_vendor/urllib3/util/queue.py | 22 + .../pip/_vendor/urllib3/util/request.py | 137 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 620 ++ .../pip/_vendor/urllib3/util/ssl_.py | 495 + .../urllib3/util/ssl_match_hostname.py | 159 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 271 + .../pip/_vendor/urllib3/util/url.py | 435 + .../pip/_vendor/urllib3/util/wait.py | 152 + .../site-packages/pip/_vendor/vendor.txt | 18 + .../lib/python3.12/site-packages/pip/py.typed | 4 + .venv/pyvenv.cfg | 5 + .../New Collection.postman_test_run.json | 132 + python/api/fastapi-final/first/README.md | 40 + .../first/__pycache__/main.cpython-312.pyc | Bin 0 -> 3088 bytes python/api/fastapi-final/first/main.py | 60 + .../api/fastapi-final/first/requirements.txt | 0 .../fastapi/__pycache__/main.cpython-312.pyc | Bin 0 -> 435 bytes python/api/fastapi/main.py | 8 + 868 files changed, 138275 insertions(+) create mode 100644 .venv/bin/Activate.ps1 create mode 100644 .venv/bin/activate create mode 100644 .venv/bin/activate.csh create mode 100644 .venv/bin/activate.fish create mode 100755 .venv/bin/pip create mode 100755 .venv/bin/pip3 create mode 100755 .venv/bin/pip3.12 create mode 120000 .venv/bin/python create mode 120000 .venv/bin/python3 create mode 120000 .venv/bin/python3.12 create mode 100644 .venv/lib/python3.12/site-packages/pip-24.2.dist-info/AUTHORS.txt create mode 100644 .venv/lib/python3.12/site-packages/pip-24.2.dist-info/INSTALLER create mode 100644 .venv/lib/python3.12/site-packages/pip-24.2.dist-info/LICENSE.txt create mode 100644 .venv/lib/python3.12/site-packages/pip-24.2.dist-info/METADATA create mode 100644 .venv/lib/python3.12/site-packages/pip-24.2.dist-info/RECORD create mode 100644 .venv/lib/python3.12/site-packages/pip-24.2.dist-info/REQUESTED create mode 100644 .venv/lib/python3.12/site-packages/pip-24.2.dist-info/WHEEL create mode 100644 .venv/lib/python3.12/site-packages/pip-24.2.dist-info/entry_points.txt create mode 100644 .venv/lib/python3.12/site-packages/pip-24.2.dist-info/top_level.txt create mode 100644 .venv/lib/python3.12/site-packages/pip/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/__main__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/__pip-runner__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/build_env.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cache.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/main.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/check.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/download.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/help.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/index.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/install.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/list.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/search.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/show.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/configuration.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/exceptions.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/collector.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/index/sources.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/locations/base.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/main.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/index.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/link.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/auth.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/cache.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/download.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/session.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/utils.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/check.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/pyproject.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/retry.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/distro/py.typed create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/py.typed create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/_elffile.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/_parser.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/_tokenizer.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/py.typed create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/py.typed create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/_mapping.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/py.typed create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/py.typed create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/region.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/tomli/py.typed create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/truststore/py.typed create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 .venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt create mode 100644 .venv/lib/python3.12/site-packages/pip/py.typed create mode 100644 .venv/pyvenv.cfg create mode 100644 python/api/fastapi-final/first/New Collection.postman_test_run.json create mode 100644 python/api/fastapi-final/first/README.md create mode 100644 python/api/fastapi-final/first/__pycache__/main.cpython-312.pyc create mode 100644 python/api/fastapi-final/first/main.py create mode 100644 python/api/fastapi-final/first/requirements.txt create mode 100644 python/api/fastapi/__pycache__/main.cpython-312.pyc create mode 100644 python/api/fastapi/main.py diff --git a/.venv/bin/Activate.ps1 b/.venv/bin/Activate.ps1 new file mode 100644 index 00000000..b49d77ba --- /dev/null +++ b/.venv/bin/Activate.ps1 @@ -0,0 +1,247 @@ +<# +.Synopsis +Activate a Python virtual environment for the current PowerShell session. + +.Description +Pushes the python executable for a virtual environment to the front of the +$Env:PATH environment variable and sets the prompt to signify that you are +in a Python virtual environment. Makes use of the command line switches as +well as the `pyvenv.cfg` file values present in the virtual environment. + +.Parameter VenvDir +Path to the directory that contains the virtual environment to activate. The +default value for this is the parent of the directory that the Activate.ps1 +script is located within. + +.Parameter Prompt +The prompt prefix to display when this virtual environment is activated. By +default, this prompt is the name of the virtual environment folder (VenvDir) +surrounded by parentheses and followed by a single space (ie. '(.venv) '). + +.Example +Activate.ps1 +Activates the Python virtual environment that contains the Activate.ps1 script. + +.Example +Activate.ps1 -Verbose +Activates the Python virtual environment that contains the Activate.ps1 script, +and shows extra information about the activation as it executes. + +.Example +Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv +Activates the Python virtual environment located in the specified location. + +.Example +Activate.ps1 -Prompt "MyPython" +Activates the Python virtual environment that contains the Activate.ps1 script, +and prefixes the current prompt with the specified string (surrounded in +parentheses) while the virtual environment is active. + +.Notes +On Windows, it may be required to enable this Activate.ps1 script by setting the +execution policy for the user. You can do this by issuing the following PowerShell +command: + +PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser + +For more information on Execution Policies: +https://go.microsoft.com/fwlink/?LinkID=135170 + +#> +Param( + [Parameter(Mandatory = $false)] + [String] + $VenvDir, + [Parameter(Mandatory = $false)] + [String] + $Prompt +) + +<# Function declarations --------------------------------------------------- #> + +<# +.Synopsis +Remove all shell session elements added by the Activate script, including the +addition of the virtual environment's Python executable from the beginning of +the PATH variable. + +.Parameter NonDestructive +If present, do not remove this function from the global namespace for the +session. + +#> +function global:deactivate ([switch]$NonDestructive) { + # Revert to original values + + # The prior prompt: + if (Test-Path -Path Function:_OLD_VIRTUAL_PROMPT) { + Copy-Item -Path Function:_OLD_VIRTUAL_PROMPT -Destination Function:prompt + Remove-Item -Path Function:_OLD_VIRTUAL_PROMPT + } + + # The prior PYTHONHOME: + if (Test-Path -Path Env:_OLD_VIRTUAL_PYTHONHOME) { + Copy-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME -Destination Env:PYTHONHOME + Remove-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME + } + + # The prior PATH: + if (Test-Path -Path Env:_OLD_VIRTUAL_PATH) { + Copy-Item -Path Env:_OLD_VIRTUAL_PATH -Destination Env:PATH + Remove-Item -Path Env:_OLD_VIRTUAL_PATH + } + + # Just remove the VIRTUAL_ENV altogether: + if (Test-Path -Path Env:VIRTUAL_ENV) { + Remove-Item -Path env:VIRTUAL_ENV + } + + # Just remove VIRTUAL_ENV_PROMPT altogether. + if (Test-Path -Path Env:VIRTUAL_ENV_PROMPT) { + Remove-Item -Path env:VIRTUAL_ENV_PROMPT + } + + # Just remove the _PYTHON_VENV_PROMPT_PREFIX altogether: + if (Get-Variable -Name "_PYTHON_VENV_PROMPT_PREFIX" -ErrorAction SilentlyContinue) { + Remove-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Scope Global -Force + } + + # Leave deactivate function in the global namespace if requested: + if (-not $NonDestructive) { + Remove-Item -Path function:deactivate + } +} + +<# +.Description +Get-PyVenvConfig parses the values from the pyvenv.cfg file located in the +given folder, and returns them in a map. + +For each line in the pyvenv.cfg file, if that line can be parsed into exactly +two strings separated by `=` (with any amount of whitespace surrounding the =) +then it is considered a `key = value` line. The left hand string is the key, +the right hand is the value. + +If the value starts with a `'` or a `"` then the first and last character is +stripped from the value before being captured. + +.Parameter ConfigDir +Path to the directory that contains the `pyvenv.cfg` file. +#> +function Get-PyVenvConfig( + [String] + $ConfigDir +) { + Write-Verbose "Given ConfigDir=$ConfigDir, obtain values in pyvenv.cfg" + + # Ensure the file exists, and issue a warning if it doesn't (but still allow the function to continue). + $pyvenvConfigPath = Join-Path -Resolve -Path $ConfigDir -ChildPath 'pyvenv.cfg' -ErrorAction Continue + + # An empty map will be returned if no config file is found. + $pyvenvConfig = @{ } + + if ($pyvenvConfigPath) { + + Write-Verbose "File exists, parse `key = value` lines" + $pyvenvConfigContent = Get-Content -Path $pyvenvConfigPath + + $pyvenvConfigContent | ForEach-Object { + $keyval = $PSItem -split "\s*=\s*", 2 + if ($keyval[0] -and $keyval[1]) { + $val = $keyval[1] + + # Remove extraneous quotations around a string value. + if ("'""".Contains($val.Substring(0, 1))) { + $val = $val.Substring(1, $val.Length - 2) + } + + $pyvenvConfig[$keyval[0]] = $val + Write-Verbose "Adding Key: '$($keyval[0])'='$val'" + } + } + } + return $pyvenvConfig +} + + +<# Begin Activate script --------------------------------------------------- #> + +# Determine the containing directory of this script +$VenvExecPath = Split-Path -Parent $MyInvocation.MyCommand.Definition +$VenvExecDir = Get-Item -Path $VenvExecPath + +Write-Verbose "Activation script is located in path: '$VenvExecPath'" +Write-Verbose "VenvExecDir Fullname: '$($VenvExecDir.FullName)" +Write-Verbose "VenvExecDir Name: '$($VenvExecDir.Name)" + +# Set values required in priority: CmdLine, ConfigFile, Default +# First, get the location of the virtual environment, it might not be +# VenvExecDir if specified on the command line. +if ($VenvDir) { + Write-Verbose "VenvDir given as parameter, using '$VenvDir' to determine values" +} +else { + Write-Verbose "VenvDir not given as a parameter, using parent directory name as VenvDir." + $VenvDir = $VenvExecDir.Parent.FullName.TrimEnd("\\/") + Write-Verbose "VenvDir=$VenvDir" +} + +# Next, read the `pyvenv.cfg` file to determine any required value such +# as `prompt`. +$pyvenvCfg = Get-PyVenvConfig -ConfigDir $VenvDir + +# Next, set the prompt from the command line, or the config file, or +# just use the name of the virtual environment folder. +if ($Prompt) { + Write-Verbose "Prompt specified as argument, using '$Prompt'" +} +else { + Write-Verbose "Prompt not specified as argument to script, checking pyvenv.cfg value" + if ($pyvenvCfg -and $pyvenvCfg['prompt']) { + Write-Verbose " Setting based on value in pyvenv.cfg='$($pyvenvCfg['prompt'])'" + $Prompt = $pyvenvCfg['prompt']; + } + else { + Write-Verbose " Setting prompt based on parent's directory's name. (Is the directory name passed to venv module when creating the virtual environment)" + Write-Verbose " Got leaf-name of $VenvDir='$(Split-Path -Path $venvDir -Leaf)'" + $Prompt = Split-Path -Path $venvDir -Leaf + } +} + +Write-Verbose "Prompt = '$Prompt'" +Write-Verbose "VenvDir='$VenvDir'" + +# Deactivate any currently active virtual environment, but leave the +# deactivate function in place. +deactivate -nondestructive + +# Now set the environment variable VIRTUAL_ENV, used by many tools to determine +# that there is an activated venv. +$env:VIRTUAL_ENV = $VenvDir + +if (-not $Env:VIRTUAL_ENV_DISABLE_PROMPT) { + + Write-Verbose "Setting prompt to '$Prompt'" + + # Set the prompt to include the env name + # Make sure _OLD_VIRTUAL_PROMPT is global + function global:_OLD_VIRTUAL_PROMPT { "" } + Copy-Item -Path function:prompt -Destination function:_OLD_VIRTUAL_PROMPT + New-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Description "Python virtual environment prompt prefix" -Scope Global -Option ReadOnly -Visibility Public -Value $Prompt + + function global:prompt { + Write-Host -NoNewline -ForegroundColor Green "($_PYTHON_VENV_PROMPT_PREFIX) " + _OLD_VIRTUAL_PROMPT + } + $env:VIRTUAL_ENV_PROMPT = $Prompt +} + +# Clear PYTHONHOME +if (Test-Path -Path Env:PYTHONHOME) { + Copy-Item -Path Env:PYTHONHOME -Destination Env:_OLD_VIRTUAL_PYTHONHOME + Remove-Item -Path Env:PYTHONHOME +} + +# Add the venv to the PATH +Copy-Item -Path Env:PATH -Destination Env:_OLD_VIRTUAL_PATH +$Env:PATH = "$VenvExecDir$([System.IO.Path]::PathSeparator)$Env:PATH" diff --git a/.venv/bin/activate b/.venv/bin/activate new file mode 100644 index 00000000..da85bfaa --- /dev/null +++ b/.venv/bin/activate @@ -0,0 +1,70 @@ +# This file must be used with "source bin/activate" *from bash* +# You cannot run it directly + +deactivate () { + # reset old environment variables + if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then + PATH="${_OLD_VIRTUAL_PATH:-}" + export PATH + unset _OLD_VIRTUAL_PATH + fi + if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then + PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}" + export PYTHONHOME + unset _OLD_VIRTUAL_PYTHONHOME + fi + + # Call hash to forget past commands. Without forgetting + # past commands the $PATH changes we made may not be respected + hash -r 2> /dev/null + + if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then + PS1="${_OLD_VIRTUAL_PS1:-}" + export PS1 + unset _OLD_VIRTUAL_PS1 + fi + + unset VIRTUAL_ENV + unset VIRTUAL_ENV_PROMPT + if [ ! "${1:-}" = "nondestructive" ] ; then + # Self destruct! + unset -f deactivate + fi +} + +# unset irrelevant variables +deactivate nondestructive + +# on Windows, a path can contain colons and backslashes and has to be converted: +if [ "${OSTYPE:-}" = "cygwin" ] || [ "${OSTYPE:-}" = "msys" ] ; then + # transform D:\path\to\venv to /d/path/to/venv on MSYS + # and to /cygdrive/d/path/to/venv on Cygwin + export VIRTUAL_ENV=$(cygpath "/Users/dimashi/Desktop/techorda/TechOrda/.venv") +else + # use the path as-is + export VIRTUAL_ENV="/Users/dimashi/Desktop/techorda/TechOrda/.venv" +fi + +_OLD_VIRTUAL_PATH="$PATH" +PATH="$VIRTUAL_ENV/bin:$PATH" +export PATH + +# unset PYTHONHOME if set +# this will fail if PYTHONHOME is set to the empty string (which is bad anyway) +# could use `if (set -u; : $PYTHONHOME) ;` in bash +if [ -n "${PYTHONHOME:-}" ] ; then + _OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}" + unset PYTHONHOME +fi + +if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then + _OLD_VIRTUAL_PS1="${PS1:-}" + PS1="(.venv) ${PS1:-}" + export PS1 + VIRTUAL_ENV_PROMPT="(.venv) " + export VIRTUAL_ENV_PROMPT +fi + +# Call hash to forget past commands. Without forgetting +# past commands the $PATH changes we made may not be respected +hash -r 2> /dev/null diff --git a/.venv/bin/activate.csh b/.venv/bin/activate.csh new file mode 100644 index 00000000..bac8fedf --- /dev/null +++ b/.venv/bin/activate.csh @@ -0,0 +1,27 @@ +# This file must be used with "source bin/activate.csh" *from csh*. +# You cannot run it directly. + +# Created by Davide Di Blasi . +# Ported to Python 3.3 venv by Andrew Svetlov + +alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; unsetenv VIRTUAL_ENV_PROMPT; test "\!:*" != "nondestructive" && unalias deactivate' + +# Unset irrelevant variables. +deactivate nondestructive + +setenv VIRTUAL_ENV "/Users/dimashi/Desktop/techorda/TechOrda/.venv" + +set _OLD_VIRTUAL_PATH="$PATH" +setenv PATH "$VIRTUAL_ENV/bin:$PATH" + + +set _OLD_VIRTUAL_PROMPT="$prompt" + +if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then + set prompt = "(.venv) $prompt" + setenv VIRTUAL_ENV_PROMPT "(.venv) " +endif + +alias pydoc python -m pydoc + +rehash diff --git a/.venv/bin/activate.fish b/.venv/bin/activate.fish new file mode 100644 index 00000000..9833cc0a --- /dev/null +++ b/.venv/bin/activate.fish @@ -0,0 +1,69 @@ +# This file must be used with "source /bin/activate.fish" *from fish* +# (https://fishshell.com/). You cannot run it directly. + +function deactivate -d "Exit virtual environment and return to normal shell environment" + # reset old environment variables + if test -n "$_OLD_VIRTUAL_PATH" + set -gx PATH $_OLD_VIRTUAL_PATH + set -e _OLD_VIRTUAL_PATH + end + if test -n "$_OLD_VIRTUAL_PYTHONHOME" + set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME + set -e _OLD_VIRTUAL_PYTHONHOME + end + + if test -n "$_OLD_FISH_PROMPT_OVERRIDE" + set -e _OLD_FISH_PROMPT_OVERRIDE + # prevents error when using nested fish instances (Issue #93858) + if functions -q _old_fish_prompt + functions -e fish_prompt + functions -c _old_fish_prompt fish_prompt + functions -e _old_fish_prompt + end + end + + set -e VIRTUAL_ENV + set -e VIRTUAL_ENV_PROMPT + if test "$argv[1]" != "nondestructive" + # Self-destruct! + functions -e deactivate + end +end + +# Unset irrelevant variables. +deactivate nondestructive + +set -gx VIRTUAL_ENV "/Users/dimashi/Desktop/techorda/TechOrda/.venv" + +set -gx _OLD_VIRTUAL_PATH $PATH +set -gx PATH "$VIRTUAL_ENV/bin" $PATH + +# Unset PYTHONHOME if set. +if set -q PYTHONHOME + set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME + set -e PYTHONHOME +end + +if test -z "$VIRTUAL_ENV_DISABLE_PROMPT" + # fish uses a function instead of an env var to generate the prompt. + + # Save the current fish_prompt function as the function _old_fish_prompt. + functions -c fish_prompt _old_fish_prompt + + # With the original prompt function renamed, we can override with our own. + function fish_prompt + # Save the return status of the last command. + set -l old_status $status + + # Output the venv prompt; color taken from the blue of the Python logo. + printf "%s%s%s" (set_color 4B8BBE) "(.venv) " (set_color normal) + + # Restore the return status of the previous command. + echo "exit $old_status" | . + # Output the original/"old" prompt. + _old_fish_prompt + end + + set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV" + set -gx VIRTUAL_ENV_PROMPT "(.venv) " +end diff --git a/.venv/bin/pip b/.venv/bin/pip new file mode 100755 index 00000000..56e241a6 --- /dev/null +++ b/.venv/bin/pip @@ -0,0 +1,8 @@ +#!/Users/dimashi/Desktop/techorda/TechOrda/.venv/bin/python3.12 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/.venv/bin/pip3 b/.venv/bin/pip3 new file mode 100755 index 00000000..56e241a6 --- /dev/null +++ b/.venv/bin/pip3 @@ -0,0 +1,8 @@ +#!/Users/dimashi/Desktop/techorda/TechOrda/.venv/bin/python3.12 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/.venv/bin/pip3.12 b/.venv/bin/pip3.12 new file mode 100755 index 00000000..56e241a6 --- /dev/null +++ b/.venv/bin/pip3.12 @@ -0,0 +1,8 @@ +#!/Users/dimashi/Desktop/techorda/TechOrda/.venv/bin/python3.12 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/.venv/bin/python b/.venv/bin/python new file mode 120000 index 00000000..11b9d885 --- /dev/null +++ b/.venv/bin/python @@ -0,0 +1 @@ +python3.12 \ No newline at end of file diff --git a/.venv/bin/python3 b/.venv/bin/python3 new file mode 120000 index 00000000..11b9d885 --- /dev/null +++ b/.venv/bin/python3 @@ -0,0 +1 @@ +python3.12 \ No newline at end of file diff --git a/.venv/bin/python3.12 b/.venv/bin/python3.12 new file mode 120000 index 00000000..a7a5fcca --- /dev/null +++ b/.venv/bin/python3.12 @@ -0,0 +1 @@ +/Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12 \ No newline at end of file diff --git a/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/AUTHORS.txt b/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/AUTHORS.txt new file mode 100644 index 00000000..dda2ac30 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/AUTHORS.txt @@ -0,0 +1,796 @@ +@Switch01 +A_Rog +Aakanksha Agrawal +Abhinav Sagar +ABHYUDAY PRATAP SINGH +abs51295 +AceGentile +Adam Chainz +Adam Tse +Adam Wentz +admin +Adolfo Ochagavía +Adrien Morison +Agus +ahayrapetyan +Ahilya +AinsworthK +Akash Srivastava +Alan Yee +Albert Tugushev +Albert-Guan +albertg +Alberto Sottile +Aleks Bunin +Ales Erjavec +Alethea Flowers +Alex Gaynor +Alex Grönholm +Alex Hedges +Alex Loosley +Alex Morega +Alex Stachowiak +Alexander Shtyrov +Alexandre Conrad +Alexey Popravka +Aleš Erjavec +Alli +Ami Fischman +Ananya Maiti +Anatoly Techtonik +Anders Kaseorg +Andre Aguiar +Andreas Lutro +Andrei Geacar +Andrew Gaul +Andrew Shymanel +Andrey Bienkowski +Andrey Bulgakov +Andrés Delfino +Andy Freeland +Andy Kluger +Ani Hayrapetyan +Aniruddha Basak +Anish Tambe +Anrs Hu +Anthony Sottile +Antoine Musso +Anton Ovchinnikov +Anton Patrushev +Antonio Alvarado Hernandez +Antony Lee +Antti Kaihola +Anubhav Patel +Anudit Nagar +Anuj Godase +AQNOUCH Mohammed +AraHaan +arena +arenasys +Arindam Choudhury +Armin Ronacher +Arnon Yaari +Artem +Arun Babu Neelicattu +Ashley Manton +Ashwin Ramaswami +atse +Atsushi Odagiri +Avinash Karhana +Avner Cohen +Awit (Ah-Wit) Ghirmai +Baptiste Mispelon +Barney Gale +barneygale +Bartek Ogryczak +Bastian Venthur +Ben Bodenmiller +Ben Darnell +Ben Hoyt +Ben Mares +Ben Rosser +Bence Nagy +Benjamin Peterson +Benjamin VanEvery +Benoit Pierre +Berker Peksag +Bernard +Bernard Tyers +Bernardo B. Marques +Bernhard M. Wiedemann +Bertil Hatt +Bhavam Vidyarthi +Blazej Michalik +Bogdan Opanchuk +BorisZZZ +Brad Erickson +Bradley Ayers +Branch Vincent +Brandon L. Reiss +Brandt Bucher +Brannon Dorsey +Brett Randall +Brett Rosen +Brian Cristante +Brian Rosner +briantracy +BrownTruck +Bruno Oliveira +Bruno Renié +Bruno S +Bstrdsmkr +Buck Golemon +burrows +Bussonnier Matthias +bwoodsend +c22 +Caleb Martinez +Calvin Smith +Carl Meyer +Carlos Liam +Carol Willing +Carter Thayer +Cass +Chandrasekhar Atina +Charlie Marsh +Chih-Hsuan Yen +Chris Brinker +Chris Hunt +Chris Jerdonek +Chris Kuehl +Chris Markiewicz +Chris McDonough +Chris Pawley +Chris Pryer +Chris Wolfe +Christian Clauss +Christian Heimes +Christian Oudard +Christoph Reiter +Christopher Hunt +Christopher Snyder +chrysle +cjc7373 +Clark Boylan +Claudio Jolowicz +Clay McClure +Cody +Cody Soyland +Colin Watson +Collin Anderson +Connor Osborn +Cooper Lees +Cooper Ry Lees +Cory Benfield +Cory Wright +Craig Kerstiens +Cristian Sorinel +Cristina +Cristina Muñoz +ctg123 +Curtis Doty +cytolentino +Daan De Meyer +Dale +Damian +Damian Quiroga +Damian Shaw +Dan Black +Dan Savilonis +Dan Sully +Dane Hillard +daniel +Daniel Collins +Daniel Hahler +Daniel Holth +Daniel Jost +Daniel Katz +Daniel Shaulov +Daniele Esposti +Daniele Nicolodi +Daniele Procida +Daniil Konovalenko +Danny Hermes +Danny McClanahan +Darren Kavanagh +Dav Clark +Dave Abrahams +Dave Jones +David Aguilar +David Black +David Bordeynik +David Caro +David D Lowe +David Evans +David Hewitt +David Linke +David Poggi +David Poznik +David Pursehouse +David Runge +David Tucker +David Wales +Davidovich +ddelange +Deepak Sharma +Deepyaman Datta +Denise Yu +dependabot[bot] +derwolfe +Desetude +Devesh Kumar Singh +devsagul +Diego Caraballo +Diego Ramirez +DiegoCaraballo +Dimitri Merejkowsky +Dimitri Papadopoulos +Dirk Stolle +Dmitry Gladkov +Dmitry Volodin +Domen Kožar +Dominic Davis-Foster +Donald Stufft +Dongweiming +doron zarhi +Dos Moonen +Douglas Thor +DrFeathers +Dustin Ingram +Dustin Rodrigues +Dwayne Bailey +Ed Morley +Edgar Ramírez +Edgar Ramírez Mondragón +Ee Durbin +Efflam Lemaillet +efflamlemaillet +Eitan Adler +ekristina +elainechan +Eli Schwartz +Elisha Hollander +Ellen Marie Dash +Emil Burzo +Emil Styrke +Emmanuel Arias +Endoh Takanao +enoch +Erdinc Mutlu +Eric Cousineau +Eric Gillingham +Eric Hanchrow +Eric Hopper +Erik M. Bray +Erik Rose +Erwin Janssen +Eugene Vereshchagin +everdimension +Federico +Felipe Peter +Felix Yan +fiber-space +Filip Kokosiński +Filipe Laíns +Finn Womack +finnagin +Flavio Amurrio +Florian Briand +Florian Rathgeber +Francesco +Francesco Montesano +Fredrik Orderud +Frost Ming +Gabriel Curio +Gabriel de Perthuis +Garry Polley +gavin +gdanielson +Geoffrey Sneddon +George Song +Georgi Valkov +Georgy Pchelkin +ghost +Giftlin Rajaiah +gizmoguy1 +gkdoc +Godefroid Chapelle +Gopinath M +GOTO Hayato +gousaiyang +gpiks +Greg Roodt +Greg Ward +Guilherme Espada +Guillaume Seguin +gutsytechster +Guy Rozendorn +Guy Tuval +gzpan123 +Hanjun Kim +Hari Charan +Harsh Vardhan +harupy +Harutaka Kawamura +hauntsaninja +Henrich Hartzer +Henry Schreiner +Herbert Pfennig +Holly Stotelmyer +Honnix +Hsiaoming Yang +Hugo Lopes Tavares +Hugo van Kemenade +Hugues Bruant +Hynek Schlawack +Ian Bicking +Ian Cordasco +Ian Lee +Ian Stapleton Cordasco +Ian Wienand +Igor Kuzmitshov +Igor Sobreira +Ikko Ashimine +Ilan Schnell +Illia Volochii +Ilya Baryshev +Inada Naoki +Ionel Cristian Mărieș +Ionel Maries Cristian +Itamar Turner-Trauring +Ivan Pozdeev +J. Nick Koston +Jacob Kim +Jacob Walls +Jaime Sanz +jakirkham +Jakub Kuczys +Jakub Stasiak +Jakub Vysoky +Jakub Wilk +James Cleveland +James Curtin +James Firth +James Gerity +James Polley +Jan Pokorný +Jannis Leidel +Jarek Potiuk +jarondl +Jason Curtis +Jason R. Coombs +JasonMo +JasonMo1 +Jay Graves +Jean Abou Samra +Jean-Christophe Fillion-Robin +Jeff Barber +Jeff Dairiki +Jeff Widman +Jelmer Vernooij +jenix21 +Jeremy Fleischman +Jeremy Stanley +Jeremy Zafran +Jesse Rittner +Jiashuo Li +Jim Fisher +Jim Garrison +Jinzhe Zeng +Jiun Bae +Jivan Amara +Joe Bylund +Joe Michelini +John Paton +John Sirois +John T. Wodder II +John-Scott Atlakson +johnthagen +Jon Banafato +Jon Dufresne +Jon Parise +Jonas Nockert +Jonathan Herbert +Joonatan Partanen +Joost Molenaar +Jorge Niedbalski +Joseph Bylund +Joseph Long +Josh Bronson +Josh Cannon +Josh Hansen +Josh Schneier +Joshua +Juan Luis Cano Rodríguez +Juanjo Bazán +Judah Rand +Julian Berman +Julian Gethmann +Julien Demoor +Jussi Kukkonen +jwg4 +Jyrki Pulliainen +Kai Chen +Kai Mueller +Kamal Bin Mustafa +kasium +kaustav haldar +keanemind +Keith Maxwell +Kelsey Hightower +Kenneth Belitzky +Kenneth Reitz +Kevin Burke +Kevin Carter +Kevin Frommelt +Kevin R Patterson +Kexuan Sun +Kit Randel +Klaas van Schelven +KOLANICH +konstin +kpinc +Krishna Oza +Kumar McMillan +Kuntal Majumder +Kurt McKee +Kyle Persohn +lakshmanaram +Laszlo Kiss-Kollar +Laurent Bristiel +Laurent LAPORTE +Laurie O +Laurie Opperman +layday +Leon Sasson +Lev Givon +Lincoln de Sousa +Lipis +lorddavidiii +Loren Carvalho +Lucas Cimon +Ludovic Gasc +Luis Medel +Lukas Geiger +Lukas Juhrich +Luke Macken +Luo Jiebin +luojiebin +luz.paz +László Kiss Kollár +M00nL1ght +Marc Abramowitz +Marc Tamlyn +Marcus Smith +Mariatta +Mark Kohler +Mark McLoughlin +Mark Williams +Markus Hametner +Martey Dodoo +Martin Fischer +Martin Häcker +Martin Pavlasek +Masaki +Masklinn +Matej Stuchlik +Mathew Jennings +Mathieu Bridon +Mathieu Kniewallner +Matt Bacchi +Matt Good +Matt Maker +Matt Robenolt +Matt Wozniski +matthew +Matthew Einhorn +Matthew Feickert +Matthew Gilliard +Matthew Hughes +Matthew Iversen +Matthew Treinish +Matthew Trumbell +Matthew Willson +Matthias Bussonnier +mattip +Maurits van Rees +Max W Chase +Maxim Kurnikov +Maxime Rouyrre +mayeut +mbaluna +mdebi +memoselyk +meowmeowcat +Michael +Michael Aquilina +Michael E. Karpeles +Michael Klich +Michael Mintz +Michael Williamson +michaelpacer +Michał Górny +Mickaël Schoentgen +Miguel Araujo Perez +Mihir Singh +Mike +Mike Hendricks +Min RK +MinRK +Miro Hrončok +Monica Baluna +montefra +Monty Taylor +morotti +mrKazzila +Muha Ajjan +Nadav Wexler +Nahuel Ambrosini +Nate Coraor +Nate Prewitt +Nathan Houghton +Nathaniel J. Smith +Nehal J Wani +Neil Botelho +Nguyễn Gia Phong +Nicholas Serra +Nick Coghlan +Nick Stenning +Nick Timkovich +Nicolas Bock +Nicole Harris +Nikhil Benesch +Nikhil Ladha +Nikita Chepanov +Nikolay Korolev +Nipunn Koorapati +Nitesh Sharma +Niyas Sait +Noah +Noah Gorny +Nowell Strite +NtaleGrey +nvdv +OBITORASU +Ofek Lev +ofrinevo +Oliver Freund +Oliver Jeeves +Oliver Mannion +Oliver Tonnhofer +Olivier Girardot +Olivier Grisel +Ollie Rutherfurd +OMOTO Kenji +Omry Yadan +onlinejudge95 +Oren Held +Oscar Benjamin +Oz N Tiram +Pachwenko +Patrick Dubroy +Patrick Jenkins +Patrick Lawson +patricktokeeffe +Patrik Kopkan +Paul Ganssle +Paul Kehrer +Paul Moore +Paul Nasrat +Paul Oswald +Paul van der Linden +Paulus Schoutsen +Pavel Safronov +Pavithra Eswaramoorthy +Pawel Jasinski +Paweł Szramowski +Pekka Klärck +Peter Gessler +Peter Lisák +Peter Shen +Peter Waller +Petr Viktorin +petr-tik +Phaneendra Chiruvella +Phil Elson +Phil Freo +Phil Pennock +Phil Whelan +Philip Jägenstedt +Philip Molloy +Philippe Ombredanne +Pi Delport +Pierre-Yves Rofes +Pieter Degroote +pip +Prabakaran Kumaresshan +Prabhjyotsing Surjit Singh Sodhi +Prabhu Marappan +Pradyun Gedam +Prashant Sharma +Pratik Mallya +pre-commit-ci[bot] +Preet Thakkar +Preston Holmes +Przemek Wrzos +Pulkit Goyal +q0w +Qiangning Hong +Qiming Xu +Quentin Lee +Quentin Pradet +R. David Murray +Rafael Caricio +Ralf Schmitt +Ran Benita +Razzi Abuissa +rdb +Reece Dunham +Remi Rampin +Rene Dudfield +Riccardo Magliocchetti +Riccardo Schirone +Richard Jones +Richard Si +Ricky Ng-Adam +Rishi +rmorotti +RobberPhex +Robert Collins +Robert McGibbon +Robert Pollak +Robert T. McGibbon +robin elisha robinson +Roey Berman +Rohan Jain +Roman Bogorodskiy +Roman Donchenko +Romuald Brunet +ronaudinho +Ronny Pfannschmidt +Rory McCann +Ross Brattain +Roy Wellington Ⅳ +Ruairidh MacLeod +Russell Keith-Magee +Ryan Shepherd +Ryan Wooden +ryneeverett +S. Guliaev +Sachi King +Salvatore Rinchiera +sandeepkiran-js +Sander Van Balen +Savio Jomton +schlamar +Scott Kitterman +Sean +seanj +Sebastian Jordan +Sebastian Schaetz +Segev Finer +SeongSoo Cho +Sergey Vasilyev +Seth Michael Larson +Seth Woodworth +Shahar Epstein +Shantanu +shenxianpeng +shireenrao +Shivansh-007 +Shixian Sheng +Shlomi Fish +Shovan Maity +Simeon Visser +Simon Cross +Simon Pichugin +sinoroc +sinscary +snook92 +socketubs +Sorin Sbarnea +Srinivas Nyayapati +Stavros Korokithakis +Stefan Scherfke +Stefano Rivera +Stephan Erb +Stephen Rosen +stepshal +Steve (Gadget) Barnes +Steve Barnes +Steve Dower +Steve Kowalik +Steven Myint +Steven Silvester +stonebig +studioj +Stéphane Bidoul +Stéphane Bidoul (ACSONE) +Stéphane Klein +Sumana Harihareswara +Surbhi Sharma +Sviatoslav Sydorenko +Sviatoslav Sydorenko (Святослав Сидоренко) +Swat009 +Sylvain +Takayuki SHIMIZUKAWA +Taneli Hukkinen +tbeswick +Thiago +Thijs Triemstra +Thomas Fenzl +Thomas Grainger +Thomas Guettler +Thomas Johansson +Thomas Kluyver +Thomas Smith +Thomas VINCENT +Tim D. Smith +Tim Gates +Tim Harder +Tim Heap +tim smith +tinruufu +Tobias Hermann +Tom Forbes +Tom Freudenheim +Tom V +Tomas Hrnciar +Tomas Orsava +Tomer Chachamu +Tommi Enenkel | AnB +Tomáš Hrnčiar +Tony Beswick +Tony Narlock +Tony Zhaocheng Tan +TonyBeswick +toonarmycaptain +Toshio Kuratomi +toxinu +Travis Swicegood +Tushar Sadhwani +Tzu-ping Chung +Valentin Haenel +Victor Stinner +victorvpaulo +Vikram - Google +Viktor Szépe +Ville Skyttä +Vinay Sajip +Vincent Philippon +Vinicyus Macedo +Vipul Kumar +Vitaly Babiy +Vladimir Fokow +Vladimir Rutsky +W. Trevor King +Wil Tan +Wilfred Hughes +William Edwards +William ML Leslie +William T Olson +William Woodruff +Wilson Mo +wim glenn +Winson Luk +Wolfgang Maier +Wu Zhenyu +XAMES3 +Xavier Fernandez +Xianpeng Shen +xoviat +xtreak +YAMAMOTO Takashi +Yen Chi Hsuan +Yeray Diaz Diaz +Yoval P +Yu Jian +Yuan Jing Vincent Yan +Yusuke Hayashi +Zearin +Zhiping Deng +ziebam +Zvezdan Petkovic +Łukasz Langa +Роман Донченко +Семён Марьясин diff --git a/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/INSTALLER new file mode 100644 index 00000000..a1b589e3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/LICENSE.txt b/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/LICENSE.txt new file mode 100644 index 00000000..8e7b65ea --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/LICENSE.txt @@ -0,0 +1,20 @@ +Copyright (c) 2008-present The pip developers (see AUTHORS.txt file) + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/METADATA b/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/METADATA new file mode 100644 index 00000000..6141107f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/METADATA @@ -0,0 +1,89 @@ +Metadata-Version: 2.1 +Name: pip +Version: 24.2 +Summary: The PyPA recommended tool for installing Python packages. +Author-email: The pip developers +License: MIT +Project-URL: Homepage, https://pip.pypa.io/ +Project-URL: Documentation, https://pip.pypa.io +Project-URL: Source, https://github.com/pypa/pip +Project-URL: Changelog, https://pip.pypa.io/en/stable/news/ +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Topic :: Software Development :: Build Tools +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE.txt +License-File: AUTHORS.txt + +pip - The Python Package Installer +================================== + +.. |pypi-version| image:: https://img.shields.io/pypi/v/pip.svg + :target: https://pypi.org/project/pip/ + :alt: PyPI + +.. |python-versions| image:: https://img.shields.io/pypi/pyversions/pip + :target: https://pypi.org/project/pip + :alt: PyPI - Python Version + +.. |docs-badge| image:: https://readthedocs.org/projects/pip/badge/?version=latest + :target: https://pip.pypa.io/en/latest + :alt: Documentation + +|pypi-version| |python-versions| |docs-badge| + +pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes. + +Please take a look at our documentation for how to install and use pip: + +* `Installation`_ +* `Usage`_ + +We release updates regularly, with a new version every 3 months. Find more details in our documentation: + +* `Release notes`_ +* `Release process`_ + +If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms: + +* `Issue tracking`_ +* `Discourse channel`_ +* `User IRC`_ + +If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms: + +* `GitHub page`_ +* `Development documentation`_ +* `Development IRC`_ + +Code of Conduct +--------------- + +Everyone interacting in the pip project's codebases, issue trackers, chat +rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. + +.. _package installer: https://packaging.python.org/guides/tool-recommendations/ +.. _Python Package Index: https://pypi.org +.. _Installation: https://pip.pypa.io/en/stable/installation/ +.. _Usage: https://pip.pypa.io/en/stable/ +.. _Release notes: https://pip.pypa.io/en/stable/news.html +.. _Release process: https://pip.pypa.io/en/latest/development/release-process/ +.. _GitHub page: https://github.com/pypa/pip +.. _Development documentation: https://pip.pypa.io/en/latest/development +.. _Issue tracking: https://github.com/pypa/pip/issues +.. _Discourse channel: https://discuss.python.org/c/packaging +.. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa +.. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev +.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md diff --git a/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/RECORD b/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/RECORD new file mode 100644 index 00000000..4a6ef32a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/RECORD @@ -0,0 +1,853 @@ +../../../bin/pip,sha256=cwzIhdYVUSaHEEvjYUFpL4naTOO_rLYPDk-y3Q7wmUU,266 +../../../bin/pip3,sha256=cwzIhdYVUSaHEEvjYUFpL4naTOO_rLYPDk-y3Q7wmUU,266 +../../../bin/pip3.12,sha256=cwzIhdYVUSaHEEvjYUFpL4naTOO_rLYPDk-y3Q7wmUU,266 +pip-24.2.dist-info/AUTHORS.txt,sha256=KDa8Pd3GDeKSogF6yFW0l9A9eMneLDOFrcIDqkL8G8s,10868 +pip-24.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip-24.2.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 +pip-24.2.dist-info/METADATA,sha256=PhzCxQxIhsnZ871cPUe3Hew9PhhpgflLbfqU3WizZqM,3624 +pip-24.2.dist-info/RECORD,, +pip-24.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip-24.2.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91 +pip-24.2.dist-info/entry_points.txt,sha256=eeIjuzfnfR2PrhbjnbzFU6MnSS70kZLxwaHHq6M-bD0,87 +pip-24.2.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip/__init__.py,sha256=EQxEGXUQIu-9fNJxVEK74ufx_fTk_HpYV9lAbw-WWbs,355 +pip/__main__.py,sha256=WzbhHXTbSE6gBY19mNN9m4s5o_365LOvTYSgqgbdBhE,854 +pip/__pip-runner__.py,sha256=cPPWuJ6NK_k-GzfvlejLFgwzmYUROmpAR6QC3Q-vkXQ,1450 +pip/__pycache__/__init__.cpython-312.pyc,, +pip/__pycache__/__main__.cpython-312.pyc,, +pip/__pycache__/__pip-runner__.cpython-312.pyc,, +pip/_internal/__init__.py,sha256=MfcoOluDZ8QMCFYal04IqOJ9q6m2V7a0aOsnI-WOxUo,513 +pip/_internal/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/__pycache__/build_env.cpython-312.pyc,, +pip/_internal/__pycache__/cache.cpython-312.pyc,, +pip/_internal/__pycache__/configuration.cpython-312.pyc,, +pip/_internal/__pycache__/exceptions.cpython-312.pyc,, +pip/_internal/__pycache__/main.cpython-312.pyc,, +pip/_internal/__pycache__/pyproject.cpython-312.pyc,, +pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc,, +pip/_internal/__pycache__/wheel_builder.cpython-312.pyc,, +pip/_internal/build_env.py,sha256=QiusW8QEaj387y0hdRqVbuelHSHGYcT7WzVckbmMhR0,10420 +pip/_internal/cache.py,sha256=Jb698p5PNigRtpW5o26wQNkkUv4MnQ94mc471wL63A0,10369 +pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132 +pip/_internal/cli/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc,, +pip/_internal/cli/__pycache__/base_command.cpython-312.pyc,, +pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc,, +pip/_internal/cli/__pycache__/command_context.cpython-312.pyc,, +pip/_internal/cli/__pycache__/index_command.cpython-312.pyc,, +pip/_internal/cli/__pycache__/main.cpython-312.pyc,, +pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc,, +pip/_internal/cli/__pycache__/parser.cpython-312.pyc,, +pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc,, +pip/_internal/cli/__pycache__/req_command.cpython-312.pyc,, +pip/_internal/cli/__pycache__/spinners.cpython-312.pyc,, +pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc,, +pip/_internal/cli/autocompletion.py,sha256=Lli3Mr6aDNu7ZkJJFFvwD2-hFxNI6Avz8OwMyS5TVrs,6865 +pip/_internal/cli/base_command.py,sha256=F8nUcSM-Y-MQljJUe724-yxmc5viFXHyM_zH70NmIh4,8289 +pip/_internal/cli/cmdoptions.py,sha256=mDqBr0d0hoztbRJs-PWtcKpqNAc7khU6ZpoesZKocT8,30110 +pip/_internal/cli/command_context.py,sha256=RHgIPwtObh5KhMrd3YZTkl8zbVG-6Okml7YbFX4Ehg0,774 +pip/_internal/cli/index_command.py,sha256=YIJ84cfYcbDBACnB8eoDgqjYJU6GpiWP2Rh7Ij-Xyak,5633 +pip/_internal/cli/main.py,sha256=BDZef-bWe9g9Jpr4OVs4dDf-845HJsKw835T7AqEnAc,2817 +pip/_internal/cli/main_parser.py,sha256=laDpsuBDl6kyfywp9eMMA9s84jfH2TJJn-vmL0GG90w,4338 +pip/_internal/cli/parser.py,sha256=QAkY6s8N-AD7w5D2PQm2Y8C2MIJSv7iuAeNjOMvDBUA,10811 +pip/_internal/cli/progress_bars.py,sha256=0FAf7eN67KnIv_gZQhTWSnKXXUzQko1ftGXEoLe5Yec,2713 +pip/_internal/cli/req_command.py,sha256=DqeFhmUMs6o6Ev8qawAcOoYNdAZsfyKS0MZI5jsJYwQ,12250 +pip/_internal/cli/spinners.py,sha256=hIJ83GerdFgFCdobIA23Jggetegl_uC4Sp586nzFbPE,5118 +pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116 +pip/_internal/commands/__init__.py,sha256=5oRO9O3dM2vGuh0bFw4HOVletryrz5HHMmmPWwJrH9U,3882 +pip/_internal/commands/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/commands/__pycache__/cache.cpython-312.pyc,, +pip/_internal/commands/__pycache__/check.cpython-312.pyc,, +pip/_internal/commands/__pycache__/completion.cpython-312.pyc,, +pip/_internal/commands/__pycache__/configuration.cpython-312.pyc,, +pip/_internal/commands/__pycache__/debug.cpython-312.pyc,, +pip/_internal/commands/__pycache__/download.cpython-312.pyc,, +pip/_internal/commands/__pycache__/freeze.cpython-312.pyc,, +pip/_internal/commands/__pycache__/hash.cpython-312.pyc,, +pip/_internal/commands/__pycache__/help.cpython-312.pyc,, +pip/_internal/commands/__pycache__/index.cpython-312.pyc,, +pip/_internal/commands/__pycache__/inspect.cpython-312.pyc,, +pip/_internal/commands/__pycache__/install.cpython-312.pyc,, +pip/_internal/commands/__pycache__/list.cpython-312.pyc,, +pip/_internal/commands/__pycache__/search.cpython-312.pyc,, +pip/_internal/commands/__pycache__/show.cpython-312.pyc,, +pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc,, +pip/_internal/commands/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/commands/cache.py,sha256=xg76_ZFEBC6zoQ3gXLRfMZJft4z2a0RwH4GEFZC6nnU,7944 +pip/_internal/commands/check.py,sha256=Hr_4eiMd9cgVDgEvjtIdw915NmL7ROIWW8enkr8slPQ,2268 +pip/_internal/commands/completion.py,sha256=HT4lD0bgsflHq2IDgYfiEdp7IGGtE7s6MgI3xn0VQEw,4287 +pip/_internal/commands/configuration.py,sha256=n98enwp6y0b5G6fiRQjaZo43FlJKYve_daMhN-4BRNc,9766 +pip/_internal/commands/debug.py,sha256=DNDRgE9YsKrbYzU0s3VKi8rHtKF4X13CJ_br_8PUXO0,6797 +pip/_internal/commands/download.py,sha256=0qB0nys6ZEPsog451lDsjL5Bx7Z97t-B80oFZKhpzKM,5273 +pip/_internal/commands/freeze.py,sha256=2Vt72BYTSm9rzue6d8dNzt8idxWK4Db6Hd-anq7GQ80,3203 +pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703 +pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132 +pip/_internal/commands/index.py,sha256=RAXxmJwFhVb5S1BYzb5ifX3sn9Na8v2CCVYwSMP8pao,4731 +pip/_internal/commands/inspect.py,sha256=PGrY9TRTRCM3y5Ml8Bdk8DEOXquWRfscr4DRo1LOTPc,3189 +pip/_internal/commands/install.py,sha256=iqesiLIZc6Op9uihMQFYRhAA2DQRZUxbM4z1BwXoFls,29428 +pip/_internal/commands/list.py,sha256=RgaIV4kN-eMSpgUAXc-6bjnURzl0v3cRE11xr54O9Cg,12771 +pip/_internal/commands/search.py,sha256=hSGtIHg26LRe468Ly7oZ6gfd9KbTxBRZAAtJc9Um6S4,5628 +pip/_internal/commands/show.py,sha256=IG9L5uo8w6UA4tI_IlmaxLCoNKPa5JNJCljj3NWs0OE,7507 +pip/_internal/commands/uninstall.py,sha256=7pOR7enK76gimyxQbzxcG1OsyLXL3DvX939xmM8Fvtg,3892 +pip/_internal/commands/wheel.py,sha256=eJRhr_qoNNxWAkkdJCNiQM7CXd4E1_YyQhsqJnBPGGg,6414 +pip/_internal/configuration.py,sha256=XkAiBS0hpzsM-LF0Qu5hvPWO_Bs67-oQKRYFBuMbESs,14006 +pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858 +pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/base.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/installed.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/distributions/base.py,sha256=QeB9qvKXDIjLdPBDE5fMgpfGqMMCr-govnuoQnGuiF8,1783 +pip/_internal/distributions/installed.py,sha256=QinHFbWAQ8oE0pbD8MFZWkwlnfU1QYTccA1vnhrlYOU,842 +pip/_internal/distributions/sdist.py,sha256=PlcP4a6-R6c98XnOM-b6Lkb3rsvh9iG4ok8shaanrzs,6751 +pip/_internal/distributions/wheel.py,sha256=THBYfnv7VVt8mYhMYUtH13S1E7FDwtDyDfmUcl8ai0E,1317 +pip/_internal/exceptions.py,sha256=6qcW3QgmFVlRxlZvDSLUhSzKJ7_Tedo-lyqWA6NfdAU,25371 +pip/_internal/index/__init__.py,sha256=vpt-JeTZefh8a-FC22ZeBSXFVbuBcXSGiILhQZJaNpQ,30 +pip/_internal/index/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/index/__pycache__/collector.cpython-312.pyc,, +pip/_internal/index/__pycache__/package_finder.cpython-312.pyc,, +pip/_internal/index/__pycache__/sources.cpython-312.pyc,, +pip/_internal/index/collector.py,sha256=RdPO0JLAlmyBWPAWYHPyRoGjz3GNAeTngCNkbGey_mE,16265 +pip/_internal/index/package_finder.py,sha256=yRC4xsyudwKnNoU6IXvNoyqYo5ScT7lB6Wa-z2eh7cs,37666 +pip/_internal/index/sources.py,sha256=dJegiR9f86kslaAHcv9-R5L_XBf5Rzm_FkyPteDuPxI,8688 +pip/_internal/locations/__init__.py,sha256=UaAxeZ_f93FyouuFf4p7SXYF-4WstXuEvd3LbmPCAno,14925 +pip/_internal/locations/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc,, +pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc,, +pip/_internal/locations/__pycache__/base.cpython-312.pyc,, +pip/_internal/locations/_distutils.py,sha256=H9ZHK_35rdDV1Qsmi4QeaBULjFT4Mbu6QuoVGkJ6QHI,6009 +pip/_internal/locations/_sysconfig.py,sha256=IGzds60qsFneRogC-oeBaY7bEh3lPt_v47kMJChQXsU,7724 +pip/_internal/locations/base.py,sha256=RQiPi1d4FVM2Bxk04dQhXZ2PqkeljEL2fZZ9SYqIQ78,2556 +pip/_internal/main.py,sha256=r-UnUe8HLo5XFJz8inTcOOTiu_sxNhgHb6VwlGUllOI,340 +pip/_internal/metadata/__init__.py,sha256=9pU3W3s-6HtjFuYhWcLTYVmSaziklPv7k2x8p7X1GmA,4339 +pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/metadata/__pycache__/_json.cpython-312.pyc,, +pip/_internal/metadata/__pycache__/base.cpython-312.pyc,, +pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc,, +pip/_internal/metadata/_json.py,sha256=P0cAJrH_mtmMZvlZ16ZXm_-izA4lpr5wy08laICuiaA,2644 +pip/_internal/metadata/base.py,sha256=ft0K5XNgI4ETqZnRv2-CtvgYiMOMAeGMAzxT-f6VLJA,25298 +pip/_internal/metadata/importlib/__init__.py,sha256=jUUidoxnHcfITHHaAWG1G2i5fdBYklv_uJcjo2x7VYE,135 +pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc,, +pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc,, +pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc,, +pip/_internal/metadata/importlib/_compat.py,sha256=c6av8sP8BBjAZuFSJow1iWfygUXNM3xRTCn5nqw6B9M,2796 +pip/_internal/metadata/importlib/_dists.py,sha256=anh0mLI-FYRPUhAdipd0Va3YJJc6HelCKQ0bFhY10a0,8017 +pip/_internal/metadata/importlib/_envs.py,sha256=JHjNfnk9RsjrcQw8dLBqdfBglOKSepEe9aq03B4nRpU,7431 +pip/_internal/metadata/pkg_resources.py,sha256=U07ETAINSGeSRBfWUG93E4tZZbaW_f7PGzEqZN0hulc,10542 +pip/_internal/models/__init__.py,sha256=3DHUd_qxpPozfzouoqa9g9ts1Czr5qaHfFxbnxriepM,63 +pip/_internal/models/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/models/__pycache__/candidate.cpython-312.pyc,, +pip/_internal/models/__pycache__/direct_url.cpython-312.pyc,, +pip/_internal/models/__pycache__/format_control.cpython-312.pyc,, +pip/_internal/models/__pycache__/index.cpython-312.pyc,, +pip/_internal/models/__pycache__/installation_report.cpython-312.pyc,, +pip/_internal/models/__pycache__/link.cpython-312.pyc,, +pip/_internal/models/__pycache__/scheme.cpython-312.pyc,, +pip/_internal/models/__pycache__/search_scope.cpython-312.pyc,, +pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc,, +pip/_internal/models/__pycache__/target_python.cpython-312.pyc,, +pip/_internal/models/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/models/candidate.py,sha256=zzgFRuw_kWPjKpGw7LC0ZUMD2CQ2EberUIYs8izjdCA,753 +pip/_internal/models/direct_url.py,sha256=uBtY2HHd3TO9cKQJWh0ThvE5FRr-MWRYChRU4IG9HZE,6578 +pip/_internal/models/format_control.py,sha256=wtsQqSK9HaUiNxQEuB-C62eVimw6G4_VQFxV9-_KDBE,2486 +pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030 +pip/_internal/models/installation_report.py,sha256=zRVZoaz-2vsrezj_H3hLOhMZCK9c7TbzWgC-jOalD00,2818 +pip/_internal/models/link.py,sha256=jHax9O-9zlSzEwjBCDkx0OXjKXwBDwOuPwn-PsR8dCs,21034 +pip/_internal/models/scheme.py,sha256=PakmHJM3e8OOWSZFtfz1Az7f1meONJnkGuQxFlt3wBE,575 +pip/_internal/models/search_scope.py,sha256=67NEnsYY84784S-MM7ekQuo9KXLH-7MzFntXjapvAo0,4531 +pip/_internal/models/selection_prefs.py,sha256=qaFfDs3ciqoXPg6xx45N1jPLqccLJw4N0s4P0PyHTQ8,2015 +pip/_internal/models/target_python.py,sha256=2XaH2rZ5ZF-K5wcJbEMGEl7SqrTToDDNkrtQ2v_v_-Q,4271 +pip/_internal/models/wheel.py,sha256=Odc1NVWL5N-i6A3vFa50BfNvCRlGvGa4som60FQM198,3601 +pip/_internal/network/__init__.py,sha256=jf6Tt5nV_7zkARBrKojIXItgejvoegVJVKUbhAa5Ioc,50 +pip/_internal/network/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/network/__pycache__/auth.cpython-312.pyc,, +pip/_internal/network/__pycache__/cache.cpython-312.pyc,, +pip/_internal/network/__pycache__/download.cpython-312.pyc,, +pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc,, +pip/_internal/network/__pycache__/session.cpython-312.pyc,, +pip/_internal/network/__pycache__/utils.cpython-312.pyc,, +pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc,, +pip/_internal/network/auth.py,sha256=D4gASjUrqoDFlSt6gQ767KAAjv6PUyJU0puDlhXNVRE,20809 +pip/_internal/network/cache.py,sha256=48A971qCzKNFvkb57uGEk7-0xaqPS0HWj2711QNTxkU,3935 +pip/_internal/network/download.py,sha256=FLOP29dPYECBiAi7eEjvAbNkyzaKNqbyjOT2m8HPW8U,6048 +pip/_internal/network/lazy_wheel.py,sha256=2PXVduYZPCPZkkQFe1J1GbfHJWeCU--FXonGyIfw9eU,7638 +pip/_internal/network/session.py,sha256=XmanBKjVwPFmh1iJ58q6TDh9xabH37gREuQJ_feuZGA,18741 +pip/_internal/network/utils.py,sha256=Inaxel-NxBu4PQWkjyErdnfewsFCcgHph7dzR1-FboY,4088 +pip/_internal/network/xmlrpc.py,sha256=sAxzOacJ-N1NXGPvap9jC3zuYWSnnv3GXtgR2-E2APA,1838 +pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/operations/__pycache__/check.cpython-312.pyc,, +pip/_internal/operations/__pycache__/freeze.cpython-312.pyc,, +pip/_internal/operations/__pycache__/prepare.cpython-312.pyc,, +pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc,, +pip/_internal/operations/build/build_tracker.py,sha256=-ARW_TcjHCOX7D2NUOGntB4Fgc6b4aolsXkAK6BWL7w,4774 +pip/_internal/operations/build/metadata.py,sha256=9S0CUD8U3QqZeXp-Zyt8HxwU90lE4QrnYDgrqZDzBnc,1422 +pip/_internal/operations/build/metadata_editable.py,sha256=VLL7LvntKE8qxdhUdEJhcotFzUsOSI8NNS043xULKew,1474 +pip/_internal/operations/build/metadata_legacy.py,sha256=8i6i1QZX9m_lKPStEFsHKM0MT4a-CD408JOw99daLmo,2190 +pip/_internal/operations/build/wheel.py,sha256=sT12FBLAxDC6wyrDorh8kvcZ1jG5qInCRWzzP-UkJiQ,1075 +pip/_internal/operations/build/wheel_editable.py,sha256=yOtoH6zpAkoKYEUtr8FhzrYnkNHQaQBjWQ2HYae1MQg,1417 +pip/_internal/operations/build/wheel_legacy.py,sha256=K-6kNhmj-1xDF45ny1yheMerF0ui4EoQCLzEoHh6-tc,3045 +pip/_internal/operations/check.py,sha256=L24vRL8VWbyywdoeAhM89WCd8zLTnjIbULlKelUgIec,5912 +pip/_internal/operations/freeze.py,sha256=V59yEyCSz_YhZuhH09-6aV_zvYBMrS_IxFFNqn2QzlA,9864 +pip/_internal/operations/install/__init__.py,sha256=mX7hyD2GNBO2mFGokDQ30r_GXv7Y_PLdtxcUv144e-s,51 +pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc,, +pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/operations/install/editable_legacy.py,sha256=PoEsNEPGbIZ2yQphPsmYTKLOCMs4gv5OcCdzW124NcA,1283 +pip/_internal/operations/install/wheel.py,sha256=X5Iz9yUg5LlK5VNQ9g2ikc6dcRu8EPi_SUi5iuEDRgo,27615 +pip/_internal/operations/prepare.py,sha256=joWJwPkuqGscQgVNImLK71e9hRapwKvRCM8HclysmvU,28118 +pip/_internal/pyproject.py,sha256=rw4fwlptDp1hZgYoplwbAGwWA32sWQkp7ysf8Ju6iXc,7287 +pip/_internal/req/__init__.py,sha256=HxBFtZy_BbCclLgr26waMtpzYdO5T3vxePvpGAXSt5s,2653 +pip/_internal/req/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/req/__pycache__/constructors.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_file.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_install.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_set.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc,, +pip/_internal/req/constructors.py,sha256=qXNZtUqhsXpHxkRaIQhp20_Kz6I88MDKM8SQR9fckIc,18424 +pip/_internal/req/req_file.py,sha256=hnC9Oz-trqGQpuDnCVWqwpJkAvtbCsk7-5k0EWVQhlQ,17687 +pip/_internal/req/req_install.py,sha256=yhT98NGDoAEk03jznTJnYCznzhiMEEA2ocgsUG_dcNU,35788 +pip/_internal/req/req_set.py,sha256=j3esG0s6SzoVReX9rWn4rpYNtyET_fwxbwJPRimvRxo,2858 +pip/_internal/req/req_uninstall.py,sha256=qzDIxJo-OETWqGais7tSMCDcWbATYABT-Tid3ityF0s,23853 +pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/resolution/__pycache__/base.cpython-312.pyc,, +pip/_internal/resolution/base.py,sha256=qlmh325SBVfvG6Me9gc5Nsh5sdwHBwzHBq6aEXtKsLA,583 +pip/_internal/resolution/legacy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc,, +pip/_internal/resolution/legacy/resolver.py,sha256=3HZiJBRd1FTN6jQpI4qRO8-TbLYeIbUTS6PFvXnXs2w,24068 +pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/base.py,sha256=DCf669FsqyQY5uqXeePDHQY1e4QO-pBzWH8O0s9-K94,5023 +pip/_internal/resolution/resolvelib/candidates.py,sha256=07CBc85ya3J19XqdvUsLQwtVIxiTYq9km9hbTRh0jb0,19823 +pip/_internal/resolution/resolvelib/factory.py,sha256=mTTq_nG1F9Eq3VnlYPH6Ap-mydcS-mxC5y5L-CLLp80,32459 +pip/_internal/resolution/resolvelib/found_candidates.py,sha256=9hrTyQqFvl9I7Tji79F1AxHv39Qh1rkJ_7deSHSMfQc,6383 +pip/_internal/resolution/resolvelib/provider.py,sha256=bcsFnYvlmtB80cwVdW1fIwgol8ZNr1f1VHyRTkz47SM,9935 +pip/_internal/resolution/resolvelib/reporter.py,sha256=00JtoXEkTlw0-rl_sl54d71avwOsJHt9GGHcrj5Sza0,3168 +pip/_internal/resolution/resolvelib/requirements.py,sha256=7JG4Z72e5Yk4vU0S5ulGvbqTy4FMQGYhY5zQhX9zTtY,8065 +pip/_internal/resolution/resolvelib/resolver.py,sha256=nLJOsVMEVi2gQUVJoUFKMZAeu2f7GRMjGMvNSWyz0Bc,12592 +pip/_internal/self_outdated_check.py,sha256=pkjQixuWyQ1vrVxZAaYD6SSHgXuFUnHZybXEWTkh0S0,8145 +pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/utils/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc,, +pip/_internal/utils/__pycache__/_log.cpython-312.pyc,, +pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc,, +pip/_internal/utils/__pycache__/compat.cpython-312.pyc,, +pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc,, +pip/_internal/utils/__pycache__/datetime.cpython-312.pyc,, +pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc,, +pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc,, +pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc,, +pip/_internal/utils/__pycache__/encoding.cpython-312.pyc,, +pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc,, +pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc,, +pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc,, +pip/_internal/utils/__pycache__/glibc.cpython-312.pyc,, +pip/_internal/utils/__pycache__/hashes.cpython-312.pyc,, +pip/_internal/utils/__pycache__/logging.cpython-312.pyc,, +pip/_internal/utils/__pycache__/misc.cpython-312.pyc,, +pip/_internal/utils/__pycache__/packaging.cpython-312.pyc,, +pip/_internal/utils/__pycache__/retry.cpython-312.pyc,, +pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc,, +pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc,, +pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc,, +pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc,, +pip/_internal/utils/__pycache__/urls.cpython-312.pyc,, +pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc,, +pip/_internal/utils/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/utils/_jaraco_text.py,sha256=M15uUPIh5NpP1tdUGBxRau6q1ZAEtI8-XyLEETscFfE,3350 +pip/_internal/utils/_log.py,sha256=-jHLOE_THaZz5BFcCnoSL9EYAtJ0nXem49s9of4jvKw,1015 +pip/_internal/utils/appdirs.py,sha256=swgcTKOm3daLeXTW6v5BUS2Ti2RvEnGRQYH_yDXklAo,1665 +pip/_internal/utils/compat.py,sha256=ckkFveBiYQjRWjkNsajt_oWPS57tJvE8XxoC4OIYgCY,2399 +pip/_internal/utils/compatibility_tags.py,sha256=ydin8QG8BHqYRsPY4OL6cmb44CbqXl1T0xxS97VhHkk,5377 +pip/_internal/utils/datetime.py,sha256=m21Y3wAtQc-ji6Veb6k_M5g6A0ZyFI4egchTdnwh-pQ,242 +pip/_internal/utils/deprecation.py,sha256=k7Qg_UBAaaTdyq82YVARA6D7RmcGTXGv7fnfcgigj4Q,3707 +pip/_internal/utils/direct_url_helpers.py,sha256=r2MRtkVDACv9AGqYODBUC9CjwgtsUU1s68hmgfCJMtA,3196 +pip/_internal/utils/egg_link.py,sha256=0FePZoUYKv4RGQ2t6x7w5Z427wbA_Uo3WZnAkrgsuqo,2463 +pip/_internal/utils/encoding.py,sha256=qqsXDtiwMIjXMEiIVSaOjwH5YmirCaK-dIzb6-XJsL0,1169 +pip/_internal/utils/entrypoints.py,sha256=YlhLTRl2oHBAuqhc-zmL7USS67TPWVHImjeAQHreZTQ,3064 +pip/_internal/utils/filesystem.py,sha256=ajvA-q4ocliW9kPp8Yquh-4vssXbu-UKbo5FV9V4X64,4950 +pip/_internal/utils/filetypes.py,sha256=i8XAQ0eFCog26Fw9yV0Yb1ygAqKYB1w9Cz9n0fj8gZU,716 +pip/_internal/utils/glibc.py,sha256=vUkWq_1pJuzcYNcGKLlQmABoUiisK8noYY1yc8Wq4w4,3734 +pip/_internal/utils/hashes.py,sha256=XGGLL0AG8-RhWnyz87xF6MFZ--BKadHU35D47eApCKI,4972 +pip/_internal/utils/logging.py,sha256=7BFKB1uFjdxD5crM-GtwA5T2qjbQ2LPD-gJDuJeDNTg,11606 +pip/_internal/utils/misc.py,sha256=HR_V97vNTHNzwq01JrnTZtsLLkWAOJ9_EeYfHJZSgDY,23745 +pip/_internal/utils/packaging.py,sha256=iI3LH43lVNR4hWBOqF6lFsZq4aycb2j0UcHlmDmcqUg,2109 +pip/_internal/utils/retry.py,sha256=mhFbykXjhTnZfgzeuy-vl9c8nECnYn_CMtwNJX2tYzQ,1392 +pip/_internal/utils/setuptools_build.py,sha256=ouXpud-jeS8xPyTPsXJ-m34NPvK5os45otAzdSV_IJE,4435 +pip/_internal/utils/subprocess.py,sha256=EsvqSRiSMHF98T8Txmu6NLU3U--MpTTQjtNgKP0P--M,8988 +pip/_internal/utils/temp_dir.py,sha256=5qOXe8M4JeY6vaFQM867d5zkp1bSwMZ-KT5jymmP0Zg,9310 +pip/_internal/utils/unpacking.py,sha256=eyDkSsk4nW8ZfiSjNzJduCznpHyaGHVv3ak_LMGsiEM,11951 +pip/_internal/utils/urls.py,sha256=qceSOZb5lbNDrHNsv7_S4L4Ytszja5NwPKUMnZHbYnM,1599 +pip/_internal/utils/virtualenv.py,sha256=S6f7csYorRpiD6cvn3jISZYc3I8PJC43H5iMFpRAEDU,3456 +pip/_internal/utils/wheel.py,sha256=b442jkydFHjXzDy6cMR7MpzWBJ1Q82hR5F33cmcHV3g,4494 +pip/_internal/vcs/__init__.py,sha256=UAqvzpbi0VbZo3Ub6skEeZAw-ooIZR-zX_WpCbxyCoU,596 +pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/git.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc,, +pip/_internal/vcs/bazaar.py,sha256=EKStcQaKpNu0NK4p5Q10Oc4xb3DUxFw024XrJy40bFQ,3528 +pip/_internal/vcs/git.py,sha256=3tpc9LQA_J4IVW5r5NvWaaSeDzcmJOrSFZN0J8vIKfU,18177 +pip/_internal/vcs/mercurial.py,sha256=oULOhzJ2Uie-06d1omkL-_Gc6meGaUkyogvqG9ZCyPs,5249 +pip/_internal/vcs/subversion.py,sha256=ddTugHBqHzV3ebKlU5QXHPN4gUqlyXbOx8q8NgXKvs8,11735 +pip/_internal/vcs/versioncontrol.py,sha256=cvf_-hnTAjQLXJ3d17FMNhQfcO1AcKWUF10tfrYyP-c,22440 +pip/_internal/wheel_builder.py,sha256=DL3A8LKeRj_ACp11WS5wSgASgPFqeyAeXJKdXfmaWXU,11799 +pip/_vendor/__init__.py,sha256=JYuAXvClhInxIrA2FTp5p-uuWVL7WV6-vEpTs46-Qh4,4873 +pip/_vendor/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc,, +pip/_vendor/cachecontrol/__init__.py,sha256=GiYoagwPEiJ_xR_lbwWGaoCiPtF_rz4isjfjdDAgHU4,676 +pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc,, +pip/_vendor/cachecontrol/_cmd.py,sha256=iist2EpzJvDVIhMAxXq8iFnTBsiZAd6iplxfmNboNyk,1737 +pip/_vendor/cachecontrol/adapter.py,sha256=fByO_Pd_EOemjWbuocvBWdN85xT0q_TBm2lxS6vD4fk,6355 +pip/_vendor/cachecontrol/cache.py,sha256=OTQj72tUf8C1uEgczdl3Gc8vkldSzsTITKtDGKMx4z8,1952 +pip/_vendor/cachecontrol/caches/__init__.py,sha256=dtrrroK5BnADR1GWjCZ19aZ0tFsMfvFBtLQQU1sp_ag,303 +pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/file_cache.py,sha256=9AlmmTJc6cslb6k5z_6q0sGPHVrMj8zv-uWy-simmfE,5406 +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=9rmqwtYu_ljVkW6_oLqbC7EaX_a8YT_yLuna-eS0dgo,1386 +pip/_vendor/cachecontrol/controller.py,sha256=o-ejGJlBmpKK8QQLyTPJj0t7siU8XVHXuV8MCybCxQ8,18575 +pip/_vendor/cachecontrol/filewrapper.py,sha256=STttGmIPBvZzt2b51dUOwoWX5crcMCpKZOisM3f5BNc,4292 +pip/_vendor/cachecontrol/heuristics.py,sha256=IYe4QmHERWsMvtxNrp920WeaIsaTTyqLB14DSheSbtY,4834 +pip/_vendor/cachecontrol/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/cachecontrol/serialize.py,sha256=HQd2IllQ05HzPkVLMXTF2uX5mjEQjDBkxCqUJUODpZk,5163 +pip/_vendor/cachecontrol/wrapper.py,sha256=hsGc7g8QGQTT-4f8tgz3AM5qwScg6FO0BSdLSRdEvpU,1417 +pip/_vendor/certifi/__init__.py,sha256=LHXz7E80YJYBzCBv6ZyidQ5-ciYSkSebpY2E5OM0l7o,94 +pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255 +pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/certifi/__pycache__/core.cpython-312.pyc,, +pip/_vendor/certifi/cacert.pem,sha256=SIupYGAr8HzGP073rsEIaS_sQYIPwzKKjj894DgUmu4,291528 +pip/_vendor/certifi/core.py,sha256=2SRT5rIcQChFDbe37BQa-kULxAgJ8qN6l1jfqTp4HIs,4486 +pip/_vendor/certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/distlib/__init__.py,sha256=hJKF7FHoqbmGckncDuEINWo_OYkDNiHODtYXSMcvjcc,625 +pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/database.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/index.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/util.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/version.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc,, +pip/_vendor/distlib/compat.py,sha256=Un-uIBvy02w-D267OG4VEhuddqWgKj9nNkxVltAb75w,41487 +pip/_vendor/distlib/database.py,sha256=0V9Qvs0Vrxa2F_-hLWitIyVyRifJ0pCxyOI-kEOBwsA,51965 +pip/_vendor/distlib/index.py,sha256=lTbw268rRhj8dw1sib3VZ_0EhSGgoJO3FKJzSFMOaeA,20797 +pip/_vendor/distlib/locators.py,sha256=o1r_M86_bRLafSpetmyfX8KRtFu-_Q58abvQrnOSnbA,51767 +pip/_vendor/distlib/manifest.py,sha256=3qfmAmVwxRqU1o23AlfXrQGZzh6g_GGzTAP_Hb9C5zQ,14168 +pip/_vendor/distlib/markers.py,sha256=n3DfOh1yvZ_8EW7atMyoYeZFXjYla0Nz0itQlojCd0A,5268 +pip/_vendor/distlib/metadata.py,sha256=pB9WZ9mBfmQxc9OVIldLS5CjOoQRvKAvUwwQyKwKQtQ,39693 +pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 +pip/_vendor/distlib/scripts.py,sha256=8_gP9J7_tlNRicnWmPX4ZiDlP5wTwJKDeeg-8_qXUZU,18780 +pip/_vendor/distlib/t32.exe,sha256=a0GV5kCoWsMutvliiCKmIgV98eRZ33wXoS-XrqvJQVs,97792 +pip/_vendor/distlib/t64-arm.exe,sha256=68TAa32V504xVBnufojh0PcenpR3U4wAqTqf-MZqbPw,182784 +pip/_vendor/distlib/t64.exe,sha256=gaYY8hy4fbkHYTTnA4i26ct8IQZzkBG2pRdy0iyuBrc,108032 +pip/_vendor/distlib/util.py,sha256=XSznxEi_i3T20UJuaVc0qXHz5ksGUCW1khYlBprN_QE,67530 +pip/_vendor/distlib/version.py,sha256=9pXkduchve_aN7JG6iL9VTYV_kqNSGoc2Dwl8JuySnQ,23747 +pip/_vendor/distlib/w32.exe,sha256=R4csx3-OGM9kL4aPIzQKRo5TfmRSHZo6QWyLhDhNBks,91648 +pip/_vendor/distlib/w64-arm.exe,sha256=xdyYhKj0WDcVUOCb05blQYvzdYIKMbmJn2SZvzkcey4,168448 +pip/_vendor/distlib/w64.exe,sha256=ejGf-rojoBfXseGLpya6bFTFPWRG21X5KvU8J5iU-K0,101888 +pip/_vendor/distlib/wheel.py,sha256=FVQCve8u-L0QYk5-YTZc7s4WmNQdvjRWTK08KXzZVX4,43958 +pip/_vendor/distro/__init__.py,sha256=2fHjF-SfgPvjyNZ1iHh_wjqWdR_Yo5ODHwZC0jLBPhc,981 +pip/_vendor/distro/__main__.py,sha256=bu9d3TifoKciZFcqRBuygV3GSuThnVD_m2IK4cz96Vs,64 +pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/distro/__pycache__/distro.cpython-312.pyc,, +pip/_vendor/distro/distro.py,sha256=XqbefacAhDT4zr_trnbA15eY8vdK4GTghgmvUGrEM_4,49430 +pip/_vendor/distro/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849 +pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/codec.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/core.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc,, +pip/_vendor/idna/codec.py,sha256=PS6m-XmdST7Wj7J7ulRMakPDt5EBJyYrT3CPtjh-7t4,3426 +pip/_vendor/idna/compat.py,sha256=0_sOEUMT4CVw9doD3vyRhX80X19PwqFoUBs7gWsFME4,321 +pip/_vendor/idna/core.py,sha256=lyhpoe2vulEaB_65xhXmoKgO-xUqFDvcwxu5hpNNO4E,12663 +pip/_vendor/idna/idnadata.py,sha256=dqRwytzkjIHMBa2R1lYvHDwACenZPt8eGVu1Y8UBE-E,78320 +pip/_vendor/idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881 +pip/_vendor/idna/package_data.py,sha256=Tkt0KnIeyIlnHddOaz9WSkkislNgokJAuE-p5GorMqo,21 +pip/_vendor/idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/idna/uts46data.py,sha256=1KuksWqLuccPXm2uyRVkhfiFLNIhM_H2m4azCcnOqEU,206503 +pip/_vendor/msgpack/__init__.py,sha256=gsMP7JTECZNUSjvOyIbdhNOkpB9Z8BcGwabVGY2UcdQ,1077 +pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc,, +pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc,, +pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081 +pip/_vendor/msgpack/ext.py,sha256=fKp00BqDLjUtZnPd70Llr138zk8JsCuSpJkkZ5S4dt8,5629 +pip/_vendor/msgpack/fallback.py,sha256=wdUWJkWX2gzfRW9BBCTOuIE1Wvrf5PtBtR8ZtY7G_EE,33175 +pip/_vendor/packaging/__init__.py,sha256=dtw2bNmWCQ9WnMoK3bk_elL1svSlikXtLpZhCFIB9SE,496 +pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/version.cpython-312.pyc,, +pip/_vendor/packaging/_elffile.py,sha256=_LcJW4YNKywYsl4169B2ukKRqwxjxst_8H0FRVQKlz8,3282 +pip/_vendor/packaging/_manylinux.py,sha256=Xo4V0PZz8sbuVCbTni0t1CR0AHeir_7ib4lTmV8scD4,9586 +pip/_vendor/packaging/_musllinux.py,sha256=p9ZqNYiOItGee8KcZFeHF_YcdhVwGHdK6r-8lgixvGQ,2694 +pip/_vendor/packaging/_parser.py,sha256=s_TvTvDNK0NrM2QB3VKThdWFM4Nc0P6JnkObkl3MjpM,10236 +pip/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 +pip/_vendor/packaging/_tokenizer.py,sha256=J6v5H7Jzvb-g81xp_2QACKwO7LxHQA6ikryMU7zXwN8,5273 +pip/_vendor/packaging/markers.py,sha256=dWKSqn5Sp-jDmOG-W3GfLHKjwhf1IsznbT71VlBoB5M,10671 +pip/_vendor/packaging/metadata.py,sha256=KINuSkJ12u-SyoKNTy_pHNGAfMUtxNvZ53qA1zAKcKI,32349 +pip/_vendor/packaging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/packaging/requirements.py,sha256=gYyRSAdbrIyKDY66ugIDUQjRMvxkH2ALioTmX3tnL6o,2947 +pip/_vendor/packaging/specifiers.py,sha256=HfGgfNJRvrzC759gnnoojHyiWs_DYmcw5PEh5jHH-YE,39738 +pip/_vendor/packaging/tags.py,sha256=y8EbheOu9WS7s-MebaXMcHMF-jzsA_C1Lz5XRTiSy4w,18883 +pip/_vendor/packaging/utils.py,sha256=NAdYUwnlAOpkat_RthavX8a07YuVxgGL_vwrx73GSDM,5287 +pip/_vendor/packaging/version.py,sha256=wE4sSVlF-d1H6HFC1vszEe35CwTig_fh4HHIFg95hFE,16210 +pip/_vendor/pkg_resources/__init__.py,sha256=jrhDRbOubP74QuPXxd7U7Po42PH2l-LZ2XfcO7llpZ4,124463 +pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/platformdirs/__init__.py,sha256=FTA6LGNm40GwNZt3gG3uLAacWvf2E_2HTmH0rAALGR8,22285 +pip/_vendor/platformdirs/__main__.py,sha256=jBJ8zb7Mpx5ebcqF83xrpO94MaeCpNGHVf9cvDN2JLg,1505 +pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc,, +pip/_vendor/platformdirs/android.py,sha256=xZXY9Jd46WOsxT2U6-5HsNtDZ-IQqxcEUrBLl3hYk4o,9016 +pip/_vendor/platformdirs/api.py,sha256=QBYdUac2eC521ek_y53uD1Dcq-lJX8IgSRVd4InC6uc,8996 +pip/_vendor/platformdirs/macos.py,sha256=wftsbsvq6nZ0WORXSiCrZNkRHz_WKuktl0a6mC7MFkI,5580 +pip/_vendor/platformdirs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/platformdirs/unix.py,sha256=Cci9Wqt35dAMsg6HT9nRGHSBW5obb0pR3AE1JJnsCXg,10643 +pip/_vendor/platformdirs/version.py,sha256=r7F76tZRjgQKzrpx_I0_ZMQOMU-PS7eGnHD7zEK3KB0,411 +pip/_vendor/platformdirs/windows.py,sha256=IFpiohUBwxPtCzlyKwNtxyW4Jk8haa6W8o59mfrDXVo,10125 +pip/_vendor/pygments/__init__.py,sha256=7N1oiaWulw_nCsTY4EEixYLz15pWY5u4uPAFFi-ielU,2983 +pip/_vendor/pygments/__main__.py,sha256=isIhBxLg65nLlXukG4VkMuPfNdd7gFzTZ_R_z3Q8diY,353 +pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/console.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/style.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/token.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/util.cpython-312.pyc,, +pip/_vendor/pygments/cmdline.py,sha256=LIVzmAunlk9sRJJp54O4KRy9GDIN4Wu13v9p9QzfGPM,23656 +pip/_vendor/pygments/console.py,sha256=yhP9UsLAVmWKVQf2446JJewkA7AiXeeTf4Ieg3Oi2fU,1718 +pip/_vendor/pygments/filter.py,sha256=_ADNPCskD8_GmodHi6_LoVgPU3Zh336aBCT5cOeTMs0,1910 +pip/_vendor/pygments/filters/__init__.py,sha256=RdedK2KWKXlKwR7cvkfr3NUj9YiZQgMgilRMFUg2jPA,40392 +pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/formatter.py,sha256=jDWBTndlBH2Z5IYZFVDnP0qn1CaTQjTWt7iAGtCnJEg,4390 +pip/_vendor/pygments/formatters/__init__.py,sha256=8No-NUs8rBTSSBJIv4hSEQt2M0cFB4hwAT0snVc2QGE,5385 +pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc,, +pip/_vendor/pygments/formatters/_mapping.py,sha256=1Cw37FuQlNacnxRKmtlPX4nyLoX9_ttko5ZwscNUZZ4,4176 +pip/_vendor/pygments/formatters/bbcode.py,sha256=3JQLI45tcrQ_kRUMjuab6C7Hb0XUsbVWqqbSn9cMjkI,3320 +pip/_vendor/pygments/formatters/groff.py,sha256=M39k0PaSSZRnxWjqBSVPkF0mu1-Vr7bm6RsFvs-CNN4,5106 +pip/_vendor/pygments/formatters/html.py,sha256=SE2jc3YCqbMS3rZW9EAmDlAUhdVxJ52gA4dileEvCGU,35669 +pip/_vendor/pygments/formatters/img.py,sha256=MwA4xWPLOwh6j7Yc6oHzjuqSPt0M1fh5r-5BTIIUfsU,23287 +pip/_vendor/pygments/formatters/irc.py,sha256=dp1Z0l_ObJ5NFh9MhqLGg5ptG5hgJqedT2Vkutt9v0M,4981 +pip/_vendor/pygments/formatters/latex.py,sha256=XMmhOCqUKDBQtG5mGJNAFYxApqaC5puo5cMmPfK3944,19306 +pip/_vendor/pygments/formatters/other.py,sha256=56PMJOliin-rAUdnRM0i1wsV1GdUPd_dvQq0_UPfF9c,5034 +pip/_vendor/pygments/formatters/pangomarkup.py,sha256=y16U00aVYYEFpeCfGXlYBSMacG425CbfoG8oKbKegIg,2218 +pip/_vendor/pygments/formatters/rtf.py,sha256=ZT90dmcKyJboIB0mArhL7IhE467GXRN0G7QAUgG03To,11957 +pip/_vendor/pygments/formatters/svg.py,sha256=KKsiophPupHuxm0So-MsbQEWOT54IAiSF7hZPmxtKXE,7174 +pip/_vendor/pygments/formatters/terminal.py,sha256=AojNG4MlKq2L6IsC_VnXHu4AbHCBn9Otog6u45XvxeI,4674 +pip/_vendor/pygments/formatters/terminal256.py,sha256=kGkNUVo3FpwjytIDS0if79EuUoroAprcWt3igrcIqT0,11753 +pip/_vendor/pygments/lexer.py,sha256=TYHDt___gNW4axTl2zvPZff-VQi8fPaIh5OKRcVSjUM,35349 +pip/_vendor/pygments/lexers/__init__.py,sha256=pIlxyQJuu_syh9lE080cq8ceVbEVcKp0osAFU5fawJU,12115 +pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc,, +pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc,, +pip/_vendor/pygments/lexers/_mapping.py,sha256=61-h3zr103m01OS5BUq_AfUiL9YI06Ves9ipQ7k4vr4,76097 +pip/_vendor/pygments/lexers/python.py,sha256=2J_YJrPTr_A6fJY_qKiKv0GpgPwHMrlMSeo59qN3fe4,53687 +pip/_vendor/pygments/modeline.py,sha256=gtRYZBS-CKOCDXHhGZqApboHBaZwGH8gznN3O6nuxj4,1005 +pip/_vendor/pygments/plugin.py,sha256=ioeJ3QeoJ-UQhZpY9JL7vbxsTVuwwM7BCu-Jb8nN0AU,1891 +pip/_vendor/pygments/regexopt.py,sha256=Hky4EB13rIXEHQUNkwmCrYqtIlnXDehNR3MztafZ43w,3072 +pip/_vendor/pygments/scanner.py,sha256=NDy3ofK_fHRFK4hIDvxpamG871aewqcsIb6sgTi7Fhk,3092 +pip/_vendor/pygments/sphinxext.py,sha256=iOptJBcqOGPwMEJ2p70PvwpZPIGdvdZ8dxvq6kzxDgA,7981 +pip/_vendor/pygments/style.py,sha256=rSCZWFpg1_DwFMXDU0nEVmAcBHpuQGf9RxvOPPQvKLQ,6420 +pip/_vendor/pygments/styles/__init__.py,sha256=qUk6_1z5KmT8EdJFZYgESmG6P_HJF_2vVrDD7HSCGYY,2042 +pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc,, +pip/_vendor/pygments/styles/_mapping.py,sha256=6lovFUE29tz6EsV3XYY4hgozJ7q1JL7cfO3UOlgnS8w,3312 +pip/_vendor/pygments/token.py,sha256=qZwT7LSPy5YBY3JgDjut642CCy7JdQzAfmqD9NmT5j0,6226 +pip/_vendor/pygments/unistring.py,sha256=p5c1i-HhoIhWemy9CUsaN9o39oomYHNxXll0Xfw6tEA,63208 +pip/_vendor/pygments/util.py,sha256=2tj2nS1X9_OpcuSjf8dOET2bDVZhs8cEKd_uT6-Fgg8,10031 +pip/_vendor/pyproject_hooks/__init__.py,sha256=kCehmy0UaBa9oVMD7ZIZrnswfnP3LXZ5lvnNJAL5JBM,491 +pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_compat.py,sha256=by6evrYnqkisiM-MQcvOKs5bgDMzlOSgZqRHNqf04zE,138 +pip/_vendor/pyproject_hooks/_impl.py,sha256=61GJxzQip0IInhuO69ZI5GbNQ82XEDUB_1Gg5_KtUoc,11920 +pip/_vendor/pyproject_hooks/_in_process/__init__.py,sha256=9gQATptbFkelkIy0OfWFEACzqxXJMQDWCH9rBOAZVwQ,546 +pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_in_process/_in_process.py,sha256=m2b34c917IW5o-Q_6TYIHlsK9lSUlNiyrITTUH_zwew,10927 +pip/_vendor/requests/__init__.py,sha256=HlB_HzhrzGtfD_aaYUwUh1zWXLZ75_YCLyit75d0Vz8,5057 +pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/api.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/auth.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/certs.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/help.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/models.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/packages.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/structures.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/utils.cpython-312.pyc,, +pip/_vendor/requests/__version__.py,sha256=FVfglgZmNQnmYPXpOohDU58F5EUb_-VnSTaAesS187g,435 +pip/_vendor/requests/_internal_utils.py,sha256=nMQymr4hs32TqVo5AbCrmcJEhvPUh7xXlluyqwslLiQ,1495 +pip/_vendor/requests/adapters.py,sha256=J7VeVxKBvawbtlX2DERVo05J9BXTcWYLMHNd1Baa-bk,27607 +pip/_vendor/requests/api.py,sha256=_Zb9Oa7tzVIizTKwFrPjDEY9ejtm_OnSRERnADxGsQs,6449 +pip/_vendor/requests/auth.py,sha256=kF75tqnLctZ9Mf_hm9TZIj4cQWnN5uxRz8oWsx5wmR0,10186 +pip/_vendor/requests/certs.py,sha256=PVPooB0jP5hkZEULSCwC074532UFbR2Ptgu0I5zwmCs,575 +pip/_vendor/requests/compat.py,sha256=Mo9f9xZpefod8Zm-n9_StJcVTmwSukXR2p3IQyyVXvU,1485 +pip/_vendor/requests/cookies.py,sha256=bNi-iqEj4NPZ00-ob-rHvzkvObzN3lEpgw3g6paS3Xw,18590 +pip/_vendor/requests/exceptions.py,sha256=D1wqzYWne1mS2rU43tP9CeN1G7QAy7eqL9o1god6Ejw,4272 +pip/_vendor/requests/help.py,sha256=hRKaf9u0G7fdwrqMHtF3oG16RKktRf6KiwtSq2Fo1_0,3813 +pip/_vendor/requests/hooks.py,sha256=CiuysiHA39V5UfcCBXFIx83IrDpuwfN9RcTUgv28ftQ,733 +pip/_vendor/requests/models.py,sha256=x4K4CmH-lC0l2Kb-iPfMN4dRXxHEcbOaEWBL_i09AwI,35483 +pip/_vendor/requests/packages.py,sha256=_ZQDCJTJ8SP3kVWunSqBsRZNPzj2c1WFVqbdr08pz3U,1057 +pip/_vendor/requests/sessions.py,sha256=ykTI8UWGSltOfH07HKollH7kTBGw4WhiBVaQGmckTw4,30495 +pip/_vendor/requests/status_codes.py,sha256=iJUAeA25baTdw-6PfD0eF4qhpINDJRJI-yaMqxs4LEI,4322 +pip/_vendor/requests/structures.py,sha256=-IbmhVz06S-5aPSZuUthZ6-6D9XOjRuTXHOabY041XM,2912 +pip/_vendor/requests/utils.py,sha256=L79vnFbzJ3SFLKtJwpoWe41Tozi3RlZv94pY1TFIyow,33631 +pip/_vendor/resolvelib/__init__.py,sha256=h509TdEcpb5-44JonaU3ex2TM15GVBLjM9CNCPwnTTs,537 +pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc,, +pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc,, +pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156 +pip/_vendor/resolvelib/providers.py,sha256=fuuvVrCetu5gsxPB43ERyjfO8aReS3rFQHpDgiItbs4,5871 +pip/_vendor/resolvelib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/reporters.py,sha256=TSbRmWzTc26w0ggsV1bxVpeWDB8QNIre6twYl7GIZBE,1601 +pip/_vendor/resolvelib/resolvers.py,sha256=G8rsLZSq64g5VmIq-lB7UcIJ1gjAxIQJmTF4REZleQ0,20511 +pip/_vendor/resolvelib/structs.py,sha256=0_1_XO8z_CLhegP3Vpf9VJ3zJcfLm0NOHRM-i0Ykz3o,4963 +pip/_vendor/rich/__init__.py,sha256=dRxjIL-SbFVY0q3IjSMrfgBTHrm1LZDgLOygVBwiYZc,6090 +pip/_vendor/rich/__main__.py,sha256=eO7Cq8JnrgG8zVoeImiAs92q3hXNMIfp0w5lMsO7Q2Y,8477 +pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/abc.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/align.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/bar.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/box.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/cells.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/color.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/columns.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/console.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/containers.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/control.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/errors.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/json.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/layout.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/live.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/logging.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/markup.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/measure.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/padding.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/pager.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/palette.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/panel.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/progress.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/region.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/repr.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/rule.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/scope.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/screen.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/segment.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/status.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/style.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/styled.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/table.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/text.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/theme.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/themes.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/tree.cpython-312.pyc,, +pip/_vendor/rich/_cell_widths.py,sha256=fbmeyetEdHjzE_Vx2l1uK7tnPOhMs2X1lJfO3vsKDpA,10209 +pip/_vendor/rich/_emoji_codes.py,sha256=hu1VL9nbVdppJrVoijVshRlcRRe_v3dju3Mmd2sKZdY,140235 +pip/_vendor/rich/_emoji_replace.py,sha256=n-kcetsEUx2ZUmhQrfeMNc-teeGhpuSQ5F8VPBsyvDo,1064 +pip/_vendor/rich/_export_format.py,sha256=RI08pSrm5tBSzPMvnbTqbD9WIalaOoN5d4M1RTmLq1Y,2128 +pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265 +pip/_vendor/rich/_fileno.py,sha256=HWZxP5C2ajMbHryvAQZseflVfQoGzsKOHzKGsLD8ynQ,799 +pip/_vendor/rich/_inspect.py,sha256=oZJGw31e64dwXSCmrDnvZbwVb1ZKhWfU8wI3VWohjJk,9695 +pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225 +pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236 +pip/_vendor/rich/_null_file.py,sha256=tGSXk_v-IZmbj1GAzHit8A3kYIQMiCpVsCFfsC-_KJ4,1387 +pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063 +pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423 +pip/_vendor/rich/_ratio.py,sha256=Zt58apszI6hAAcXPpgdWKpu3c31UBWebOeR4mbyptvU,5471 +pip/_vendor/rich/_spinners.py,sha256=U2r1_g_1zSjsjiUdAESc2iAMc3i4ri_S8PYP6kQ5z1I,19919 +pip/_vendor/rich/_stack.py,sha256=-C8OK7rxn3sIUdVwxZBBpeHhIzX0eI-VM3MemYfaXm0,351 +pip/_vendor/rich/_timer.py,sha256=zelxbT6oPFZnNrwWPpc1ktUeAT-Vc4fuFcRZLQGLtMI,417 +pip/_vendor/rich/_win32_console.py,sha256=P0vxI2fcndym1UU1S37XAzQzQnkyY7YqAKmxm24_gug,22820 +pip/_vendor/rich/_windows.py,sha256=aBwaD_S56SbgopIvayVmpk0Y28uwY2C5Bab1wl3Bp-I,1925 +pip/_vendor/rich/_windows_renderer.py,sha256=t74ZL3xuDCP3nmTp9pH1L5LiI2cakJuQRQleHCJerlk,2783 +pip/_vendor/rich/_wrap.py,sha256=FlSsom5EX0LVkA3KWy34yHnCfLtqX-ZIepXKh-70rpc,3404 +pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890 +pip/_vendor/rich/align.py,sha256=sCUkisXkQfoq-IQPyBELfJ8l7LihZJX3HbH8K7Cie-M,10368 +pip/_vendor/rich/ansi.py,sha256=iD6532QYqnBm6hADulKjrV8l8kFJ-9fEVooHJHH3hMg,6906 +pip/_vendor/rich/bar.py,sha256=ldbVHOzKJOnflVNuv1xS7g6dLX2E3wMnXkdPbpzJTcs,3263 +pip/_vendor/rich/box.py,sha256=nr5fYIUghB_iUCEq6y0Z3LlCT8gFPDrzN9u2kn7tJl4,10831 +pip/_vendor/rich/cells.py,sha256=aMmGK4BjXhgE6_JF1ZEGmW3O7mKkE8g84vUnj4Et4To,4780 +pip/_vendor/rich/color.py,sha256=bCRATVdRe5IClJ6Hl62de2PKQ_U4i2MZ4ugjUEg7Tao,18223 +pip/_vendor/rich/color_triplet.py,sha256=3lhQkdJbvWPoLDO-AnYImAWmJvV5dlgYNCVZ97ORaN4,1054 +pip/_vendor/rich/columns.py,sha256=HUX0KcMm9dsKNi11fTbiM_h2iDtl8ySCaVcxlalEzq8,7131 +pip/_vendor/rich/console.py,sha256=deFZIubq2M9A2MCsKFAsFQlWDvcOMsGuUA07QkOaHIw,99173 +pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288 +pip/_vendor/rich/containers.py,sha256=c_56TxcedGYqDepHBMTuZdUIijitAQgnox-Qde0Z1qo,5502 +pip/_vendor/rich/control.py,sha256=DSkHTUQLorfSERAKE_oTAEUFefZnZp4bQb4q8rHbKws,6630 +pip/_vendor/rich/default_styles.py,sha256=-Fe318kMVI_IwciK5POpThcO0-9DYJ67TZAN6DlmlmM,8082 +pip/_vendor/rich/diagnose.py,sha256=an6uouwhKPAlvQhYpNNpGq9EJysfMIOvvCbO3oSoR24,972 +pip/_vendor/rich/emoji.py,sha256=omTF9asaAnsM4yLY94eR_9dgRRSm1lHUszX20D1yYCQ,2501 +pip/_vendor/rich/errors.py,sha256=5pP3Kc5d4QJ_c0KFsxrfyhjiPVe7J1zOqSFbFAzcV-Y,642 +pip/_vendor/rich/file_proxy.py,sha256=Tl9THMDZ-Pk5Wm8sI1gGg_U5DhusmxD-FZ0fUbcU0W0,1683 +pip/_vendor/rich/filesize.py,sha256=9fTLAPCAwHmBXdRv7KZU194jSgNrRb6Wx7RIoBgqeKY,2508 +pip/_vendor/rich/highlighter.py,sha256=6ZAjUcNhBRajBCo9umFUclyi2xL0-55JL7S0vYGUJu4,9585 +pip/_vendor/rich/json.py,sha256=vVEoKdawoJRjAFayPwXkMBPLy7RSTs-f44wSQDR2nJ0,5031 +pip/_vendor/rich/jupyter.py,sha256=QyoKoE_8IdCbrtiSHp9TsTSNyTHY0FO5whE7jOTd9UE,3252 +pip/_vendor/rich/layout.py,sha256=ajkSFAtEVv9EFTcFs-w4uZfft7nEXhNzL7ZVdgrT5rI,14004 +pip/_vendor/rich/live.py,sha256=vUcnJV2LMSK3sQNaILbm0-_B8BpAeiHfcQMAMLfpRe0,14271 +pip/_vendor/rich/live_render.py,sha256=zJtB471jGziBtEwxc54x12wEQtH4BuQr1SA8v9kU82w,3666 +pip/_vendor/rich/logging.py,sha256=uB-cB-3Q4bmXDLLpbOWkmFviw-Fde39zyMV6tKJ2WHQ,11903 +pip/_vendor/rich/markup.py,sha256=3euGKP5s41NCQwaSjTnJxus5iZMHjxpIM0W6fCxra38,8451 +pip/_vendor/rich/measure.py,sha256=HmrIJX8sWRTHbgh8MxEay_83VkqNW_70s8aKP5ZcYI8,5305 +pip/_vendor/rich/padding.py,sha256=kTFGsdGe0os7tXLnHKpwTI90CXEvrceeZGCshmJy5zw,4970 +pip/_vendor/rich/pager.py,sha256=SO_ETBFKbg3n_AgOzXm41Sv36YxXAyI3_R-KOY2_uSc,828 +pip/_vendor/rich/palette.py,sha256=lInvR1ODDT2f3UZMfL1grq7dY_pDdKHw4bdUgOGaM4Y,3396 +pip/_vendor/rich/panel.py,sha256=2Fd1V7e1kHxlPFIusoHY5T7-Cs0RpkrihgVG9ZVqJ4g,10705 +pip/_vendor/rich/pretty.py,sha256=5oIHP_CGWnHEnD0zMdW5qfGC5kHqIKn7zH_eC4crULE,35848 +pip/_vendor/rich/progress.py,sha256=P02xi7T2Ua3qq17o83bkshe4c0v_45cg8VyTj6US6Vg,59715 +pip/_vendor/rich/progress_bar.py,sha256=L4jw8E6Qb_x-jhOrLVhkuMaPmiAhFIl8jHQbWFrKuR8,8164 +pip/_vendor/rich/prompt.py,sha256=wdOn2X8XTJKnLnlw6PoMY7xG4iUPp3ezt4O5gqvpV-E,11304 +pip/_vendor/rich/protocol.py,sha256=5hHHDDNHckdk8iWH5zEbi-zuIVSF5hbU2jIo47R7lTE,1391 +pip/_vendor/rich/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166 +pip/_vendor/rich/repr.py,sha256=5MZJZmONgC6kud-QW-_m1okXwL2aR6u6y-pUcUCJz28,4431 +pip/_vendor/rich/rule.py,sha256=0fNaS_aERa3UMRc3T5WMpN_sumtDxfaor2y3of1ftBk,4602 +pip/_vendor/rich/scope.py,sha256=TMUU8qo17thyqQCPqjDLYpg_UU1k5qVd-WwiJvnJVas,2843 +pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591 +pip/_vendor/rich/segment.py,sha256=hU1ueeXqI6YeFa08K9DAjlF2QLxcJY9pwZx7RsXavlk,24246 +pip/_vendor/rich/spinner.py,sha256=15koCmF0DQeD8-k28Lpt6X_zJQUlzEhgo_6A6uy47lc,4339 +pip/_vendor/rich/status.py,sha256=kkPph3YeAZBo-X-4wPp8gTqZyU466NLwZBA4PZTTewo,4424 +pip/_vendor/rich/style.py,sha256=3hiocH_4N8vwRm3-8yFWzM7tSwjjEven69XqWasSQwM,27073 +pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 +pip/_vendor/rich/syntax.py,sha256=TnZDuOD4DeHFbkaVEAji1gf8qgAlMU9Boe_GksMGCkk,35475 +pip/_vendor/rich/table.py,sha256=nGEvAZHF4dy1vT9h9Gj9O5qhSQO3ODAxJv0RY1vnIB8,39680 +pip/_vendor/rich/terminal_theme.py,sha256=1j5-ufJfnvlAo5Qsi_ACZiXDmwMXzqgmFByObT9-yJY,3370 +pip/_vendor/rich/text.py,sha256=5rQ3zvNrg5UZKNLecbh7fiw9v3HeFulNVtRY_CBDjjE,47312 +pip/_vendor/rich/theme.py,sha256=belFJogzA0W0HysQabKaHOc3RWH2ko3fQAJhoN-AFdo,3777 +pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 +pip/_vendor/rich/traceback.py,sha256=CUpxYLjQWIb6vQQ6O72X0hvDV6caryGqU6UweHgOyCY,29601 +pip/_vendor/rich/tree.py,sha256=meAOUU6sYnoBEOX2ILrPLY9k5bWrWNQKkaiEFvHinXM,9167 +pip/_vendor/tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396 +pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc,, +pip/_vendor/tomli/_parser.py,sha256=g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM,22633 +pip/_vendor/tomli/_re.py,sha256=dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w,2943 +pip/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254 +pip/_vendor/tomli/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26 +pip/_vendor/truststore/__init__.py,sha256=M-PhuLMIF7gxKXk7tpo2MD7dk6nqG1ae8GXWdNXbMdQ,403 +pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc,, +pip/_vendor/truststore/_api.py,sha256=B9JIHipzBIS8pMP_J50-o1DHVZsvKZQUXTB0HQQ_UPg,10461 +pip/_vendor/truststore/_macos.py,sha256=VJ24avz5aEGYAs_kWvnGjMJtuIP4xJcYa459UQOQC3M,17608 +pip/_vendor/truststore/_openssl.py,sha256=LLUZ7ZGaio-i5dpKKjKCSeSufmn6T8pi9lDcFnvSyq0,2324 +pip/_vendor/truststore/_ssl_constants.py,sha256=NUD4fVKdSD02ri7-db0tnO0VqLP9aHuzmStcW7tAl08,1130 +pip/_vendor/truststore/_windows.py,sha256=eldNViHNHeY5r3fiBoz_JFGD37atXB9S5yaRoPKEGAA,17891 +pip/_vendor/truststore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/typing_extensions.py,sha256=78hFl0HpDY-ylHUVCnWdU5nTHxUP2-S-3wEZk6CQmLk,134499 +pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333 +pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc,, +pip/_vendor/urllib3/_collections.py,sha256=pyASJJhW7wdOpqJj9QJA8FyGRfr8E8uUUhqUvhF0728,11372 +pip/_vendor/urllib3/_version.py,sha256=cuJvnSrWxXGYgQ3-ZRoPMw8-qaN5tpw71jnH1t16dLA,64 +pip/_vendor/urllib3/connection.py,sha256=92k9td_y4PEiTIjNufCUa1NzMB3J3w0LEdyokYgXnW8,20300 +pip/_vendor/urllib3/connectionpool.py,sha256=Be6q65SR9laoikg-h_jmc_p8OWtEmwgq_Om_Xtig-2M,40285 +pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/_appengine_environ.py,sha256=bDbyOEhW2CKLJcQqAKAyrEHN-aklsyHFKq6vF8ZFsmk,957 +pip/_vendor/urllib3/contrib/_securetransport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/bindings.py,sha256=4Xk64qIkPBt09A5q-RIFUuDhNc9mXilVapm7WnYnzRw,17632 +pip/_vendor/urllib3/contrib/_securetransport/low_level.py,sha256=B2JBB2_NRP02xK6DCa1Pa9IuxrPwxzDzZbixQkb7U9M,13922 +pip/_vendor/urllib3/contrib/appengine.py,sha256=VR68eAVE137lxTgjBDwCna5UiBZTOKa01Aj_-5BaCz4,11036 +pip/_vendor/urllib3/contrib/ntlmpool.py,sha256=NlfkW7WMdW8ziqudopjHoW299og1BTWi0IeIibquFwk,4528 +pip/_vendor/urllib3/contrib/pyopenssl.py,sha256=hDJh4MhyY_p-oKlFcYcQaVQRDv6GMmBGuW9yjxyeejM,17081 +pip/_vendor/urllib3/contrib/securetransport.py,sha256=Fef1IIUUFHqpevzXiDPbIGkDKchY2FVKeVeLGR1Qq3g,34446 +pip/_vendor/urllib3/contrib/socks.py,sha256=aRi9eWXo9ZEb95XUxef4Z21CFlnnjbEiAo9HOseoMt4,7097 +pip/_vendor/urllib3/exceptions.py,sha256=0Mnno3KHTNfXRfY7638NufOPkUb6mXOm-Lqj-4x2w8A,8217 +pip/_vendor/urllib3/fields.py,sha256=kvLDCg_JmH1lLjUUEY_FLS8UhY7hBvDPuVETbY8mdrM,8579 +pip/_vendor/urllib3/filepost.py,sha256=5b_qqgRHVlL7uLtdAYBzBh-GHmU5AfJVt_2N0XS3PeY,2440 +pip/_vendor/urllib3/packages/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc,, +pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc,, +pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc,, +pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417 +pip/_vendor/urllib3/packages/backports/weakref_finalize.py,sha256=tRCal5OAhNSRyb0DhHp-38AtIlCsRP8BxF3NX-6rqIA,5343 +pip/_vendor/urllib3/packages/six.py,sha256=b9LM0wBXv7E7SrbCjAm4wwN-hrH-iNxv18LgWNMMKPo,34665 +pip/_vendor/urllib3/poolmanager.py,sha256=aWyhXRtNO4JUnCSVVqKTKQd8EXTvUm1VN9pgs2bcONo,19990 +pip/_vendor/urllib3/request.py,sha256=YTWFNr7QIwh7E1W9dde9LM77v2VWTJ5V78XuTTw7D1A,6691 +pip/_vendor/urllib3/response.py,sha256=fmDJAFkG71uFTn-sVSTh2Iw0WmcXQYqkbRjihvwBjU8,30641 +pip/_vendor/urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155 +pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc,, +pip/_vendor/urllib3/util/connection.py,sha256=5Lx2B1PW29KxBn2T0xkN1CBgRBa3gGVJBKoQoRogEVk,4901 +pip/_vendor/urllib3/util/proxy.py,sha256=zUvPPCJrp6dOF0N4GAVbOcl6o-4uXKSrGiTkkr5vUS4,1605 +pip/_vendor/urllib3/util/queue.py,sha256=nRgX8_eX-_VkvxoX096QWoz8Ps0QHUAExILCY_7PncM,498 +pip/_vendor/urllib3/util/request.py,sha256=C0OUt2tcU6LRiQJ7YYNP9GvPrSvl7ziIBekQ-5nlBZk,3997 +pip/_vendor/urllib3/util/response.py,sha256=GJpg3Egi9qaJXRwBh5wv-MNuRWan5BIu40oReoxWP28,3510 +pip/_vendor/urllib3/util/retry.py,sha256=Z6WEf518eTOXP5jr5QSQ9gqJI0DVYt3Xs3EKnYaTmus,22013 +pip/_vendor/urllib3/util/ssl_.py,sha256=X4-AqW91aYPhPx6-xbf66yHFQKbqqfC_5Zt4WkLX1Hc,17177 +pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=Ir4cZVEjmAk8gUAIHWSi7wtOO83UCYABY2xFD1Ql_WA,5758 +pip/_vendor/urllib3/util/ssltransport.py,sha256=NA-u5rMTrDFDFC8QzRKUEKMG0561hOD4qBTr3Z4pv6E,6895 +pip/_vendor/urllib3/util/timeout.py,sha256=cwq4dMk87mJHSBktK1miYJ-85G-3T3RmT20v7SFCpno,10168 +pip/_vendor/urllib3/util/url.py,sha256=lCAE7M5myA8EDdW0sJuyyZhVB9K_j38ljWhHAnFaWoE,14296 +pip/_vendor/urllib3/util/wait.py,sha256=fOX0_faozG2P7iVojQoE1mbydweNyTcm-hXEfFrTtLI,5403 +pip/_vendor/vendor.txt,sha256=PxNaxxkkpBaw5zOTsDpHEY-zEaHjgkDgyrSxOuxg8nw,330 +pip/py.typed,sha256=EBVvvPRTn_eIpz5e5QztSCdrMX7Qwd7VP93RSoIlZ2I,286 diff --git a/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/REQUESTED b/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/REQUESTED new file mode 100644 index 00000000..e69de29b diff --git a/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/WHEEL new file mode 100644 index 00000000..ecaf39f3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (71.1.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/entry_points.txt b/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/entry_points.txt new file mode 100644 index 00000000..25fcf7e2 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/entry_points.txt @@ -0,0 +1,3 @@ +[console_scripts] +pip = pip._internal.cli.main:main +pip3 = pip._internal.cli.main:main diff --git a/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/top_level.txt b/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/top_level.txt new file mode 100644 index 00000000..a1b589e3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip-24.2.dist-info/top_level.txt @@ -0,0 +1 @@ +pip diff --git a/.venv/lib/python3.12/site-packages/pip/__init__.py b/.venv/lib/python3.12/site-packages/pip/__init__.py new file mode 100644 index 00000000..640e922f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/__init__.py @@ -0,0 +1,13 @@ +from typing import List, Optional + +__version__ = "24.2" + + +def main(args: Optional[List[str]] = None) -> int: + """This is an internal API only meant for use by pip's own console scripts. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/.venv/lib/python3.12/site-packages/pip/__main__.py b/.venv/lib/python3.12/site-packages/pip/__main__.py new file mode 100644 index 00000000..59913261 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/__main__.py @@ -0,0 +1,24 @@ +import os +import sys + +# Remove '' and current working directory from the first entry +# of sys.path, if present to avoid using current directory +# in pip commands check, freeze, install, list and show, +# when invoked as python -m pip +if sys.path[0] in ("", os.getcwd()): + sys.path.pop(0) + +# If we are running from a wheel, add the wheel to sys.path +# This allows the usage python pip-*.whl/pip install pip-*.whl +if __package__ == "": + # __file__ is pip-*.whl/pip/__main__.py + # first dirname call strips of '/__main__.py', second strips off '/pip' + # Resulting path is the name of the wheel itself + # Add that to sys.path so we can import pip + path = os.path.dirname(os.path.dirname(__file__)) + sys.path.insert(0, path) + +if __name__ == "__main__": + from pip._internal.cli.main import main as _main + + sys.exit(_main()) diff --git a/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py b/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py new file mode 100644 index 00000000..c633787f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py @@ -0,0 +1,50 @@ +"""Execute exactly this copy of pip, within a different environment. + +This file is named as it is, to ensure that this module can't be imported via +an import statement. +""" + +# /!\ This version compatibility check section must be Python 2 compatible. /!\ + +import sys + +# Copied from pyproject.toml +PYTHON_REQUIRES = (3, 8) + + +def version_str(version): # type: ignore + return ".".join(str(v) for v in version) + + +if sys.version_info[:2] < PYTHON_REQUIRES: + raise SystemExit( + "This version of pip does not support python {} (requires >={}).".format( + version_str(sys.version_info[:2]), version_str(PYTHON_REQUIRES) + ) + ) + +# From here on, we can use Python 3 features, but the syntax must remain +# Python 2 compatible. + +import runpy # noqa: E402 +from importlib.machinery import PathFinder # noqa: E402 +from os.path import dirname # noqa: E402 + +PIP_SOURCES_ROOT = dirname(dirname(__file__)) + + +class PipImportRedirectingFinder: + @classmethod + def find_spec(self, fullname, path=None, target=None): # type: ignore + if fullname != "pip": + return None + + spec = PathFinder.find_spec(fullname, [PIP_SOURCES_ROOT], target) + assert spec, (PIP_SOURCES_ROOT, fullname) + return spec + + +sys.meta_path.insert(0, PipImportRedirectingFinder()) + +assert __name__ == "__main__", "Cannot run __pip-runner__.py as a non-main module" +runpy.run_module("pip", run_name="__main__", alter_sys=True) diff --git a/.venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f5c2fe4c7727e5781eb6d2c2208d8e4381c9e84d GIT binary patch literal 697 zcmX|9&ubJh6i#Mlf4FNEe<0L@MlZ5pC%6{1A_bucg0w>GWjze(B;5&}$%G`kbxMUI z9t1DmS`Xe8{}eBJor{VmZ@0hBV%jC}%2N!l^ZF|4m^0`%kg;B!nD3rBAFdmU3Az zn@PGP?4~O!zu;M{H7HUj$xen4?R;ruvjXt%~i8;;EO*RCLUTy*^q)U=m zS9Me{sZ19-HNou}2)pP{2Q?PHch9|9dcF8Lnw`KQ+-AAgs++FTQVoqCk%=JG-6R=< zIv8(~)S-2z4&gRa#t+Dx^mYDUJ8a)8NGe9 a;;U!-(f;b&6JJhWJwTAZPk;MuO7$0>whp~p;DMD(m#Aoo>UlO3`FWnL(H8fuzc+F z5}%%8CR?dW8UddTYRsIz%j@ZIKA|=OANeR3`6K9e8L+snw+w3OdJZu~pxgwL+Afn_ z-(`wzcy$)75wH3bGudw2ET!wVQEeJEqU$V%sbd)}BD$quysY6t0dQX)C;it6|zQ+&a}3iQDwrw&sy)z3pH_ zyU#&c0JTG`j%L!wn(ce_wsl>-me*YBk*gz*uExc+@QJGJAH{FA+W3h{ZaZ17CH{c> zo-YF#A+!&PeMk<{pv2aT-QvbV_hyg}{J`1r-}>)fd_6z+O`iM750|=2>&xBcVDfc& z5C`R4aCujr8YCe-v03O9HcP$Ihx|@qyRcK*E`2KQ&Cc(oZmcbaH_P2}un>6Pm5T>* iYUBB?JpD_VKTy(ZcSPgf%A1Ejlna9xC^OC!xAqtGnz@(& literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..633c345188fb1c40358fc0c68b57dda06d9ef0e6 GIT binary patch literal 2216 zcmaJ>O-vg{6n?Y2{>RvfArR6e8zoI~W$coqN>mY2H6aO!1O&*Tma5gpJB9^&*V$bY zOpHVkQd6l?IaGxnDsifk(n>w{*n2NFMun^tDOGzYHxeJ(a_SqeHz1|$Nc(2qzIorg zdGo#Zb2uCX9E)EcnfTTN@EcRy5oj*z76DiR1=64ph0BpNQTQ~c2uqOWDVg%S4*Rph zDV{E%+%yMZ^m0Hwigzl!Z+BN{`Co)}JeiHgKF-zF5tR*BUnGsVd}$xfzMMZFNCyau z)t?LIL+KD<{vr0!7T3p}(_s#7fD%{&CFtU&Tk%#WoHGu}sZ$3vXRQ##ZC!5~Tm%C2 zkP@2i1~7fMKxuL9i)^=V>de33gq4ue`dwt5cWeYoTs%7W&A=?p6fG*!Svh0nN}@HX znqo#Tlteu%7SuvQe4ye#O_W7N&1R`VHA|%0jB4mw9@oiWaGbeh)f^RZ*5o`@MA;No z3)O^Z>A2f08WfRb%Yo19N)dNwWbG|WyoYZ2f^JyoHlxZxS!?Q|X~`CK&e&l=55>71 z7X1z*M5g(2%m4y@%u+vx0+~dn4qEXa8w$4sWw-`zuG|+IgE&95N0P50o=2w!;%y*^ zT857z0P}>g)fr{tVth$f2!YQI2~dLX`3EFUhT_ELP0NULHkW+ICNm}@l_>7Xsk^v|7`!Lw9dlQ5KIUrx`+IkP|c${xj- z%r+E%z+Vfn5lgJz|KjQ@S-D<~CH^*9S{K_p@HVzErK=jwz9yc@k{}u(ly>OA83v{Z z*k^X2Sb*(N>*tp~y@YUUH#TF5S}0Kw5_L4e4$H^fl?Hj508Pq?icXP8x+R*$0%L~g z++Tb+FLoRBeo-~h-hcVwd_0LE1xI9S^17-i)L;QBs=+vzVQ095af6LIE4me+fE@FV4Ik}hz*I9 zV4oyY&1T{{vAImFS2z=-%)3Q7FO&r{d<*uiWs>FG@D@o~K(cZ}HjghJ=Z(V%We2i& zb;&Hyj2#^r9FfL`?~Yy_7?VbahsWa{TQF%ZYx}dsT#lv177Cax+iS_j1hvqLekQwz z$VTHmjZReO&ir>0lCMsD6L*@IQ7pjoP;9xl5qe`g*71Af=vL%(HFA3G=4R?jCHekO zXKRtcN5a!ctm5z8JaYE2ztY}Y^Y=cowj;4eA%n3HuQi0>`Xz~lDM@xvlAJz)>lR76 zUz8gcKrNKX$)=g7SQAPk*eB3{aH4NVFoTIR_%*n_1lykIOU~&-$TOz@58;qXT1&VzFD?@=>*{ZU@IoCU(7nS=F+=S>4FXmhD0C zLdlLfeG(f&GB0PaCsU*3aKNXVN%pQrta%~UjU~xAifSVlb^y~QOU~P?8a5!yILY<~ zS=`OLoMyY(TQm~6=kIg=_Zt`RAFFq>f?}5^guLJcBGjWmLc3mw9bJgL^b*pu>j%NN z#mB0AZ25!bI~BfTHMPOVp9b5u{exTnk*a^>X-mf{zt!1Y?d*Ph`0=SqXQI~9^W@== zS8A!-b)E|Z>%0*1?tXyHq=tsKt6J5dG8ZCv7hP#qJRx z!YAR6!&}f+g|_88)y{LZ&I_CH?sH#c`MnL_@d}JqPL9@4`i^fybiuO)(JDlj+t<2& LuzrEQ#*P00756BQ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/__init__.py new file mode 100644 index 00000000..1a5b7f87 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/__init__.py @@ -0,0 +1,18 @@ +from typing import List, Optional + +from pip._internal.utils import _log + +# init_logging() must be called before any call to logging.getLogger() +# which happens at import of most modules. +_log.init_logging() + + +def main(args: Optional[List[str]] = None) -> int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..812416e4ebb87fc9980031e9144ddfe7720a63f7 GIT binary patch literal 799 zcmZuvy=xRf6rb7MyX;*OBu0c-=qNS^x`Q7OBa$juNm3*>*PNT3m)$Y@G0eh1N>`6dMDAu#JdV*hQjED&K4_Rz7Cl`@P|P{NBuboSyCylxJ_xrqmcYq3qjmf6 zJSt>Lkr^_5N*%Lpx=r@R(W|8AKY6#7NyBg{4F>cU2)0paR^@^vRcWdmm`Su$)-apJ zmKE`c87uRgtpn4r0UF9gmT8xvNE>wKiLXuTl#C#3GiUZLWlv_NP>qyOJ zRe2-2cAXn(;i`(0%{WDlj_yAae1K5e!5~tjIw)dU>M88$K7pA*wL|_)k=DYu$=O#+ zFBd-rbBB0{b1nBeb=!^A4q=cZ1#4 TH=X@cmktQ}?~~uoG=={H0kqTw literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..095937a39e3eeebc741d9646c8d181cc542152dc GIT binary patch literal 14489 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ce3ce68c6889b0194782a619f5cb3b506f9788c8 GIT binary patch literal 17641 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 GUjGkZb<@NE literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7db7dde183362993584139ebd237fd95a8d01070 GIT binary patch literal 35569 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�? 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 AIsgCw literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f162a07bbde5b40e3f7cfc3147b1e3d0441b3fa GIT binary patch literal 682 zcmX|9ziSjh6rS1LJI_mkh#Y+i!k-?|X0N^U6w>kv)HRe%$Ab{Ro5q);b3B zH3Dy#W||kQebp8k5E#_e6v&m8nuYYmxxm66H(C z@hpXB?9Vc5t$$xS_j>cy#+PJuPLovAR9LAjUZ|w4~c86bh`S>6?*m-;U>zONujK&|b-{H4l`3vtA BxCj6M literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c2596f84f6b8020d969214455dbd9945c7f9ce45 GIT binary patch literal 5136 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

w-GsT=k)!^iIV?B*^BBrR?eGHQse&?9QpR z__4)v>&>l;!|T4t;@eHy08t;bIgy9lD{IyC>=Mg!* zZysM}QQh9J5Dy$Sd2S86u66e1WyGM?4 zzfB6GEc?5oo{^KjPuRfd9?vI2{b+~hlMWAz6CHNMjjtpLFFXLKG-%-oK5yDW#(+C0 zLkb5IbFgQ7t@%9U2h0;d@+8DwvK+buMG!#2dm1A5C|MHVeVt6hGh8+>CXWt#@0OKh zB?$qkJ$I*oFUI@${?NqNb)8(e+6BcV;JT$)c6?+e1?L5LVN#=_OGJ- z4>|7xF22geug~4%c5U#nFZgG_KrepH^9=h4LHCa!Vg|}yhM8bi;t-1Pz0t5qzhyte z3^R8~fWr4~KUp1Sz>k~6b-v|Z+u2QyZDLC(Rt|oTWk#6wx|WrOrAV2p%ntQCqm!qc Y(b#vYqlcbwDI%_V_B{4bXsY190WJ12Hvj+t literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3b444d350e2cc425a6f3d07c92f1a75f1a0e72fe GIT binary patch literal 10234 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 E2M~`#H~;_u literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/build_env.py b/.venv/lib/python3.12/site-packages/pip/_internal/build_env.py new file mode 100644 index 00000000..be1e0ca8 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/build_env.py @@ -0,0 +1,315 @@ +"""Build Environment used for isolation during sdist building +""" + +import logging +import os +import pathlib +import site +import sys +import textwrap +from collections import OrderedDict +from types import TracebackType +from typing import TYPE_CHECKING, Iterable, List, Optional, Set, Tuple, Type, Union + +from pip._vendor.certifi import where +from pip._vendor.packaging.version import Version + +from pip import __file__ as pip_location +from pip._internal.cli.spinners import open_spinner +from pip._internal.locations import get_platlib, get_purelib, get_scheme +from pip._internal.metadata import get_default_environment, get_environment +from pip._internal.utils.logging import VERBOSE +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + +logger = logging.getLogger(__name__) + + +def _dedup(a: str, b: str) -> Union[Tuple[str], Tuple[str, str]]: + return (a, b) if a != b else (a,) + + +class _Prefix: + def __init__(self, path: str) -> None: + self.path = path + self.setup = False + scheme = get_scheme("", prefix=path) + self.bin_dir = scheme.scripts + self.lib_dirs = _dedup(scheme.purelib, scheme.platlib) + + +def get_runnable_pip() -> str: + """Get a file to pass to a Python executable, to run the currently-running pip. + + This is used to run a pip subprocess, for installing requirements into the build + environment. + """ + source = pathlib.Path(pip_location).resolve().parent + + if not source.is_dir(): + # This would happen if someone is using pip from inside a zip file. In that + # case, we can use that directly. + return str(source) + + return os.fsdecode(source / "__pip-runner__.py") + + +def _get_system_sitepackages() -> Set[str]: + """Get system site packages + + Usually from site.getsitepackages, + but fallback on `get_purelib()/get_platlib()` if unavailable + (e.g. in a virtualenv created by virtualenv<20) + + Returns normalized set of strings. + """ + if hasattr(site, "getsitepackages"): + system_sites = site.getsitepackages() + else: + # virtualenv < 20 overwrites site.py without getsitepackages + # fallback on get_purelib/get_platlib. + # this is known to miss things, but shouldn't in the cases + # where getsitepackages() has been removed (inside a virtualenv) + system_sites = [get_purelib(), get_platlib()] + return {os.path.normcase(path) for path in system_sites} + + +class BuildEnvironment: + """Creates and manages an isolated environment to install build deps""" + + def __init__(self) -> None: + temp_dir = TempDirectory(kind=tempdir_kinds.BUILD_ENV, globally_managed=True) + + self._prefixes = OrderedDict( + (name, _Prefix(os.path.join(temp_dir.path, name))) + for name in ("normal", "overlay") + ) + + self._bin_dirs: List[str] = [] + self._lib_dirs: List[str] = [] + for prefix in reversed(list(self._prefixes.values())): + self._bin_dirs.append(prefix.bin_dir) + self._lib_dirs.extend(prefix.lib_dirs) + + # Customize site to: + # - ensure .pth files are honored + # - prevent access to system site packages + system_sites = _get_system_sitepackages() + + self._site_dir = os.path.join(temp_dir.path, "site") + if not os.path.exists(self._site_dir): + os.mkdir(self._site_dir) + with open( + os.path.join(self._site_dir, "sitecustomize.py"), "w", encoding="utf-8" + ) as fp: + fp.write( + textwrap.dedent( + """ + import os, site, sys + + # First, drop system-sites related paths. + original_sys_path = sys.path[:] + known_paths = set() + for path in {system_sites!r}: + site.addsitedir(path, known_paths=known_paths) + system_paths = set( + os.path.normcase(path) + for path in sys.path[len(original_sys_path):] + ) + original_sys_path = [ + path for path in original_sys_path + if os.path.normcase(path) not in system_paths + ] + sys.path = original_sys_path + + # Second, add lib directories. + # ensuring .pth file are processed. + for path in {lib_dirs!r}: + assert not path in sys.path + site.addsitedir(path) + """ + ).format(system_sites=system_sites, lib_dirs=self._lib_dirs) + ) + + def __enter__(self) -> None: + self._save_env = { + name: os.environ.get(name, None) + for name in ("PATH", "PYTHONNOUSERSITE", "PYTHONPATH") + } + + path = self._bin_dirs[:] + old_path = self._save_env["PATH"] + if old_path: + path.extend(old_path.split(os.pathsep)) + + pythonpath = [self._site_dir] + + os.environ.update( + { + "PATH": os.pathsep.join(path), + "PYTHONNOUSERSITE": "1", + "PYTHONPATH": os.pathsep.join(pythonpath), + } + ) + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + for varname, old_value in self._save_env.items(): + if old_value is None: + os.environ.pop(varname, None) + else: + os.environ[varname] = old_value + + def check_requirements( + self, reqs: Iterable[str] + ) -> Tuple[Set[Tuple[str, str]], Set[str]]: + """Return 2 sets: + - conflicting requirements: set of (installed, wanted) reqs tuples + - missing requirements: set of reqs + """ + missing = set() + conflicting = set() + if reqs: + env = ( + get_environment(self._lib_dirs) + if hasattr(self, "_lib_dirs") + else get_default_environment() + ) + for req_str in reqs: + req = get_requirement(req_str) + # We're explicitly evaluating with an empty extra value, since build + # environments are not provided any mechanism to select specific extras. + if req.marker is not None and not req.marker.evaluate({"extra": ""}): + continue + dist = env.get_distribution(req.name) + if not dist: + missing.add(req_str) + continue + if isinstance(dist.version, Version): + installed_req_str = f"{req.name}=={dist.version}" + else: + installed_req_str = f"{req.name}==={dist.version}" + if not req.specifier.contains(dist.version, prereleases=True): + conflicting.add((installed_req_str, req_str)) + # FIXME: Consider direct URL? + return conflicting, missing + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + prefix = self._prefixes[prefix_as_string] + assert not prefix.setup + prefix.setup = True + if not requirements: + return + self._install_requirements( + get_runnable_pip(), + finder, + requirements, + prefix, + kind=kind, + ) + + @staticmethod + def _install_requirements( + pip_runnable: str, + finder: "PackageFinder", + requirements: Iterable[str], + prefix: _Prefix, + *, + kind: str, + ) -> None: + args: List[str] = [ + sys.executable, + pip_runnable, + "install", + "--ignore-installed", + "--no-user", + "--prefix", + prefix.path, + "--no-warn-script-location", + "--disable-pip-version-check", + ] + if logger.getEffectiveLevel() <= logging.DEBUG: + args.append("-vv") + elif logger.getEffectiveLevel() <= VERBOSE: + args.append("-v") + for format_control in ("no_binary", "only_binary"): + formats = getattr(finder.format_control, format_control) + args.extend( + ( + "--" + format_control.replace("_", "-"), + ",".join(sorted(formats or {":none:"})), + ) + ) + + index_urls = finder.index_urls + if index_urls: + args.extend(["-i", index_urls[0]]) + for extra_index in index_urls[1:]: + args.extend(["--extra-index-url", extra_index]) + else: + args.append("--no-index") + for link in finder.find_links: + args.extend(["--find-links", link]) + + for host in finder.trusted_hosts: + args.extend(["--trusted-host", host]) + if finder.allow_all_prereleases: + args.append("--pre") + if finder.prefer_binary: + args.append("--prefer-binary") + args.append("--") + args.extend(requirements) + extra_environ = {"_PIP_STANDALONE_CERT": where()} + with open_spinner(f"Installing {kind}") as spinner: + call_subprocess( + args, + command_desc=f"pip subprocess to install {kind}", + spinner=spinner, + extra_environ=extra_environ, + ) + + +class NoOpBuildEnvironment(BuildEnvironment): + """A no-op drop-in replacement for BuildEnvironment""" + + def __init__(self) -> None: + pass + + def __enter__(self) -> None: + pass + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + pass + + def cleanup(self) -> None: + pass + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + raise NotImplementedError() diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cache.py b/.venv/lib/python3.12/site-packages/pip/_internal/cache.py new file mode 100644 index 00000000..6b451267 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/cache.py @@ -0,0 +1,290 @@ +"""Cache Management +""" + +import hashlib +import json +import logging +import os +from pathlib import Path +from typing import Any, Dict, List, Optional + +from pip._vendor.packaging.tags import Tag, interpreter_name, interpreter_version +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InvalidWheelFilename +from pip._internal.models.direct_url import DirectUrl +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.urls import path_to_url + +logger = logging.getLogger(__name__) + +ORIGIN_JSON_NAME = "origin.json" + + +def _hash_dict(d: Dict[str, str]) -> str: + """Return a stable sha224 of a dictionary.""" + s = json.dumps(d, sort_keys=True, separators=(",", ":"), ensure_ascii=True) + return hashlib.sha224(s.encode("ascii")).hexdigest() + + +class Cache: + """An abstract class - provides cache directories for data from links + + :param cache_dir: The root of the cache. + """ + + def __init__(self, cache_dir: str) -> None: + super().__init__() + assert not cache_dir or os.path.isabs(cache_dir) + self.cache_dir = cache_dir or None + + def _get_cache_path_parts(self, link: Link) -> List[str]: + """Get parts of part that must be os.path.joined with cache_dir""" + + # We want to generate an url to use as our cache key, we don't want to + # just reuse the URL because it might have other items in the fragment + # and we don't care about those. + key_parts = {"url": link.url_without_fragment} + if link.hash_name is not None and link.hash is not None: + key_parts[link.hash_name] = link.hash + if link.subdirectory_fragment: + key_parts["subdirectory"] = link.subdirectory_fragment + + # Include interpreter name, major and minor version in cache key + # to cope with ill-behaved sdists that build a different wheel + # depending on the python version their setup.py is being run on, + # and don't encode the difference in compatibility tags. + # https://github.com/pypa/pip/issues/7296 + key_parts["interpreter_name"] = interpreter_name() + key_parts["interpreter_version"] = interpreter_version() + + # Encode our key url with sha224, we'll use this because it has similar + # security properties to sha256, but with a shorter total output (and + # thus less secure). However the differences don't make a lot of + # difference for our use case here. + hashed = _hash_dict(key_parts) + + # We want to nest the directories some to prevent having a ton of top + # level directories where we might run out of sub directories on some + # FS. + parts = [hashed[:2], hashed[2:4], hashed[4:6], hashed[6:]] + + return parts + + def _get_candidates(self, link: Link, canonical_package_name: str) -> List[Any]: + can_not_cache = not self.cache_dir or not canonical_package_name or not link + if can_not_cache: + return [] + + path = self.get_path_for_link(link) + if os.path.isdir(path): + return [(candidate, path) for candidate in os.listdir(path)] + return [] + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached items in for link.""" + raise NotImplementedError() + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + """Returns a link to a cached item if it exists, otherwise returns the + passed link. + """ + raise NotImplementedError() + + +class SimpleWheelCache(Cache): + """A cache of wheels for future installs.""" + + def __init__(self, cache_dir: str) -> None: + super().__init__(cache_dir) + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached wheels for link + + Because there are M wheels for any one sdist, we provide a directory + to cache them in, and then consult that directory when looking up + cache hits. + + We only insert things into the cache if they have plausible version + numbers, so that we don't contaminate the cache with things that were + not unique. E.g. ./package might have dozens of installs done for it + and build a version of 0.0...and if we built and cached a wheel, we'd + end up using the same wheel even if the source has been edited. + + :param link: The link of the sdist for which this will cache wheels. + """ + parts = self._get_cache_path_parts(link) + assert self.cache_dir + # Store wheels within the root cache_dir + return os.path.join(self.cache_dir, "wheels", *parts) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + candidates = [] + + if not package_name: + return link + + canonical_package_name = canonicalize_name(package_name) + for wheel_name, wheel_dir in self._get_candidates(link, canonical_package_name): + try: + wheel = Wheel(wheel_name) + except InvalidWheelFilename: + continue + if canonicalize_name(wheel.name) != canonical_package_name: + logger.debug( + "Ignoring cached wheel %s for %s as it " + "does not match the expected distribution name %s.", + wheel_name, + link, + package_name, + ) + continue + if not wheel.supported(supported_tags): + # Built for a different python/arch/etc + continue + candidates.append( + ( + wheel.support_index_min(supported_tags), + wheel_name, + wheel_dir, + ) + ) + + if not candidates: + return link + + _, wheel_name, wheel_dir = min(candidates) + return Link(path_to_url(os.path.join(wheel_dir, wheel_name))) + + +class EphemWheelCache(SimpleWheelCache): + """A SimpleWheelCache that creates it's own temporary cache directory""" + + def __init__(self) -> None: + self._temp_dir = TempDirectory( + kind=tempdir_kinds.EPHEM_WHEEL_CACHE, + globally_managed=True, + ) + + super().__init__(self._temp_dir.path) + + +class CacheEntry: + def __init__( + self, + link: Link, + persistent: bool, + ): + self.link = link + self.persistent = persistent + self.origin: Optional[DirectUrl] = None + origin_direct_url_path = Path(self.link.file_path).parent / ORIGIN_JSON_NAME + if origin_direct_url_path.exists(): + try: + self.origin = DirectUrl.from_json( + origin_direct_url_path.read_text(encoding="utf-8") + ) + except Exception as e: + logger.warning( + "Ignoring invalid cache entry origin file %s for %s (%s)", + origin_direct_url_path, + link.filename, + e, + ) + + +class WheelCache(Cache): + """Wraps EphemWheelCache and SimpleWheelCache into a single Cache + + This Cache allows for gracefully degradation, using the ephem wheel cache + when a certain link is not found in the simple wheel cache first. + """ + + def __init__(self, cache_dir: str) -> None: + super().__init__(cache_dir) + self._wheel_cache = SimpleWheelCache(cache_dir) + self._ephem_cache = EphemWheelCache() + + def get_path_for_link(self, link: Link) -> str: + return self._wheel_cache.get_path_for_link(link) + + def get_ephem_path_for_link(self, link: Link) -> str: + return self._ephem_cache.get_path_for_link(link) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + cache_entry = self.get_cache_entry(link, package_name, supported_tags) + if cache_entry is None: + return link + return cache_entry.link + + def get_cache_entry( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Optional[CacheEntry]: + """Returns a CacheEntry with a link to a cached item if it exists or + None. The cache entry indicates if the item was found in the persistent + or ephemeral cache. + """ + retval = self._wheel_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=True) + + retval = self._ephem_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=False) + + return None + + @staticmethod + def record_download_origin(cache_dir: str, download_info: DirectUrl) -> None: + origin_path = Path(cache_dir) / ORIGIN_JSON_NAME + if origin_path.exists(): + try: + origin = DirectUrl.from_json(origin_path.read_text(encoding="utf-8")) + except Exception as e: + logger.warning( + "Could not read origin file %s in cache entry (%s). " + "Will attempt to overwrite it.", + origin_path, + e, + ) + else: + # TODO: use DirectUrl.equivalent when + # https://github.com/pypa/pip/pull/10564 is merged. + if origin.url != download_info.url: + logger.warning( + "Origin URL %s in cache entry %s does not match download URL " + "%s. This is likely a pip bug or a cache corruption issue. " + "Will overwrite it with the new value.", + origin.url, + cache_dir, + download_info.url, + ) + origin_path.write_text(download_info.to_json(), encoding="utf-8") diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py new file mode 100644 index 00000000..e589bb91 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py @@ -0,0 +1,4 @@ +"""Subpackage containing all of pip's command line interface related code +""" + +# This file intentionally does not import submodules diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b6f4d6712d641f812cd84730e207834ee2bdafe7 GIT binary patch literal 290 zcmXw#F-`+95Jl|}K@=%1wL6r89VN7g3W*L1prNrGd$K!<*S2gY(o!PsK*a$#3pb$U z0*G{};zePad4Hz(f97*C8M9I^@2B-^>EFHhFMfdSsK6UD?1^=JI(WXhUoV2vD^;V= z-epCOTrHHf!Y@UjaF)uvZIv^^l0!i*V_YhYBBE6pO<5Zp-%k10iIm1`DL>e@ciRy> zCX5LTwJJ3P*O*q>2gs-!AB}>C0(U)B8+046w1Cj%#=DDZHitwR&kxxWlqewo%$>5J nErBeOvXoWmcB9MIo3+KOcwC(OV^jZ&pCius?|}1R92U6;HGEdG literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a785863c51bad85d217ec7ddf952c6fd358840b GIT binary patch literal 8597 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b99818df3aef1b996b800006d84b7759dc4804ad GIT binary patch literal 10217 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 Xf(QbWr=SdHr#de^{aqR(HoX29mjjD7 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f60643e537452339d440df2ec9019006f351df52 GIT binary patch literal 1793 zcmZ`(O>7%g5T3VxUZ-|9sgtxs6eUesWh3EjL6HC<6t|%jAPhVr6&6_v# z&CLFsOm+dT)i3*J6cONeF0_}_Vs_p}W*uy>NfAmUPf9{wAY2xTVoAzNB{?sbl)OSf z0IJxcEqyEB5~ADrm;jf+R@T6db#!V~)#HD116>H>uP!?NW#1}X3yv1bu1^>JlI2=6 zl<8t{^g^V0Gtva{OVp*z^2;oU<*F6>uEheu%;j_v#0%wli#e9-7ow*l+R0)H<&Q8A z3VC8fUa(^|m?pNcmdJ}#vI&)K@hP;K7Hnxvy4CWLS8SQasLD^!MxB;07bzdF!6M0b zT?SnZQWwf4jM#36>MXwI1`4D89CHh#<%e$waQN+Hk@=LYgU_|$x=xni6B(fWEW(Q# zvjrl6A8T8-E%3CR8dMR->_uG;WN)rQS)iJx<2t@+2HnV*B@0OlTE>G2lKXU61j(bt z=^$>Jg`(wors?sQ2Ui|fjCVZBJi~TMmN)AdlhnKBmn()(3$tZrTSg9XoYr|!H_ zbUrXDRe!eZKA%4KoZ&e>eYS$7#d3N^#izXv)SyvGAO7W z#&72)k~e^0Pb|Y#8N2G{n+rCxK6^!K)&7WC<|Duj%gJi zKL;LJz!|!Nw+MXPvnXDH1u}fVaseX!cj5xUG;$Ypfpw!F)`LVR>=9NA^C$Nxt%(`nHs&D8m+6Nb!~Kea3n;tDM<0Lt)9Nkp5aE%@LxcZ z{l9ki?TWZJ6*xUso4l78+Kq9MpZ)Vh`LCBo->dzZW90KhMuD&7m&9*WWNxdd`a#Z! zu^(e7-cjNiO}wLts13SXZE99ndET)pE9}L(Ge9}?{C`#R!m1r!rK>n%2iG#W)f!Tq zW|Gy#Cm07w%Dc7Qo(MmOoSi@t4M+q$8$iX<&|!G*yC2@u(RKy4wA7|Ha#tIvt0Q%7 zWSfga4Q*&sGa8yvKRfY@mZ_^5)`!;kYy!8eeuNLUYn3Ptc9&_E%Jy85^9j@ZaLy`5 zC*c4w{%c^o(b;iMc-oB5O&BVUe>CR>S}d9-c2WwD!cLk9JBc0PrkwEKjyH+q(Hi_M zh_c@70;RVpsPfnir#|{Z}{iUq<*-3S$lwzgltJnJD5g0UkmWI}hk1Bn5cLjV8( literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b8a915b6340eb6b8cb502951e564c056585fd6fe GIT binary patch literal 7147 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 Q9bFWcdJle0pvO-8zaX=*A^-pY literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..23e28e73e284a76a25206a660c5f54dabb29501c GIT binary patch literal 2312 zcma)7O>7fK6rTO{`X_c`f)fk@CpZX$VmAeeg3=1wL=|cj5VUI9RNq6qy-C;kvN!Hb^(e1lXZBb8BEosk(&vNG#QPUbwx%e*HA zSpdoDVl^a(s*)@*bRVyWs}VWkVL^{pV{**HqTW)C%W)5f^hC8)ZuPLFw^fsJl0huO zY-OMCR3LHtBGa77+trvF#u5(U)DEENUyb073%nY=BFLRJHrFzhIZd>xLTVYsvUIJa zIGSl>u;GxJWom|#k36NuMslpn4{NsLN~bKkMA37M8&k#{vt(8+9XlB2EtW!TTm+`7 z7%C9)62Xe|IwPIdtRX^70@|pGErOdzy1YWlwks0sj1i->`3Cf8MB~lD|HT4J<6TEH z+Z@V!qXOL91EPx3Xc{^GO`(eT_8N!;>qtJUa<}Ig9opC+Talh#1q{YcXy2HG!;j1lUKaQ0KlyH@B>USH22W{-+J6 z)8A4_`zVmUzhHSQBPzQBy^mBTSa}XAa+knkkPwH= zH1BNHR3#Vae58izydP%gz)MZ!H%7#hsR3d-Cx>zm}Y@1`G zgzX&Xib{!=k}E+8;Ic_-u2?nIF&$5ZhR&Qhb>>*cMN_>e>3+>9XD}_BOs}1p7{x}$ z#*RZ--7G1vBhuHW*`^MLXx&L$xWnb_n(bBBxGPO4#DGn<8^56G4klakQX5s%p_tswAplQ>QlxWFLB{B8xy;rLW8qMwZb5_FFK}GaBykVB&t&Q6u>D8^5fVTFX-C& zf>m=yP2*6$|J{NOZ_;NerHe`#+XYLr3Pos$m_Y9%1VeKk7QLaQJ@LJIhjfR=T!-y_FYEFps48s?@nGb>2wb>bl;wz^+IK zHzbtkYJBm-u3tKr`cJOJKbiUXaWpwUFgMVU?nk?q`0jr;x=^hBIpV;o6rGREMVdw$ zN4`7sU2kL0ij;eUzmdF^zMfu@vXqtPq-$;S(YffW^$-|%wUIN;a;Gi+VHVxVWCwSnyV>yIPVR2siR@sCyO$DRa&Pyx zp*HSbe`+Yk{TdSh=a`Y)4mVURs%EKJB(z~dGC^)Y<`P=`g!UGaqP*zTEK1YfO?b*= z;G*(d7nO&L%D?uNf^zdx*X{c6GJ2my?+Zq}%yv_6t!aMN>}FT=%q8f@VT5&M^%0jAa=9g@~B=Lj=F@Llk+45`UoXztGV&bYuuHb|7dMKMf|o_agLn(lMK@hHP&Fauo?EiUdlaWhzP;kdD#@ zWTFf}MrPBNs3mQUTGO_ujUv3P%%$y7yMbF|N7@;68n{(a3<;KF2N< z38-y?SF}_qFlG}&W^abBaWw;1`y3ti&A)n-SEWo+7Wu3kPl)`Cg877!Q8k=PXfVLX zGXgJO$SQ=3*UpN3Ixc1SY#gg1c6>)pX(G(%?3D**ilax$c)-7-6va%SabZ=7B zVmOz{#HVF3mX)$Vb0pG&VsNTqTKA18nHecroqEcUt9PEx3URXhs5leP$(lMY%Gogm zr{kI?VwmJkDCsn)rp5#*q3JDT6;(=0avaCZAy~;ZQe}G`V}(p>B7C4k?7WCo&{XFP z0#=f`FM-9lCdSD2V%6>GZUdSEbt@LN9L^-jrp?9y!oY9)Gm6-W2H$EU)}fIRqus1Q zfzd2A6q&To*_$<50p(H3v^SuS=$}hq6OA9yoc}!)+D9vGH0Y(O{@V;ZAZ}(y~HG#Budcl!;CYq zW`Qm+d0MbtX9X_Lq}m#@Ozb-Pl(|A*4zVb~6qo`%4+8~Ou%|jrjt0!Lrk0>#lS$8` zDOi!J&7VbK$9(^Yap9_A;nkZ}cN)0i4qz|)Ret2n9`!W=$4!sPl|d|To7Vs!Ej?$CfyFsRkdK9&BW89&Jt;F>qw^uh8|P=W6BZs zVq#I4Tr(zjsD}heHGD_Pfa$AQ_=!R+j*}`Tx2@Z1ri_W*=*{W)IkC20EQys|R(B`G zjELiMt?MOPRTZjHSYq;+T&8Z3G%>B}HZ=#{h39lOrAQgwDTrzUONPh7_N+DU0N=?F zNh&5+ue)l85|c8p&wW5riDB}jJ(eS^j5OVg3;oOV{pywKM_5K%#|=dORJ`3oP6?yngPw!@H=aw&0_VsVN16%IEC(%bvtH-)9R`DQONfV9{Q(+X|w*#)wMXfe5k@8mv@<73@`UDpVn0pPX2q_4NR&PcJx)CW2A|L z%P>wUQI9(?M2_8vNp01b1l?*&)jZtn6PT(;j|LTDK}{Z(wL1Bkv!4;Io|yfHK#ijJ zUk7icend_^uGN==SO^ivj7jv5%zxG{Xmb}Tb$KLD6aSw=ESdw!Q}7Mb6JdJZF)d|k zrZ(@JGRzz-%sA9O@q!5UPAe*SYFs<3Tg3~I=2UPKRgf^=3%Z6G+zUWwfLEupb1FG_ zuy}lsP}?Oz%xKcgT&yawYPDI2HX_C^0LK9Q)D(QcKsm%YKA!z>_Tvve{9t)z-PXC~ zbT18E8d`ew(yJ@Mbtk`VMXg7cnXSOCtM6QS=jxd&XIA&EJy#C&Ez?{6z}2BELsy5d z46kmS-c){KPYiV0N38v}tZo_IwXGsKk%4*0>8dfvLKAp+T*bRAs zO4TzOky34q`))+@6v)`w@Mi+05z{qVip04c?L387G^a_-)6bG(-f4l&vkR?_j3>~~ z=7-!-w}XpRp4I9(!Q5ApE?DxGRI|Bm12%RB8ISp4-396hOcdCH)sD1!_Dr=jq?uUW zQs09uZ%YMDdIJ`$T0OI+x*Bv7%Uewe6oOszCcOc1O6xFtscsW%z!b6F9Sv@m-$8p!&L_lq*;L5vFhj&bXZbLUXLwnveLrr+$nJtIm^7Wj;!@v@SD>YG1h1YX`q?$t2K>r_7` zSzx|(EH25Sz-tN*4+W zhtgs0H$T8XOL$=+h3tctqxi38Sc>Iui_T4Fu;}dC@^x+cUcB|o zjiHmJp_9cICyL(5ZHD%HDu{M_Dh}js-Ewu5U0oFm<996DpqR3Impqp|%i22E0lmSY z%k+}tlB4L4l(?U427-%@3eDP2QCt2_BZKZQ`wuRTZiYH{nZG){o35s%6PHdDLkHImukF9pT-^1-x@+)(r)}l% zjhC;zyqdWFTG`WEbCN8?z%#49*!=V;ya%dpq1OMQ_f=mmjVG2K+`&`(SK$di+aU$~LahFE zVMGIc$8b)QWVJ6X!F!2#NA(E@yN$~-?3R=sIs^Z$RKp2zl;0veNEk`E_?SDAR)m}^ z4&!O)l31o*gby4lMLnb`iiHZ0a(siDzd??B=s*b__y-#N79F^Uetr*)eT(|C literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a99ff73dd9effab1ce508620275f7eae8cf8ab5c GIT binary patch literal 15035 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 QZ5RHM>w3^v05)+W1bw_KVtk|+-!xihjt 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 IS}c(HF9jUa{{R30 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c27c7d9c321976fb703df76950e5ebe933e01a76 GIT binary patch literal 387 zcmXw#KTpC?6vbaD1;jK$L?Mycgh5`^)tDfyu@PI-KbUlBYTpYql(y-6kgyTIgp(h@ z&*Fkx)76R1gpJA9fOq)abCPp&lKUl!Rlw%$<8(yX{>jb%aC@<7Gw}`(umR$14i)SI z;%y!k?IIFvVNvRo*LifEAFK;G_#DL?O$N17%F2e-@5_df39_zhdL~-xqpH2A&dxT5 zif&rHfvgT4RWqG?%~GYT^{mT7MY9a&&Qb=FBPsemUsE;bsb}^dWMh~81RK@_wo_;k zoDhiosY}K_lrWjlD25b!<0wHcG?~zH(VgRP4g>!c#tS-*!t3tk6(l~z7qRP2+z}=) z_G9SyA;n4P2G9$9NT^F^#PK48NjF|>D>u^!%>sOz)LDD}0CLXo%X1u;Ru7luv~sW% b(pr5frp?w0G}5#73bfMWlW$N None: + """Entry Point for completion of main and subcommand options.""" + # Don't complete if user hasn't sourced bash_completion file. + if "PIP_AUTO_COMPLETE" not in os.environ: + return + # Don't complete if autocompletion environment variables + # are not present + if not os.environ.get("COMP_WORDS") or not os.environ.get("COMP_CWORD"): + return + cwords = os.environ["COMP_WORDS"].split()[1:] + cword = int(os.environ["COMP_CWORD"]) + try: + current = cwords[cword - 1] + except IndexError: + current = "" + + parser = create_main_parser() + subcommands = list(commands_dict) + options = [] + + # subcommand + subcommand_name: Optional[str] = None + for word in cwords: + if word in subcommands: + subcommand_name = word + break + # subcommand options + if subcommand_name is not None: + # special case: 'help' subcommand has no options + if subcommand_name == "help": + sys.exit(1) + # special case: list locally installed dists for show and uninstall + should_list_installed = not current.startswith("-") and subcommand_name in [ + "show", + "uninstall", + ] + if should_list_installed: + env = get_default_environment() + lc = current.lower() + installed = [ + dist.canonical_name + for dist in env.iter_installed_distributions(local_only=True) + if dist.canonical_name.startswith(lc) + and dist.canonical_name not in cwords[1:] + ] + # if there are no dists installed, fall back to option completion + if installed: + for dist in installed: + print(dist) + sys.exit(1) + + should_list_installables = ( + not current.startswith("-") and subcommand_name == "install" + ) + if should_list_installables: + for path in auto_complete_paths(current, "path"): + print(path) + sys.exit(1) + + subcommand = create_command(subcommand_name) + + for opt in subcommand.parser.option_list_all: + if opt.help != optparse.SUPPRESS_HELP: + options += [ + (opt_str, opt.nargs) for opt_str in opt._long_opts + opt._short_opts + ] + + # filter out previously specified options from available options + prev_opts = [x.split("=")[0] for x in cwords[1 : cword - 1]] + options = [(x, v) for (x, v) in options if x not in prev_opts] + # filter options by current input + options = [(k, v) for k, v in options if k.startswith(current)] + # get completion type given cwords and available subcommand options + completion_type = get_path_completion_type( + cwords, + cword, + subcommand.parser.option_list_all, + ) + # get completion files and directories if ``completion_type`` is + # ````, ``

`` or ```` + if completion_type: + paths = auto_complete_paths(current, completion_type) + options = [(path, 0) for path in paths] + for option in options: + opt_label = option[0] + # append '=' to options which require args + if option[1] and option[0][:2] == "--": + opt_label += "=" + print(opt_label) + else: + # show main parser options only when necessary + + opts = [i.option_list for i in parser.option_groups] + opts.append(parser.option_list) + flattened_opts = chain.from_iterable(opts) + if current.startswith("-"): + for opt in flattened_opts: + if opt.help != optparse.SUPPRESS_HELP: + subcommands += opt._long_opts + opt._short_opts + else: + # get completion type given cwords and all available options + completion_type = get_path_completion_type(cwords, cword, flattened_opts) + if completion_type: + subcommands = list(auto_complete_paths(current, completion_type)) + + print(" ".join([x for x in subcommands if x.startswith(current)])) + sys.exit(1) + + +def get_path_completion_type( + cwords: List[str], cword: int, opts: Iterable[Any] +) -> Optional[str]: + """Get the type of path completion (``file``, ``dir``, ``path`` or None) + + :param cwords: same as the environmental variable ``COMP_WORDS`` + :param cword: same as the environmental variable ``COMP_CWORD`` + :param opts: The available options to check + :return: path completion type (``file``, ``dir``, ``path`` or None) + """ + if cword < 2 or not cwords[cword - 2].startswith("-"): + return None + for opt in opts: + if opt.help == optparse.SUPPRESS_HELP: + continue + for o in str(opt).split("/"): + if cwords[cword - 2].split("=")[0] == o: + if not opt.metavar or any( + x in ("path", "file", "dir") for x in opt.metavar.split("/") + ): + return opt.metavar + return None + + +def auto_complete_paths(current: str, completion_type: str) -> Iterable[str]: + """If ``completion_type`` is ``file`` or ``path``, list all regular files + and directories starting with ``current``; otherwise only list directories + starting with ``current``. + + :param current: The word to be completed + :param completion_type: path completion type(``file``, ``path`` or ``dir``) + :return: A generator of regular files and/or directories + """ + directory, filename = os.path.split(current) + current_path = os.path.abspath(directory) + # Don't complete paths if they can't be accessed + if not os.access(current_path, os.R_OK): + return + filename = os.path.normcase(filename) + # list all files that start with ``filename`` + file_list = ( + x for x in os.listdir(current_path) if os.path.normcase(x).startswith(filename) + ) + for f in file_list: + opt = os.path.join(current_path, f) + comp_file = os.path.normcase(os.path.join(directory, f)) + # complete regular files when there is not ```` after option + # complete directories when there is ````, ```` or + # ````after option + if completion_type != "dir" and os.path.isfile(opt): + yield comp_file + elif os.path.isdir(opt): + yield os.path.join(comp_file, "") diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py new file mode 100644 index 00000000..bc1ab659 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py @@ -0,0 +1,231 @@ +"""Base Command class, and related routines""" + +import logging +import logging.config +import optparse +import os +import sys +import traceback +from optparse import Values +from typing import List, Optional, Tuple + +from pip._vendor.rich import reconfigure +from pip._vendor.rich import traceback as rich_traceback + +from pip._internal.cli import cmdoptions +from pip._internal.cli.command_context import CommandContextMixIn +from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter +from pip._internal.cli.status_codes import ( + ERROR, + PREVIOUS_BUILD_DIR_ERROR, + UNKNOWN_ERROR, + VIRTUALENV_NOT_FOUND, +) +from pip._internal.exceptions import ( + BadCommand, + CommandError, + DiagnosticPipError, + InstallationError, + NetworkConnectionError, + PreviousBuildDirError, +) +from pip._internal.utils.filesystem import check_path_owner +from pip._internal.utils.logging import BrokenStdoutLoggingError, setup_logging +from pip._internal.utils.misc import get_prog, normalize_path +from pip._internal.utils.temp_dir import TempDirectoryTypeRegistry as TempDirRegistry +from pip._internal.utils.temp_dir import global_tempdir_manager, tempdir_registry +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = ["Command"] + +logger = logging.getLogger(__name__) + + +class Command(CommandContextMixIn): + usage: str = "" + ignore_require_venv: bool = False + + def __init__(self, name: str, summary: str, isolated: bool = False) -> None: + super().__init__() + + self.name = name + self.summary = summary + self.parser = ConfigOptionParser( + usage=self.usage, + prog=f"{get_prog()} {name}", + formatter=UpdatingDefaultsHelpFormatter(), + add_help_option=False, + name=name, + description=self.__doc__, + isolated=isolated, + ) + + self.tempdir_registry: Optional[TempDirRegistry] = None + + # Commands should add options to this option group + optgroup_name = f"{self.name.capitalize()} Options" + self.cmd_opts = optparse.OptionGroup(self.parser, optgroup_name) + + # Add the general options + gen_opts = cmdoptions.make_option_group( + cmdoptions.general_group, + self.parser, + ) + self.parser.add_option_group(gen_opts) + + self.add_options() + + def add_options(self) -> None: + pass + + def handle_pip_version_check(self, options: Values) -> None: + """ + This is a no-op so that commands by default do not do the pip version + check. + """ + # Make sure we do the pip version check if the index_group options + # are present. + assert not hasattr(options, "no_index") + + def run(self, options: Values, args: List[str]) -> int: + raise NotImplementedError + + def _run_wrapper(self, level_number: int, options: Values, args: List[str]) -> int: + def _inner_run() -> int: + try: + return self.run(options, args) + finally: + self.handle_pip_version_check(options) + + if options.debug_mode: + rich_traceback.install(show_locals=True) + return _inner_run() + + try: + status = _inner_run() + assert isinstance(status, int) + return status + except DiagnosticPipError as exc: + logger.error("%s", exc, extra={"rich": True}) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except PreviousBuildDirError as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return PREVIOUS_BUILD_DIR_ERROR + except ( + InstallationError, + BadCommand, + NetworkConnectionError, + ) as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except CommandError as exc: + logger.critical("%s", exc) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BrokenStdoutLoggingError: + # Bypass our logger and write any remaining messages to + # stderr because stdout no longer works. + print("ERROR: Pipe to stdout was broken", file=sys.stderr) + if level_number <= logging.DEBUG: + traceback.print_exc(file=sys.stderr) + + return ERROR + except KeyboardInterrupt: + logger.critical("Operation cancelled by user") + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BaseException: + logger.critical("Exception:", exc_info=True) + + return UNKNOWN_ERROR + + def parse_args(self, args: List[str]) -> Tuple[Values, List[str]]: + # factored out for testability + return self.parser.parse_args(args) + + def main(self, args: List[str]) -> int: + try: + with self.main_context(): + return self._main(args) + finally: + logging.shutdown() + + def _main(self, args: List[str]) -> int: + # We must initialize this before the tempdir manager, otherwise the + # configuration would not be accessible by the time we clean up the + # tempdir manager. + self.tempdir_registry = self.enter_context(tempdir_registry()) + # Intentionally set as early as possible so globally-managed temporary + # directories are available to the rest of the code. + self.enter_context(global_tempdir_manager()) + + options, args = self.parse_args(args) + + # Set verbosity so that it can be used elsewhere. + self.verbosity = options.verbose - options.quiet + + reconfigure(no_color=options.no_color) + level_number = setup_logging( + verbosity=self.verbosity, + no_color=options.no_color, + user_log_file=options.log, + ) + + always_enabled_features = set(options.features_enabled) & set( + cmdoptions.ALWAYS_ENABLED_FEATURES + ) + if always_enabled_features: + logger.warning( + "The following features are always enabled: %s. ", + ", ".join(sorted(always_enabled_features)), + ) + + # Make sure that the --python argument isn't specified after the + # subcommand. We can tell, because if --python was specified, + # we should only reach this point if we're running in the created + # subprocess, which has the _PIP_RUNNING_IN_SUBPROCESS environment + # variable set. + if options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: + logger.critical( + "The --python option must be placed before the pip subcommand name" + ) + sys.exit(ERROR) + + # TODO: Try to get these passing down from the command? + # without resorting to os.environ to hold these. + # This also affects isolated builds and it should. + + if options.no_input: + os.environ["PIP_NO_INPUT"] = "1" + + if options.exists_action: + os.environ["PIP_EXISTS_ACTION"] = " ".join(options.exists_action) + + if options.require_venv and not self.ignore_require_venv: + # If a venv is required check if it can really be found + if not running_under_virtualenv(): + logger.critical("Could not find an activated virtualenv (required).") + sys.exit(VIRTUALENV_NOT_FOUND) + + if options.cache_dir: + options.cache_dir = normalize_path(options.cache_dir) + if not check_path_owner(options.cache_dir): + logger.warning( + "The directory '%s' or its parent directory is not owned " + "or is not writable by the current user. The cache " + "has been disabled. Check the permissions and owner of " + "that directory. If executing pip with sudo, you should " + "use sudo's -H flag.", + options.cache_dir, + ) + options.cache_dir = None + + return self._run_wrapper(level_number, options, args) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100644 index 00000000..0b7cff77 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py @@ -0,0 +1,1075 @@ +""" +shared options and groups + +The principle here is to define options once, but *not* instantiate them +globally. One reason being that options with action='append' can carry state +between parses. pip parses general options twice internally, and shouldn't +pass on state. To be consistent, all options will follow this design. +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import importlib.util +import logging +import os +import textwrap +from functools import partial +from optparse import SUPPRESS_HELP, Option, OptionGroup, OptionParser, Values +from textwrap import dedent +from typing import Any, Callable, Dict, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.parser import ConfigOptionParser +from pip._internal.exceptions import CommandError +from pip._internal.locations import USER_CACHE_DIR, get_src_prefix +from pip._internal.models.format_control import FormatControl +from pip._internal.models.index import PyPI +from pip._internal.models.target_python import TargetPython +from pip._internal.utils.hashes import STRONG_HASHES +from pip._internal.utils.misc import strtobool + +logger = logging.getLogger(__name__) + + +def raise_option_error(parser: OptionParser, option: Option, msg: str) -> None: + """ + Raise an option parsing error using parser.error(). + + Args: + parser: an OptionParser instance. + option: an Option instance. + msg: the error text. + """ + msg = f"{option} error: {msg}" + msg = textwrap.fill(" ".join(msg.split())) + parser.error(msg) + + +def make_option_group(group: Dict[str, Any], parser: ConfigOptionParser) -> OptionGroup: + """ + Return an OptionGroup object + group -- assumed to be dict with 'name' and 'options' keys + parser -- an optparse Parser + """ + option_group = OptionGroup(parser, group["name"]) + for option in group["options"]: + option_group.add_option(option()) + return option_group + + +def check_dist_restriction(options: Values, check_target: bool = False) -> None: + """Function for determining if custom platform options are allowed. + + :param options: The OptionParser options. + :param check_target: Whether or not to check if --target is being used. + """ + dist_restriction_set = any( + [ + options.python_version, + options.platforms, + options.abis, + options.implementation, + ] + ) + + binary_only = FormatControl(set(), {":all:"}) + sdist_dependencies_allowed = ( + options.format_control != binary_only and not options.ignore_dependencies + ) + + # Installations or downloads using dist restrictions must not combine + # source distributions and dist-specific wheels, as they are not + # guaranteed to be locally compatible. + if dist_restriction_set and sdist_dependencies_allowed: + raise CommandError( + "When restricting platform and interpreter constraints using " + "--python-version, --platform, --abi, or --implementation, " + "either --no-deps must be set, or --only-binary=:all: must be " + "set and --no-binary must not be set (or must be set to " + ":none:)." + ) + + if check_target: + if not options.dry_run and dist_restriction_set and not options.target_dir: + raise CommandError( + "Can not use any platform or abi specific options unless " + "installing via '--target' or using '--dry-run'" + ) + + +def _path_option_check(option: Option, opt: str, value: str) -> str: + return os.path.expanduser(value) + + +def _package_name_option_check(option: Option, opt: str, value: str) -> str: + return canonicalize_name(value) + + +class PipOption(Option): + TYPES = Option.TYPES + ("path", "package_name") + TYPE_CHECKER = Option.TYPE_CHECKER.copy() + TYPE_CHECKER["package_name"] = _package_name_option_check + TYPE_CHECKER["path"] = _path_option_check + + +########### +# options # +########### + +help_: Callable[..., Option] = partial( + Option, + "-h", + "--help", + dest="help", + action="help", + help="Show help.", +) + +debug_mode: Callable[..., Option] = partial( + Option, + "--debug", + dest="debug_mode", + action="store_true", + default=False, + help=( + "Let unhandled exceptions propagate outside the main subroutine, " + "instead of logging them to stderr." + ), +) + +isolated_mode: Callable[..., Option] = partial( + Option, + "--isolated", + dest="isolated_mode", + action="store_true", + default=False, + help=( + "Run pip in an isolated mode, ignoring environment variables and user " + "configuration." + ), +) + +require_virtualenv: Callable[..., Option] = partial( + Option, + "--require-virtualenv", + "--require-venv", + dest="require_venv", + action="store_true", + default=False, + help=( + "Allow pip to only run in a virtual environment; " + "exit with an error otherwise." + ), +) + +override_externally_managed: Callable[..., Option] = partial( + Option, + "--break-system-packages", + dest="override_externally_managed", + action="store_true", + help="Allow pip to modify an EXTERNALLY-MANAGED Python installation", +) + +python: Callable[..., Option] = partial( + Option, + "--python", + dest="python", + help="Run pip with the specified Python interpreter.", +) + +verbose: Callable[..., Option] = partial( + Option, + "-v", + "--verbose", + dest="verbose", + action="count", + default=0, + help="Give more output. Option is additive, and can be used up to 3 times.", +) + +no_color: Callable[..., Option] = partial( + Option, + "--no-color", + dest="no_color", + action="store_true", + default=False, + help="Suppress colored output.", +) + +version: Callable[..., Option] = partial( + Option, + "-V", + "--version", + dest="version", + action="store_true", + help="Show version and exit.", +) + +quiet: Callable[..., Option] = partial( + Option, + "-q", + "--quiet", + dest="quiet", + action="count", + default=0, + help=( + "Give less output. Option is additive, and can be used up to 3" + " times (corresponding to WARNING, ERROR, and CRITICAL logging" + " levels)." + ), +) + +progress_bar: Callable[..., Option] = partial( + Option, + "--progress-bar", + dest="progress_bar", + type="choice", + choices=["on", "off", "raw"], + default="on", + help="Specify whether the progress bar should be used [on, off, raw] (default: on)", +) + +log: Callable[..., Option] = partial( + PipOption, + "--log", + "--log-file", + "--local-log", + dest="log", + metavar="path", + type="path", + help="Path to a verbose appending log.", +) + +no_input: Callable[..., Option] = partial( + Option, + # Don't ask for input + "--no-input", + dest="no_input", + action="store_true", + default=False, + help="Disable prompting for input.", +) + +keyring_provider: Callable[..., Option] = partial( + Option, + "--keyring-provider", + dest="keyring_provider", + choices=["auto", "disabled", "import", "subprocess"], + default="auto", + help=( + "Enable the credential lookup via the keyring library if user input is allowed." + " Specify which mechanism to use [disabled, import, subprocess]." + " (default: disabled)" + ), +) + +proxy: Callable[..., Option] = partial( + Option, + "--proxy", + dest="proxy", + type="str", + default="", + help="Specify a proxy in the form scheme://[user:passwd@]proxy.server:port.", +) + +retries: Callable[..., Option] = partial( + Option, + "--retries", + dest="retries", + type="int", + default=5, + help="Maximum number of retries each connection should attempt " + "(default %default times).", +) + +timeout: Callable[..., Option] = partial( + Option, + "--timeout", + "--default-timeout", + metavar="sec", + dest="timeout", + type="float", + default=15, + help="Set the socket timeout (default %default seconds).", +) + + +def exists_action() -> Option: + return Option( + # Option when path already exist + "--exists-action", + dest="exists_action", + type="choice", + choices=["s", "i", "w", "b", "a"], + default=[], + action="append", + metavar="action", + help="Default action when a path already exists: " + "(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.", + ) + + +cert: Callable[..., Option] = partial( + PipOption, + "--cert", + dest="cert", + type="path", + metavar="path", + help=( + "Path to PEM-encoded CA certificate bundle. " + "If provided, overrides the default. " + "See 'SSL Certificate Verification' in pip documentation " + "for more information." + ), +) + +client_cert: Callable[..., Option] = partial( + PipOption, + "--client-cert", + dest="client_cert", + type="path", + default=None, + metavar="path", + help="Path to SSL client certificate, a single file containing the " + "private key and the certificate in PEM format.", +) + +index_url: Callable[..., Option] = partial( + Option, + "-i", + "--index-url", + "--pypi-url", + dest="index_url", + metavar="URL", + default=PyPI.simple_url, + help="Base URL of the Python Package Index (default %default). " + "This should point to a repository compliant with PEP 503 " + "(the simple repository API) or a local directory laid out " + "in the same format.", +) + + +def extra_index_url() -> Option: + return Option( + "--extra-index-url", + dest="extra_index_urls", + metavar="URL", + action="append", + default=[], + help="Extra URLs of package indexes to use in addition to " + "--index-url. Should follow the same rules as " + "--index-url.", + ) + + +no_index: Callable[..., Option] = partial( + Option, + "--no-index", + dest="no_index", + action="store_true", + default=False, + help="Ignore package index (only looking at --find-links URLs instead).", +) + + +def find_links() -> Option: + return Option( + "-f", + "--find-links", + dest="find_links", + action="append", + default=[], + metavar="url", + help="If a URL or path to an html file, then parse for links to " + "archives such as sdist (.tar.gz) or wheel (.whl) files. " + "If a local path or file:// URL that's a directory, " + "then look for archives in the directory listing. " + "Links to VCS project URLs are not supported.", + ) + + +def trusted_host() -> Option: + return Option( + "--trusted-host", + dest="trusted_hosts", + action="append", + metavar="HOSTNAME", + default=[], + help="Mark this host or host:port pair as trusted, even though it " + "does not have valid or any HTTPS.", + ) + + +def constraints() -> Option: + return Option( + "-c", + "--constraint", + dest="constraints", + action="append", + default=[], + metavar="file", + help="Constrain versions using the given constraints file. " + "This option can be used multiple times.", + ) + + +def requirements() -> Option: + return Option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help="Install from the given requirements file. " + "This option can be used multiple times.", + ) + + +def editable() -> Option: + return Option( + "-e", + "--editable", + dest="editables", + action="append", + default=[], + metavar="path/url", + help=( + "Install a project in editable mode (i.e. setuptools " + '"develop mode") from a local project path or a VCS url.' + ), + ) + + +def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None: + value = os.path.abspath(value) + setattr(parser.values, option.dest, value) + + +src: Callable[..., Option] = partial( + PipOption, + "--src", + "--source", + "--source-dir", + "--source-directory", + dest="src_dir", + type="path", + metavar="dir", + default=get_src_prefix(), + action="callback", + callback=_handle_src, + help="Directory to check out editable projects into. " + 'The default in a virtualenv is "/src". ' + 'The default for global installs is "/src".', +) + + +def _get_format_control(values: Values, option: Option) -> Any: + """Get a format_control object.""" + return getattr(values, option.dest) + + +def _handle_no_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.no_binary, + existing.only_binary, + ) + + +def _handle_only_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.only_binary, + existing.no_binary, + ) + + +def no_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--no-binary", + dest="format_control", + action="callback", + callback=_handle_no_binary, + type="str", + default=format_control, + help="Do not use binary packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all binary packages, ":none:" to empty the set (notice ' + "the colons), or one or more package names with commas between " + "them (no colons). Note that some packages are tricky to compile " + "and may fail to install when this option is used on them.", + ) + + +def only_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--only-binary", + dest="format_control", + action="callback", + callback=_handle_only_binary, + type="str", + default=format_control, + help="Do not use source packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all source packages, ":none:" to empty the set, or one ' + "or more package names with commas between them. Packages " + "without binary distributions will fail to install when this " + "option is used on them.", + ) + + +platforms: Callable[..., Option] = partial( + Option, + "--platform", + dest="platforms", + metavar="platform", + action="append", + default=None, + help=( + "Only use wheels compatible with . Defaults to the " + "platform of the running system. Use this option multiple times to " + "specify multiple platforms supported by the target interpreter." + ), +) + + +# This was made a separate function for unit-testing purposes. +def _convert_python_version(value: str) -> Tuple[Tuple[int, ...], Optional[str]]: + """ + Convert a version string like "3", "37", or "3.7.3" into a tuple of ints. + + :return: A 2-tuple (version_info, error_msg), where `error_msg` is + non-None if and only if there was a parsing error. + """ + if not value: + # The empty string is the same as not providing a value. + return (None, None) + + parts = value.split(".") + if len(parts) > 3: + return ((), "at most three version parts are allowed") + + if len(parts) == 1: + # Then we are in the case of "3" or "37". + value = parts[0] + if len(value) > 1: + parts = [value[0], value[1:]] + + try: + version_info = tuple(int(part) for part in parts) + except ValueError: + return ((), "each version part must be an integer") + + return (version_info, None) + + +def _handle_python_version( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """ + Handle a provided --python-version value. + """ + version_info, error_msg = _convert_python_version(value) + if error_msg is not None: + msg = f"invalid --python-version value: {value!r}: {error_msg}" + raise_option_error(parser, option=option, msg=msg) + + parser.values.python_version = version_info + + +python_version: Callable[..., Option] = partial( + Option, + "--python-version", + dest="python_version", + metavar="python_version", + action="callback", + callback=_handle_python_version, + type="str", + default=None, + help=dedent( + """\ + The Python interpreter version to use for wheel and "Requires-Python" + compatibility checks. Defaults to a version derived from the running + interpreter. The version can be specified using up to three dot-separated + integers (e.g. "3" for 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor + version can also be given as a string without dots (e.g. "37" for 3.7.0). + """ + ), +) + + +implementation: Callable[..., Option] = partial( + Option, + "--implementation", + dest="implementation", + metavar="implementation", + default=None, + help=( + "Only use wheels compatible with Python " + "implementation , e.g. 'pp', 'jy', 'cp', " + " or 'ip'. If not specified, then the current " + "interpreter implementation is used. Use 'py' to force " + "implementation-agnostic wheels." + ), +) + + +abis: Callable[..., Option] = partial( + Option, + "--abi", + dest="abis", + metavar="abi", + action="append", + default=None, + help=( + "Only use wheels compatible with Python abi , e.g. 'pypy_41'. " + "If not specified, then the current interpreter abi tag is used. " + "Use this option multiple times to specify multiple abis supported " + "by the target interpreter. Generally you will need to specify " + "--implementation, --platform, and --python-version when using this " + "option." + ), +) + + +def add_target_python_options(cmd_opts: OptionGroup) -> None: + cmd_opts.add_option(platforms()) + cmd_opts.add_option(python_version()) + cmd_opts.add_option(implementation()) + cmd_opts.add_option(abis()) + + +def make_target_python(options: Values) -> TargetPython: + target_python = TargetPython( + platforms=options.platforms, + py_version_info=options.python_version, + abis=options.abis, + implementation=options.implementation, + ) + + return target_python + + +def prefer_binary() -> Option: + return Option( + "--prefer-binary", + dest="prefer_binary", + action="store_true", + default=False, + help=( + "Prefer binary packages over source packages, even if the " + "source packages are newer." + ), + ) + + +cache_dir: Callable[..., Option] = partial( + PipOption, + "--cache-dir", + dest="cache_dir", + default=USER_CACHE_DIR, + metavar="dir", + type="path", + help="Store the cache data in .", +) + + +def _handle_no_cache_dir( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-cache-dir option. + + This is an optparse.Option callback for the --no-cache-dir option. + """ + # The value argument will be None if --no-cache-dir is passed via the + # command-line, since the option doesn't accept arguments. However, + # the value can be non-None if the option is triggered e.g. by an + # environment variable, like PIP_NO_CACHE_DIR=true. + if value is not None: + # Then parse the string value to get argument error-checking. + try: + strtobool(value) + except ValueError as exc: + raise_option_error(parser, option=option, msg=str(exc)) + + # Originally, setting PIP_NO_CACHE_DIR to a value that strtobool() + # converted to 0 (like "false" or "no") caused cache_dir to be disabled + # rather than enabled (logic would say the latter). Thus, we disable + # the cache directory not just on values that parse to True, but (for + # backwards compatibility reasons) also on values that parse to False. + # In other words, always set it to False if the option is provided in + # some (valid) form. + parser.values.cache_dir = False + + +no_cache: Callable[..., Option] = partial( + Option, + "--no-cache-dir", + dest="cache_dir", + action="callback", + callback=_handle_no_cache_dir, + help="Disable the cache.", +) + +no_deps: Callable[..., Option] = partial( + Option, + "--no-deps", + "--no-dependencies", + dest="ignore_dependencies", + action="store_true", + default=False, + help="Don't install package dependencies.", +) + +ignore_requires_python: Callable[..., Option] = partial( + Option, + "--ignore-requires-python", + dest="ignore_requires_python", + action="store_true", + help="Ignore the Requires-Python information.", +) + +no_build_isolation: Callable[..., Option] = partial( + Option, + "--no-build-isolation", + dest="build_isolation", + action="store_false", + default=True, + help="Disable isolation when building a modern source distribution. " + "Build dependencies specified by PEP 518 must be already installed " + "if this option is used.", +) + +check_build_deps: Callable[..., Option] = partial( + Option, + "--check-build-dependencies", + dest="check_build_deps", + action="store_true", + default=False, + help="Check the build dependencies when PEP517 is used.", +) + + +def _handle_no_use_pep517( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-use-pep517 option. + + This is an optparse.Option callback for the no_use_pep517 option. + """ + # Since --no-use-pep517 doesn't accept arguments, the value argument + # will be None if --no-use-pep517 is passed via the command-line. + # However, the value can be non-None if the option is triggered e.g. + # by an environment variable, for example "PIP_NO_USE_PEP517=true". + if value is not None: + msg = """A value was passed for --no-use-pep517, + probably using either the PIP_NO_USE_PEP517 environment variable + or the "no-use-pep517" config file option. Use an appropriate value + of the PIP_USE_PEP517 environment variable or the "use-pep517" + config file option instead. + """ + raise_option_error(parser, option=option, msg=msg) + + # If user doesn't wish to use pep517, we check if setuptools and wheel are installed + # and raise error if it is not. + packages = ("setuptools", "wheel") + if not all(importlib.util.find_spec(package) for package in packages): + msg = ( + f"It is not possible to use --no-use-pep517 " + f"without {' and '.join(packages)} installed." + ) + raise_option_error(parser, option=option, msg=msg) + + # Otherwise, --no-use-pep517 was passed via the command-line. + parser.values.use_pep517 = False + + +use_pep517: Any = partial( + Option, + "--use-pep517", + dest="use_pep517", + action="store_true", + default=None, + help="Use PEP 517 for building source distributions " + "(use --no-use-pep517 to force legacy behaviour).", +) + +no_use_pep517: Any = partial( + Option, + "--no-use-pep517", + dest="use_pep517", + action="callback", + callback=_handle_no_use_pep517, + default=None, + help=SUPPRESS_HELP, +) + + +def _handle_config_settings( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + key, sep, val = value.partition("=") + if sep != "=": + parser.error(f"Arguments to {opt_str} must be of the form KEY=VAL") + dest = getattr(parser.values, option.dest) + if dest is None: + dest = {} + setattr(parser.values, option.dest, dest) + if key in dest: + if isinstance(dest[key], list): + dest[key].append(val) + else: + dest[key] = [dest[key], val] + else: + dest[key] = val + + +config_settings: Callable[..., Option] = partial( + Option, + "-C", + "--config-settings", + dest="config_settings", + type=str, + action="callback", + callback=_handle_config_settings, + metavar="settings", + help="Configuration settings to be passed to the PEP 517 build backend. " + "Settings take the form KEY=VALUE. Use multiple --config-settings options " + "to pass multiple keys to the backend.", +) + +build_options: Callable[..., Option] = partial( + Option, + "--build-option", + dest="build_options", + metavar="options", + action="append", + help="Extra arguments to be supplied to 'setup.py bdist_wheel'.", +) + +global_options: Callable[..., Option] = partial( + Option, + "--global-option", + dest="global_options", + action="append", + metavar="options", + help="Extra global options to be supplied to the setup.py " + "call before the install or bdist_wheel command.", +) + +no_clean: Callable[..., Option] = partial( + Option, + "--no-clean", + action="store_true", + default=False, + help="Don't clean up build directories.", +) + +pre: Callable[..., Option] = partial( + Option, + "--pre", + action="store_true", + default=False, + help="Include pre-release and development versions. By default, " + "pip only finds stable versions.", +) + +disable_pip_version_check: Callable[..., Option] = partial( + Option, + "--disable-pip-version-check", + dest="disable_pip_version_check", + action="store_true", + default=False, + help="Don't periodically check PyPI to determine whether a new version " + "of pip is available for download. Implied with --no-index.", +) + +root_user_action: Callable[..., Option] = partial( + Option, + "--root-user-action", + dest="root_user_action", + default="warn", + choices=["warn", "ignore"], + help="Action if pip is run as a root user [warn, ignore] (default: warn)", +) + + +def _handle_merge_hash( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """Given a value spelled "algo:digest", append the digest to a list + pointed to in a dict by the algo name.""" + if not parser.values.hashes: + parser.values.hashes = {} + try: + algo, digest = value.split(":", 1) + except ValueError: + parser.error( + f"Arguments to {opt_str} must be a hash name " + "followed by a value, like --hash=sha256:" + "abcde..." + ) + if algo not in STRONG_HASHES: + parser.error( + "Allowed hash algorithms for {} are {}.".format( + opt_str, ", ".join(STRONG_HASHES) + ) + ) + parser.values.hashes.setdefault(algo, []).append(digest) + + +hash: Callable[..., Option] = partial( + Option, + "--hash", + # Hash values eventually end up in InstallRequirement.hashes due to + # __dict__ copying in process_line(). + dest="hashes", + action="callback", + callback=_handle_merge_hash, + type="string", + help="Verify that the package's archive matches this " + "hash before installing. Example: --hash=sha256:abcdef...", +) + + +require_hashes: Callable[..., Option] = partial( + Option, + "--require-hashes", + dest="require_hashes", + action="store_true", + default=False, + help="Require a hash to check each requirement against, for " + "repeatable installs. This option is implied when any package in a " + "requirements file has a --hash option.", +) + + +list_path: Callable[..., Option] = partial( + PipOption, + "--path", + dest="path", + type="path", + action="append", + help="Restrict to the specified installation path for listing " + "packages (can be used multiple times).", +) + + +def check_list_path_option(options: Values) -> None: + if options.path and (options.user or options.local): + raise CommandError("Cannot combine '--path' with '--user' or '--local'") + + +list_exclude: Callable[..., Option] = partial( + PipOption, + "--exclude", + dest="excludes", + action="append", + metavar="package", + type="package_name", + help="Exclude specified package from the output", +) + + +no_python_version_warning: Callable[..., Option] = partial( + Option, + "--no-python-version-warning", + dest="no_python_version_warning", + action="store_true", + default=False, + help="Silence deprecation warnings for upcoming unsupported Pythons.", +) + + +# Features that are now always on. A warning is printed if they are used. +ALWAYS_ENABLED_FEATURES = [ + "truststore", # always on since 24.2 + "no-binary-enable-wheel-cache", # always on since 23.1 +] + +use_new_feature: Callable[..., Option] = partial( + Option, + "--use-feature", + dest="features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "fast-deps", + ] + + ALWAYS_ENABLED_FEATURES, + help="Enable new functionality, that may be backward incompatible.", +) + +use_deprecated_feature: Callable[..., Option] = partial( + Option, + "--use-deprecated", + dest="deprecated_features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "legacy-resolver", + "legacy-certs", + ], + help=("Enable deprecated functionality, that will be removed in the future."), +) + + +########## +# groups # +########## + +general_group: Dict[str, Any] = { + "name": "General Options", + "options": [ + help_, + debug_mode, + isolated_mode, + require_virtualenv, + python, + verbose, + version, + quiet, + log, + no_input, + keyring_provider, + proxy, + retries, + timeout, + exists_action, + trusted_host, + cert, + client_cert, + cache_dir, + no_cache, + disable_pip_version_check, + no_color, + no_python_version_warning, + use_new_feature, + use_deprecated_feature, + ], +} + +index_group: Dict[str, Any] = { + "name": "Package Index Options", + "options": [ + index_url, + extra_index_url, + no_index, + find_links, + ], +} diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 00000000..139995ac --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py @@ -0,0 +1,27 @@ +from contextlib import ExitStack, contextmanager +from typing import ContextManager, Generator, TypeVar + +_T = TypeVar("_T", covariant=True) + + +class CommandContextMixIn: + def __init__(self) -> None: + super().__init__() + self._in_main_context = False + self._main_context = ExitStack() + + @contextmanager + def main_context(self) -> Generator[None, None, None]: + assert not self._in_main_context + + self._in_main_context = True + try: + with self._main_context: + yield + finally: + self._in_main_context = False + + def enter_context(self, context_provider: ContextManager[_T]) -> _T: + assert self._in_main_context + + return self._main_context.enter_context(context_provider) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py new file mode 100644 index 00000000..226f8da1 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py @@ -0,0 +1,170 @@ +""" +Contains command classes which may interact with an index / the network. + +Unlike its sister module, req_command, this module still uses lazy imports +so commands which don't always hit the network (e.g. list w/o --outdated or +--uptodate) don't need waste time importing PipSession and friends. +""" + +import logging +import os +import sys +from optparse import Values +from typing import TYPE_CHECKING, List, Optional + +from pip._vendor import certifi + +from pip._internal.cli.base_command import Command +from pip._internal.cli.command_context import CommandContextMixIn + +if TYPE_CHECKING: + from ssl import SSLContext + + from pip._internal.network.session import PipSession + +logger = logging.getLogger(__name__) + + +def _create_truststore_ssl_context() -> Optional["SSLContext"]: + if sys.version_info < (3, 10): + logger.debug("Disabling truststore because Python version isn't 3.10+") + return None + + try: + import ssl + except ImportError: + logger.warning("Disabling truststore since ssl support is missing") + return None + + try: + from pip._vendor import truststore + except ImportError: + logger.warning("Disabling truststore because platform isn't supported") + return None + + ctx = truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT) + ctx.load_verify_locations(certifi.where()) + return ctx + + +class SessionCommandMixin(CommandContextMixIn): + """ + A class mixin for command classes needing _build_session(). + """ + + def __init__(self) -> None: + super().__init__() + self._session: Optional["PipSession"] = None + + @classmethod + def _get_index_urls(cls, options: Values) -> Optional[List[str]]: + """Return a list of index urls from user-provided options.""" + index_urls = [] + if not getattr(options, "no_index", False): + url = getattr(options, "index_url", None) + if url: + index_urls.append(url) + urls = getattr(options, "extra_index_urls", None) + if urls: + index_urls.extend(urls) + # Return None rather than an empty list + return index_urls or None + + def get_default_session(self, options: Values) -> "PipSession": + """Get a default-managed session.""" + if self._session is None: + self._session = self.enter_context(self._build_session(options)) + # there's no type annotation on requests.Session, so it's + # automatically ContextManager[Any] and self._session becomes Any, + # then https://github.com/python/mypy/issues/7696 kicks in + assert self._session is not None + return self._session + + def _build_session( + self, + options: Values, + retries: Optional[int] = None, + timeout: Optional[int] = None, + ) -> "PipSession": + from pip._internal.network.session import PipSession + + cache_dir = options.cache_dir + assert not cache_dir or os.path.isabs(cache_dir) + + if "legacy-certs" not in options.deprecated_features_enabled: + ssl_context = _create_truststore_ssl_context() + else: + ssl_context = None + + session = PipSession( + cache=os.path.join(cache_dir, "http-v2") if cache_dir else None, + retries=retries if retries is not None else options.retries, + trusted_hosts=options.trusted_hosts, + index_urls=self._get_index_urls(options), + ssl_context=ssl_context, + ) + + # Handle custom ca-bundles from the user + if options.cert: + session.verify = options.cert + + # Handle SSL client certificate + if options.client_cert: + session.cert = options.client_cert + + # Handle timeouts + if options.timeout or timeout: + session.timeout = timeout if timeout is not None else options.timeout + + # Handle configured proxies + if options.proxy: + session.proxies = { + "http": options.proxy, + "https": options.proxy, + } + session.trust_env = False + + # Determine if we can prompt the user for authentication or not + session.auth.prompting = not options.no_input + session.auth.keyring_provider = options.keyring_provider + + return session + + +def _pip_self_version_check(session: "PipSession", options: Values) -> None: + from pip._internal.self_outdated_check import pip_self_version_check as check + + check(session, options) + + +class IndexGroupCommand(Command, SessionCommandMixin): + """ + Abstract base class for commands with the index_group options. + + This also corresponds to the commands that permit the pip version check. + """ + + def handle_pip_version_check(self, options: Values) -> None: + """ + Do the pip version check if not disabled. + + This overrides the default behavior of not doing the check. + """ + # Make sure the index_group options are present. + assert hasattr(options, "no_index") + + if options.disable_pip_version_check or options.no_index: + return + + try: + # Otherwise, check if we're using the latest version of pip available. + session = self._build_session( + options, + retries=0, + timeout=min(5, options.timeout), + ) + with session: + _pip_self_version_check(session, options) + except Exception: + logger.warning("There was an error checking the latest version of pip.") + logger.debug("See below for error", exc_info=True) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py new file mode 100644 index 00000000..563ac79c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py @@ -0,0 +1,80 @@ +"""Primary application entrypoint. +""" + +import locale +import logging +import os +import sys +import warnings +from typing import List, Optional + +from pip._internal.cli.autocompletion import autocomplete +from pip._internal.cli.main_parser import parse_command +from pip._internal.commands import create_command +from pip._internal.exceptions import PipError +from pip._internal.utils import deprecation + +logger = logging.getLogger(__name__) + + +# Do not import and use main() directly! Using it directly is actively +# discouraged by pip's maintainers. The name, location and behavior of +# this function is subject to change, so calling it directly is not +# portable across different pip versions. + +# In addition, running pip in-process is unsupported and unsafe. This is +# elaborated in detail at +# https://pip.pypa.io/en/stable/user_guide/#using-pip-from-your-program. +# That document also provides suggestions that should work for nearly +# all users that are considering importing and using main() directly. + +# However, we know that certain users will still want to invoke pip +# in-process. If you understand and accept the implications of using pip +# in an unsupported manner, the best approach is to use runpy to avoid +# depending on the exact location of this entry point. + +# The following example shows how to use runpy to invoke pip in that +# case: +# +# sys.argv = ["pip", your, args, here] +# runpy.run_module("pip", run_name="__main__") +# +# Note that this will exit the process after running, unlike a direct +# call to main. As it is not safe to do any processing after calling +# main, this should not be an issue in practice. + + +def main(args: Optional[List[str]] = None) -> int: + if args is None: + args = sys.argv[1:] + + # Suppress the pkg_resources deprecation warning + # Note - we use a module of .*pkg_resources to cover + # the normal case (pip._vendor.pkg_resources) and the + # devendored case (a bare pkg_resources) + warnings.filterwarnings( + action="ignore", category=DeprecationWarning, module=".*pkg_resources" + ) + + # Configure our deprecation warnings to be sent through loggers + deprecation.install_warning_logger() + + autocomplete() + + try: + cmd_name, cmd_args = parse_command(args) + except PipError as exc: + sys.stderr.write(f"ERROR: {exc}") + sys.stderr.write(os.linesep) + sys.exit(1) + + # Needed for locale.getpreferredencoding(False) to work + # in pip._internal.utils.encoding.auto_decode + try: + locale.setlocale(locale.LC_ALL, "") + except locale.Error as e: + # setlocale can apparently crash if locale are uninitialized + logger.debug("Ignoring error %s when setting locale", e) + command = create_command(cmd_name, isolated=("--isolated" in cmd_args)) + + return command.main(cmd_args) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 00000000..5ade356b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py @@ -0,0 +1,134 @@ +"""A single place for constructing and exposing the main parser +""" + +import os +import subprocess +import sys +from typing import List, Optional, Tuple + +from pip._internal.build_env import get_runnable_pip +from pip._internal.cli import cmdoptions +from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter +from pip._internal.commands import commands_dict, get_similar_commands +from pip._internal.exceptions import CommandError +from pip._internal.utils.misc import get_pip_version, get_prog + +__all__ = ["create_main_parser", "parse_command"] + + +def create_main_parser() -> ConfigOptionParser: + """Creates and returns the main parser for pip's CLI""" + + parser = ConfigOptionParser( + usage="\n%prog [options]", + add_help_option=False, + formatter=UpdatingDefaultsHelpFormatter(), + name="global", + prog=get_prog(), + ) + parser.disable_interspersed_args() + + parser.version = get_pip_version() + + # add the general options + gen_opts = cmdoptions.make_option_group(cmdoptions.general_group, parser) + parser.add_option_group(gen_opts) + + # so the help formatter knows + parser.main = True # type: ignore + + # create command listing for description + description = [""] + [ + f"{name:27} {command_info.summary}" + for name, command_info in commands_dict.items() + ] + parser.description = "\n".join(description) + + return parser + + +def identify_python_interpreter(python: str) -> Optional[str]: + # If the named file exists, use it. + # If it's a directory, assume it's a virtual environment and + # look for the environment's Python executable. + if os.path.exists(python): + if os.path.isdir(python): + # bin/python for Unix, Scripts/python.exe for Windows + # Try both in case of odd cases like cygwin. + for exe in ("bin/python", "Scripts/python.exe"): + py = os.path.join(python, exe) + if os.path.exists(py): + return py + else: + return python + + # Could not find the interpreter specified + return None + + +def parse_command(args: List[str]) -> Tuple[str, List[str]]: + parser = create_main_parser() + + # Note: parser calls disable_interspersed_args(), so the result of this + # call is to split the initial args into the general options before the + # subcommand and everything else. + # For example: + # args: ['--timeout=5', 'install', '--user', 'INITools'] + # general_options: ['--timeout==5'] + # args_else: ['install', '--user', 'INITools'] + general_options, args_else = parser.parse_args(args) + + # --python + if general_options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: + # Re-invoke pip using the specified Python interpreter + interpreter = identify_python_interpreter(general_options.python) + if interpreter is None: + raise CommandError( + f"Could not locate Python interpreter {general_options.python}" + ) + + pip_cmd = [ + interpreter, + get_runnable_pip(), + ] + pip_cmd.extend(args) + + # Set a flag so the child doesn't re-invoke itself, causing + # an infinite loop. + os.environ["_PIP_RUNNING_IN_SUBPROCESS"] = "1" + returncode = 0 + try: + proc = subprocess.run(pip_cmd) + returncode = proc.returncode + except (subprocess.SubprocessError, OSError) as exc: + raise CommandError(f"Failed to run pip under {interpreter}: {exc}") + sys.exit(returncode) + + # --version + if general_options.version: + sys.stdout.write(parser.version) + sys.stdout.write(os.linesep) + sys.exit() + + # pip || pip help -> print_help() + if not args_else or (args_else[0] == "help" and len(args_else) == 1): + parser.print_help() + sys.exit() + + # the subcommand name + cmd_name = args_else[0] + + if cmd_name not in commands_dict: + guess = get_similar_commands(cmd_name) + + msg = [f'unknown command "{cmd_name}"'] + if guess: + msg.append(f'maybe you meant "{guess}"') + + raise CommandError(" - ".join(msg)) + + # all the args without the subcommand + cmd_args = args[:] + cmd_args.remove(cmd_name) + + return cmd_name, cmd_args diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 00000000..b7d7c1f6 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py @@ -0,0 +1,294 @@ +"""Base option parser setup""" + +import logging +import optparse +import shutil +import sys +import textwrap +from contextlib import suppress +from typing import Any, Dict, Generator, List, Optional, Tuple + +from pip._internal.cli.status_codes import UNKNOWN_ERROR +from pip._internal.configuration import Configuration, ConfigurationError +from pip._internal.utils.misc import redact_auth_from_url, strtobool + +logger = logging.getLogger(__name__) + + +class PrettyHelpFormatter(optparse.IndentedHelpFormatter): + """A prettier/less verbose help formatter for optparse.""" + + def __init__(self, *args: Any, **kwargs: Any) -> None: + # help position must be aligned with __init__.parseopts.description + kwargs["max_help_position"] = 30 + kwargs["indent_increment"] = 1 + kwargs["width"] = shutil.get_terminal_size()[0] - 2 + super().__init__(*args, **kwargs) + + def format_option_strings(self, option: optparse.Option) -> str: + return self._format_option_strings(option) + + def _format_option_strings( + self, option: optparse.Option, mvarfmt: str = " <{}>", optsep: str = ", " + ) -> str: + """ + Return a comma-separated list of option strings and metavars. + + :param option: tuple of (short opt, long opt), e.g: ('-f', '--format') + :param mvarfmt: metavar format string + :param optsep: separator + """ + opts = [] + + if option._short_opts: + opts.append(option._short_opts[0]) + if option._long_opts: + opts.append(option._long_opts[0]) + if len(opts) > 1: + opts.insert(1, optsep) + + if option.takes_value(): + assert option.dest is not None + metavar = option.metavar or option.dest.lower() + opts.append(mvarfmt.format(metavar.lower())) + + return "".join(opts) + + def format_heading(self, heading: str) -> str: + if heading == "Options": + return "" + return heading + ":\n" + + def format_usage(self, usage: str) -> str: + """ + Ensure there is only one newline between usage and the first heading + if there is no description. + """ + msg = "\nUsage: {}\n".format(self.indent_lines(textwrap.dedent(usage), " ")) + return msg + + def format_description(self, description: Optional[str]) -> str: + # leave full control over description to us + if description: + if hasattr(self.parser, "main"): + label = "Commands" + else: + label = "Description" + # some doc strings have initial newlines, some don't + description = description.lstrip("\n") + # some doc strings have final newlines and spaces, some don't + description = description.rstrip() + # dedent, then reindent + description = self.indent_lines(textwrap.dedent(description), " ") + description = f"{label}:\n{description}\n" + return description + else: + return "" + + def format_epilog(self, epilog: Optional[str]) -> str: + # leave full control over epilog to us + if epilog: + return epilog + else: + return "" + + def indent_lines(self, text: str, indent: str) -> str: + new_lines = [indent + line for line in text.split("\n")] + return "\n".join(new_lines) + + +class UpdatingDefaultsHelpFormatter(PrettyHelpFormatter): + """Custom help formatter for use in ConfigOptionParser. + + This is updates the defaults before expanding them, allowing + them to show up correctly in the help listing. + + Also redact auth from url type options + """ + + def expand_default(self, option: optparse.Option) -> str: + default_values = None + if self.parser is not None: + assert isinstance(self.parser, ConfigOptionParser) + self.parser._update_defaults(self.parser.defaults) + assert option.dest is not None + default_values = self.parser.defaults.get(option.dest) + help_text = super().expand_default(option) + + if default_values and option.metavar == "URL": + if isinstance(default_values, str): + default_values = [default_values] + + # If its not a list, we should abort and just return the help text + if not isinstance(default_values, list): + default_values = [] + + for val in default_values: + help_text = help_text.replace(val, redact_auth_from_url(val)) + + return help_text + + +class CustomOptionParser(optparse.OptionParser): + def insert_option_group( + self, idx: int, *args: Any, **kwargs: Any + ) -> optparse.OptionGroup: + """Insert an OptionGroup at a given position.""" + group = self.add_option_group(*args, **kwargs) + + self.option_groups.pop() + self.option_groups.insert(idx, group) + + return group + + @property + def option_list_all(self) -> List[optparse.Option]: + """Get a list of all options, including those in option groups.""" + res = self.option_list[:] + for i in self.option_groups: + res.extend(i.option_list) + + return res + + +class ConfigOptionParser(CustomOptionParser): + """Custom option parser which updates its defaults by checking the + configuration files and environmental variables""" + + def __init__( + self, + *args: Any, + name: str, + isolated: bool = False, + **kwargs: Any, + ) -> None: + self.name = name + self.config = Configuration(isolated) + + assert self.name + super().__init__(*args, **kwargs) + + def check_default(self, option: optparse.Option, key: str, val: Any) -> Any: + try: + return option.check_value(key, val) + except optparse.OptionValueError as exc: + print(f"An error occurred during configuration: {exc}") + sys.exit(3) + + def _get_ordered_configuration_items( + self, + ) -> Generator[Tuple[str, Any], None, None]: + # Configuration gives keys in an unordered manner. Order them. + override_order = ["global", self.name, ":env:"] + + # Pool the options into different groups + section_items: Dict[str, List[Tuple[str, Any]]] = { + name: [] for name in override_order + } + for section_key, val in self.config.items(): + # ignore empty values + if not val: + logger.debug( + "Ignoring configuration key '%s' as it's value is empty.", + section_key, + ) + continue + + section, key = section_key.split(".", 1) + if section in override_order: + section_items[section].append((key, val)) + + # Yield each group in their override order + for section in override_order: + for key, val in section_items[section]: + yield key, val + + def _update_defaults(self, defaults: Dict[str, Any]) -> Dict[str, Any]: + """Updates the given defaults with values from the config files and + the environ. Does a little special handling for certain types of + options (lists).""" + + # Accumulate complex default state. + self.values = optparse.Values(self.defaults) + late_eval = set() + # Then set the options with those values + for key, val in self._get_ordered_configuration_items(): + # '--' because configuration supports only long names + option = self.get_option("--" + key) + + # Ignore options not present in this parser. E.g. non-globals put + # in [global] by users that want them to apply to all applicable + # commands. + if option is None: + continue + + assert option.dest is not None + + if option.action in ("store_true", "store_false"): + try: + val = strtobool(val) + except ValueError: + self.error( + f"{val} is not a valid value for {key} option, " + "please specify a boolean value like yes/no, " + "true/false or 1/0 instead." + ) + elif option.action == "count": + with suppress(ValueError): + val = strtobool(val) + with suppress(ValueError): + val = int(val) + if not isinstance(val, int) or val < 0: + self.error( + f"{val} is not a valid value for {key} option, " + "please instead specify either a non-negative integer " + "or a boolean value like yes/no or false/true " + "which is equivalent to 1/0." + ) + elif option.action == "append": + val = val.split() + val = [self.check_default(option, key, v) for v in val] + elif option.action == "callback": + assert option.callback is not None + late_eval.add(option.dest) + opt_str = option.get_opt_string() + val = option.convert_value(opt_str, val) + # From take_action + args = option.callback_args or () + kwargs = option.callback_kwargs or {} + option.callback(option, opt_str, val, self, *args, **kwargs) + else: + val = self.check_default(option, key, val) + + defaults[option.dest] = val + + for key in late_eval: + defaults[key] = getattr(self.values, key) + self.values = None + return defaults + + def get_default_values(self) -> optparse.Values: + """Overriding to make updating the defaults after instantiation of + the option parser possible, _update_defaults() does the dirty work.""" + if not self.process_default_values: + # Old, pre-Optik 1.5 behaviour. + return optparse.Values(self.defaults) + + # Load the configuration, or error out in case of an error + try: + self.config.load() + except ConfigurationError as err: + self.exit(UNKNOWN_ERROR, str(err)) + + defaults = self._update_defaults(self.defaults.copy()) # ours + for option in self._get_all_options(): + assert option.dest is not None + default = defaults.get(option.dest) + if isinstance(default, str): + opt_str = option.get_opt_string() + defaults[option.dest] = option.check_value(opt_str, default) + return optparse.Values(defaults) + + def error(self, msg: str) -> None: + self.print_usage(sys.stderr) + self.exit(UNKNOWN_ERROR, f"{msg}\n") diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py new file mode 100644 index 00000000..883359c9 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py @@ -0,0 +1,94 @@ +import functools +import sys +from typing import Callable, Generator, Iterable, Iterator, Optional, Tuple + +from pip._vendor.rich.progress import ( + BarColumn, + DownloadColumn, + FileSizeColumn, + Progress, + ProgressColumn, + SpinnerColumn, + TextColumn, + TimeElapsedColumn, + TimeRemainingColumn, + TransferSpeedColumn, +) + +from pip._internal.cli.spinners import RateLimiter +from pip._internal.utils.logging import get_indentation + +DownloadProgressRenderer = Callable[[Iterable[bytes]], Iterator[bytes]] + + +def _rich_progress_bar( + iterable: Iterable[bytes], + *, + bar_type: str, + size: int, +) -> Generator[bytes, None, None]: + assert bar_type == "on", "This should only be used in the default mode." + + if not size: + total = float("inf") + columns: Tuple[ProgressColumn, ...] = ( + TextColumn("[progress.description]{task.description}"), + SpinnerColumn("line", speed=1.5), + FileSizeColumn(), + TransferSpeedColumn(), + TimeElapsedColumn(), + ) + else: + total = size + columns = ( + TextColumn("[progress.description]{task.description}"), + BarColumn(), + DownloadColumn(), + TransferSpeedColumn(), + TextColumn("eta"), + TimeRemainingColumn(), + ) + + progress = Progress(*columns, refresh_per_second=5) + task_id = progress.add_task(" " * (get_indentation() + 2), total=total) + with progress: + for chunk in iterable: + yield chunk + progress.update(task_id, advance=len(chunk)) + + +def _raw_progress_bar( + iterable: Iterable[bytes], + *, + size: Optional[int], +) -> Generator[bytes, None, None]: + def write_progress(current: int, total: int) -> None: + sys.stdout.write("Progress %d of %d\n" % (current, total)) + sys.stdout.flush() + + current = 0 + total = size or 0 + rate_limiter = RateLimiter(0.25) + + write_progress(current, total) + for chunk in iterable: + current += len(chunk) + if rate_limiter.ready() or current == total: + write_progress(current, total) + rate_limiter.reset() + yield chunk + + +def get_download_progress_renderer( + *, bar_type: str, size: Optional[int] = None +) -> DownloadProgressRenderer: + """Get an object that can be used to render the download progress. + + Returns a callable, that takes an iterable to "wrap". + """ + if bar_type == "on": + return functools.partial(_rich_progress_bar, bar_type=bar_type, size=size) + elif bar_type == "raw": + return functools.partial(_raw_progress_bar, size=size) + else: + return iter # no-op, when passed an iterator diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py new file mode 100644 index 00000000..92900f94 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py @@ -0,0 +1,329 @@ +"""Contains the RequirementCommand base class. + +This class is in a separate module so the commands that do not always +need PackageFinder capability don't unnecessarily import the +PackageFinder machinery and all its vendored dependencies, etc. +""" + +import logging +from functools import partial +from optparse import Values +from typing import Any, List, Optional, Tuple + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.index_command import IndexGroupCommand +from pip._internal.cli.index_command import SessionCommandMixin as SessionCommandMixin +from pip._internal.exceptions import CommandError, PreviousBuildDirError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.operations.build.build_tracker import BuildTracker +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, + install_req_from_parsed_requirement, + install_req_from_req_string, +) +from pip._internal.req.req_file import parse_requirements +from pip._internal.req.req_install import InstallRequirement +from pip._internal.resolution.base import BaseResolver +from pip._internal.utils.temp_dir import ( + TempDirectory, + TempDirectoryTypeRegistry, + tempdir_kinds, +) + +logger = logging.getLogger(__name__) + + +KEEPABLE_TEMPDIR_TYPES = [ + tempdir_kinds.BUILD_ENV, + tempdir_kinds.EPHEM_WHEEL_CACHE, + tempdir_kinds.REQ_BUILD, +] + + +def with_cleanup(func: Any) -> Any: + """Decorator for common logic related to managing temporary + directories. + """ + + def configure_tempdir_registry(registry: TempDirectoryTypeRegistry) -> None: + for t in KEEPABLE_TEMPDIR_TYPES: + registry.set_delete(t, False) + + def wrapper( + self: RequirementCommand, options: Values, args: List[Any] + ) -> Optional[int]: + assert self.tempdir_registry is not None + if options.no_clean: + configure_tempdir_registry(self.tempdir_registry) + + try: + return func(self, options, args) + except PreviousBuildDirError: + # This kind of conflict can occur when the user passes an explicit + # build directory with a pre-existing folder. In that case we do + # not want to accidentally remove it. + configure_tempdir_registry(self.tempdir_registry) + raise + + return wrapper + + +class RequirementCommand(IndexGroupCommand): + def __init__(self, *args: Any, **kw: Any) -> None: + super().__init__(*args, **kw) + + self.cmd_opts.add_option(cmdoptions.no_clean()) + + @staticmethod + def determine_resolver_variant(options: Values) -> str: + """Determines which resolver should be used, based on the given options.""" + if "legacy-resolver" in options.deprecated_features_enabled: + return "legacy" + + return "resolvelib" + + @classmethod + def make_requirement_preparer( + cls, + temp_build_dir: TempDirectory, + options: Values, + build_tracker: BuildTracker, + session: PipSession, + finder: PackageFinder, + use_user_site: bool, + download_dir: Optional[str] = None, + verbosity: int = 0, + ) -> RequirementPreparer: + """ + Create a RequirementPreparer instance for the given parameters. + """ + temp_build_dir_path = temp_build_dir.path + assert temp_build_dir_path is not None + legacy_resolver = False + + resolver_variant = cls.determine_resolver_variant(options) + if resolver_variant == "resolvelib": + lazy_wheel = "fast-deps" in options.features_enabled + if lazy_wheel: + logger.warning( + "pip is using lazily downloaded wheels using HTTP " + "range requests to obtain dependency information. " + "This experimental feature is enabled through " + "--use-feature=fast-deps and it is not ready for " + "production." + ) + else: + legacy_resolver = True + lazy_wheel = False + if "fast-deps" in options.features_enabled: + logger.warning( + "fast-deps has no effect when used with the legacy resolver." + ) + + return RequirementPreparer( + build_dir=temp_build_dir_path, + src_dir=options.src_dir, + download_dir=download_dir, + build_isolation=options.build_isolation, + check_build_deps=options.check_build_deps, + build_tracker=build_tracker, + session=session, + progress_bar=options.progress_bar, + finder=finder, + require_hashes=options.require_hashes, + use_user_site=use_user_site, + lazy_wheel=lazy_wheel, + verbosity=verbosity, + legacy_resolver=legacy_resolver, + ) + + @classmethod + def make_resolver( + cls, + preparer: RequirementPreparer, + finder: PackageFinder, + options: Values, + wheel_cache: Optional[WheelCache] = None, + use_user_site: bool = False, + ignore_installed: bool = True, + ignore_requires_python: bool = False, + force_reinstall: bool = False, + upgrade_strategy: str = "to-satisfy-only", + use_pep517: Optional[bool] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> BaseResolver: + """ + Create a Resolver instance for the given parameters. + """ + make_install_req = partial( + install_req_from_req_string, + isolated=options.isolated_mode, + use_pep517=use_pep517, + ) + resolver_variant = cls.determine_resolver_variant(options) + # The long import name and duplicated invocation is needed to convince + # Mypy into correctly typechecking. Otherwise it would complain the + # "Resolver" class being redefined. + if resolver_variant == "resolvelib": + import pip._internal.resolution.resolvelib.resolver + + return pip._internal.resolution.resolvelib.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + import pip._internal.resolution.legacy.resolver + + return pip._internal.resolution.legacy.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + + def get_requirements( + self, + args: List[str], + options: Values, + finder: PackageFinder, + session: PipSession, + ) -> List[InstallRequirement]: + """ + Parse command-line arguments into the corresponding requirements. + """ + requirements: List[InstallRequirement] = [] + for filename in options.constraints: + for parsed_req in parse_requirements( + filename, + constraint=True, + finder=finder, + options=options, + session=session, + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + user_supplied=False, + ) + requirements.append(req_to_add) + + for req in args: + req_to_add = install_req_from_line( + req, + comes_from=None, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + config_settings=getattr(options, "config_settings", None), + ) + requirements.append(req_to_add) + + for req in options.editables: + req_to_add = install_req_from_editable( + req, + user_supplied=True, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + config_settings=getattr(options, "config_settings", None), + ) + requirements.append(req_to_add) + + # NOTE: options.require_hashes may be set if --require-hashes is True + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, finder=finder, options=options, session=session + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + config_settings=( + parsed_req.options.get("config_settings") + if parsed_req.options + else None + ), + ) + requirements.append(req_to_add) + + # If any requirement has hash options, enable hash checking. + if any(req.has_hash_options for req in requirements): + options.require_hashes = True + + if not (args or options.editables or options.requirements): + opts = {"name": self.name} + if options.find_links: + raise CommandError( + "You must give at least one requirement to {name} " + '(maybe you meant "pip {name} {links}"?)'.format( + **dict(opts, links=" ".join(options.find_links)) + ) + ) + else: + raise CommandError( + "You must give at least one requirement to {name} " + '(see "pip help {name}")'.format(**opts) + ) + + return requirements + + @staticmethod + def trace_basic_info(finder: PackageFinder) -> None: + """ + Trace basic information about the provided objects. + """ + # Display where finder is looking for packages + search_scope = finder.search_scope + locations = search_scope.get_formatted_locations() + if locations: + logger.info(locations) + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to this requirement command. + + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + link_collector = LinkCollector.create(session, options=options) + selection_prefs = SelectionPreferences( + allow_yanked=True, + format_control=options.format_control, + allow_all_prereleases=options.pre, + prefer_binary=options.prefer_binary, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 00000000..cf2b976f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py @@ -0,0 +1,159 @@ +import contextlib +import itertools +import logging +import sys +import time +from typing import IO, Generator, Optional + +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import get_indentation + +logger = logging.getLogger(__name__) + + +class SpinnerInterface: + def spin(self) -> None: + raise NotImplementedError() + + def finish(self, final_status: str) -> None: + raise NotImplementedError() + + +class InteractiveSpinner(SpinnerInterface): + def __init__( + self, + message: str, + file: Optional[IO[str]] = None, + spin_chars: str = "-\\|/", + # Empirically, 8 updates/second looks nice + min_update_interval_seconds: float = 0.125, + ): + self._message = message + if file is None: + file = sys.stdout + self._file = file + self._rate_limiter = RateLimiter(min_update_interval_seconds) + self._finished = False + + self._spin_cycle = itertools.cycle(spin_chars) + + self._file.write(" " * get_indentation() + self._message + " ... ") + self._width = 0 + + def _write(self, status: str) -> None: + assert not self._finished + # Erase what we wrote before by backspacing to the beginning, writing + # spaces to overwrite the old text, and then backspacing again + backup = "\b" * self._width + self._file.write(backup + " " * self._width + backup) + # Now we have a blank slate to add our status + self._file.write(status) + self._width = len(status) + self._file.flush() + self._rate_limiter.reset() + + def spin(self) -> None: + if self._finished: + return + if not self._rate_limiter.ready(): + return + self._write(next(self._spin_cycle)) + + def finish(self, final_status: str) -> None: + if self._finished: + return + self._write(final_status) + self._file.write("\n") + self._file.flush() + self._finished = True + + +# Used for dumb terminals, non-interactive installs (no tty), etc. +# We still print updates occasionally (once every 60 seconds by default) to +# act as a keep-alive for systems like Travis-CI that take lack-of-output as +# an indication that a task has frozen. +class NonInteractiveSpinner(SpinnerInterface): + def __init__(self, message: str, min_update_interval_seconds: float = 60.0) -> None: + self._message = message + self._finished = False + self._rate_limiter = RateLimiter(min_update_interval_seconds) + self._update("started") + + def _update(self, status: str) -> None: + assert not self._finished + self._rate_limiter.reset() + logger.info("%s: %s", self._message, status) + + def spin(self) -> None: + if self._finished: + return + if not self._rate_limiter.ready(): + return + self._update("still running...") + + def finish(self, final_status: str) -> None: + if self._finished: + return + self._update(f"finished with status '{final_status}'") + self._finished = True + + +class RateLimiter: + def __init__(self, min_update_interval_seconds: float) -> None: + self._min_update_interval_seconds = min_update_interval_seconds + self._last_update: float = 0 + + def ready(self) -> bool: + now = time.time() + delta = now - self._last_update + return delta >= self._min_update_interval_seconds + + def reset(self) -> None: + self._last_update = time.time() + + +@contextlib.contextmanager +def open_spinner(message: str) -> Generator[SpinnerInterface, None, None]: + # Interactive spinner goes directly to sys.stdout rather than being routed + # through the logging system, but it acts like it has level INFO, + # i.e. it's only displayed if we're at level INFO or better. + # Non-interactive spinner goes through the logging system, so it is always + # in sync with logging configuration. + if sys.stdout.isatty() and logger.getEffectiveLevel() <= logging.INFO: + spinner: SpinnerInterface = InteractiveSpinner(message) + else: + spinner = NonInteractiveSpinner(message) + try: + with hidden_cursor(sys.stdout): + yield spinner + except KeyboardInterrupt: + spinner.finish("canceled") + raise + except Exception: + spinner.finish("error") + raise + else: + spinner.finish("done") + + +HIDE_CURSOR = "\x1b[?25l" +SHOW_CURSOR = "\x1b[?25h" + + +@contextlib.contextmanager +def hidden_cursor(file: IO[str]) -> Generator[None, None, None]: + # The Windows terminal does not support the hide/show cursor ANSI codes, + # even via colorama. So don't even try. + if WINDOWS: + yield + # We don't want to clutter the output with control characters if we're + # writing to a file, or if the user is running with --quiet. + # See https://github.com/pypa/pip/issues/3418 + elif not file.isatty() or logger.getEffectiveLevel() > logging.INFO: + yield + else: + file.write(HIDE_CURSOR) + try: + yield + finally: + file.write(SHOW_CURSOR) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py b/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 00000000..5e29502c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py @@ -0,0 +1,6 @@ +SUCCESS = 0 +ERROR = 1 +UNKNOWN_ERROR = 2 +VIRTUALENV_NOT_FOUND = 3 +PREVIOUS_BUILD_DIR_ERROR = 4 +NO_MATCHES_FOUND = 23 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py new file mode 100644 index 00000000..858a4101 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py @@ -0,0 +1,132 @@ +""" +Package containing all pip commands +""" + +import importlib +from collections import namedtuple +from typing import Any, Dict, Optional + +from pip._internal.cli.base_command import Command + +CommandInfo = namedtuple("CommandInfo", "module_path, class_name, summary") + +# This dictionary does a bunch of heavy lifting for help output: +# - Enables avoiding additional (costly) imports for presenting `--help`. +# - The ordering matters for help display. +# +# Even though the module path starts with the same "pip._internal.commands" +# prefix, the full path makes testing easier (specifically when modifying +# `commands_dict` in test setup / teardown). +commands_dict: Dict[str, CommandInfo] = { + "install": CommandInfo( + "pip._internal.commands.install", + "InstallCommand", + "Install packages.", + ), + "download": CommandInfo( + "pip._internal.commands.download", + "DownloadCommand", + "Download packages.", + ), + "uninstall": CommandInfo( + "pip._internal.commands.uninstall", + "UninstallCommand", + "Uninstall packages.", + ), + "freeze": CommandInfo( + "pip._internal.commands.freeze", + "FreezeCommand", + "Output installed packages in requirements format.", + ), + "inspect": CommandInfo( + "pip._internal.commands.inspect", + "InspectCommand", + "Inspect the python environment.", + ), + "list": CommandInfo( + "pip._internal.commands.list", + "ListCommand", + "List installed packages.", + ), + "show": CommandInfo( + "pip._internal.commands.show", + "ShowCommand", + "Show information about installed packages.", + ), + "check": CommandInfo( + "pip._internal.commands.check", + "CheckCommand", + "Verify installed packages have compatible dependencies.", + ), + "config": CommandInfo( + "pip._internal.commands.configuration", + "ConfigurationCommand", + "Manage local and global configuration.", + ), + "search": CommandInfo( + "pip._internal.commands.search", + "SearchCommand", + "Search PyPI for packages.", + ), + "cache": CommandInfo( + "pip._internal.commands.cache", + "CacheCommand", + "Inspect and manage pip's wheel cache.", + ), + "index": CommandInfo( + "pip._internal.commands.index", + "IndexCommand", + "Inspect information available from package indexes.", + ), + "wheel": CommandInfo( + "pip._internal.commands.wheel", + "WheelCommand", + "Build wheels from your requirements.", + ), + "hash": CommandInfo( + "pip._internal.commands.hash", + "HashCommand", + "Compute hashes of package archives.", + ), + "completion": CommandInfo( + "pip._internal.commands.completion", + "CompletionCommand", + "A helper command used for command completion.", + ), + "debug": CommandInfo( + "pip._internal.commands.debug", + "DebugCommand", + "Show information useful for debugging.", + ), + "help": CommandInfo( + "pip._internal.commands.help", + "HelpCommand", + "Show help for commands.", + ), +} + + +def create_command(name: str, **kwargs: Any) -> Command: + """ + Create an instance of the Command class with the given name. + """ + module_path, class_name, summary = commands_dict[name] + module = importlib.import_module(module_path) + command_class = getattr(module, class_name) + command = command_class(name=name, summary=summary, **kwargs) + + return command + + +def get_similar_commands(name: str) -> Optional[str]: + """Command name auto-correct.""" + from difflib import get_close_matches + + name = name.lower() + + close_commands = get_close_matches(name, commands_dict.keys()) + + if close_commands: + return close_commands[0] + else: + return None diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ca68fddcb88caf0dc2882441a35cb2bbb534534b GIT binary patch literal 4014 zcmaJ^&2JmW6`x&_%atgS`nGKOV{J>aDO;rFkGPc`yRsC;vSZ1KVy9IS5G&4*Tx+?@ z%q}I9p#Y-jAwq#RMi17Z0TiHz6z;*t{tvxa&>`DJirOf0=#8jy%BgQ=x$-JCyAXG0 ze!n-rdGqGYhyE6icOrOx{ncP$Jc-c1SjB&$t-_uxBJ>nJKo~6}EMQR=mIe5Rbg>j# z4hakk>)}#lIZ~3ArBZY`%CU$pmpYa^1SBF7!V-=?10D7(cWMZODCxu0NT&d0X&Eg1<)am9>z!TZ~#5Z(PQ{HJ`q3_j-JG)@aX_L z!qHJYhR+1hvm8y~aeOX-p6BQUPUB1fy};2)d=Xy?pqDv%1;2%_2GE~z^yhdAUkjku zIr=uffo}%TUvP99-@-Eibe5y<;5qzm0KLu8d3*=oeT^>1h(x+bXI?xEAt!PC-gWrm zd!!35kO*ER9eD}g|4n!~!LdaWC0)!iAI9$knyiYc4{D>G_to60S|Cc!G;CEfG^3!X zx~`P9GC-x0YGAAL-)v47Qi9uQs3n5!N?9kVkQ zi+2`37!swq@$e_4+_SucHEy@w{W9d6Reh z7H;Mo2wHT`}Jnmb4qm6-jQjcC?L~ zoOQcqn2|4k^&z2JzWN4Nm7==FR!a#ISzFPGf=QVem>4;YK;lWTj`CWeHqx#$PFE;2 zHVwCbCRp`5AG@a-Y)R^7PSq7yfl5I)SD@%=w;DrV7Ex)g*fxPY+Kn%9Ghh9%S5@v; z@6WRo+0P#qC>4UyK2VH>K(UXnHtMGca}#z8<~I!ejHRp>2?3XxF(_*gqQ`BOIqP=K zGb3O5lCOMVlGjvCS6SHe)GYa~!!$ud7XAqDwQWC~b-O-duKE3p+^T3g_S}Uv!(^*w zg&tT+ke@}>Dz?o}M!K=v@b*X!cw7jvTefn zCTyh9agWuj`cs)gS3r47p*m?H}+(W*0eJfLt&XHp(;?NQv}3IORrL=i;AHDooEYq(du}O=|1fiW~Qe zS?^GFqXlBCwoOwqZ%Zebc`R_^LaObbxby;JrB+iv+*xkmM*Zl^V8q75o*#|O1B*~A zgS8T*vzD19)~aomGd9T;O^Vgbhfr8#g)|IiEdwrQyz}Bxdh%k%(rhx}AI=#_^vwS0 zp7Hz3WC7FcY&Ko4x``Z*Vzx!nYv4=?e%2j$HP8<-I(y~$hdXDccETf#yI&sJ`slm( z;J5LSo%qQ1$Gh>##@u)P!&`IPcXslnNm@4k%nHWv0k z4IRj(2mmZg_E;7@^=`#uLUpHX66 zq>;La1(vBxs2WOzYe)Pl?r*u!P$h@+K;})1`RV!r&!Z|CU0pa*lMXi2Ns?)KkQ_7-FSyL#;U)i6w09!ws(WVyu0LMK^?dBjKkqkP?45;rKz zGPW03??b$sAwdxSBZ@+JPeww|KhUXvqOlz`_C31zDlxQm?8VtTyNSDvShM$`kP@A6 zeDiZhKI_Osjy${<4R=e;5F?shD3W{|r^Znv@w%^+*Vj2tT}F}E=3Pe~b>sm@J_S@< zYF^>gjRVwWkGjdJ+X9MoZGP;?V~#xN$kV_jq~^T9$q#_!o}?Z5xFcTx5`6~H$H_+g3;WBNt>G8_BRk2_J@ilz#3mIx ogubo5CW6m5A^v$D-D9=pP)z9GvYH4!+mD}zzTWtO6?w}27smb39{>OV literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..18a731d62942d03bd9650dd6df4eb75c9caea4a0 GIT binary patch literal 9713 zcmbt4TWlLwb~EG*IV49UB~ou$9zSH6vL)G)*Nz!GFWYh4b>-A@;zZeip*SOnGGCb) zS{6%njWj@|O$*EYvC>Tt2D`x0@B&r-w7`A@+4igb5JMYeCkoX>qnx+TI#Tc%o~&M7CU zTO+Qhd&*79T%R+2;d+L`JgDSYSiUl%vwZ>n$P+Ep}*WY1-m|7H88I9$H*t zOLYzyi4mOub?<<>0NUDg6gRZAHEn5y77uA@lWed98?4g;T#LHM%l%qj49FGaX z>3CAD_A{^}z(;-oxk*5thy|mPBE)BeL@;y>mZt~`j4g>U>dwBh6pde({K93D3-OpF z#AP80_(peOMvg~!c1$GY*=oOFBqD@?6O|p6kDr2|-~t z5}y{N8wpub6x<)o9IQ->+t7D-CACIILFx}A#zBfAVEZ2-xkII? zc>=Ca<`JXe6KT;TnngxrMa!?P_bhrdjUzA(s8F3ZZg)+S$Tgqsp2-+%k@DFlQk+2x zjV0WnIgnfdojw{%=;JfV9_Xc6%VbLVC#49oK5{N_Vgi^^?;r%D@z|_iAl-z6qBIjs zMpPd;P@Tj+RK9q)0->b@~{M3q{31JfSL@Jt&eA zcC{pevLeZvCme%JMFao`X61M?0YZ>bq{xhdCm}q(Hu@T%D5GLH8dT=Oqh}@Mni@}x zsuIj6i^0(=P`HGJk?T_I`e-CPJ(^fl=i;&Pk)vay3UKqVae+qRf{zBmF=XIiWYoCR zqxxM>ENYJG8kJO6t=t%?X&HotDd!-$NfkN%R?A9DffI6^P~ z{$;6!vh8_9S#9=G8)a*`a$;f$|2zX7z&kp>>-0L7UaK9T;2T{5TXd7{AU8|~7GS3wEKLWZUaD9FueJWiieYXKuAKrT%H7v`*1$r9Z}1nKQWnP_eLa?5>mn1d``2WhtIXqE^ue>7G? zQ%OeIs4?^LFh~t0E~}C#BP+`LFhPd(S>%2!?=_$rHwQXB0zyMZ2GM9qL3T&2BM35> zpOj{nld+V$?tTMg9GaAGA-PFC^mGV5u=El=0-#qTVX+qe zGneZeDPt7fM~iOn9ouc&M+Y)p`JSP?`_LoS+~R!1QQq$5iw|4dSA(}Zmn|g=W9u&R zeao+`zMkXz)~;s6?9uF4X6`;e`p6CwFFXI|k&SY9{TF4jb(cq9YyG6-!;TF7VfTH0 zA1vb^F8*(ch33Z!QtXQX*Gqot3%~8mkIcU_51u(<{@oCbmUvGg(0gdy%-oDSJm(VuGzp{VxNe^RB$X$#9=EqR@GrlGhfjG285z&TAfv>QA)GM znxBGaG4N8*)hI7C8@v}HLWM{?q&pc0Q72p<8y^`zK3B4)?wj5J{OVDni>37%^jElzN|S5 zjn^T1H_cwAF9=~7<%s6c-H(92BmnDfv|ev7H#UGdRl1=r$U(R)q9lTr&@4J4dO~tI zQB@W`M}wY_&)}pyZryMVx=pR7dN@y;@$(l8vS&1eQ@J=e(y`0-0q^V|5vV0UF+73uDk$% zU0Xf-3q412Jx8|qjsicB;|DemoXqq7EoWE3Ihb<}ZXSF-?|k7qGu`qcy=^x4+Lv8m zb?h1}^qtD}o!UHoIo~(A$#p-nP%Z7ZF0EWDnYdQ(w%Oj|{8If2g>3yySwmZHjX`|I|h~Ju9z$aJ6)Zvbi4}p=>T)t3KfRcIs0G=tT7C zmr%GvRn3cZ#fuQ>Yj8GTdQ`My)x&rXY&03DoXe<$f3Yr{*ZFPnnhH7e89m6)7>wgO<$_ykosV#?d zS^ePT>bpNXU27nH>u`Y?yms{V?8^Cv9o@_4AG*B-_nw@4Pi8QCBJUnwW{Zxtf}=m@ z=+6v(>F^bKcY)uN86D^k}?a!Ldql@d`$bw?voITLpTLYbie&EZTH!$Qdcv@A)0|J&oR-{2Fv>VDXxZ zL#`4A^pp=E0jccrqPz6tl^<_*oxIQci+tO|Ht(|atFB$kuWWfc?wr33e!%{mcYo%M zymw^z+?Hoo!84NcjAU=*Jk%zRChlJ zRbBFJdI#@w2e-=3#o0R-ZeRFlCUf=YaTxXiH>%6T+ADw-Cy|LF6z~ejBTr!gx|xTe zRy>Gw#Z@zo-pG*!i2EhK1#^MFRduzhhhoxY4IYYu>nyv|^6OAe?XHt4H3Tn9s!y=j zK1fgzy2~VAV?MEcX#3@XZ2K>U^Ib6-roh%47RYz|kAw(NEWM#Gki8Kllsfu55pp3b|-?!IL zze30A2*5^;8fBO2dNm@!{TCqOe?2VXdqG)4>47IN2pxDA3C)FLv&N%=LX>05iD792 zTiE-U-kY-P4;-Q}prl$~#+Nfek1dIQ0D=5z(4?=xx(P39)`g%PgE?f3VQ7|QEE0}g z)2!Dec{&aeW{fHrQfDuALRKYONpr>G0b_-Ms4^>0L(>kaGXlVdORzKQ^$YCzFOWQ0 zwYoe+)1J(?`8Rogtztd4PT$p)>%*QS%dVoswMws?SPlK`xrcn~>XkzKP_BIl)NlKE zjvrq+R|3PWFVnxytpC+#*6iX2y}8?;i|^%5P&rRw9u^~)|q|t2;cx?yIlvu_<=Ip{<=Z9A}UdgqcTekk8LeDqXt$Eio zo7^*mY#=@Gg=)grsd0e-zDWlH5Qhjv<6;u5&;Udz0`De+k#dVQ5D?=b0DHo-F?d7| z$kMw>2ulR;jZtHh7!Z&J7*NK`A>%F4%n)|a%<#G>pFkLL4T(XM7=a8bnZ5vhZ!(=Flcj~bd2ZWnXZ@wF zeztS%c!`26>&=Glc9Y_|vW<|^3pB$HW?nB*kgXrvFn@NE6h8-F9UvwCAiFCwQ=%YS zKfB@i>;fr%zJD7br7Ls`dnjuuQIM^R8{?maN%8Zu+XyN3JJ=)e9x?tYfT6e!V8}{6 zCUz{#WGC<1fPLAqb#WWB64%N8D0`qpLAJqcO#TL1q4+tpLRK1M*b^Dp1!U{q_0VUq z3n*@=xXcqJo`zQF3)%WUl5OnU##+h3vUXe{Wcv2Du~>4pvnMkzmng{ACrP$(<@0^N zdGirMbW$UgeI2^M#Y?Mk@D{5-P~+ih7IiU!b^|$3a?}j=n}2BNy`Yn zq2Zd*U6mIwA@)3BsGnkW4<^WDkGWI&9e7UuJE)>`SDt~SWTt8QE6Vm2<@%cH{f6rM sPipKN>f|@nvtLs~UsFfFwY9B2lehKVv^=t0Hq$3pPy9E9IT`u?0COX!IRF3v literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e7ccc00b706f742fbc52516418b523ec2dc0316e GIT binary patch literal 2604 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 T{m-htulf$$4*y$#%9-rHBY74# literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ef1bc859bdb8f15ee42b8e42762b5861d4e32acd GIT binary patch literal 13202 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8cd7aba5728db6ae1c13eb2ad8422f57c9b6a140 GIT binary patch literal 10115 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 SxVy81tDQgeKLiSPR{sZSM=_lM literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..07b0d42a592dc9bdd995dbc3bea0572fefaf7b06 GIT binary patch literal 7515 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bce94d235dc26f03c2a3ca55e10e5ecff297a772 GIT binary patch literal 4397 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bb01c025d4302d48bea2e8f3b712ce3b4171e5b3 GIT binary patch literal 1685 zcmZux&2Jk;6rc5e+WBzeINxg6CWXdG_0m)V4oyV~5k*2lC~c+svf6ki&N}!>>m@1e43vlhlRVvY}h!jLQa5E$bloK<%-X>IxR`31Z+c)pMdGF0U z?dnPay6!(3C|LpkzcL|SVjCRYreG65067cTT!G^lPFM+>FYqDeEx{HGVu%GxvgLvt zV$o9UWFg6c1o#+0X&pcriMxE{w~(qTx#aIm$Z>&m+psE#P$Yb65}$H;#zkn$&lJWN)6YW9(GIW)wcfH%|LcN-*g=k z2nH^ZK*GqcV5itVZI~RZD3gyaaA8F`T18sX25%=Cg3UK*1(TpoQ)cNkq`Fk+S2+AZ z0@TI2v`hD})sP`ymmUHrJmO1SL#fNSzpj+KqQ7S;6zg(i7w_eOpN=h{RPK%ODX%NB zZOrd;G`?^qezKk{XHIv-sN5f;Q@-1VG;TO&Oq>T3z*l0M3jovkIQ?5p+@Th$V2!^6 zR=J!!hZEE^#|K?;2Xtr_{h+&uk>Mk~tqrmzQ85bluHEyLDnK>wZI*WyyjRb+E8~48wFyC z-UbrzHYo*ioCn(%O&_BtW$hM?Ks0FD23az-j}Te*T~G5-ammHd&~8%j83XwhIc!LAEKm z2mVe7$l`$0iD^c>1Q32``O8zp}p+X#_VDLTia{fpKOvN5xt&c5jB+e|%3HP7XDDm$eopEpO}d*1W@%goqT<@?%qwVjEFU+iVHW~cT` zM%^CT%e=iIzfjWObbs0XlXCus3hw;bc+;-6+&wj z^qD2c#Yo5KZpEaW6&JI6jp-8#0-pFd;AzwG7!@CbBT4~2$4D|J43KvySqJ-q+7h^~ z;d`@(BV$cruq6zOgIn*m0A)Mbo#Nx+5I!NtOoJz57h(4F&57oWg%2dZ>X}X{N@MJ` zS+>mlfJn(m?hdO~YO6g_p}yhn$+$kGaPV+TD^u12-I ohVxWpFBefMq21uP12B3327d!n2kg6iEUDb!w-^5cl!YGt1=!=Y5C8xG literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..27aef4c34fd975de89840ee9a3ff4c3a19be4047 GIT binary patch literal 6688 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 DB@a5H literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83035b2e958790da13f9c3e7ce7e06ba3f0b1a12 GIT binary patch literal 3988 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 Wwxy1d0*CM2KKA+H*@qNkll^~D#51Y@ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a21af631511778b52b30564f56f5e29d120586e7 GIT binary patch literal 7538 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 ayV0lK4nGS2N)QI$UtGsWzeSAXAO0^t)UxXU literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8882137b6b6e99c45ff10c9de78aa0f841d76503 GIT binary patch literal 8877 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 can be a glob expression or a package name. + """ + + ignore_require_venv = True + usage = """ + %prog dir + %prog info + %prog list [] [--format=[human, abspath]] + %prog remove + %prog purge + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="human", + choices=("human", "abspath"), + help="Select the output format among: human (default) or abspath", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "dir": self.get_cache_dir, + "info": self.get_cache_info, + "list": self.list_cache_items, + "remove": self.remove_cache_items, + "purge": self.purge_cache, + } + + if not options.cache_dir: + logger.error("pip cache commands can not function since cache is disabled.") + return ERROR + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def get_cache_dir(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + logger.info(options.cache_dir) + + def get_cache_info(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + num_http_files = len(self._find_http_files(options)) + num_packages = len(self._find_wheels(options, "*")) + + http_cache_location = self._cache_dir(options, "http-v2") + old_http_cache_location = self._cache_dir(options, "http") + wheels_cache_location = self._cache_dir(options, "wheels") + http_cache_size = filesystem.format_size( + filesystem.directory_size(http_cache_location) + + filesystem.directory_size(old_http_cache_location) + ) + wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) + + message = ( + textwrap.dedent( + """ + Package index page cache location (pip v23.3+): {http_cache_location} + Package index page cache location (older pips): {old_http_cache_location} + Package index page cache size: {http_cache_size} + Number of HTTP files: {num_http_files} + Locally built wheels location: {wheels_cache_location} + Locally built wheels size: {wheels_cache_size} + Number of locally built wheels: {package_count} + """ # noqa: E501 + ) + .format( + http_cache_location=http_cache_location, + old_http_cache_location=old_http_cache_location, + http_cache_size=http_cache_size, + num_http_files=num_http_files, + wheels_cache_location=wheels_cache_location, + package_count=num_packages, + wheels_cache_size=wheels_cache_size, + ) + .strip() + ) + + logger.info(message) + + def list_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if args: + pattern = args[0] + else: + pattern = "*" + + files = self._find_wheels(options, pattern) + if options.list_format == "human": + self.format_for_human(files) + else: + self.format_for_abspath(files) + + def format_for_human(self, files: List[str]) -> None: + if not files: + logger.info("No locally built wheels cached.") + return + + results = [] + for filename in files: + wheel = os.path.basename(filename) + size = filesystem.format_file_size(filename) + results.append(f" - {wheel} ({size})") + logger.info("Cache contents:\n") + logger.info("\n".join(sorted(results))) + + def format_for_abspath(self, files: List[str]) -> None: + if files: + logger.info("\n".join(sorted(files))) + + def remove_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if not args: + raise CommandError("Please provide a pattern") + + files = self._find_wheels(options, args[0]) + + no_matching_msg = "No matching packages" + if args[0] == "*": + # Only fetch http files if no specific pattern given + files += self._find_http_files(options) + else: + # Add the pattern to the log message + no_matching_msg += f' for pattern "{args[0]}"' + + if not files: + logger.warning(no_matching_msg) + + for filename in files: + os.unlink(filename) + logger.verbose("Removed %s", filename) + logger.info("Files removed: %s", len(files)) + + def purge_cache(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + return self.remove_cache_items(options, ["*"]) + + def _cache_dir(self, options: Values, subdir: str) -> str: + return os.path.join(options.cache_dir, subdir) + + def _find_http_files(self, options: Values) -> List[str]: + old_http_dir = self._cache_dir(options, "http") + new_http_dir = self._cache_dir(options, "http-v2") + return filesystem.find_files(old_http_dir, "*") + filesystem.find_files( + new_http_dir, "*" + ) + + def _find_wheels(self, options: Values, pattern: str) -> List[str]: + wheel_dir = self._cache_dir(options, "wheels") + + # The wheel filename format, as specified in PEP 427, is: + # {distribution}-{version}(-{build})?-{python}-{abi}-{platform}.whl + # + # Additionally, non-alphanumeric values in the distribution are + # normalized to underscores (_), meaning hyphens can never occur + # before `-{version}`. + # + # Given that information: + # - If the pattern we're given contains a hyphen (-), the user is + # providing at least the version. Thus, we can just append `*.whl` + # to match the rest of it. + # - If the pattern we're given doesn't contain a hyphen (-), the + # user is only providing the name. Thus, we append `-*.whl` to + # match the hyphen before the version, followed by anything else. + # + # PEP 427: https://www.python.org/dev/peps/pep-0427/ + pattern = pattern + ("*.whl" if "-" in pattern else "-*.whl") + + return filesystem.find_files(wheel_dir, pattern) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py new file mode 100644 index 00000000..f54a16dc --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py @@ -0,0 +1,67 @@ +import logging +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.metadata import get_default_environment +from pip._internal.operations.check import ( + check_package_set, + check_unsupported, + create_package_set_from_installed, +) +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class CheckCommand(Command): + """Verify installed packages have compatible dependencies.""" + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def run(self, options: Values, args: List[str]) -> int: + package_set, parsing_probs = create_package_set_from_installed() + missing, conflicting = check_package_set(package_set) + unsupported = list( + check_unsupported( + get_default_environment().iter_installed_distributions(), + get_supported(), + ) + ) + + for project_name in missing: + version = package_set[project_name].version + for dependency in missing[project_name]: + write_output( + "%s %s requires %s, which is not installed.", + project_name, + version, + dependency[0], + ) + + for project_name in conflicting: + version = package_set[project_name].version + for dep_name, dep_version, req in conflicting[project_name]: + write_output( + "%s %s has requirement %s, but you have %s %s.", + project_name, + version, + req, + dep_name, + dep_version, + ) + for package in unsupported: + write_output( + "%s %s is not supported on this platform", + package.raw_name, + package.version, + ) + if missing or conflicting or parsing_probs or unsupported: + return ERROR + else: + write_output("No broken requirements found.") + return SUCCESS diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 00000000..9e89e279 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,130 @@ +import sys +import textwrap +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.utils.misc import get_prog + +BASE_COMPLETION = """ +# pip {shell} completion start{script}# pip {shell} completion end +""" + +COMPLETION_SCRIPTS = { + "bash": """ + _pip_completion() + {{ + COMPREPLY=( $( COMP_WORDS="${{COMP_WORDS[*]}}" \\ + COMP_CWORD=$COMP_CWORD \\ + PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) ) + }} + complete -o default -F _pip_completion {prog} + """, + "zsh": """ + #compdef -P pip[0-9.]# + __pip() {{ + compadd $( COMP_WORDS="$words[*]" \\ + COMP_CWORD=$((CURRENT-1)) \\ + PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null ) + }} + if [[ $zsh_eval_context[-1] == loadautofunc ]]; then + # autoload from fpath, call function directly + __pip "$@" + else + # eval/source/. command, register function for later + compdef __pip -P 'pip[0-9.]#' + fi + """, + "fish": """ + function __fish_complete_pip + set -lx COMP_WORDS (commandline -o) "" + set -lx COMP_CWORD ( \\ + math (contains -i -- (commandline -t) $COMP_WORDS)-1 \\ + ) + set -lx PIP_AUTO_COMPLETE 1 + string split \\ -- (eval $COMP_WORDS[1]) + end + complete -fa "(__fish_complete_pip)" -c {prog} + """, + "powershell": """ + if ((Test-Path Function:\\TabExpansion) -and -not ` + (Test-Path Function:\\_pip_completeBackup)) {{ + Rename-Item Function:\\TabExpansion _pip_completeBackup + }} + function TabExpansion($line, $lastWord) {{ + $lastBlock = [regex]::Split($line, '[|;]')[-1].TrimStart() + if ($lastBlock.StartsWith("{prog} ")) {{ + $Env:COMP_WORDS=$lastBlock + $Env:COMP_CWORD=$lastBlock.Split().Length - 1 + $Env:PIP_AUTO_COMPLETE=1 + (& {prog}).Split() + Remove-Item Env:COMP_WORDS + Remove-Item Env:COMP_CWORD + Remove-Item Env:PIP_AUTO_COMPLETE + }} + elseif (Test-Path Function:\\_pip_completeBackup) {{ + # Fall back on existing tab expansion + _pip_completeBackup $line $lastWord + }} + }} + """, +} + + +class CompletionCommand(Command): + """A helper command to be used for command completion.""" + + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--bash", + "-b", + action="store_const", + const="bash", + dest="shell", + help="Emit completion code for bash", + ) + self.cmd_opts.add_option( + "--zsh", + "-z", + action="store_const", + const="zsh", + dest="shell", + help="Emit completion code for zsh", + ) + self.cmd_opts.add_option( + "--fish", + "-f", + action="store_const", + const="fish", + dest="shell", + help="Emit completion code for fish", + ) + self.cmd_opts.add_option( + "--powershell", + "-p", + action="store_const", + const="powershell", + dest="shell", + help="Emit completion code for powershell", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + """Prints the completion code of the given shell""" + shells = COMPLETION_SCRIPTS.keys() + shell_options = ["--" + shell for shell in sorted(shells)] + if options.shell in shells: + script = textwrap.dedent( + COMPLETION_SCRIPTS.get(options.shell, "").format(prog=get_prog()) + ) + print(BASE_COMPLETION.format(script=script, shell=options.shell)) + return SUCCESS + else: + sys.stderr.write( + "ERROR: You must pass {}\n".format(" or ".join(shell_options)) + ) + return SUCCESS diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 00000000..1a1dc6b6 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py @@ -0,0 +1,280 @@ +import logging +import os +import subprocess +from optparse import Values +from typing import Any, List, Optional + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.configuration import ( + Configuration, + Kind, + get_configuration_files, + kinds, +) +from pip._internal.exceptions import PipError +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_prog, write_output + +logger = logging.getLogger(__name__) + + +class ConfigurationCommand(Command): + """ + Manage local and global configuration. + + Subcommands: + + - list: List the active configuration (or from the file specified) + - edit: Edit the configuration file in an editor + - get: Get the value associated with command.option + - set: Set the command.option=value + - unset: Unset the value associated with command.option + - debug: List the configuration files and values defined under them + + Configuration keys should be dot separated command and option name, + with the special prefix "global" affecting any command. For example, + "pip config set global.index-url https://example.org/" would configure + the index url for all commands, but "pip config set download.timeout 10" + would configure a 10 second timeout only for "pip download" commands. + + If none of --user, --global and --site are passed, a virtual + environment configuration file is used if one is active and the file + exists. Otherwise, all modifications happen to the user file by + default. + """ + + ignore_require_venv = True + usage = """ + %prog [] list + %prog [] [--editor ] edit + + %prog [] get command.option + %prog [] set command.option value + %prog [] unset command.option + %prog [] debug + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--editor", + dest="editor", + action="store", + default=None, + help=( + "Editor to use to edit the file. Uses VISUAL or EDITOR " + "environment variables if not provided." + ), + ) + + self.cmd_opts.add_option( + "--global", + dest="global_file", + action="store_true", + default=False, + help="Use the system-wide configuration file only", + ) + + self.cmd_opts.add_option( + "--user", + dest="user_file", + action="store_true", + default=False, + help="Use the user configuration file only", + ) + + self.cmd_opts.add_option( + "--site", + dest="site_file", + action="store_true", + default=False, + help="Use the current environment configuration file only", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "list": self.list_values, + "edit": self.open_in_editor, + "get": self.get_name, + "set": self.set_name_value, + "unset": self.unset_name, + "debug": self.list_config_values, + } + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Determine which configuration files are to be loaded + # Depends on whether the command is modifying. + try: + load_only = self._determine_file( + options, need_value=(action in ["get", "set", "unset", "edit"]) + ) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + # Load a new configuration + self.configuration = Configuration( + isolated=options.isolated_mode, load_only=load_only + ) + self.configuration.load() + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _determine_file(self, options: Values, need_value: bool) -> Optional[Kind]: + file_options = [ + key + for key, value in ( + (kinds.USER, options.user_file), + (kinds.GLOBAL, options.global_file), + (kinds.SITE, options.site_file), + ) + if value + ] + + if not file_options: + if not need_value: + return None + # Default to user, unless there's a site file. + elif any( + os.path.exists(site_config_file) + for site_config_file in get_configuration_files()[kinds.SITE] + ): + return kinds.SITE + else: + return kinds.USER + elif len(file_options) == 1: + return file_options[0] + + raise PipError( + "Need exactly one file to operate upon " + "(--user, --site, --global) to perform." + ) + + def list_values(self, options: Values, args: List[str]) -> None: + self._get_n_args(args, "list", n=0) + + for key, value in sorted(self.configuration.items()): + write_output("%s=%r", key, value) + + def get_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "get [name]", n=1) + value = self.configuration.get_value(key) + + write_output("%s", value) + + def set_name_value(self, options: Values, args: List[str]) -> None: + key, value = self._get_n_args(args, "set [name] [value]", n=2) + self.configuration.set_value(key, value) + + self._save_configuration() + + def unset_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "unset [name]", n=1) + self.configuration.unset_value(key) + + self._save_configuration() + + def list_config_values(self, options: Values, args: List[str]) -> None: + """List config key-value pairs across different config files""" + self._get_n_args(args, "debug", n=0) + + self.print_env_var_values() + # Iterate over config files and print if they exist, and the + # key-value pairs present in them if they do + for variant, files in sorted(self.configuration.iter_config_files()): + write_output("%s:", variant) + for fname in files: + with indent_log(): + file_exists = os.path.exists(fname) + write_output("%s, exists: %r", fname, file_exists) + if file_exists: + self.print_config_file_values(variant) + + def print_config_file_values(self, variant: Kind) -> None: + """Get key-value pairs from the file of a variant""" + for name, value in self.configuration.get_values_in_config(variant).items(): + with indent_log(): + write_output("%s: %s", name, value) + + def print_env_var_values(self) -> None: + """Get key-values pairs present as environment variables""" + write_output("%s:", "env_var") + with indent_log(): + for key, value in sorted(self.configuration.get_environ_vars()): + env_var = f"PIP_{key.upper()}" + write_output("%s=%r", env_var, value) + + def open_in_editor(self, options: Values, args: List[str]) -> None: + editor = self._determine_editor(options) + + fname = self.configuration.get_file_to_edit() + if fname is None: + raise PipError("Could not determine appropriate file.") + elif '"' in fname: + # This shouldn't happen, unless we see a username like that. + # If that happens, we'd appreciate a pull request fixing this. + raise PipError( + f'Can not open an editor for a file name containing "\n{fname}' + ) + + try: + subprocess.check_call(f'{editor} "{fname}"', shell=True) + except FileNotFoundError as e: + if not e.filename: + e.filename = editor + raise + except subprocess.CalledProcessError as e: + raise PipError(f"Editor Subprocess exited with exit code {e.returncode}") + + def _get_n_args(self, args: List[str], example: str, n: int) -> Any: + """Helper to make sure the command got the right number of arguments""" + if len(args) != n: + msg = ( + f"Got unexpected number of arguments, expected {n}. " + f'(example: "{get_prog()} config {example}")' + ) + raise PipError(msg) + + if n == 1: + return args[0] + else: + return args + + def _save_configuration(self) -> None: + # We successfully ran a modifying command. Need to save the + # configuration. + try: + self.configuration.save() + except Exception: + logger.exception( + "Unable to save configuration. Please report this as a bug." + ) + raise PipError("Internal Error.") + + def _determine_editor(self, options: Values) -> str: + if options.editor is not None: + return options.editor + elif "VISUAL" in os.environ: + return os.environ["VISUAL"] + elif "EDITOR" in os.environ: + return os.environ["EDITOR"] + else: + raise PipError("Could not determine editor to use.") diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 00000000..567ca967 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,201 @@ +import locale +import logging +import os +import sys +from optparse import Values +from types import ModuleType +from typing import Any, Dict, List, Optional + +import pip._vendor +from pip._vendor.certifi import where +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.configuration import Configuration +from pip._internal.metadata import get_environment +from pip._internal.utils.compat import open_text_resource +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_pip_version + +logger = logging.getLogger(__name__) + + +def show_value(name: str, value: Any) -> None: + logger.info("%s: %s", name, value) + + +def show_sys_implementation() -> None: + logger.info("sys.implementation:") + implementation_name = sys.implementation.name + with indent_log(): + show_value("name", implementation_name) + + +def create_vendor_txt_map() -> Dict[str, str]: + with open_text_resource("pip._vendor", "vendor.txt") as f: + # Purge non version specifying lines. + # Also, remove any space prefix or suffixes (including comments). + lines = [ + line.strip().split(" ", 1)[0] for line in f.readlines() if "==" in line + ] + + # Transform into "module" -> version dict. + return dict(line.split("==", 1) for line in lines) + + +def get_module_from_module_name(module_name: str) -> Optional[ModuleType]: + # Module name can be uppercase in vendor.txt for some reason... + module_name = module_name.lower().replace("-", "_") + # PATCH: setuptools is actually only pkg_resources. + if module_name == "setuptools": + module_name = "pkg_resources" + + try: + __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0) + return getattr(pip._vendor, module_name) + except ImportError: + # We allow 'truststore' to fail to import due + # to being unavailable on Python 3.9 and earlier. + if module_name == "truststore" and sys.version_info < (3, 10): + return None + raise + + +def get_vendor_version_from_module(module_name: str) -> Optional[str]: + module = get_module_from_module_name(module_name) + version = getattr(module, "__version__", None) + + if module and not version: + # Try to find version in debundled module info. + assert module.__file__ is not None + env = get_environment([os.path.dirname(module.__file__)]) + dist = env.get_distribution(module_name) + if dist: + version = str(dist.version) + + return version + + +def show_actual_vendor_versions(vendor_txt_versions: Dict[str, str]) -> None: + """Log the actual version and print extra info if there is + a conflict or if the actual version could not be imported. + """ + for module_name, expected_version in vendor_txt_versions.items(): + extra_message = "" + actual_version = get_vendor_version_from_module(module_name) + if not actual_version: + extra_message = ( + " (Unable to locate actual module version, using" + " vendor.txt specified version)" + ) + actual_version = expected_version + elif parse_version(actual_version) != parse_version(expected_version): + extra_message = ( + " (CONFLICT: vendor.txt suggests version should" + f" be {expected_version})" + ) + logger.info("%s==%s%s", module_name, actual_version, extra_message) + + +def show_vendor_versions() -> None: + logger.info("vendored library versions:") + + vendor_txt_versions = create_vendor_txt_map() + with indent_log(): + show_actual_vendor_versions(vendor_txt_versions) + + +def show_tags(options: Values) -> None: + tag_limit = 10 + + target_python = make_target_python(options) + tags = target_python.get_sorted_tags() + + # Display the target options that were explicitly provided. + formatted_target = target_python.format_given() + suffix = "" + if formatted_target: + suffix = f" (target: {formatted_target})" + + msg = f"Compatible tags: {len(tags)}{suffix}" + logger.info(msg) + + if options.verbose < 1 and len(tags) > tag_limit: + tags_limited = True + tags = tags[:tag_limit] + else: + tags_limited = False + + with indent_log(): + for tag in tags: + logger.info(str(tag)) + + if tags_limited: + msg = f"...\n[First {tag_limit} tags shown. Pass --verbose to show all.]" + logger.info(msg) + + +def ca_bundle_info(config: Configuration) -> str: + levels = {key.split(".", 1)[0] for key, _ in config.items()} + if not levels: + return "Not specified" + + levels_that_override_global = ["install", "wheel", "download"] + global_overriding_level = [ + level for level in levels if level in levels_that_override_global + ] + if not global_overriding_level: + return "global" + + if "global" in levels: + levels.remove("global") + return ", ".join(levels) + + +class DebugCommand(Command): + """ + Display debug information. + """ + + usage = """ + %prog """ + ignore_require_venv = True + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + self.parser.insert_option_group(0, self.cmd_opts) + self.parser.config.load() + + def run(self, options: Values, args: List[str]) -> int: + logger.warning( + "This command is only meant for debugging. " + "Do not use this with automation for parsing and getting these " + "details, since the output and options of this command may " + "change without notice." + ) + show_value("pip version", get_pip_version()) + show_value("sys.version", sys.version) + show_value("sys.executable", sys.executable) + show_value("sys.getdefaultencoding", sys.getdefaultencoding()) + show_value("sys.getfilesystemencoding", sys.getfilesystemencoding()) + show_value( + "locale.getpreferredencoding", + locale.getpreferredencoding(), + ) + show_value("sys.platform", sys.platform) + show_sys_implementation() + + show_value("'cert' config value", ca_bundle_info(self.parser.config)) + show_value("REQUESTS_CA_BUNDLE", os.environ.get("REQUESTS_CA_BUNDLE")) + show_value("CURL_CA_BUNDLE", os.environ.get("CURL_CA_BUNDLE")) + show_value("pip._vendor.certifi.where()", where()) + show_value("pip._vendor.DEBUNDLED", pip._vendor.DEBUNDLED) + + show_vendor_versions() + + show_tags(options) + + return SUCCESS diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py new file mode 100644 index 00000000..917bbb91 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py @@ -0,0 +1,146 @@ +import logging +import os +from optparse import Values +from typing import List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.req.req_install import check_legacy_setup_py_options +from pip._internal.utils.misc import ensure_dir, normalize_path, write_output +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +class DownloadCommand(RequirementCommand): + """ + Download packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports downloading from "requirements files", which provide + an easy way to specify a whole environment to be downloaded. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] ... + %prog [options] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.global_options()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + + self.cmd_opts.add_option( + "-d", + "--dest", + "--destination-dir", + "--destination-directory", + dest="download_dir", + metavar="dir", + default=os.curdir, + help="Download packages into .", + ) + + cmdoptions.add_target_python_options(self.cmd_opts) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + options.ignore_installed = True + # editable doesn't really make sense for `pip download`, but the bowels + # of the RequirementSet code require that property. + options.editables = [] + + cmdoptions.check_dist_restriction(options) + + options.download_dir = normalize_path(options.download_dir) + ensure_dir(options.download_dir) + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="download", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + download_dir=options.download_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + ignore_requires_python=options.ignore_requires_python, + use_pep517=options.use_pep517, + py_version_info=options.python_version, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + downloaded: List[str] = [] + for req in requirement_set.requirements.values(): + if req.satisfied_by is None: + assert req.name is not None + preparer.save_linked_requirement(req) + downloaded.append(req.name) + + preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) + + if downloaded: + write_output("Successfully downloaded %s", " ".join(downloaded)) + + return SUCCESS diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 00000000..885fdfeb --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,109 @@ +import sys +from optparse import Values +from typing import AbstractSet, List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.freeze import freeze +from pip._internal.utils.compat import stdlib_pkgs + + +def _should_suppress_build_backends() -> bool: + return sys.version_info < (3, 12) + + +def _dev_pkgs() -> AbstractSet[str]: + pkgs = {"pip"} + + if _should_suppress_build_backends(): + pkgs |= {"setuptools", "distribute", "wheel"} + + return pkgs + + +class FreezeCommand(Command): + """ + Output installed packages in requirements format. + + packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + log_streams = ("ext://sys.stderr", "ext://sys.stderr") + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Use the order in the given requirements file and its " + "comments when generating output. This option can be " + "used multiple times." + ), + ) + self.cmd_opts.add_option( + "-l", + "--local", + dest="local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not output " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--all", + dest="freeze_all", + action="store_true", + help=( + "Do not skip these packages in the output:" + " {}".format(", ".join(_dev_pkgs())) + ), + ) + self.cmd_opts.add_option( + "--exclude-editable", + dest="exclude_editable", + action="store_true", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + skip = set(stdlib_pkgs) + if not options.freeze_all: + skip.update(_dev_pkgs()) + + if options.excludes: + skip.update(options.excludes) + + cmdoptions.check_list_path_option(options) + + for line in freeze( + requirement=options.requirements, + local_only=options.local, + user_only=options.user, + paths=options.path, + isolated=options.isolated_mode, + skip=skip, + exclude_editable=options.exclude_editable, + ): + sys.stdout.write(line + "\n") + return SUCCESS diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 00000000..042dac81 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py @@ -0,0 +1,59 @@ +import hashlib +import logging +import sys +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.utils.hashes import FAVORITE_HASH, STRONG_HASHES +from pip._internal.utils.misc import read_chunks, write_output + +logger = logging.getLogger(__name__) + + +class HashCommand(Command): + """ + Compute a hash of a local package archive. + + These can be used with --hash in a requirements file to do repeatable + installs. + """ + + usage = "%prog [options] ..." + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-a", + "--algorithm", + dest="algorithm", + choices=STRONG_HASHES, + action="store", + default=FAVORITE_HASH, + help="The hash algorithm to use: one of {}".format( + ", ".join(STRONG_HASHES) + ), + ) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + self.parser.print_usage(sys.stderr) + return ERROR + + algorithm = options.algorithm + for path in args: + write_output( + "%s:\n--hash=%s:%s", path, algorithm, _hash_of_file(path, algorithm) + ) + return SUCCESS + + +def _hash_of_file(path: str, algorithm: str) -> str: + """Return the hash digest of a file.""" + with open(path, "rb") as archive: + hash = hashlib.new(algorithm) + for chunk in read_chunks(archive): + hash.update(chunk) + return hash.hexdigest() diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py new file mode 100644 index 00000000..62066318 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py @@ -0,0 +1,41 @@ +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError + + +class HelpCommand(Command): + """Show help for commands""" + + usage = """ + %prog """ + ignore_require_venv = True + + def run(self, options: Values, args: List[str]) -> int: + from pip._internal.commands import ( + commands_dict, + create_command, + get_similar_commands, + ) + + try: + # 'pip help' with no args is handled by pip.__init__.parseopt() + cmd_name = args[0] # the command we need help for + except IndexError: + return SUCCESS + + if cmd_name not in commands_dict: + guess = get_similar_commands(cmd_name) + + msg = [f'unknown command "{cmd_name}"'] + if guess: + msg.append(f'maybe you meant "{guess}"') + + raise CommandError(" - ".join(msg)) + + command = create_command(cmd_name) + command.parser.print_help() + + return SUCCESS diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py new file mode 100644 index 00000000..2e2661bb --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py @@ -0,0 +1,139 @@ +import logging +from optparse import Values +from typing import Any, Iterable, List, Optional + +from pip._vendor.packaging.version import Version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.commands.search import print_dist_installation_info +from pip._internal.exceptions import CommandError, DistributionNotFound, PipError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class IndexCommand(IndexGroupCommand): + """ + Inspect information available from package indexes. + """ + + ignore_require_venv = True + usage = """ + %prog versions + """ + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "versions": self.get_available_package_versions, + } + + logger.warning( + "pip index is currently an experimental command. " + "It may be removed/changed in a future release " + "without prior warning." + ) + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to the index command. + """ + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + ) + + def get_available_package_versions(self, options: Values, args: List[Any]) -> None: + if len(args) != 1: + raise CommandError("You need to specify exactly one argument") + + target_python = cmdoptions.make_target_python(options) + query = args[0] + + with self._build_session(options) as session: + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + versions: Iterable[Version] = ( + candidate.version for candidate in finder.find_all_candidates(query) + ) + + if not options.pre: + # Remove prereleases + versions = ( + version for version in versions if not version.is_prerelease + ) + versions = set(versions) + + if not versions: + raise DistributionNotFound( + f"No matching distribution found for {query}" + ) + + formatted_versions = [str(ver) for ver in sorted(versions, reverse=True)] + latest = formatted_versions[0] + + write_output(f"{query} ({latest})") + write_output("Available versions: {}".format(", ".join(formatted_versions))) + print_dist_installation_info(query, latest) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py new file mode 100644 index 00000000..e810c131 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py @@ -0,0 +1,92 @@ +import logging +from optparse import Values +from typing import Any, Dict, List + +from pip._vendor.packaging.markers import default_environment +from pip._vendor.rich import print_json + +from pip import __version__ +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.urls import path_to_url + +logger = logging.getLogger(__name__) + + +class InspectCommand(Command): + """ + Inspect the content of a Python environment and produce a report in JSON format. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + cmdoptions.check_list_path_option(options) + dists = get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + skip=set(stdlib_pkgs), + ) + output = { + "version": "1", + "pip_version": __version__, + "installed": [self._dist_to_dict(dist) for dist in dists], + "environment": default_environment(), + # TODO tags? scheme? + } + print_json(data=output) + return SUCCESS + + def _dist_to_dict(self, dist: BaseDistribution) -> Dict[str, Any]: + res: Dict[str, Any] = { + "metadata": dist.metadata_dict, + "metadata_location": dist.info_location, + } + # direct_url. Note that we don't have download_info (as in the installation + # report) since it is not recorded in installed metadata. + direct_url = dist.direct_url + if direct_url is not None: + res["direct_url"] = direct_url.to_dict() + else: + # Emulate direct_url for legacy editable installs. + editable_project_location = dist.editable_project_location + if editable_project_location is not None: + res["direct_url"] = { + "url": path_to_url(editable_project_location), + "dir_info": { + "editable": True, + }, + } + # installer + installer = dist.installer + if dist.installer: + res["installer"] = installer + # requested + if dist.installed_with_dist_info: + res["requested"] = dist.requested + return res diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py new file mode 100644 index 00000000..ad45a2f2 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,783 @@ +import errno +import json +import operator +import os +import shutil +import site +from optparse import SUPPRESS_HELP, Values +from typing import List, Optional + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.rich import print_json + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import ( + RequirementCommand, + with_cleanup, +) +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, InstallationError +from pip._internal.locations import get_scheme +from pip._internal.metadata import get_environment +from pip._internal.models.installation_report import InstallationReport +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.operations.check import ConflictDetails, check_install_conflicts +from pip._internal.req import install_given_reqs +from pip._internal.req.req_install import ( + InstallRequirement, + check_legacy_setup_py_options, +) +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.filesystem import test_writable_dir +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + check_externally_managed, + ensure_dir, + get_pip_version, + protect_pip_from_modification_on_windows, + warn_if_run_as_root, + write_output, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) +from pip._internal.wheel_builder import build, should_build_for_install_command + +logger = getLogger(__name__) + + +class InstallCommand(RequirementCommand): + """ + Install packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports installing from "requirements files", which provide + an easy way to specify a whole environment to be installed. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.pre()) + + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option( + "--dry-run", + action="store_true", + dest="dry_run", + default=False, + help=( + "Don't actually install anything, just print what would be. " + "Can be used in combination with --ignore-installed " + "to 'resolve' the requirements." + ), + ) + self.cmd_opts.add_option( + "-t", + "--target", + dest="target_dir", + metavar="dir", + default=None, + help=( + "Install packages into . " + "By default this will not replace existing files/folders in " + ". Use --upgrade to replace existing packages in " + "with new versions." + ), + ) + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option( + "--user", + dest="use_user_site", + action="store_true", + help=( + "Install to the Python user install directory for your " + "platform. Typically ~/.local/, or %APPDATA%\\Python on " + "Windows. (See the Python documentation for site.USER_BASE " + "for full details.)" + ), + ) + self.cmd_opts.add_option( + "--no-user", + dest="use_user_site", + action="store_false", + help=SUPPRESS_HELP, + ) + self.cmd_opts.add_option( + "--root", + dest="root_path", + metavar="dir", + default=None, + help="Install everything relative to this alternate root directory.", + ) + self.cmd_opts.add_option( + "--prefix", + dest="prefix_path", + metavar="dir", + default=None, + help=( + "Installation prefix where lib, bin and other top-level " + "folders are placed. Note that the resulting installation may " + "contain scripts and other resources which reference the " + "Python interpreter of pip, and not that of ``--prefix``. " + "See also the ``--python`` option if the intention is to " + "install packages into another (possibly pip-free) " + "environment." + ), + ) + + self.cmd_opts.add_option(cmdoptions.src()) + + self.cmd_opts.add_option( + "-U", + "--upgrade", + dest="upgrade", + action="store_true", + help=( + "Upgrade all specified packages to the newest available " + "version. The handling of dependencies depends on the " + "upgrade-strategy used." + ), + ) + + self.cmd_opts.add_option( + "--upgrade-strategy", + dest="upgrade_strategy", + default="only-if-needed", + choices=["only-if-needed", "eager"], + help=( + "Determines how dependency upgrading should be handled " + "[default: %default]. " + '"eager" - dependencies are upgraded regardless of ' + "whether the currently installed version satisfies the " + "requirements of the upgraded package(s). " + '"only-if-needed" - are upgraded only when they do not ' + "satisfy the requirements of the upgraded package(s)." + ), + ) + + self.cmd_opts.add_option( + "--force-reinstall", + dest="force_reinstall", + action="store_true", + help="Reinstall all packages even if they are already up-to-date.", + ) + + self.cmd_opts.add_option( + "-I", + "--ignore-installed", + dest="ignore_installed", + action="store_true", + help=( + "Ignore the installed packages, overwriting them. " + "This can break your system if the existing package " + "is of a different version or was installed " + "with a different package manager!" + ), + ) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.override_externally_managed()) + + self.cmd_opts.add_option(cmdoptions.config_settings()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--compile", + action="store_true", + dest="compile", + default=True, + help="Compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-compile", + action="store_false", + dest="compile", + help="Do not compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-warn-script-location", + action="store_false", + dest="warn_script_location", + default=True, + help="Do not warn when installing scripts outside PATH", + ) + self.cmd_opts.add_option( + "--no-warn-conflicts", + action="store_false", + dest="warn_about_conflicts", + default=True, + help="Do not warn about broken dependencies", + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.root_user_action()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + self.cmd_opts.add_option( + "--report", + dest="json_report_file", + metavar="file", + default=None, + help=( + "Generate a JSON file describing what pip did to install " + "the provided requirements. " + "Can be used in combination with --dry-run and --ignore-installed " + "to 'resolve' the requirements. " + "When - is used as file name it writes to stdout. " + "When writing to stdout, please combine with the --quiet option " + "to avoid mixing pip logging output with JSON output." + ), + ) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + if options.use_user_site and options.target_dir is not None: + raise CommandError("Can not combine '--user' and '--target'") + + # Check whether the environment we're installing into is externally + # managed, as specified in PEP 668. Specifying --root, --target, or + # --prefix disables the check, since there's no reliable way to locate + # the EXTERNALLY-MANAGED file for those cases. An exception is also + # made specifically for "--dry-run --report" for convenience. + installing_into_current_environment = ( + not (options.dry_run and options.json_report_file) + and options.root_path is None + and options.target_dir is None + and options.prefix_path is None + ) + if ( + installing_into_current_environment + and not options.override_externally_managed + ): + check_externally_managed() + + upgrade_strategy = "to-satisfy-only" + if options.upgrade: + upgrade_strategy = options.upgrade_strategy + + cmdoptions.check_dist_restriction(options, check_target=True) + + logger.verbose("Using %s", get_pip_version()) + options.use_user_site = decide_user_install( + options.use_user_site, + prefix_path=options.prefix_path, + target_dir=options.target_dir, + root_path=options.root_path, + isolated_mode=options.isolated_mode, + ) + + target_temp_dir: Optional[TempDirectory] = None + target_temp_dir_path: Optional[str] = None + if options.target_dir: + options.ignore_installed = True + options.target_dir = os.path.abspath(options.target_dir) + if ( + # fmt: off + os.path.exists(options.target_dir) and + not os.path.isdir(options.target_dir) + # fmt: on + ): + raise CommandError( + "Target path exists but is not a directory, will not continue." + ) + + # Create a target directory for using with the target option + target_temp_dir = TempDirectory(kind="target") + target_temp_dir_path = target_temp_dir.path + self.enter_context(target_temp_dir) + + global_options = options.global_options or [] + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="install", + globally_managed=True, + ) + + try: + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + wheel_cache = WheelCache(options.cache_dir) + + # Only when installing is it permitted to use PEP 660. + # In other circumstances (pip wheel, pip download) we generate + # regular (i.e. non editable) metadata and wheels. + for req in reqs: + req.permit_editable_wheels = True + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + use_user_site=options.use_user_site, + verbosity=self.verbosity, + ) + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + use_user_site=options.use_user_site, + ignore_installed=options.ignore_installed, + ignore_requires_python=options.ignore_requires_python, + force_reinstall=options.force_reinstall, + upgrade_strategy=upgrade_strategy, + use_pep517=options.use_pep517, + py_version_info=options.python_version, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve( + reqs, check_supported_wheels=not options.target_dir + ) + + if options.json_report_file: + report = InstallationReport(requirement_set.requirements_to_install) + if options.json_report_file == "-": + print_json(data=report.to_dict()) + else: + with open(options.json_report_file, "w", encoding="utf-8") as f: + json.dump(report.to_dict(), f, indent=2, ensure_ascii=False) + + if options.dry_run: + would_install_items = sorted( + (r.metadata["name"], r.metadata["version"]) + for r in requirement_set.requirements_to_install + ) + if would_install_items: + write_output( + "Would install %s", + " ".join("-".join(item) for item in would_install_items), + ) + return SUCCESS + + try: + pip_req = requirement_set.get_requirement("pip") + except KeyError: + modifying_pip = False + else: + # If we're not replacing an already installed pip, + # we're not modifying it. + modifying_pip = pip_req.satisfied_by is None + if modifying_pip: + # Eagerly import this module to avoid crashes. Otherwise, this + # module would be imported *after* pip was replaced, resulting in + # crashes if the new self_outdated_check module was incompatible + # with the rest of pip that's already imported. + import pip._internal.self_outdated_check # noqa: F401 + protect_pip_from_modification_on_windows(modifying_pip=modifying_pip) + + reqs_to_build = [ + r + for r in requirement_set.requirements.values() + if should_build_for_install_command(r) + ] + + _, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=True, + build_options=[], + global_options=global_options, + ) + + if build_failures: + raise InstallationError( + "ERROR: Failed to build installable wheels for some " + "pyproject.toml based projects ({})".format( + ", ".join(r.name for r in build_failures) # type: ignore + ) + ) + + to_install = resolver.get_installation_order(requirement_set) + + # Check for conflicts in the package set we're installing. + conflicts: Optional[ConflictDetails] = None + should_warn_about_conflicts = ( + not options.ignore_dependencies and options.warn_about_conflicts + ) + if should_warn_about_conflicts: + conflicts = self._determine_conflicts(to_install) + + # Don't warn about script install locations if + # --target or --prefix has been specified + warn_script_location = options.warn_script_location + if options.target_dir or options.prefix_path: + warn_script_location = False + + installed = install_given_reqs( + to_install, + global_options, + root=options.root_path, + home=target_temp_dir_path, + prefix=options.prefix_path, + warn_script_location=warn_script_location, + use_user_site=options.use_user_site, + pycompile=options.compile, + ) + + lib_locations = get_lib_location_guesses( + user=options.use_user_site, + home=target_temp_dir_path, + root=options.root_path, + prefix=options.prefix_path, + isolated=options.isolated_mode, + ) + env = get_environment(lib_locations) + + # Display a summary of installed packages, with extra care to + # display a package name as it was requested by the user. + installed.sort(key=operator.attrgetter("name")) + summary = [] + installed_versions = {} + for distribution in env.iter_all_distributions(): + installed_versions[distribution.canonical_name] = distribution.version + for package in installed: + display_name = package.name + version = installed_versions.get(canonicalize_name(display_name), None) + if version: + text = f"{display_name}-{version}" + else: + text = display_name + summary.append(text) + + if conflicts is not None: + self._warn_about_conflicts( + conflicts, + resolver_variant=self.determine_resolver_variant(options), + ) + + installed_desc = " ".join(summary) + if installed_desc: + write_output( + "Successfully installed %s", + installed_desc, + ) + except OSError as error: + show_traceback = self.verbosity >= 1 + + message = create_os_error_message( + error, + show_traceback, + options.use_user_site, + ) + logger.error(message, exc_info=show_traceback) + + return ERROR + + if options.target_dir: + assert target_temp_dir + self._handle_target_dir( + options.target_dir, target_temp_dir, options.upgrade + ) + if options.root_user_action == "warn": + warn_if_run_as_root() + return SUCCESS + + def _handle_target_dir( + self, target_dir: str, target_temp_dir: TempDirectory, upgrade: bool + ) -> None: + ensure_dir(target_dir) + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + lib_dir_list = [] + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + scheme = get_scheme("", home=target_temp_dir.path) + purelib_dir = scheme.purelib + platlib_dir = scheme.platlib + data_dir = scheme.data + + if os.path.exists(purelib_dir): + lib_dir_list.append(purelib_dir) + if os.path.exists(platlib_dir) and platlib_dir != purelib_dir: + lib_dir_list.append(platlib_dir) + if os.path.exists(data_dir): + lib_dir_list.append(data_dir) + + for lib_dir in lib_dir_list: + for item in os.listdir(lib_dir): + if lib_dir == data_dir: + ddir = os.path.join(data_dir, item) + if any(s.startswith(ddir) for s in lib_dir_list[:-1]): + continue + target_item_dir = os.path.join(target_dir, item) + if os.path.exists(target_item_dir): + if not upgrade: + logger.warning( + "Target directory %s already exists. Specify " + "--upgrade to force replacement.", + target_item_dir, + ) + continue + if os.path.islink(target_item_dir): + logger.warning( + "Target directory %s already exists and is " + "a link. pip will not automatically replace " + "links, please remove if replacement is " + "desired.", + target_item_dir, + ) + continue + if os.path.isdir(target_item_dir): + shutil.rmtree(target_item_dir) + else: + os.remove(target_item_dir) + + shutil.move(os.path.join(lib_dir, item), target_item_dir) + + def _determine_conflicts( + self, to_install: List[InstallRequirement] + ) -> Optional[ConflictDetails]: + try: + return check_install_conflicts(to_install) + except Exception: + logger.exception( + "Error while checking for conflicts. Please file an issue on " + "pip's issue tracker: https://github.com/pypa/pip/issues/new" + ) + return None + + def _warn_about_conflicts( + self, conflict_details: ConflictDetails, resolver_variant: str + ) -> None: + package_set, (missing, conflicting) = conflict_details + if not missing and not conflicting: + return + + parts: List[str] = [] + if resolver_variant == "legacy": + parts.append( + "pip's legacy dependency resolver does not consider dependency " + "conflicts when selecting packages. This behaviour is the " + "source of the following dependency conflicts." + ) + else: + assert resolver_variant == "resolvelib" + parts.append( + "pip's dependency resolver does not currently take into account " + "all the packages that are installed. This behaviour is the " + "source of the following dependency conflicts." + ) + + # NOTE: There is some duplication here, with commands/check.py + for project_name in missing: + version = package_set[project_name][0] + for dependency in missing[project_name]: + message = ( + f"{project_name} {version} requires {dependency[1]}, " + "which is not installed." + ) + parts.append(message) + + for project_name in conflicting: + version = package_set[project_name][0] + for dep_name, dep_version, req in conflicting[project_name]: + message = ( + "{name} {version} requires {requirement}, but {you} have " + "{dep_name} {dep_version} which is incompatible." + ).format( + name=project_name, + version=version, + requirement=req, + dep_name=dep_name, + dep_version=dep_version, + you=("you" if resolver_variant == "resolvelib" else "you'll"), + ) + parts.append(message) + + logger.critical("\n".join(parts)) + + +def get_lib_location_guesses( + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> List[str]: + scheme = get_scheme( + "", + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + return [scheme.purelib, scheme.platlib] + + +def site_packages_writable(root: Optional[str], isolated: bool) -> bool: + return all( + test_writable_dir(d) + for d in set(get_lib_location_guesses(root=root, isolated=isolated)) + ) + + +def decide_user_install( + use_user_site: Optional[bool], + prefix_path: Optional[str] = None, + target_dir: Optional[str] = None, + root_path: Optional[str] = None, + isolated_mode: bool = False, +) -> bool: + """Determine whether to do a user install based on the input options. + + If use_user_site is False, no additional checks are done. + If use_user_site is True, it is checked for compatibility with other + options. + If use_user_site is None, the default behaviour depends on the environment, + which is provided by the other arguments. + """ + # In some cases (config from tox), use_user_site can be set to an integer + # rather than a bool, which 'use_user_site is False' wouldn't catch. + if (use_user_site is not None) and (not use_user_site): + logger.debug("Non-user install by explicit request") + return False + + if use_user_site: + if prefix_path: + raise CommandError( + "Can not combine '--user' and '--prefix' as they imply " + "different installation locations" + ) + if virtualenv_no_global(): + raise InstallationError( + "Can not perform a '--user' install. User site-packages " + "are not visible in this virtualenv." + ) + logger.debug("User install by explicit request") + return True + + # If we are here, user installs have not been explicitly requested/avoided + assert use_user_site is None + + # user install incompatible with --prefix/--target + if prefix_path or target_dir: + logger.debug("Non-user install due to --prefix or --target option") + return False + + # If user installs are not enabled, choose a non-user install + if not site.ENABLE_USER_SITE: + logger.debug("Non-user install because user site-packages disabled") + return False + + # If we have permission for a non-user install, do that, + # otherwise do a user install. + if site_packages_writable(root=root_path, isolated=isolated_mode): + logger.debug("Non-user install because site-packages writeable") + return False + + logger.info( + "Defaulting to user installation because normal site-packages " + "is not writeable" + ) + return True + + +def create_os_error_message( + error: OSError, show_traceback: bool, using_user_site: bool +) -> str: + """Format an error message for an OSError + + It may occur anytime during the execution of the install command. + """ + parts = [] + + # Mention the error if we are not going to show a traceback + parts.append("Could not install packages due to an OSError") + if not show_traceback: + parts.append(": ") + parts.append(str(error)) + else: + parts.append(".") + + # Spilt the error indication from a helper message (if any) + parts[-1] += "\n" + + # Suggest useful actions to the user: + # (1) using user site-packages or (2) verifying the permissions + if error.errno == errno.EACCES: + user_option_part = "Consider using the `--user` option" + permissions_part = "Check the permissions" + + if not running_under_virtualenv() and not using_user_site: + parts.extend( + [ + user_option_part, + " or ", + permissions_part.lower(), + ] + ) + else: + parts.append(permissions_part) + parts.append(".\n") + + # Suggest the user to enable Long Paths if path length is + # more than 260 + if ( + WINDOWS + and error.errno == errno.ENOENT + and error.filename + and len(error.filename) > 260 + ): + parts.append( + "HINT: This error might have occurred since " + "this system does not have Windows Long Path " + "support enabled. You can find information on " + "how to enable this at " + "https://pip.pypa.io/warnings/enable-long-paths\n" + ) + + return "".join(parts).strip() + "\n" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py new file mode 100644 index 00000000..82fc46a1 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,375 @@ +import json +import logging +from optparse import Values +from typing import TYPE_CHECKING, Generator, List, Optional, Sequence, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.index_command import IndexGroupCommand +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.misc import tabulate, write_output + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + from pip._internal.network.session import PipSession + + class _DistWithLatestInfo(BaseDistribution): + """Give the distribution object a couple of extra fields. + + These will be populated during ``get_outdated()``. This is dirty but + makes the rest of the code much cleaner. + """ + + latest_version: Version + latest_filetype: str + + _ProcessedDists = Sequence[_DistWithLatestInfo] + + +logger = logging.getLogger(__name__) + + +class ListCommand(IndexGroupCommand): + """ + List installed packages, including editables. + + Packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-o", + "--outdated", + action="store_true", + default=False, + help="List outdated packages", + ) + self.cmd_opts.add_option( + "-u", + "--uptodate", + action="store_true", + default=False, + help="List uptodate packages", + ) + self.cmd_opts.add_option( + "-e", + "--editable", + action="store_true", + default=False, + help="List editable projects.", + ) + self.cmd_opts.add_option( + "-l", + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="columns", + choices=("columns", "freeze", "json"), + help=( + "Select the output format among: columns (default), freeze, or json. " + "The 'freeze' format cannot be used with the --outdated option." + ), + ) + + self.cmd_opts.add_option( + "--not-required", + action="store_true", + dest="not_required", + help="List packages that are not dependencies of installed packages.", + ) + + self.cmd_opts.add_option( + "--exclude-editable", + action="store_false", + dest="include_editable", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option( + "--include-editable", + action="store_true", + dest="include_editable", + help="Include editable package from output.", + default=True, + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + index_opts = cmdoptions.make_option_group(cmdoptions.index_group, self.parser) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def handle_pip_version_check(self, options: Values) -> None: + if options.outdated or options.uptodate: + super().handle_pip_version_check(options) + + def _build_package_finder( + self, options: Values, session: "PipSession" + ) -> "PackageFinder": + """ + Create a package finder appropriate to this list command. + """ + # Lazy import the heavy index modules as most list invocations won't need 'em. + from pip._internal.index.collector import LinkCollector + from pip._internal.index.package_finder import PackageFinder + + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + + def run(self, options: Values, args: List[str]) -> int: + if options.outdated and options.uptodate: + raise CommandError("Options --outdated and --uptodate cannot be combined.") + + if options.outdated and options.list_format == "freeze": + raise CommandError( + "List format 'freeze' cannot be used with the --outdated option." + ) + + cmdoptions.check_list_path_option(options) + + skip = set(stdlib_pkgs) + if options.excludes: + skip.update(canonicalize_name(n) for n in options.excludes) + + packages: "_ProcessedDists" = [ + cast("_DistWithLatestInfo", d) + for d in get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + editables_only=options.editable, + include_editables=options.include_editable, + skip=skip, + ) + ] + + # get_not_required must be called firstly in order to find and + # filter out all dependencies correctly. Otherwise a package + # can't be identified as requirement because some parent packages + # could be filtered out before. + if options.not_required: + packages = self.get_not_required(packages, options) + + if options.outdated: + packages = self.get_outdated(packages, options) + elif options.uptodate: + packages = self.get_uptodate(packages, options) + + self.output_package_listing(packages, options) + return SUCCESS + + def get_outdated( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if dist.latest_version > dist.version + ] + + def get_uptodate( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if dist.latest_version == dist.version + ] + + def get_not_required( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + dep_keys = { + canonicalize_name(dep.name) + for dist in packages + for dep in (dist.iter_dependencies() or ()) + } + + # Create a set to remove duplicate packages, and cast it to a list + # to keep the return type consistent with get_outdated and + # get_uptodate + return list({pkg for pkg in packages if pkg.canonical_name not in dep_keys}) + + def iter_packages_latest_infos( + self, packages: "_ProcessedDists", options: Values + ) -> Generator["_DistWithLatestInfo", None, None]: + with self._build_session(options) as session: + finder = self._build_package_finder(options, session) + + def latest_info( + dist: "_DistWithLatestInfo", + ) -> Optional["_DistWithLatestInfo"]: + all_candidates = finder.find_all_candidates(dist.canonical_name) + if not options.pre: + # Remove prereleases + all_candidates = [ + candidate + for candidate in all_candidates + if not candidate.version.is_prerelease + ] + + evaluator = finder.make_candidate_evaluator( + project_name=dist.canonical_name, + ) + best_candidate = evaluator.sort_best_candidate(all_candidates) + if best_candidate is None: + return None + + remote_version = best_candidate.version + if best_candidate.link.is_wheel: + typ = "wheel" + else: + typ = "sdist" + dist.latest_version = remote_version + dist.latest_filetype = typ + return dist + + for dist in map(latest_info, packages): + if dist is not None: + yield dist + + def output_package_listing( + self, packages: "_ProcessedDists", options: Values + ) -> None: + packages = sorted( + packages, + key=lambda dist: dist.canonical_name, + ) + if options.list_format == "columns" and packages: + data, header = format_for_columns(packages, options) + self.output_package_listing_columns(data, header) + elif options.list_format == "freeze": + for dist in packages: + if options.verbose >= 1: + write_output( + "%s==%s (%s)", dist.raw_name, dist.version, dist.location + ) + else: + write_output("%s==%s", dist.raw_name, dist.version) + elif options.list_format == "json": + write_output(format_for_json(packages, options)) + + def output_package_listing_columns( + self, data: List[List[str]], header: List[str] + ) -> None: + # insert the header first: we need to know the size of column names + if len(data) > 0: + data.insert(0, header) + + pkg_strings, sizes = tabulate(data) + + # Create and add a separator. + if len(data) > 0: + pkg_strings.insert(1, " ".join("-" * x for x in sizes)) + + for val in pkg_strings: + write_output(val) + + +def format_for_columns( + pkgs: "_ProcessedDists", options: Values +) -> Tuple[List[List[str]], List[str]]: + """ + Convert the package data into something usable + by output_package_listing_columns. + """ + header = ["Package", "Version"] + + running_outdated = options.outdated + if running_outdated: + header.extend(["Latest", "Type"]) + + has_editables = any(x.editable for x in pkgs) + if has_editables: + header.append("Editable project location") + + if options.verbose >= 1: + header.append("Location") + if options.verbose >= 1: + header.append("Installer") + + data = [] + for proj in pkgs: + # if we're working on the 'outdated' list, separate out the + # latest_version and type + row = [proj.raw_name, proj.raw_version] + + if running_outdated: + row.append(str(proj.latest_version)) + row.append(proj.latest_filetype) + + if has_editables: + row.append(proj.editable_project_location or "") + + if options.verbose >= 1: + row.append(proj.location or "") + if options.verbose >= 1: + row.append(proj.installer) + + data.append(row) + + return data, header + + +def format_for_json(packages: "_ProcessedDists", options: Values) -> str: + data = [] + for dist in packages: + info = { + "name": dist.raw_name, + "version": str(dist.version), + } + if options.verbose >= 1: + info["location"] = dist.location or "" + info["installer"] = dist.installer + if options.outdated: + info["latest_version"] = str(dist.latest_version) + info["latest_filetype"] = dist.latest_filetype + editable_project_location = dist.editable_project_location + if editable_project_location: + info["editable_project_location"] = editable_project_location + data.append(info) + return json.dumps(data) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py new file mode 100644 index 00000000..e0d329d5 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py @@ -0,0 +1,172 @@ +import logging +import shutil +import sys +import textwrap +import xmlrpc.client +from collections import OrderedDict +from optparse import Values +from typing import TYPE_CHECKING, Dict, List, Optional, TypedDict + +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.cli.base_command import Command +from pip._internal.cli.req_command import SessionCommandMixin +from pip._internal.cli.status_codes import NO_MATCHES_FOUND, SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.metadata import get_default_environment +from pip._internal.models.index import PyPI +from pip._internal.network.xmlrpc import PipXmlrpcTransport +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import write_output + +if TYPE_CHECKING: + + class TransformedHit(TypedDict): + name: str + summary: str + versions: List[str] + + +logger = logging.getLogger(__name__) + + +class SearchCommand(Command, SessionCommandMixin): + """Search for PyPI packages whose name or summary contains .""" + + usage = """ + %prog [options] """ + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-i", + "--index", + dest="index", + metavar="URL", + default=PyPI.pypi_url, + help="Base URL of Python Package Index (default %default)", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + raise CommandError("Missing required argument (search query).") + query = args + pypi_hits = self.search(query, options) + hits = transform_hits(pypi_hits) + + terminal_width = None + if sys.stdout.isatty(): + terminal_width = shutil.get_terminal_size()[0] + + print_results(hits, terminal_width=terminal_width) + if pypi_hits: + return SUCCESS + return NO_MATCHES_FOUND + + def search(self, query: List[str], options: Values) -> List[Dict[str, str]]: + index_url = options.index + + session = self.get_default_session(options) + + transport = PipXmlrpcTransport(index_url, session) + pypi = xmlrpc.client.ServerProxy(index_url, transport) + try: + hits = pypi.search({"name": query, "summary": query}, "or") + except xmlrpc.client.Fault as fault: + message = ( + f"XMLRPC request failed [code: {fault.faultCode}]\n{fault.faultString}" + ) + raise CommandError(message) + assert isinstance(hits, list) + return hits + + +def transform_hits(hits: List[Dict[str, str]]) -> List["TransformedHit"]: + """ + The list from pypi is really a list of versions. We want a list of + packages with the list of versions stored inline. This converts the + list from pypi into one we can use. + """ + packages: Dict[str, "TransformedHit"] = OrderedDict() + for hit in hits: + name = hit["name"] + summary = hit["summary"] + version = hit["version"] + + if name not in packages.keys(): + packages[name] = { + "name": name, + "summary": summary, + "versions": [version], + } + else: + packages[name]["versions"].append(version) + + # if this is the highest version, replace summary and score + if version == highest_version(packages[name]["versions"]): + packages[name]["summary"] = summary + + return list(packages.values()) + + +def print_dist_installation_info(name: str, latest: str) -> None: + env = get_default_environment() + dist = env.get_distribution(name) + if dist is not None: + with indent_log(): + if dist.version == latest: + write_output("INSTALLED: %s (latest)", dist.version) + else: + write_output("INSTALLED: %s", dist.version) + if parse_version(latest).pre: + write_output( + "LATEST: %s (pre-release; install" + " with `pip install --pre`)", + latest, + ) + else: + write_output("LATEST: %s", latest) + + +def print_results( + hits: List["TransformedHit"], + name_column_width: Optional[int] = None, + terminal_width: Optional[int] = None, +) -> None: + if not hits: + return + if name_column_width is None: + name_column_width = ( + max( + [ + len(hit["name"]) + len(highest_version(hit.get("versions", ["-"]))) + for hit in hits + ] + ) + + 4 + ) + + for hit in hits: + name = hit["name"] + summary = hit["summary"] or "" + latest = highest_version(hit.get("versions", ["-"])) + if terminal_width is not None: + target_width = terminal_width - name_column_width - 5 + if target_width > 10: + # wrap and indent summary to fit terminal + summary_lines = textwrap.wrap(summary, target_width) + summary = ("\n" + " " * (name_column_width + 3)).join(summary_lines) + + name_latest = f"{name} ({latest})" + line = f"{name_latest:{name_column_width}} - {summary}" + try: + write_output(line) + print_dist_installation_info(name, latest) + except UnicodeEncodeError: + pass + + +def highest_version(versions: List[str]) -> str: + return max(versions, key=parse_version) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py new file mode 100644 index 00000000..c54d548f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py @@ -0,0 +1,217 @@ +import logging +from optparse import Values +from typing import Generator, Iterable, Iterator, List, NamedTuple, Optional + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class ShowCommand(Command): + """ + Show information about one or more installed packages. + + The output is in RFC-compliant mail header format. + """ + + usage = """ + %prog [options] ...""" + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-f", + "--files", + dest="files", + action="store_true", + default=False, + help="Show the full list of installed files for each package.", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + logger.warning("ERROR: Please provide a package name or names.") + return ERROR + query = args + + results = search_packages_info(query) + if not print_results( + results, list_files=options.files, verbose=options.verbose + ): + return ERROR + return SUCCESS + + +class _PackageInfo(NamedTuple): + name: str + version: str + location: str + editable_project_location: Optional[str] + requires: List[str] + required_by: List[str] + installer: str + metadata_version: str + classifiers: List[str] + summary: str + homepage: str + project_urls: List[str] + author: str + author_email: str + license: str + entry_points: List[str] + files: Optional[List[str]] + + +def search_packages_info(query: List[str]) -> Generator[_PackageInfo, None, None]: + """ + Gather details from installed distributions. Print distribution name, + version, location, and installed files. Installed files requires a + pip generated 'installed-files.txt' in the distributions '.egg-info' + directory. + """ + env = get_default_environment() + + installed = {dist.canonical_name: dist for dist in env.iter_all_distributions()} + query_names = [canonicalize_name(name) for name in query] + missing = sorted( + [name for name, pkg in zip(query, query_names) if pkg not in installed] + ) + if missing: + logger.warning("Package(s) not found: %s", ", ".join(missing)) + + def _get_requiring_packages(current_dist: BaseDistribution) -> Iterator[str]: + return ( + dist.metadata["Name"] or "UNKNOWN" + for dist in installed.values() + if current_dist.canonical_name + in {canonicalize_name(d.name) for d in dist.iter_dependencies()} + ) + + for query_name in query_names: + try: + dist = installed[query_name] + except KeyError: + continue + + try: + requires = sorted( + # Avoid duplicates in requirements (e.g. due to environment markers). + {req.name for req in dist.iter_dependencies()}, + key=str.lower, + ) + except InvalidRequirement: + requires = sorted(dist.iter_raw_dependencies(), key=str.lower) + + try: + required_by = sorted(_get_requiring_packages(dist), key=str.lower) + except InvalidRequirement: + required_by = ["#N/A"] + + try: + entry_points_text = dist.read_text("entry_points.txt") + entry_points = entry_points_text.splitlines(keepends=False) + except FileNotFoundError: + entry_points = [] + + files_iter = dist.iter_declared_entries() + if files_iter is None: + files: Optional[List[str]] = None + else: + files = sorted(files_iter) + + metadata = dist.metadata + + project_urls = metadata.get_all("Project-URL", []) + homepage = metadata.get("Home-page", "") + if not homepage: + # It's common that there is a "homepage" Project-URL, but Home-page + # remains unset (especially as PEP 621 doesn't surface the field). + # + # This logic was taken from PyPI's codebase. + for url in project_urls: + url_label, url = url.split(",", maxsplit=1) + normalized_label = ( + url_label.casefold().replace("-", "").replace("_", "").strip() + ) + if normalized_label == "homepage": + homepage = url.strip() + break + + yield _PackageInfo( + name=dist.raw_name, + version=dist.raw_version, + location=dist.location or "", + editable_project_location=dist.editable_project_location, + requires=requires, + required_by=required_by, + installer=dist.installer, + metadata_version=dist.metadata_version or "", + classifiers=metadata.get_all("Classifier", []), + summary=metadata.get("Summary", ""), + homepage=homepage, + project_urls=project_urls, + author=metadata.get("Author", ""), + author_email=metadata.get("Author-email", ""), + license=metadata.get("License", ""), + entry_points=entry_points, + files=files, + ) + + +def print_results( + distributions: Iterable[_PackageInfo], + list_files: bool, + verbose: bool, +) -> bool: + """ + Print the information from installed distributions found. + """ + results_printed = False + for i, dist in enumerate(distributions): + results_printed = True + if i > 0: + write_output("---") + + write_output("Name: %s", dist.name) + write_output("Version: %s", dist.version) + write_output("Summary: %s", dist.summary) + write_output("Home-page: %s", dist.homepage) + write_output("Author: %s", dist.author) + write_output("Author-email: %s", dist.author_email) + write_output("License: %s", dist.license) + write_output("Location: %s", dist.location) + if dist.editable_project_location is not None: + write_output( + "Editable project location: %s", dist.editable_project_location + ) + write_output("Requires: %s", ", ".join(dist.requires)) + write_output("Required-by: %s", ", ".join(dist.required_by)) + + if verbose: + write_output("Metadata-Version: %s", dist.metadata_version) + write_output("Installer: %s", dist.installer) + write_output("Classifiers:") + for classifier in dist.classifiers: + write_output(" %s", classifier) + write_output("Entry-points:") + for entry in dist.entry_points: + write_output(" %s", entry.strip()) + write_output("Project-URLs:") + for project_url in dist.project_urls: + write_output(" %s", project_url) + if list_files: + write_output("Files:") + if dist.files is None: + write_output("Cannot locate RECORD or installed-files.txt") + else: + for line in dist.files: + write_output(" %s", line.strip()) + return results_printed diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 00000000..bc0edeac --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py @@ -0,0 +1,114 @@ +import logging +from optparse import Values +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.index_command import SessionCommandMixin +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import InstallationError +from pip._internal.req import parse_requirements +from pip._internal.req.constructors import ( + install_req_from_line, + install_req_from_parsed_requirement, +) +from pip._internal.utils.misc import ( + check_externally_managed, + protect_pip_from_modification_on_windows, + warn_if_run_as_root, +) + +logger = logging.getLogger(__name__) + + +class UninstallCommand(Command, SessionCommandMixin): + """ + Uninstall packages. + + pip is able to uninstall most installed packages. Known exceptions are: + + - Pure distutils packages installed with ``python setup.py install``, which + leave behind no metadata to determine what files were installed. + - Script wrappers installed by ``python setup.py develop``. + """ + + usage = """ + %prog [options] ... + %prog [options] -r ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Uninstall all the packages listed in the given requirements " + "file. This option can be used multiple times." + ), + ) + self.cmd_opts.add_option( + "-y", + "--yes", + dest="yes", + action="store_true", + help="Don't ask for confirmation of uninstall deletions.", + ) + self.cmd_opts.add_option(cmdoptions.root_user_action()) + self.cmd_opts.add_option(cmdoptions.override_externally_managed()) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + session = self.get_default_session(options) + + reqs_to_uninstall = {} + for name in args: + req = install_req_from_line( + name, + isolated=options.isolated_mode, + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + else: + logger.warning( + "Invalid requirement: %r ignored -" + " the uninstall command expects named" + " requirements.", + name, + ) + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, options=options, session=session + ): + req = install_req_from_parsed_requirement( + parsed_req, isolated=options.isolated_mode + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + if not reqs_to_uninstall: + raise InstallationError( + f"You must give at least one requirement to {self.name} (see " + f'"pip help {self.name}")' + ) + + if not options.override_externally_managed: + check_externally_managed() + + protect_pip_from_modification_on_windows( + modifying_pip="pip" in reqs_to_uninstall + ) + + for req in reqs_to_uninstall.values(): + uninstall_pathset = req.uninstall( + auto_confirm=options.yes, + verbose=self.verbosity > 0, + ) + if uninstall_pathset: + uninstall_pathset.commit() + if options.root_user_action == "warn": + warn_if_run_as_root() + return SUCCESS diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 00000000..278719f4 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py @@ -0,0 +1,182 @@ +import logging +import os +import shutil +from optparse import Values +from typing import List + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.req.req_install import ( + InstallRequirement, + check_legacy_setup_py_options, +) +from pip._internal.utils.misc import ensure_dir, normalize_path +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.wheel_builder import build, should_build_for_wheel_command + +logger = logging.getLogger(__name__) + + +class WheelCommand(RequirementCommand): + """ + Build Wheel archives for your requirements and dependencies. + + Wheel is a built-package format, and offers the advantage of not + recompiling your software during every install. For more details, see the + wheel docs: https://wheel.readthedocs.io/en/latest/ + + 'pip wheel' uses the build system interface as described here: + https://pip.pypa.io/en/stable/reference/build-system/ + + """ + + usage = """ + %prog [options] ... + %prog [options] -r ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-w", + "--wheel-dir", + dest="wheel_dir", + metavar="dir", + default=os.curdir, + help=( + "Build wheels into , where the default is the " + "current working directory." + ), + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + + self.cmd_opts.add_option( + "--no-verify", + dest="no_verify", + action="store_true", + default=False, + help="Don't verify if built wheel is valid.", + ) + + self.cmd_opts.add_option(cmdoptions.config_settings()) + self.cmd_opts.add_option(cmdoptions.build_options()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option(cmdoptions.require_hashes()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + session = self.get_default_session(options) + + finder = self._build_package_finder(options, session) + + options.wheel_dir = normalize_path(options.wheel_dir) + ensure_dir(options.wheel_dir) + + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="wheel", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + wheel_cache = WheelCache(options.cache_dir) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + download_dir=options.wheel_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + ignore_requires_python=options.ignore_requires_python, + use_pep517=options.use_pep517, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + reqs_to_build: List[InstallRequirement] = [] + for req in requirement_set.requirements.values(): + if req.is_wheel: + preparer.save_linked_requirement(req) + elif should_build_for_wheel_command(req): + reqs_to_build.append(req) + + preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) + + # build wheels + build_successes, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=(not options.no_verify), + build_options=options.build_options or [], + global_options=options.global_options or [], + ) + for req in build_successes: + assert req.link and req.link.is_wheel + assert req.local_file_path + # copy from cache to target directory + try: + shutil.copy(req.local_file_path, options.wheel_dir) + except OSError as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + build_failures.append(req) + if len(build_failures) != 0: + raise CommandError("Failed to build one or more wheels") + + return SUCCESS diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py b/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py new file mode 100644 index 00000000..c25273d5 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py @@ -0,0 +1,383 @@ +"""Configuration management setup + +Some terminology: +- name + As written in config files. +- value + Value associated with a name +- key + Name combined with it's section (section.name) +- variant + A single word describing where the configuration key-value pair came from +""" + +import configparser +import locale +import os +import sys +from typing import Any, Dict, Iterable, List, NewType, Optional, Tuple + +from pip._internal.exceptions import ( + ConfigurationError, + ConfigurationFileCouldNotBeLoaded, +) +from pip._internal.utils import appdirs +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ensure_dir, enum + +RawConfigParser = configparser.RawConfigParser # Shorthand +Kind = NewType("Kind", str) + +CONFIG_BASENAME = "pip.ini" if WINDOWS else "pip.conf" +ENV_NAMES_IGNORED = "version", "help" + +# The kinds of configurations there are. +kinds = enum( + USER="user", # User Specific + GLOBAL="global", # System Wide + SITE="site", # [Virtual] Environment Specific + ENV="env", # from PIP_CONFIG_FILE + ENV_VAR="env-var", # from Environment Variables +) +OVERRIDE_ORDER = kinds.GLOBAL, kinds.USER, kinds.SITE, kinds.ENV, kinds.ENV_VAR +VALID_LOAD_ONLY = kinds.USER, kinds.GLOBAL, kinds.SITE + +logger = getLogger(__name__) + + +# NOTE: Maybe use the optionx attribute to normalize keynames. +def _normalize_name(name: str) -> str: + """Make a name consistent regardless of source (environment or file)""" + name = name.lower().replace("_", "-") + if name.startswith("--"): + name = name[2:] # only prefer long opts + return name + + +def _disassemble_key(name: str) -> List[str]: + if "." not in name: + error_message = ( + "Key does not contain dot separated section and key. " + f"Perhaps you wanted to use 'global.{name}' instead?" + ) + raise ConfigurationError(error_message) + return name.split(".", 1) + + +def get_configuration_files() -> Dict[Kind, List[str]]: + global_config_files = [ + os.path.join(path, CONFIG_BASENAME) for path in appdirs.site_config_dirs("pip") + ] + + site_config_file = os.path.join(sys.prefix, CONFIG_BASENAME) + legacy_config_file = os.path.join( + os.path.expanduser("~"), + "pip" if WINDOWS else ".pip", + CONFIG_BASENAME, + ) + new_config_file = os.path.join(appdirs.user_config_dir("pip"), CONFIG_BASENAME) + return { + kinds.GLOBAL: global_config_files, + kinds.SITE: [site_config_file], + kinds.USER: [legacy_config_file, new_config_file], + } + + +class Configuration: + """Handles management of configuration. + + Provides an interface to accessing and managing configuration files. + + This class converts provides an API that takes "section.key-name" style + keys and stores the value associated with it as "key-name" under the + section "section". + + This allows for a clean interface wherein the both the section and the + key-name are preserved in an easy to manage form in the configuration files + and the data stored is also nice. + """ + + def __init__(self, isolated: bool, load_only: Optional[Kind] = None) -> None: + super().__init__() + + if load_only is not None and load_only not in VALID_LOAD_ONLY: + raise ConfigurationError( + "Got invalid value for load_only - should be one of {}".format( + ", ".join(map(repr, VALID_LOAD_ONLY)) + ) + ) + self.isolated = isolated + self.load_only = load_only + + # Because we keep track of where we got the data from + self._parsers: Dict[Kind, List[Tuple[str, RawConfigParser]]] = { + variant: [] for variant in OVERRIDE_ORDER + } + self._config: Dict[Kind, Dict[str, Any]] = { + variant: {} for variant in OVERRIDE_ORDER + } + self._modified_parsers: List[Tuple[str, RawConfigParser]] = [] + + def load(self) -> None: + """Loads configuration from configuration files and environment""" + self._load_config_files() + if not self.isolated: + self._load_environment_vars() + + def get_file_to_edit(self) -> Optional[str]: + """Returns the file with highest priority in configuration""" + assert self.load_only is not None, "Need to be specified a file to be editing" + + try: + return self._get_parser_to_modify()[0] + except IndexError: + return None + + def items(self) -> Iterable[Tuple[str, Any]]: + """Returns key-value pairs like dict.items() representing the loaded + configuration + """ + return self._dictionary.items() + + def get_value(self, key: str) -> Any: + """Get a value from the configuration.""" + orig_key = key + key = _normalize_name(key) + try: + return self._dictionary[key] + except KeyError: + # disassembling triggers a more useful error message than simply + # "No such key" in the case that the key isn't in the form command.option + _disassemble_key(key) + raise ConfigurationError(f"No such key - {orig_key}") + + def set_value(self, key: str, value: Any) -> None: + """Modify a value in the configuration.""" + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + + # Modify the parser and the configuration + if not parser.has_section(section): + parser.add_section(section) + parser.set(section, name, value) + + self._config[self.load_only][key] = value + self._mark_as_modified(fname, parser) + + def unset_value(self, key: str) -> None: + """Unset a value in the configuration.""" + orig_key = key + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + if key not in self._config[self.load_only]: + raise ConfigurationError(f"No such key - {orig_key}") + + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + if not ( + parser.has_section(section) and parser.remove_option(section, name) + ): + # The option was not removed. + raise ConfigurationError( + "Fatal Internal error [id=1]. Please report as a bug." + ) + + # The section may be empty after the option was removed. + if not parser.items(section): + parser.remove_section(section) + self._mark_as_modified(fname, parser) + + del self._config[self.load_only][key] + + def save(self) -> None: + """Save the current in-memory state.""" + self._ensure_have_load_only() + + for fname, parser in self._modified_parsers: + logger.info("Writing to %s", fname) + + # Ensure directory exists. + ensure_dir(os.path.dirname(fname)) + + # Ensure directory's permission(need to be writeable) + try: + with open(fname, "w") as f: + parser.write(f) + except OSError as error: + raise ConfigurationError( + f"An error occurred while writing to the configuration file " + f"{fname}: {error}" + ) + + # + # Private routines + # + + def _ensure_have_load_only(self) -> None: + if self.load_only is None: + raise ConfigurationError("Needed a specific file to be modifying.") + logger.debug("Will be working with %s variant only", self.load_only) + + @property + def _dictionary(self) -> Dict[str, Any]: + """A dictionary representing the loaded configuration.""" + # NOTE: Dictionaries are not populated if not loaded. So, conditionals + # are not needed here. + retval = {} + + for variant in OVERRIDE_ORDER: + retval.update(self._config[variant]) + + return retval + + def _load_config_files(self) -> None: + """Loads configuration from configuration files""" + config_files = dict(self.iter_config_files()) + if config_files[kinds.ENV][0:1] == [os.devnull]: + logger.debug( + "Skipping loading configuration files due to " + "environment's PIP_CONFIG_FILE being os.devnull" + ) + return + + for variant, files in config_files.items(): + for fname in files: + # If there's specific variant set in `load_only`, load only + # that variant, not the others. + if self.load_only is not None and variant != self.load_only: + logger.debug("Skipping file '%s' (variant: %s)", fname, variant) + continue + + parser = self._load_file(variant, fname) + + # Keeping track of the parsers used + self._parsers[variant].append((fname, parser)) + + def _load_file(self, variant: Kind, fname: str) -> RawConfigParser: + logger.verbose("For variant '%s', will try loading '%s'", variant, fname) + parser = self._construct_parser(fname) + + for section in parser.sections(): + items = parser.items(section) + self._config[variant].update(self._normalized_keys(section, items)) + + return parser + + def _construct_parser(self, fname: str) -> RawConfigParser: + parser = configparser.RawConfigParser() + # If there is no such file, don't bother reading it but create the + # parser anyway, to hold the data. + # Doing this is useful when modifying and saving files, where we don't + # need to construct a parser. + if os.path.exists(fname): + locale_encoding = locale.getpreferredencoding(False) + try: + parser.read(fname, encoding=locale_encoding) + except UnicodeDecodeError: + # See https://github.com/pypa/pip/issues/4963 + raise ConfigurationFileCouldNotBeLoaded( + reason=f"contains invalid {locale_encoding} characters", + fname=fname, + ) + except configparser.Error as error: + # See https://github.com/pypa/pip/issues/4893 + raise ConfigurationFileCouldNotBeLoaded(error=error) + return parser + + def _load_environment_vars(self) -> None: + """Loads configuration from environment variables""" + self._config[kinds.ENV_VAR].update( + self._normalized_keys(":env:", self.get_environ_vars()) + ) + + def _normalized_keys( + self, section: str, items: Iterable[Tuple[str, Any]] + ) -> Dict[str, Any]: + """Normalizes items to construct a dictionary with normalized keys. + + This routine is where the names become keys and are made the same + regardless of source - configuration files or environment. + """ + normalized = {} + for name, val in items: + key = section + "." + _normalize_name(name) + normalized[key] = val + return normalized + + def get_environ_vars(self) -> Iterable[Tuple[str, str]]: + """Returns a generator with all environmental vars with prefix PIP_""" + for key, val in os.environ.items(): + if key.startswith("PIP_"): + name = key[4:].lower() + if name not in ENV_NAMES_IGNORED: + yield name, val + + # XXX: This is patched in the tests. + def iter_config_files(self) -> Iterable[Tuple[Kind, List[str]]]: + """Yields variant and configuration files associated with it. + + This should be treated like items of a dictionary. The order + here doesn't affect what gets overridden. That is controlled + by OVERRIDE_ORDER. However this does control the order they are + displayed to the user. It's probably most ergononmic to display + things in the same order as OVERRIDE_ORDER + """ + # SMELL: Move the conditions out of this function + + env_config_file = os.environ.get("PIP_CONFIG_FILE", None) + config_files = get_configuration_files() + + yield kinds.GLOBAL, config_files[kinds.GLOBAL] + + # per-user config is not loaded when env_config_file exists + should_load_user_config = not self.isolated and not ( + env_config_file and os.path.exists(env_config_file) + ) + if should_load_user_config: + # The legacy config file is overridden by the new config file + yield kinds.USER, config_files[kinds.USER] + + # virtualenv config + yield kinds.SITE, config_files[kinds.SITE] + + if env_config_file is not None: + yield kinds.ENV, [env_config_file] + else: + yield kinds.ENV, [] + + def get_values_in_config(self, variant: Kind) -> Dict[str, Any]: + """Get values present in a config file""" + return self._config[variant] + + def _get_parser_to_modify(self) -> Tuple[str, RawConfigParser]: + # Determine which parser to modify + assert self.load_only + parsers = self._parsers[self.load_only] + if not parsers: + # This should not happen if everything works correctly. + raise ConfigurationError( + "Fatal Internal error [id=2]. Please report as a bug." + ) + + # Use the highest priority parser. + return parsers[-1] + + # XXX: This is patched in the tests. + def _mark_as_modified(self, fname: str, parser: RawConfigParser) -> None: + file_parser_tuple = (fname, parser) + if file_parser_tuple not in self._modified_parsers: + self._modified_parsers.append(file_parser_tuple) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self._dictionary!r})" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 00000000..9a89a838 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py @@ -0,0 +1,21 @@ +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.distributions.sdist import SourceDistribution +from pip._internal.distributions.wheel import WheelDistribution +from pip._internal.req.req_install import InstallRequirement + + +def make_distribution_for_install_requirement( + install_req: InstallRequirement, +) -> AbstractDistribution: + """Returns a Distribution for the given InstallRequirement""" + # Editable requirements will always be source distributions. They use the + # legacy logic until we create a modern standard for them. + if install_req.editable: + return SourceDistribution(install_req) + + # If it's a wheel, it's a WheelDistribution + if install_req.is_wheel: + return WheelDistribution(install_req) + + # Otherwise, a SourceDistribution + return SourceDistribution(install_req) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6f7993942d9540b98cb224166615e3d7833d1357 GIT binary patch literal 953 zcmaJ;&ubGw6rSn+tVtSLiy%SSA_&`(UDSgIi(1IVi$bdids#NwX)A=kU-kUdXzVE$HmC7Xq>&^QsZBIeyhjeC3 zoq|aNz%dF@h$9qZ4`Yd!qNP~zlmaV}8f%_bU^UWX!!rPD#0YhQ_tnsNt9oYNw3mO% zk~YrQcbZ(Vpd}gx_sVOImm;LmH4+?1=zyjE>L?8C_VcBxGK(j?l;H`#qUGYsu^yEMyxqcRu_7 zHEjIq?ry=0TY)t%$=XkuB|5}v(?gP2|Ejaq+$13tK{Fyu63I=<{g<*eOas@(OcLRe zuXV=VXPhwZhBOX%hq?{IyCTh8L0X-Zg@OANz!M1^`0mh+Xw%L5qLU_foLjeDP6erF zL8}|I33oG^xjszkp zz-u%vBlGeXqxRXTeXDMqYz?c0pCLCi0V?07TBlK{D9*ofTSYN?gUsrF86|mp6tEU>+qRuY}3<%Kx literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0b01731def6160f6b449c6440791d0e6418cb4cb GIT binary patch literal 2905 zcmb7G-H#Jh6u&d=wA1dkTRsGK0U2QpTV$tv_+Zo+mJg8_7b5szd6=Efz1Vt2UMI}6W&P=Btun?W3cg{WcoO`~0 z=S;sU6!HX~%O7o;|0hGpueeDbrAw^(K-?gdP{|=xe9Mm1l&f+xRZU5_PdVwPQdJ^4 z?PQwSYE~jl<{3Cs9JQIN<|HDMWglDb5dE2C9~ zWzH1`FNkTHVk*mx!=^4noax(Lk!l{~H?1i@3X<6Y$-+}4RhpxDR-_~FLtj)nI-oUn zm0XmnrPHKb2sh5uAQ`3=3?{|=L?&cLt3j?b%Q1z}>K@k`rb`{$o!9I*UuMl=n#lvZ z4(dYB=QViFG?>QwiHtQ(w;eQ|)C6rjcN}j~yc(-()7m1_nk^A%H8@5Kfu~UxFy6FX z*bHBFy3R%j29`fzyuNjx}A+oo@N_+@vTbSh?#oSj7PSxZ*-v zw1b8wSkUr^V%gjC&2)s9IGC7!+)tYiDMy!jtsu!Bro*Jvj-i=c(sN-79l~e@L@Hn1r386eZOY$nRjN}dJE0pwB}tgzD2TEx>K>!Qp_v)qSvhDBU1I@93I*iCl+qm9(5h zE=iY&(bH~|6=}Ad3Kh}v84p#%uw6Sa435JO_-VnMdbA01h7q-hVF)y)Y0Hni%6o!w zQK5Fz6b-v_l!=AF^D6<7YZV_l#B&eo`wvuv9kA&H2o>M< zD_|WO045k**&kh^f(@$sZ9WEum$t9f$$H}X^B^LggXQ5e`B5!g%idMDe4|c$zhTqW z^mTO=4u~b;+I=t;QSxvQLF#&ENy;uuWohZ#87-+^!wj^zuF!McLIO0Qls2HYKM}Cb zi0dK1Bp`z>K2g_ZJ(ul8A%qraW6;pXLUX&A!&U>dtcg4rQVEc?xjEhE%r`kR1`}r_ z*q$oS%|Tx}4%{3K91A`JjOr^=xM9`{PBeWd`W!HNjB}5#NW28u5SR;%uZJ}(MPV3S z+#5DsdU4G%JTA5q?U1>!gEXn9n{UHqJ1he41K4!yvHh9#UOKR5)X&t>(MY#a#oW;3cx(DT0dh4(G7}NAQ;dW* z-vxPDQYP=b^xAy_Z)aXOg+iHtJ&b7@CMfj96cp6_IlQpwgGog7kmk}uvL0V>je zAOjV3LgY3470Y42Mnkqd$|oU!FcY+W_-1gNP;u6_!kpB5b5c(_T*na^B`#byECC}a zDoD6n+3$Ab`RsaA1 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3bf68353d1befc795d0dc937f91f54e5d18fc206 GIT binary patch literal 1712 zcma)6&2Jl35P$pWwG+oiX##C&S)sJ5g}NJ>BNb9n1;U54f^ykISL=Px@izO__tsU` z;t*9iz=>l{NN}U-pTfn618Aj4l@JGR2A4}u%9?DEU4@X}@XuVd8JKnf91}{Y6p~1CBnhz`%8}wIC00T;(j2YCYN$swrzR1Zd_t&p zM5xY`=WsTPW8}4t@dv_=R2cWtEJ$K61bpF6Ph{Nlv%3MTL2rm2us82}{=T=zJ`Q5a zI2hU=d4eql`FPq~j2W2T2XIUnaU@C{nM#hrR4Ox#=@-G%m#K23KA#0UHSica}&0v9`}&3=?OC%Fq5;#!+?W7i2DhTD&GK{UdWk8^YXYJ zW3lNcQ98^RwMtW=bCwNx>`OCl^936)RY4t-oII0upMfe=!NR`4Q1ex0e<2tbHVqqJHFWS9f5K z0i$j&=S{f0sy|0U#l=0Axe?1e>Sdn0ShtaVeqH``!#W;qfjT6=w${Hn`1;_N*49t0 zt#NC6Y;?!Bx<7+%Z7=(bE&c}Pq4&$@R$Dc9Ojtemx^iqv@$PaM4#a^qd*N<19~J4%<-qy)R<$X4FW2Igal5Mbhx|HR mgr6UA71TtLBV_+jYDk8P@IuOnYWx7 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2105b7319dd844e266a3bb2319f385f14b3efc30 GIT binary patch literal 2293 zcmaJ?&2JM&6rWwM*K5bdPKhEu3R$5dY9O{+EI<{oCn<{aHf(#KUmGIa%v1*lrO@sNxY{u@qmmR0Yqfm+>`AOZbeJ^>s^6c+JcC zhGqD9EAJPqfG8`CkO+#>3D9B*@5FT5KbL$2+5tMJn6#jHae(Y&BT@W z9l=Irarw0CG0_#0`JcBL^Wy0RChe=p+H~}?5|_?7%|&N{opuAtcr%SNrN+i#{Twj2 z2qTt4iKSA-$}o+pEX(wr@J~ynnH6nyL)pr~KL*IO70t@iEY+a^1!}-grTLaY3m~89 z=BpF&WD?tG;JwSAv4}Il0x3+#OaeAX1FjVcCaeo>SC}+p!VE%b28>bD3A!d+jU4V^ zSxiTy*M$kCG#d=eaMqMw*X#rlq|9h7F%|2a$qo;i%0>di4O_OZ0l7uGY+->)mLxQQj)vXYzX z^P4g^RCtArmv~>@=-09$^P9I7IkCyVJdc+|Gqkk2;pIH3W_sU!5;|0vvdv7NNryVp zF~aU->%+T9QHzFq2hTH!I0wv2Gi;5)pLRG}rQy}UgG_om5}-g_oWXm! z!ZwlQ0Dq%ryCHDB6h= zW>~7RA=5jQ_#Ul8?Ul;Az?NtLxkd&BQklBB^!3t%@_}E<2l~dve)ZxS(DH%b%G>de zo6FxU_l>#!-nlhn?#A-N%FJ!;d*hDrz?}QpoLj3Ly^(!b-hZ3@I(zI#d4K8N(*5Oo z%WJcru9fHe#yp?Gxb;>t_&9ze;&S?UToHQ76p1U%Hft{0shF}z%s00pXlzdKGMM2N zAXP0X72l15*OBZ2BJeggFD=@hbYiiwdTmy*SAVf^|9jyL^nh;(idQ80Qj%e{7#nu- z39;?CVB3C3JJ4f0F533xj^kmQ;gqv&8a9D3A|6JJ%Pz-Q;|xq9z8yG@hB@{p)*4~x z@fkd0s)?He)ESTcV_=4z^-S8!hvpN&no>x z@2nGK22*;r^r$j3$ihC*$*#SF9C8NPJu}E7S0IILPbYv&oukY7>b6*y-3V~cu_5W^b(lpH_||GM*k+8$vxT%jPqQ_l>I| zxRy5jGI(A1kxj6cmTJ6w&y07|?i}NX!6i;OF$-jnQ55A5a_})Z`j{O5SJf2t2|-dM X+T`!rdr$RUN~yo&@IM6hq#*wR^=V$i literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py new file mode 100644 index 00000000..6e4d0c91 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py @@ -0,0 +1,53 @@ +import abc +from typing import TYPE_CHECKING, Optional + +from pip._internal.metadata.base import BaseDistribution +from pip._internal.req import InstallRequirement + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + + +class AbstractDistribution(metaclass=abc.ABCMeta): + """A base class for handling installable artifacts. + + The requirements for anything installable are as follows: + + - we must be able to determine the requirement name + (or we can't correctly handle the non-upgrade case). + + - for packages with setup requirements, we must also be able + to determine their requirements without installing additional + packages (for the same reason as run-time dependencies) + + - we must be able to create a Distribution object exposing the + above metadata. + + - if we need to do work in the build tracker, we must be able to generate a unique + string to identify the requirement in the build tracker. + """ + + def __init__(self, req: InstallRequirement) -> None: + super().__init__() + self.req = req + + @abc.abstractproperty + def build_tracker_id(self) -> Optional[str]: + """A string that uniquely identifies this requirement to the build tracker. + + If None, then this dist has no work to do in the build tracker, and + ``.prepare_distribution_metadata()`` will not be called.""" + raise NotImplementedError() + + @abc.abstractmethod + def get_metadata_distribution(self) -> BaseDistribution: + raise NotImplementedError() + + @abc.abstractmethod + def prepare_distribution_metadata( + self, + finder: "PackageFinder", + build_isolation: bool, + check_build_deps: bool, + ) -> None: + raise NotImplementedError() diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 00000000..ab8d53be --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py @@ -0,0 +1,29 @@ +from typing import Optional + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution + + +class InstalledDistribution(AbstractDistribution): + """Represents an installed package. + + This does not need any preparation as the required information has already + been computed. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + return None + + def get_metadata_distribution(self) -> BaseDistribution: + assert self.req.satisfied_by is not None, "not actually installed" + return self.req.satisfied_by + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 00000000..28ea5cea --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,158 @@ +import logging +from typing import TYPE_CHECKING, Iterable, Optional, Set, Tuple + +from pip._internal.build_env import BuildEnvironment +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.exceptions import InstallationError +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.subprocess import runner_with_spinner_message + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + +logger = logging.getLogger(__name__) + + +class SourceDistribution(AbstractDistribution): + """Represents a source distribution. + + The preparation step for these needs metadata for the packages to be + generated, either using PEP 517 or using the legacy `setup.py egg_info`. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + """Identify this requirement uniquely by its link.""" + assert self.req.link + return self.req.link.url_without_fragment + + def get_metadata_distribution(self) -> BaseDistribution: + return self.req.get_dist() + + def prepare_distribution_metadata( + self, + finder: "PackageFinder", + build_isolation: bool, + check_build_deps: bool, + ) -> None: + # Load pyproject.toml, to determine whether PEP 517 is to be used + self.req.load_pyproject_toml() + + # Set up the build isolation, if this requirement should be isolated + should_isolate = self.req.use_pep517 and build_isolation + if should_isolate: + # Setup an isolated environment and install the build backend static + # requirements in it. + self._prepare_build_backend(finder) + # Check that if the requirement is editable, it either supports PEP 660 or + # has a setup.py or a setup.cfg. This cannot be done earlier because we need + # to setup the build backend to verify it supports build_editable, nor can + # it be done later, because we want to avoid installing build requirements + # needlessly. Doing it here also works around setuptools generating + # UNKNOWN.egg-info when running get_requires_for_build_wheel on a directory + # without setup.py nor setup.cfg. + self.req.isolated_editable_sanity_check() + # Install the dynamic build requirements. + self._install_build_reqs(finder) + # Check if the current environment provides build dependencies + should_check_deps = self.req.use_pep517 and check_build_deps + if should_check_deps: + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + conflicting, missing = self.req.build_env.check_requirements( + pyproject_requires + ) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + if missing: + self._raise_missing_reqs(missing) + self.req.prepare_metadata() + + def _prepare_build_backend(self, finder: "PackageFinder") -> None: + # Isolate in a BuildEnvironment and install the build-time + # requirements. + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + + self.req.build_env = BuildEnvironment() + self.req.build_env.install_requirements( + finder, pyproject_requires, "overlay", kind="build dependencies" + ) + conflicting, missing = self.req.build_env.check_requirements( + self.req.requirements_to_check + ) + if conflicting: + self._raise_conflicts("PEP 517/518 supported requirements", conflicting) + if missing: + logger.warning( + "Missing build requirements in pyproject.toml for %s.", + self.req, + ) + logger.warning( + "The project does not specify a build backend, and " + "pip cannot fall back to setuptools without %s.", + " and ".join(map(repr, sorted(missing))), + ) + + def _get_build_requires_wheel(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message("Getting requirements to build wheel") + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_wheel() + + def _get_build_requires_editable(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message( + "Getting requirements to build editable" + ) + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_editable() + + def _install_build_reqs(self, finder: "PackageFinder") -> None: + # Install any extra build dependencies that the backend requests. + # This must be done in a second pass, as the pyproject.toml + # dependencies must be installed before we can call the backend. + if ( + self.req.editable + and self.req.permit_editable_wheels + and self.req.supports_pyproject_editable + ): + build_reqs = self._get_build_requires_editable() + else: + build_reqs = self._get_build_requires_wheel() + conflicting, missing = self.req.build_env.check_requirements(build_reqs) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + self.req.build_env.install_requirements( + finder, missing, "normal", kind="backend dependencies" + ) + + def _raise_conflicts( + self, conflicting_with: str, conflicting_reqs: Set[Tuple[str, str]] + ) -> None: + format_string = ( + "Some build dependencies for {requirement} " + "conflict with {conflicting_with}: {description}." + ) + error_message = format_string.format( + requirement=self.req, + conflicting_with=conflicting_with, + description=", ".join( + f"{installed} is incompatible with {wanted}" + for installed, wanted in sorted(conflicting_reqs) + ), + ) + raise InstallationError(error_message) + + def _raise_missing_reqs(self, missing: Set[str]) -> None: + format_string = ( + "Some build dependencies for {requirement} are missing: {missing}." + ) + error_message = format_string.format( + requirement=self.req, missing=", ".join(map(repr, sorted(missing))) + ) + raise InstallationError(error_message) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 00000000..bfadd39d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,42 @@ +from typing import TYPE_CHECKING, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + + +class WheelDistribution(AbstractDistribution): + """Represents a wheel distribution. + + This does not need any preparation as wheels can be directly unpacked. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + return None + + def get_metadata_distribution(self) -> BaseDistribution: + """Loads the metadata from the wheel file into memory and returns a + Distribution that uses it, not relying on the wheel file or + requirement. + """ + assert self.req.local_file_path, "Set as part of preparation during download" + assert self.req.name, "Wheels are never unnamed" + wheel = FilesystemWheel(self.req.local_file_path) + return get_wheel_distribution(wheel, canonicalize_name(self.req.name)) + + def prepare_distribution_metadata( + self, + finder: "PackageFinder", + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py b/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py new file mode 100644 index 00000000..2587740f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,777 @@ +"""Exceptions used throughout package. + +This module MUST NOT try to import from anything within `pip._internal` to +operate. This is expected to be importable from any/all files within the +subpackage and, thus, should not depend on them. +""" + +import configparser +import contextlib +import locale +import logging +import pathlib +import re +import sys +from itertools import chain, groupby, repeat +from typing import TYPE_CHECKING, Dict, Iterator, List, Literal, Optional, Union + +from pip._vendor.rich.console import Console, ConsoleOptions, RenderResult +from pip._vendor.rich.markup import escape +from pip._vendor.rich.text import Text + +if TYPE_CHECKING: + from hashlib import _Hash + + from pip._vendor.requests.models import Request, Response + + from pip._internal.metadata import BaseDistribution + from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +# +# Scaffolding +# +def _is_kebab_case(s: str) -> bool: + return re.match(r"^[a-z]+(-[a-z]+)*$", s) is not None + + +def _prefix_with_indent( + s: Union[Text, str], + console: Console, + *, + prefix: str, + indent: str, +) -> Text: + if isinstance(s, Text): + text = s + else: + text = console.render_str(s) + + return console.render_str(prefix, overflow="ignore") + console.render_str( + f"\n{indent}", overflow="ignore" + ).join(text.split(allow_blank=True)) + + +class PipError(Exception): + """The base pip error.""" + + +class DiagnosticPipError(PipError): + """An error, that presents diagnostic information to the user. + + This contains a bunch of logic, to enable pretty presentation of our error + messages. Each error gets a unique reference. Each error can also include + additional context, a hint and/or a note -- which are presented with the + main error message in a consistent style. + + This is adapted from the error output styling in `sphinx-theme-builder`. + """ + + reference: str + + def __init__( + self, + *, + kind: 'Literal["error", "warning"]' = "error", + reference: Optional[str] = None, + message: Union[str, Text], + context: Optional[Union[str, Text]], + hint_stmt: Optional[Union[str, Text]], + note_stmt: Optional[Union[str, Text]] = None, + link: Optional[str] = None, + ) -> None: + # Ensure a proper reference is provided. + if reference is None: + assert hasattr(self, "reference"), "error reference not provided!" + reference = self.reference + assert _is_kebab_case(reference), "error reference must be kebab-case!" + + self.kind = kind + self.reference = reference + + self.message = message + self.context = context + + self.note_stmt = note_stmt + self.hint_stmt = hint_stmt + + self.link = link + + super().__init__(f"<{self.__class__.__name__}: {self.reference}>") + + def __repr__(self) -> str: + return ( + f"<{self.__class__.__name__}(" + f"reference={self.reference!r}, " + f"message={self.message!r}, " + f"context={self.context!r}, " + f"note_stmt={self.note_stmt!r}, " + f"hint_stmt={self.hint_stmt!r}" + ")>" + ) + + def __rich_console__( + self, + console: Console, + options: ConsoleOptions, + ) -> RenderResult: + colour = "red" if self.kind == "error" else "yellow" + + yield f"[{colour} bold]{self.kind}[/]: [bold]{self.reference}[/]" + yield "" + + if not options.ascii_only: + # Present the main message, with relevant context indented. + if self.context is not None: + yield _prefix_with_indent( + self.message, + console, + prefix=f"[{colour}]×[/] ", + indent=f"[{colour}]│[/] ", + ) + yield _prefix_with_indent( + self.context, + console, + prefix=f"[{colour}]╰─>[/] ", + indent=f"[{colour}] [/] ", + ) + else: + yield _prefix_with_indent( + self.message, + console, + prefix="[red]×[/] ", + indent=" ", + ) + else: + yield self.message + if self.context is not None: + yield "" + yield self.context + + if self.note_stmt is not None or self.hint_stmt is not None: + yield "" + + if self.note_stmt is not None: + yield _prefix_with_indent( + self.note_stmt, + console, + prefix="[magenta bold]note[/]: ", + indent=" ", + ) + if self.hint_stmt is not None: + yield _prefix_with_indent( + self.hint_stmt, + console, + prefix="[cyan bold]hint[/]: ", + indent=" ", + ) + + if self.link is not None: + yield "" + yield f"Link: {self.link}" + + +# +# Actual Errors +# +class ConfigurationError(PipError): + """General exception in configuration""" + + +class InstallationError(PipError): + """General exception during installation""" + + +class MissingPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml has `build-system`, but no `build-system.requires`.""" + + reference = "missing-pyproject-build-system-requires" + + def __init__(self, *, package: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid pyproject.toml file.\n" + "The [build-system] table is missing the mandatory `requires` key." + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class InvalidPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml an invalid `build-system.requires`.""" + + reference = "invalid-pyproject-build-system-requires" + + def __init__(self, *, package: str, reason: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid `build-system.requires` key in " + f"pyproject.toml.\n{reason}" + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class NoneMetadataError(PipError): + """Raised when accessing a Distribution's "METADATA" or "PKG-INFO". + + This signifies an inconsistency, when the Distribution claims to have + the metadata file (if not, raise ``FileNotFoundError`` instead), but is + not actually able to produce its content. This may be due to permission + errors. + """ + + def __init__( + self, + dist: "BaseDistribution", + metadata_name: str, + ) -> None: + """ + :param dist: A Distribution object. + :param metadata_name: The name of the metadata being accessed + (can be "METADATA" or "PKG-INFO"). + """ + self.dist = dist + self.metadata_name = metadata_name + + def __str__(self) -> str: + # Use `dist` in the error message because its stringification + # includes more information, like the version and location. + return f"None {self.metadata_name} metadata found for distribution: {self.dist}" + + +class UserInstallationInvalid(InstallationError): + """A --user install is requested on an environment without user site.""" + + def __str__(self) -> str: + return "User base directory is not specified" + + +class InvalidSchemeCombination(InstallationError): + def __str__(self) -> str: + before = ", ".join(str(a) for a in self.args[:-1]) + return f"Cannot set {before} and {self.args[-1]} together" + + +class DistributionNotFound(InstallationError): + """Raised when a distribution cannot be found to satisfy a requirement""" + + +class RequirementsFileParseError(InstallationError): + """Raised when a general error occurs parsing a requirements file line.""" + + +class BestVersionAlreadyInstalled(PipError): + """Raised when the most up-to-date version of a package is already + installed.""" + + +class BadCommand(PipError): + """Raised when virtualenv or a command is not found""" + + +class CommandError(PipError): + """Raised when there is an error in command-line arguments""" + + +class PreviousBuildDirError(PipError): + """Raised when there's a previous conflicting build directory""" + + +class NetworkConnectionError(PipError): + """HTTP connection error""" + + def __init__( + self, + error_msg: str, + response: Optional["Response"] = None, + request: Optional["Request"] = None, + ) -> None: + """ + Initialize NetworkConnectionError with `request` and `response` + objects. + """ + self.response = response + self.request = request + self.error_msg = error_msg + if ( + self.response is not None + and not self.request + and hasattr(response, "request") + ): + self.request = self.response.request + super().__init__(error_msg, response, request) + + def __str__(self) -> str: + return str(self.error_msg) + + +class InvalidWheelFilename(InstallationError): + """Invalid wheel filename.""" + + +class UnsupportedWheel(InstallationError): + """Unsupported wheel.""" + + +class InvalidWheel(InstallationError): + """Invalid (e.g. corrupt) wheel.""" + + def __init__(self, location: str, name: str): + self.location = location + self.name = name + + def __str__(self) -> str: + return f"Wheel '{self.name}' located at {self.location} is invalid." + + +class MetadataInconsistent(InstallationError): + """Built metadata contains inconsistent information. + + This is raised when the metadata contains values (e.g. name and version) + that do not match the information previously obtained from sdist filename, + user-supplied ``#egg=`` value, or an install requirement name. + """ + + def __init__( + self, ireq: "InstallRequirement", field: str, f_val: str, m_val: str + ) -> None: + self.ireq = ireq + self.field = field + self.f_val = f_val + self.m_val = m_val + + def __str__(self) -> str: + return ( + f"Requested {self.ireq} has inconsistent {self.field}: " + f"expected {self.f_val!r}, but metadata has {self.m_val!r}" + ) + + +class MetadataInvalid(InstallationError): + """Metadata is invalid.""" + + def __init__(self, ireq: "InstallRequirement", error: str) -> None: + self.ireq = ireq + self.error = error + + def __str__(self) -> str: + return f"Requested {self.ireq} has invalid metadata: {self.error}" + + +class InstallationSubprocessError(DiagnosticPipError, InstallationError): + """A subprocess call failed.""" + + reference = "subprocess-exited-with-error" + + def __init__( + self, + *, + command_description: str, + exit_code: int, + output_lines: Optional[List[str]], + ) -> None: + if output_lines is None: + output_prompt = Text("See above for output.") + else: + output_prompt = ( + Text.from_markup(f"[red][{len(output_lines)} lines of output][/]\n") + + Text("".join(output_lines)) + + Text.from_markup(R"[red]\[end of output][/]") + ) + + super().__init__( + message=( + f"[green]{escape(command_description)}[/] did not run successfully.\n" + f"exit code: {exit_code}" + ), + context=output_prompt, + hint_stmt=None, + note_stmt=( + "This error originates from a subprocess, and is likely not a " + "problem with pip." + ), + ) + + self.command_description = command_description + self.exit_code = exit_code + + def __str__(self) -> str: + return f"{self.command_description} exited with {self.exit_code}" + + +class MetadataGenerationFailed(InstallationSubprocessError, InstallationError): + reference = "metadata-generation-failed" + + def __init__( + self, + *, + package_details: str, + ) -> None: + super(InstallationSubprocessError, self).__init__( + message="Encountered error while generating package metadata.", + context=escape(package_details), + hint_stmt="See above for details.", + note_stmt="This is an issue with the package mentioned above, not pip.", + ) + + def __str__(self) -> str: + return "metadata generation failed" + + +class HashErrors(InstallationError): + """Multiple HashError instances rolled into one for reporting""" + + def __init__(self) -> None: + self.errors: List["HashError"] = [] + + def append(self, error: "HashError") -> None: + self.errors.append(error) + + def __str__(self) -> str: + lines = [] + self.errors.sort(key=lambda e: e.order) + for cls, errors_of_cls in groupby(self.errors, lambda e: e.__class__): + lines.append(cls.head) + lines.extend(e.body() for e in errors_of_cls) + if lines: + return "\n".join(lines) + return "" + + def __bool__(self) -> bool: + return bool(self.errors) + + +class HashError(InstallationError): + """ + A failure to verify a package against known-good hashes + + :cvar order: An int sorting hash exception classes by difficulty of + recovery (lower being harder), so the user doesn't bother fretting + about unpinned packages when he has deeper issues, like VCS + dependencies, to deal with. Also keeps error reports in a + deterministic order. + :cvar head: A section heading for display above potentially many + exceptions of this kind + :ivar req: The InstallRequirement that triggered this error. This is + pasted on after the exception is instantiated, because it's not + typically available earlier. + + """ + + req: Optional["InstallRequirement"] = None + head = "" + order: int = -1 + + def body(self) -> str: + """Return a summary of me for display under the heading. + + This default implementation simply prints a description of the + triggering requirement. + + :param req: The InstallRequirement that provoked this error, with + its link already populated by the resolver's _populate_link(). + + """ + return f" {self._requirement_name()}" + + def __str__(self) -> str: + return f"{self.head}\n{self.body()}" + + def _requirement_name(self) -> str: + """Return a description of the requirement that triggered me. + + This default implementation returns long description of the req, with + line numbers + + """ + return str(self.req) if self.req else "unknown package" + + +class VcsHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 0 + head = ( + "Can't verify hashes for these requirements because we don't " + "have a way to hash version control repositories:" + ) + + +class DirectoryUrlHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 1 + head = ( + "Can't verify hashes for these file:// requirements because they " + "point to directories:" + ) + + +class HashMissing(HashError): + """A hash was needed for a requirement but is absent.""" + + order = 2 + head = ( + "Hashes are required in --require-hashes mode, but they are " + "missing from some requirements. Here is a list of those " + "requirements along with the hashes their downloaded archives " + "actually had. Add lines like these to your requirements files to " + "prevent tampering. (If you did not enable --require-hashes " + "manually, note that it turns on automatically when any package " + "has a hash.)" + ) + + def __init__(self, gotten_hash: str) -> None: + """ + :param gotten_hash: The hash of the (possibly malicious) archive we + just downloaded + """ + self.gotten_hash = gotten_hash + + def body(self) -> str: + # Dodge circular import. + from pip._internal.utils.hashes import FAVORITE_HASH + + package = None + if self.req: + # In the case of URL-based requirements, display the original URL + # seen in the requirements file rather than the package name, + # so the output can be directly copied into the requirements file. + package = ( + self.req.original_link + if self.req.is_direct + # In case someone feeds something downright stupid + # to InstallRequirement's constructor. + else getattr(self.req, "req", None) + ) + return " {} --hash={}:{}".format( + package or "unknown package", FAVORITE_HASH, self.gotten_hash + ) + + +class HashUnpinned(HashError): + """A requirement had a hash specified but was not pinned to a specific + version.""" + + order = 3 + head = ( + "In --require-hashes mode, all requirements must have their " + "versions pinned with ==. These do not:" + ) + + +class HashMismatch(HashError): + """ + Distribution file hash values don't match. + + :ivar package_name: The name of the package that triggered the hash + mismatch. Feel free to write to this after the exception is raise to + improve its error message. + + """ + + order = 4 + head = ( + "THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS " + "FILE. If you have updated the package versions, please update " + "the hashes. Otherwise, examine the package contents carefully; " + "someone may have tampered with them." + ) + + def __init__(self, allowed: Dict[str, List[str]], gots: Dict[str, "_Hash"]) -> None: + """ + :param allowed: A dict of algorithm names pointing to lists of allowed + hex digests + :param gots: A dict of algorithm names pointing to hashes we + actually got from the files under suspicion + """ + self.allowed = allowed + self.gots = gots + + def body(self) -> str: + return f" {self._requirement_name()}:\n{self._hash_comparison()}" + + def _hash_comparison(self) -> str: + """ + Return a comparison of actual and expected hash values. + + Example:: + + Expected sha256 abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde + or 123451234512345123451234512345123451234512345 + Got bcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdef + + """ + + def hash_then_or(hash_name: str) -> "chain[str]": + # For now, all the decent hashes have 6-char names, so we can get + # away with hard-coding space literals. + return chain([hash_name], repeat(" or")) + + lines: List[str] = [] + for hash_name, expecteds in self.allowed.items(): + prefix = hash_then_or(hash_name) + lines.extend((f" Expected {next(prefix)} {e}") for e in expecteds) + lines.append( + f" Got {self.gots[hash_name].hexdigest()}\n" + ) + return "\n".join(lines) + + +class UnsupportedPythonVersion(InstallationError): + """Unsupported python version according to Requires-Python package + metadata.""" + + +class ConfigurationFileCouldNotBeLoaded(ConfigurationError): + """When there are errors while loading a configuration file""" + + def __init__( + self, + reason: str = "could not be loaded", + fname: Optional[str] = None, + error: Optional[configparser.Error] = None, + ) -> None: + super().__init__(error) + self.reason = reason + self.fname = fname + self.error = error + + def __str__(self) -> str: + if self.fname is not None: + message_part = f" in {self.fname}." + else: + assert self.error is not None + message_part = f".\n{self.error}\n" + return f"Configuration file {self.reason}{message_part}" + + +_DEFAULT_EXTERNALLY_MANAGED_ERROR = f"""\ +The Python environment under {sys.prefix} is managed externally, and may not be +manipulated by the user. Please use specific tooling from the distributor of +the Python installation to interact with this environment instead. +""" + + +class ExternallyManagedEnvironment(DiagnosticPipError): + """The current environment is externally managed. + + This is raised when the current environment is externally managed, as + defined by `PEP 668`_. The ``EXTERNALLY-MANAGED`` configuration is checked + and displayed when the error is bubbled up to the user. + + :param error: The error message read from ``EXTERNALLY-MANAGED``. + """ + + reference = "externally-managed-environment" + + def __init__(self, error: Optional[str]) -> None: + if error is None: + context = Text(_DEFAULT_EXTERNALLY_MANAGED_ERROR) + else: + context = Text(error) + super().__init__( + message="This environment is externally managed", + context=context, + note_stmt=( + "If you believe this is a mistake, please contact your " + "Python installation or OS distribution provider. " + "You can override this, at the risk of breaking your Python " + "installation or OS, by passing --break-system-packages." + ), + hint_stmt=Text("See PEP 668 for the detailed specification."), + ) + + @staticmethod + def _iter_externally_managed_error_keys() -> Iterator[str]: + # LC_MESSAGES is in POSIX, but not the C standard. The most common + # platform that does not implement this category is Windows, where + # using other categories for console message localization is equally + # unreliable, so we fall back to the locale-less vendor message. This + # can always be re-evaluated when a vendor proposes a new alternative. + try: + category = locale.LC_MESSAGES + except AttributeError: + lang: Optional[str] = None + else: + lang, _ = locale.getlocale(category) + if lang is not None: + yield f"Error-{lang}" + for sep in ("-", "_"): + before, found, _ = lang.partition(sep) + if not found: + continue + yield f"Error-{before}" + yield "Error" + + @classmethod + def from_config( + cls, + config: Union[pathlib.Path, str], + ) -> "ExternallyManagedEnvironment": + parser = configparser.ConfigParser(interpolation=None) + try: + parser.read(config, encoding="utf-8") + section = parser["externally-managed"] + for key in cls._iter_externally_managed_error_keys(): + with contextlib.suppress(KeyError): + return cls(section[key]) + except KeyError: + pass + except (OSError, UnicodeDecodeError, configparser.ParsingError): + from pip._internal.utils._log import VERBOSE + + exc_info = logger.isEnabledFor(VERBOSE) + logger.warning("Failed to read %s", config, exc_info=exc_info) + return cls(None) + + +class UninstallMissingRecord(DiagnosticPipError): + reference = "uninstall-no-record-file" + + def __init__(self, *, distribution: "BaseDistribution") -> None: + installer = distribution.installer + if not installer or installer == "pip": + dep = f"{distribution.raw_name}=={distribution.version}" + hint = Text.assemble( + "You might be able to recover from this via: ", + (f"pip install --force-reinstall --no-deps {dep}", "green"), + ) + else: + hint = Text( + f"The package was installed by {installer}. " + "You should check if it can uninstall the package." + ) + + super().__init__( + message=Text(f"Cannot uninstall {distribution}"), + context=( + "The package's contents are unknown: " + f"no RECORD file was found for {distribution.raw_name}." + ), + hint_stmt=hint, + ) + + +class LegacyDistutilsInstall(DiagnosticPipError): + reference = "uninstall-distutils-installed-package" + + def __init__(self, *, distribution: "BaseDistribution") -> None: + super().__init__( + message=Text(f"Cannot uninstall {distribution}"), + context=( + "It is a distutils installed project and thus we cannot accurately " + "determine which files belong to it which would lead to only a partial " + "uninstall." + ), + hint_stmt=None, + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 00000000..7a17b7b3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ee0a80c454fdf5116c0e5bb35d9315cdcbd3826e GIT binary patch literal 244 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 JL}51J{~yQ;HV6O! literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ace9910155b808ad1add751798b20f15bae4f483 GIT binary patch literal 12600 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/index/collector.py b/.venv/lib/python3.12/site-packages/pip/_internal/index/collector.py new file mode 100644 index 00000000..5f8fdee3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/index/collector.py @@ -0,0 +1,494 @@ +""" +The main purpose of this module is to expose LinkCollector.collect_sources(). +""" + +import collections +import email.message +import functools +import itertools +import json +import logging +import os +import urllib.parse +import urllib.request +from dataclasses import dataclass +from html.parser import HTMLParser +from optparse import Values +from typing import ( + Callable, + Dict, + Iterable, + List, + MutableMapping, + NamedTuple, + Optional, + Protocol, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests +from pip._vendor.requests import Response +from pip._vendor.requests.exceptions import RetryError, SSLError + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import redact_auth_from_url +from pip._internal.vcs import vcs + +from .sources import CandidatesFromPage, LinkSource, build_source + +logger = logging.getLogger(__name__) + +ResponseHeaders = MutableMapping[str, str] + + +def _match_vcs_scheme(url: str) -> Optional[str]: + """Look for VCS schemes in the URL. + + Returns the matched VCS scheme, or None if there's no match. + """ + for scheme in vcs.schemes: + if url.lower().startswith(scheme) and url[len(scheme)] in "+:": + return scheme + return None + + +class _NotAPIContent(Exception): + def __init__(self, content_type: str, request_desc: str) -> None: + super().__init__(content_type, request_desc) + self.content_type = content_type + self.request_desc = request_desc + + +def _ensure_api_header(response: Response) -> None: + """ + Check the Content-Type header to ensure the response contains a Simple + API Response. + + Raises `_NotAPIContent` if the content type is not a valid content-type. + """ + content_type = response.headers.get("Content-Type", "Unknown") + + content_type_l = content_type.lower() + if content_type_l.startswith( + ( + "text/html", + "application/vnd.pypi.simple.v1+html", + "application/vnd.pypi.simple.v1+json", + ) + ): + return + + raise _NotAPIContent(content_type, response.request.method) + + +class _NotHTTP(Exception): + pass + + +def _ensure_api_response(url: str, session: PipSession) -> None: + """ + Send a HEAD request to the URL, and ensure the response contains a simple + API Response. + + Raises `_NotHTTP` if the URL is not available for a HEAD request, or + `_NotAPIContent` if the content type is not a valid content type. + """ + scheme, netloc, path, query, fragment = urllib.parse.urlsplit(url) + if scheme not in {"http", "https"}: + raise _NotHTTP() + + resp = session.head(url, allow_redirects=True) + raise_for_status(resp) + + _ensure_api_header(resp) + + +def _get_simple_response(url: str, session: PipSession) -> Response: + """Access an Simple API response with GET, and return the response. + + This consists of three parts: + + 1. If the URL looks suspiciously like an archive, send a HEAD first to + check the Content-Type is HTML or Simple API, to avoid downloading a + large file. Raise `_NotHTTP` if the content type cannot be determined, or + `_NotAPIContent` if it is not HTML or a Simple API. + 2. Actually perform the request. Raise HTTP exceptions on network failures. + 3. Check the Content-Type header to make sure we got a Simple API response, + and raise `_NotAPIContent` otherwise. + """ + if is_archive_file(Link(url).filename): + _ensure_api_response(url, session=session) + + logger.debug("Getting page %s", redact_auth_from_url(url)) + + resp = session.get( + url, + headers={ + "Accept": ", ".join( + [ + "application/vnd.pypi.simple.v1+json", + "application/vnd.pypi.simple.v1+html; q=0.1", + "text/html; q=0.01", + ] + ), + # We don't want to blindly returned cached data for + # /simple/, because authors generally expecting that + # twine upload && pip install will function, but if + # they've done a pip install in the last ~10 minutes + # it won't. Thus by setting this to zero we will not + # blindly use any cached data, however the benefit of + # using max-age=0 instead of no-cache, is that we will + # still support conditional requests, so we will still + # minimize traffic sent in cases where the page hasn't + # changed at all, we will just always incur the round + # trip for the conditional GET now instead of only + # once per 10 minutes. + # For more information, please see pypa/pip#5670. + "Cache-Control": "max-age=0", + }, + ) + raise_for_status(resp) + + # The check for archives above only works if the url ends with + # something that looks like an archive. However that is not a + # requirement of an url. Unless we issue a HEAD request on every + # url we cannot know ahead of time for sure if something is a + # Simple API response or not. However we can check after we've + # downloaded it. + _ensure_api_header(resp) + + logger.debug( + "Fetched page %s as %s", + redact_auth_from_url(url), + resp.headers.get("Content-Type", "Unknown"), + ) + + return resp + + +def _get_encoding_from_headers(headers: ResponseHeaders) -> Optional[str]: + """Determine if we have any encoding information in our headers.""" + if headers and "Content-Type" in headers: + m = email.message.Message() + m["content-type"] = headers["Content-Type"] + charset = m.get_param("charset") + if charset: + return str(charset) + return None + + +class CacheablePageContent: + def __init__(self, page: "IndexContent") -> None: + assert page.cache_link_parsing + self.page = page + + def __eq__(self, other: object) -> bool: + return isinstance(other, type(self)) and self.page.url == other.page.url + + def __hash__(self) -> int: + return hash(self.page.url) + + +class ParseLinks(Protocol): + def __call__(self, page: "IndexContent") -> Iterable[Link]: ... + + +def with_cached_index_content(fn: ParseLinks) -> ParseLinks: + """ + Given a function that parses an Iterable[Link] from an IndexContent, cache the + function's result (keyed by CacheablePageContent), unless the IndexContent + `page` has `page.cache_link_parsing == False`. + """ + + @functools.lru_cache(maxsize=None) + def wrapper(cacheable_page: CacheablePageContent) -> List[Link]: + return list(fn(cacheable_page.page)) + + @functools.wraps(fn) + def wrapper_wrapper(page: "IndexContent") -> List[Link]: + if page.cache_link_parsing: + return wrapper(CacheablePageContent(page)) + return list(fn(page)) + + return wrapper_wrapper + + +@with_cached_index_content +def parse_links(page: "IndexContent") -> Iterable[Link]: + """ + Parse a Simple API's Index Content, and yield its anchor elements as Link objects. + """ + + content_type_l = page.content_type.lower() + if content_type_l.startswith("application/vnd.pypi.simple.v1+json"): + data = json.loads(page.content) + for file in data.get("files", []): + link = Link.from_json(file, page.url) + if link is None: + continue + yield link + return + + parser = HTMLLinkParser(page.url) + encoding = page.encoding or "utf-8" + parser.feed(page.content.decode(encoding)) + + url = page.url + base_url = parser.base_url or url + for anchor in parser.anchors: + link = Link.from_element(anchor, page_url=url, base_url=base_url) + if link is None: + continue + yield link + + +@dataclass(frozen=True) +class IndexContent: + """Represents one response (or page), along with its URL. + + :param encoding: the encoding to decode the given content. + :param url: the URL from which the HTML was downloaded. + :param cache_link_parsing: whether links parsed from this page's url + should be cached. PyPI index urls should + have this set to False, for example. + """ + + content: bytes + content_type: str + encoding: Optional[str] + url: str + cache_link_parsing: bool = True + + def __str__(self) -> str: + return redact_auth_from_url(self.url) + + +class HTMLLinkParser(HTMLParser): + """ + HTMLParser that keeps the first base HREF and a list of all anchor + elements' attributes. + """ + + def __init__(self, url: str) -> None: + super().__init__(convert_charrefs=True) + + self.url: str = url + self.base_url: Optional[str] = None + self.anchors: List[Dict[str, Optional[str]]] = [] + + def handle_starttag(self, tag: str, attrs: List[Tuple[str, Optional[str]]]) -> None: + if tag == "base" and self.base_url is None: + href = self.get_href(attrs) + if href is not None: + self.base_url = href + elif tag == "a": + self.anchors.append(dict(attrs)) + + def get_href(self, attrs: List[Tuple[str, Optional[str]]]) -> Optional[str]: + for name, value in attrs: + if name == "href": + return value + return None + + +def _handle_get_simple_fail( + link: Link, + reason: Union[str, Exception], + meth: Optional[Callable[..., None]] = None, +) -> None: + if meth is None: + meth = logger.debug + meth("Could not fetch URL %s: %s - skipping", link, reason) + + +def _make_index_content( + response: Response, cache_link_parsing: bool = True +) -> IndexContent: + encoding = _get_encoding_from_headers(response.headers) + return IndexContent( + response.content, + response.headers["Content-Type"], + encoding=encoding, + url=response.url, + cache_link_parsing=cache_link_parsing, + ) + + +def _get_index_content(link: Link, *, session: PipSession) -> Optional["IndexContent"]: + url = link.url.split("#", 1)[0] + + # Check for VCS schemes that do not support lookup as web pages. + vcs_scheme = _match_vcs_scheme(url) + if vcs_scheme: + logger.warning( + "Cannot look at %s URL %s because it does not support lookup as web pages.", + vcs_scheme, + link, + ) + return None + + # Tack index.html onto file:// URLs that point to directories + scheme, _, path, _, _, _ = urllib.parse.urlparse(url) + if scheme == "file" and os.path.isdir(urllib.request.url2pathname(path)): + # add trailing slash if not present so urljoin doesn't trim + # final segment + if not url.endswith("/"): + url += "/" + # TODO: In the future, it would be nice if pip supported PEP 691 + # style responses in the file:// URLs, however there's no + # standard file extension for application/vnd.pypi.simple.v1+json + # so we'll need to come up with something on our own. + url = urllib.parse.urljoin(url, "index.html") + logger.debug(" file: URL is directory, getting %s", url) + + try: + resp = _get_simple_response(url, session=session) + except _NotHTTP: + logger.warning( + "Skipping page %s because it looks like an archive, and cannot " + "be checked by a HTTP HEAD request.", + link, + ) + except _NotAPIContent as exc: + logger.warning( + "Skipping page %s because the %s request got Content-Type: %s. " + "The only supported Content-Types are application/vnd.pypi.simple.v1+json, " + "application/vnd.pypi.simple.v1+html, and text/html", + link, + exc.request_desc, + exc.content_type, + ) + except NetworkConnectionError as exc: + _handle_get_simple_fail(link, exc) + except RetryError as exc: + _handle_get_simple_fail(link, exc) + except SSLError as exc: + reason = "There was a problem confirming the ssl certificate: " + reason += str(exc) + _handle_get_simple_fail(link, reason, meth=logger.info) + except requests.ConnectionError as exc: + _handle_get_simple_fail(link, f"connection error: {exc}") + except requests.Timeout: + _handle_get_simple_fail(link, "timed out") + else: + return _make_index_content(resp, cache_link_parsing=link.cache_link_parsing) + return None + + +class CollectedSources(NamedTuple): + find_links: Sequence[Optional[LinkSource]] + index_urls: Sequence[Optional[LinkSource]] + + +class LinkCollector: + """ + Responsible for collecting Link objects from all configured locations, + making network requests as needed. + + The class's main method is its collect_sources() method. + """ + + def __init__( + self, + session: PipSession, + search_scope: SearchScope, + ) -> None: + self.search_scope = search_scope + self.session = session + + @classmethod + def create( + cls, + session: PipSession, + options: Values, + suppress_no_index: bool = False, + ) -> "LinkCollector": + """ + :param session: The Session to use to make requests. + :param suppress_no_index: Whether to ignore the --no-index option + when constructing the SearchScope object. + """ + index_urls = [options.index_url] + options.extra_index_urls + if options.no_index and not suppress_no_index: + logger.debug( + "Ignoring indexes: %s", + ",".join(redact_auth_from_url(url) for url in index_urls), + ) + index_urls = [] + + # Make sure find_links is a list before passing to create(). + find_links = options.find_links or [] + + search_scope = SearchScope.create( + find_links=find_links, + index_urls=index_urls, + no_index=options.no_index, + ) + link_collector = LinkCollector( + session=session, + search_scope=search_scope, + ) + return link_collector + + @property + def find_links(self) -> List[str]: + return self.search_scope.find_links + + def fetch_response(self, location: Link) -> Optional[IndexContent]: + """ + Fetch an HTML page containing package links. + """ + return _get_index_content(location, session=self.session) + + def collect_sources( + self, + project_name: str, + candidates_from_page: CandidatesFromPage, + ) -> CollectedSources: + # The OrderedDict calls deduplicate sources by URL. + index_url_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=False, + cache_link_parsing=False, + project_name=project_name, + ) + for loc in self.search_scope.get_index_urls_locations(project_name) + ).values() + find_links_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=True, + cache_link_parsing=True, + project_name=project_name, + ) + for loc in self.find_links + ).values() + + if logger.isEnabledFor(logging.DEBUG): + lines = [ + f"* {s.link}" + for s in itertools.chain(find_links_sources, index_url_sources) + if s is not None and s.link is not None + ] + lines = [ + f"{len(lines)} location(s) to search " + f"for versions of {project_name}:" + ] + lines + logger.debug("\n".join(lines)) + + return CollectedSources( + find_links=list(find_links_sources), + index_urls=list(index_url_sources), + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py b/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 00000000..0d65ce35 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,1020 @@ +"""Routines related to PyPI, indexes""" + +import enum +import functools +import itertools +import logging +import re +from dataclasses import dataclass +from typing import TYPE_CHECKING, FrozenSet, Iterable, List, Optional, Set, Tuple, Union + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.tags import Tag +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import InvalidVersion, _BaseVersion +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + InvalidWheelFilename, + UnsupportedWheel, +) +from pip._internal.index.collector import LinkCollector, parse_links +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.format_control import FormatControl +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.models.wheel import Wheel +from pip._internal.req import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import build_netloc +from pip._internal.utils.packaging import check_requires_python +from pip._internal.utils.unpacking import SUPPORTED_EXTENSIONS + +if TYPE_CHECKING: + from pip._vendor.typing_extensions import TypeGuard + +__all__ = ["FormatControl", "BestCandidateResult", "PackageFinder"] + + +logger = getLogger(__name__) + +BuildTag = Union[Tuple[()], Tuple[int, str]] +CandidateSortingKey = Tuple[int, int, int, _BaseVersion, Optional[int], BuildTag] + + +def _check_link_requires_python( + link: Link, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> bool: + """ + Return whether the given Python version is compatible with a link's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + """ + try: + is_compatible = check_requires_python( + link.requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier: + logger.debug( + "Ignoring invalid Requires-Python (%r) for link: %s", + link.requires_python, + link, + ) + else: + if not is_compatible: + version = ".".join(map(str, version_info)) + if not ignore_requires_python: + logger.verbose( + "Link requires a different Python (%s not in: %r): %s", + version, + link.requires_python, + link, + ) + return False + + logger.debug( + "Ignoring failed Requires-Python check (%s not in: %r) for link: %s", + version, + link.requires_python, + link, + ) + + return True + + +class LinkType(enum.Enum): + candidate = enum.auto() + different_project = enum.auto() + yanked = enum.auto() + format_unsupported = enum.auto() + format_invalid = enum.auto() + platform_mismatch = enum.auto() + requires_python_mismatch = enum.auto() + + +class LinkEvaluator: + """ + Responsible for evaluating links for a particular project. + """ + + _py_version_re = re.compile(r"-py([123]\.?[0-9]?)$") + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + project_name: str, + canonical_name: str, + formats: FrozenSet[str], + target_python: TargetPython, + allow_yanked: bool, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + :param project_name: The user supplied package name. + :param canonical_name: The canonical package name. + :param formats: The formats allowed for this package. Should be a set + with 'binary' or 'source' or both in it. + :param target_python: The target Python interpreter to use when + evaluating link compatibility. This is used, for example, to + check wheel compatibility, as well as when checking the Python + version, e.g. the Python version embedded in a link filename + (or egg fragment) and against an HTML link's optional PEP 503 + "data-requires-python" attribute. + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param ignore_requires_python: Whether to ignore incompatible + PEP 503 "data-requires-python" values in HTML links. Defaults + to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self._allow_yanked = allow_yanked + self._canonical_name = canonical_name + self._ignore_requires_python = ignore_requires_python + self._formats = formats + self._target_python = target_python + + self.project_name = project_name + + def evaluate_link(self, link: Link) -> Tuple[LinkType, str]: + """ + Determine whether a link is a candidate for installation. + + :return: A tuple (result, detail), where *result* is an enum + representing whether the evaluation found a candidate, or the reason + why one is not found. If a candidate is found, *detail* will be the + candidate's version string; if one is not found, it contains the + reason the link fails to qualify. + """ + version = None + if link.is_yanked and not self._allow_yanked: + reason = link.yanked_reason or "" + return (LinkType.yanked, f"yanked for reason: {reason}") + + if link.egg_fragment: + egg_info = link.egg_fragment + ext = link.ext + else: + egg_info, ext = link.splitext() + if not ext: + return (LinkType.format_unsupported, "not a file") + if ext not in SUPPORTED_EXTENSIONS: + return ( + LinkType.format_unsupported, + f"unsupported archive format: {ext}", + ) + if "binary" not in self._formats and ext == WHEEL_EXTENSION: + reason = f"No binaries permitted for {self.project_name}" + return (LinkType.format_unsupported, reason) + if "macosx10" in link.path and ext == ".zip": + return (LinkType.format_unsupported, "macosx10 one") + if ext == WHEEL_EXTENSION: + try: + wheel = Wheel(link.filename) + except InvalidWheelFilename: + return ( + LinkType.format_invalid, + "invalid wheel filename", + ) + if canonicalize_name(wheel.name) != self._canonical_name: + reason = f"wrong project name (not {self.project_name})" + return (LinkType.different_project, reason) + + supported_tags = self._target_python.get_unsorted_tags() + if not wheel.supported(supported_tags): + # Include the wheel's tags in the reason string to + # simplify troubleshooting compatibility issues. + file_tags = ", ".join(wheel.get_formatted_file_tags()) + reason = ( + f"none of the wheel's tags ({file_tags}) are compatible " + f"(run pip debug --verbose to show compatible tags)" + ) + return (LinkType.platform_mismatch, reason) + + version = wheel.version + + # This should be up by the self.ok_binary check, but see issue 2700. + if "source" not in self._formats and ext != WHEEL_EXTENSION: + reason = f"No sources permitted for {self.project_name}" + return (LinkType.format_unsupported, reason) + + if not version: + version = _extract_version_from_fragment( + egg_info, + self._canonical_name, + ) + if not version: + reason = f"Missing project version for {self.project_name}" + return (LinkType.format_invalid, reason) + + match = self._py_version_re.search(version) + if match: + version = version[: match.start()] + py_version = match.group(1) + if py_version != self._target_python.py_version: + return ( + LinkType.platform_mismatch, + "Python version is incorrect", + ) + + supports_python = _check_link_requires_python( + link, + version_info=self._target_python.py_version_info, + ignore_requires_python=self._ignore_requires_python, + ) + if not supports_python: + reason = f"{version} Requires-Python {link.requires_python}" + return (LinkType.requires_python_mismatch, reason) + + logger.debug("Found link %s, version: %s", link, version) + + return (LinkType.candidate, version) + + +def filter_unallowed_hashes( + candidates: List[InstallationCandidate], + hashes: Optional[Hashes], + project_name: str, +) -> List[InstallationCandidate]: + """ + Filter out candidates whose hashes aren't allowed, and return a new + list of candidates. + + If at least one candidate has an allowed hash, then all candidates with + either an allowed hash or no hash specified are returned. Otherwise, + the given candidates are returned. + + Including the candidates with no hash specified when there is a match + allows a warning to be logged if there is a more preferred candidate + with no hash specified. Returning all candidates in the case of no + matches lets pip report the hash of the candidate that would otherwise + have been installed (e.g. permitting the user to more easily update + their requirements file with the desired hash). + """ + if not hashes: + logger.debug( + "Given no hashes to check %s links for project %r: " + "discarding no candidates", + len(candidates), + project_name, + ) + # Make sure we're not returning back the given value. + return list(candidates) + + matches_or_no_digest = [] + # Collect the non-matches for logging purposes. + non_matches = [] + match_count = 0 + for candidate in candidates: + link = candidate.link + if not link.has_hash: + pass + elif link.is_hash_allowed(hashes=hashes): + match_count += 1 + else: + non_matches.append(candidate) + continue + + matches_or_no_digest.append(candidate) + + if match_count: + filtered = matches_or_no_digest + else: + # Make sure we're not returning back the given value. + filtered = list(candidates) + + if len(filtered) == len(candidates): + discard_message = "discarding no candidates" + else: + discard_message = "discarding {} non-matches:\n {}".format( + len(non_matches), + "\n ".join(str(candidate.link) for candidate in non_matches), + ) + + logger.debug( + "Checked %s links for project %r against %s hashes " + "(%s matches, %s no digest): %s", + len(candidates), + project_name, + hashes.digest_count, + match_count, + len(matches_or_no_digest) - match_count, + discard_message, + ) + + return filtered + + +@dataclass +class CandidatePreferences: + """ + Encapsulates some of the preferences for filtering and sorting + InstallationCandidate objects. + """ + + prefer_binary: bool = False + allow_all_prereleases: bool = False + + +class BestCandidateResult: + """A collection of candidates, returned by `PackageFinder.find_best_candidate`. + + This class is only intended to be instantiated by CandidateEvaluator's + `compute_best_candidate()` method. + """ + + def __init__( + self, + candidates: List[InstallationCandidate], + applicable_candidates: List[InstallationCandidate], + best_candidate: Optional[InstallationCandidate], + ) -> None: + """ + :param candidates: A sequence of all available candidates found. + :param applicable_candidates: The applicable candidates. + :param best_candidate: The most preferred candidate found, or None + if no applicable candidates were found. + """ + assert set(applicable_candidates) <= set(candidates) + + if best_candidate is None: + assert not applicable_candidates + else: + assert best_candidate in applicable_candidates + + self._applicable_candidates = applicable_candidates + self._candidates = candidates + + self.best_candidate = best_candidate + + def iter_all(self) -> Iterable[InstallationCandidate]: + """Iterate through all candidates.""" + return iter(self._candidates) + + def iter_applicable(self) -> Iterable[InstallationCandidate]: + """Iterate through the applicable candidates.""" + return iter(self._applicable_candidates) + + +class CandidateEvaluator: + """ + Responsible for filtering and sorting candidates for installation based + on what tags are valid. + """ + + @classmethod + def create( + cls, + project_name: str, + target_python: Optional[TargetPython] = None, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> "CandidateEvaluator": + """Create a CandidateEvaluator object. + + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + :param hashes: An optional collection of allowed hashes. + """ + if target_python is None: + target_python = TargetPython() + if specifier is None: + specifier = specifiers.SpecifierSet() + + supported_tags = target_python.get_sorted_tags() + + return cls( + project_name=project_name, + supported_tags=supported_tags, + specifier=specifier, + prefer_binary=prefer_binary, + allow_all_prereleases=allow_all_prereleases, + hashes=hashes, + ) + + def __init__( + self, + project_name: str, + supported_tags: List[Tag], + specifier: specifiers.BaseSpecifier, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + hashes: Optional[Hashes] = None, + ) -> None: + """ + :param supported_tags: The PEP 425 tags supported by the target + Python in order of preference (most preferred first). + """ + self._allow_all_prereleases = allow_all_prereleases + self._hashes = hashes + self._prefer_binary = prefer_binary + self._project_name = project_name + self._specifier = specifier + self._supported_tags = supported_tags + # Since the index of the tag in the _supported_tags list is used + # as a priority, precompute a map from tag to index/priority to be + # used in wheel.find_most_preferred_tag. + self._wheel_tag_preferences = { + tag: idx for idx, tag in enumerate(supported_tags) + } + + def get_applicable_candidates( + self, + candidates: List[InstallationCandidate], + ) -> List[InstallationCandidate]: + """ + Return the applicable candidates from a list of candidates. + """ + # Using None infers from the specifier instead. + allow_prereleases = self._allow_all_prereleases or None + specifier = self._specifier + + # We turn the version object into a str here because otherwise + # when we're debundled but setuptools isn't, Python will see + # packaging.version.Version and + # pkg_resources._vendor.packaging.version.Version as different + # types. This way we'll use a str as a common data interchange + # format. If we stop using the pkg_resources provided specifier + # and start using our own, we can drop the cast to str(). + candidates_and_versions = [(c, str(c.version)) for c in candidates] + versions = set( + specifier.filter( + (v for _, v in candidates_and_versions), + prereleases=allow_prereleases, + ) + ) + + applicable_candidates = [c for c, v in candidates_and_versions if v in versions] + filtered_applicable_candidates = filter_unallowed_hashes( + candidates=applicable_candidates, + hashes=self._hashes, + project_name=self._project_name, + ) + + return sorted(filtered_applicable_candidates, key=self._sort_key) + + def _sort_key(self, candidate: InstallationCandidate) -> CandidateSortingKey: + """ + Function to pass as the `key` argument to a call to sorted() to sort + InstallationCandidates by preference. + + Returns a tuple such that tuples sorting as greater using Python's + default comparison operator are more preferred. + + The preference is as follows: + + First and foremost, candidates with allowed (matching) hashes are + always preferred over candidates without matching hashes. This is + because e.g. if the only candidate with an allowed hash is yanked, + we still want to use that candidate. + + Second, excepting hash considerations, candidates that have been + yanked (in the sense of PEP 592) are always less preferred than + candidates that haven't been yanked. Then: + + If not finding wheels, they are sorted by version only. + If finding wheels, then the sort order is by version, then: + 1. existing installs + 2. wheels ordered via Wheel.support_index_min(self._supported_tags) + 3. source archives + If prefer_binary was set, then all wheels are sorted above sources. + + Note: it was considered to embed this logic into the Link + comparison operators, but then different sdist links + with the same version, would have to be considered equal + """ + valid_tags = self._supported_tags + support_num = len(valid_tags) + build_tag: BuildTag = () + binary_preference = 0 + link = candidate.link + if link.is_wheel: + # can raise InvalidWheelFilename + wheel = Wheel(link.filename) + try: + pri = -( + wheel.find_most_preferred_tag( + valid_tags, self._wheel_tag_preferences + ) + ) + except ValueError: + raise UnsupportedWheel( + f"{wheel.filename} is not a supported wheel for this platform. It " + "can't be sorted." + ) + if self._prefer_binary: + binary_preference = 1 + if wheel.build_tag is not None: + match = re.match(r"^(\d+)(.*)$", wheel.build_tag) + assert match is not None, "guaranteed by filename validation" + build_tag_groups = match.groups() + build_tag = (int(build_tag_groups[0]), build_tag_groups[1]) + else: # sdist + pri = -(support_num) + has_allowed_hash = int(link.is_hash_allowed(self._hashes)) + yank_value = -1 * int(link.is_yanked) # -1 for yanked. + return ( + has_allowed_hash, + yank_value, + binary_preference, + candidate.version, + pri, + build_tag, + ) + + def sort_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> Optional[InstallationCandidate]: + """ + Return the best candidate per the instance's sort order, or None if + no candidate is acceptable. + """ + if not candidates: + return None + best_candidate = max(candidates, key=self._sort_key) + return best_candidate + + def compute_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> BestCandidateResult: + """ + Compute and return a `BestCandidateResult` instance. + """ + applicable_candidates = self.get_applicable_candidates(candidates) + + best_candidate = self.sort_best_candidate(applicable_candidates) + + return BestCandidateResult( + candidates, + applicable_candidates=applicable_candidates, + best_candidate=best_candidate, + ) + + +class PackageFinder: + """This finds packages. + + This is meant to match easy_install's technique for looking for + packages, by reading pages and looking for appropriate links. + """ + + def __init__( + self, + link_collector: LinkCollector, + target_python: TargetPython, + allow_yanked: bool, + format_control: Optional[FormatControl] = None, + candidate_prefs: Optional[CandidatePreferences] = None, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + This constructor is primarily meant to be used by the create() class + method and from tests. + + :param format_control: A FormatControl object, used to control + the selection of source packages / binary packages when consulting + the index and links. + :param candidate_prefs: Options to use when creating a + CandidateEvaluator object. + """ + if candidate_prefs is None: + candidate_prefs = CandidatePreferences() + + format_control = format_control or FormatControl(set(), set()) + + self._allow_yanked = allow_yanked + self._candidate_prefs = candidate_prefs + self._ignore_requires_python = ignore_requires_python + self._link_collector = link_collector + self._target_python = target_python + + self.format_control = format_control + + # These are boring links that have already been logged somehow. + self._logged_links: Set[Tuple[Link, LinkType, str]] = set() + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + @classmethod + def create( + cls, + link_collector: LinkCollector, + selection_prefs: SelectionPreferences, + target_python: Optional[TargetPython] = None, + ) -> "PackageFinder": + """Create a PackageFinder. + + :param selection_prefs: The candidate selection preferences, as a + SelectionPreferences object. + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + """ + if target_python is None: + target_python = TargetPython() + + candidate_prefs = CandidatePreferences( + prefer_binary=selection_prefs.prefer_binary, + allow_all_prereleases=selection_prefs.allow_all_prereleases, + ) + + return cls( + candidate_prefs=candidate_prefs, + link_collector=link_collector, + target_python=target_python, + allow_yanked=selection_prefs.allow_yanked, + format_control=selection_prefs.format_control, + ignore_requires_python=selection_prefs.ignore_requires_python, + ) + + @property + def target_python(self) -> TargetPython: + return self._target_python + + @property + def search_scope(self) -> SearchScope: + return self._link_collector.search_scope + + @search_scope.setter + def search_scope(self, search_scope: SearchScope) -> None: + self._link_collector.search_scope = search_scope + + @property + def find_links(self) -> List[str]: + return self._link_collector.find_links + + @property + def index_urls(self) -> List[str]: + return self.search_scope.index_urls + + @property + def trusted_hosts(self) -> Iterable[str]: + for host_port in self._link_collector.session.pip_trusted_origins: + yield build_netloc(*host_port) + + @property + def allow_all_prereleases(self) -> bool: + return self._candidate_prefs.allow_all_prereleases + + def set_allow_all_prereleases(self) -> None: + self._candidate_prefs.allow_all_prereleases = True + + @property + def prefer_binary(self) -> bool: + return self._candidate_prefs.prefer_binary + + def set_prefer_binary(self) -> None: + self._candidate_prefs.prefer_binary = True + + def requires_python_skipped_reasons(self) -> List[str]: + reasons = { + detail + for _, result, detail in self._logged_links + if result == LinkType.requires_python_mismatch + } + return sorted(reasons) + + def make_link_evaluator(self, project_name: str) -> LinkEvaluator: + canonical_name = canonicalize_name(project_name) + formats = self.format_control.get_allowed_formats(canonical_name) + + return LinkEvaluator( + project_name=project_name, + canonical_name=canonical_name, + formats=formats, + target_python=self._target_python, + allow_yanked=self._allow_yanked, + ignore_requires_python=self._ignore_requires_python, + ) + + def _sort_links(self, links: Iterable[Link]) -> List[Link]: + """ + Returns elements of links in order, non-egg links first, egg links + second, while eliminating duplicates + """ + eggs, no_eggs = [], [] + seen: Set[Link] = set() + for link in links: + if link not in seen: + seen.add(link) + if link.egg_fragment: + eggs.append(link) + else: + no_eggs.append(link) + return no_eggs + eggs + + def _log_skipped_link(self, link: Link, result: LinkType, detail: str) -> None: + entry = (link, result, detail) + if entry not in self._logged_links: + # Put the link at the end so the reason is more visible and because + # the link string is usually very long. + logger.debug("Skipping link: %s: %s", detail, link) + self._logged_links.add(entry) + + def get_install_candidate( + self, link_evaluator: LinkEvaluator, link: Link + ) -> Optional[InstallationCandidate]: + """ + If the link is a candidate for install, convert it to an + InstallationCandidate and return it. Otherwise, return None. + """ + result, detail = link_evaluator.evaluate_link(link) + if result != LinkType.candidate: + self._log_skipped_link(link, result, detail) + return None + + try: + return InstallationCandidate( + name=link_evaluator.project_name, + link=link, + version=detail, + ) + except InvalidVersion: + return None + + def evaluate_links( + self, link_evaluator: LinkEvaluator, links: Iterable[Link] + ) -> List[InstallationCandidate]: + """ + Convert links that are candidates to InstallationCandidate objects. + """ + candidates = [] + for link in self._sort_links(links): + candidate = self.get_install_candidate(link_evaluator, link) + if candidate is not None: + candidates.append(candidate) + + return candidates + + def process_project_url( + self, project_url: Link, link_evaluator: LinkEvaluator + ) -> List[InstallationCandidate]: + logger.debug( + "Fetching project page and analyzing links: %s", + project_url, + ) + index_response = self._link_collector.fetch_response(project_url) + if index_response is None: + return [] + + page_links = list(parse_links(index_response)) + + with indent_log(): + package_links = self.evaluate_links( + link_evaluator, + links=page_links, + ) + + return package_links + + @functools.lru_cache(maxsize=None) + def find_all_candidates(self, project_name: str) -> List[InstallationCandidate]: + """Find all available InstallationCandidate for project_name + + This checks index_urls and find_links. + All versions found are returned as an InstallationCandidate list. + + See LinkEvaluator.evaluate_link() for details on which files + are accepted. + """ + link_evaluator = self.make_link_evaluator(project_name) + + collected_sources = self._link_collector.collect_sources( + project_name=project_name, + candidates_from_page=functools.partial( + self.process_project_url, + link_evaluator=link_evaluator, + ), + ) + + page_candidates_it = itertools.chain.from_iterable( + source.page_candidates() + for sources in collected_sources + for source in sources + if source is not None + ) + page_candidates = list(page_candidates_it) + + file_links_it = itertools.chain.from_iterable( + source.file_links() + for sources in collected_sources + for source in sources + if source is not None + ) + file_candidates = self.evaluate_links( + link_evaluator, + sorted(file_links_it, reverse=True), + ) + + if logger.isEnabledFor(logging.DEBUG) and file_candidates: + paths = [] + for candidate in file_candidates: + assert candidate.link.url # we need to have a URL + try: + paths.append(candidate.link.file_path) + except Exception: + paths.append(candidate.link.url) # it's not a local file + + logger.debug("Local files found: %s", ", ".join(paths)) + + # This is an intentional priority ordering + return file_candidates + page_candidates + + def make_candidate_evaluator( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> CandidateEvaluator: + """Create a CandidateEvaluator object to use.""" + candidate_prefs = self._candidate_prefs + return CandidateEvaluator.create( + project_name=project_name, + target_python=self._target_python, + prefer_binary=candidate_prefs.prefer_binary, + allow_all_prereleases=candidate_prefs.allow_all_prereleases, + specifier=specifier, + hashes=hashes, + ) + + @functools.lru_cache(maxsize=None) + def find_best_candidate( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> BestCandidateResult: + """Find matches for the given project and specifier. + + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + + :return: A `BestCandidateResult` instance. + """ + candidates = self.find_all_candidates(project_name) + candidate_evaluator = self.make_candidate_evaluator( + project_name=project_name, + specifier=specifier, + hashes=hashes, + ) + return candidate_evaluator.compute_best_candidate(candidates) + + def find_requirement( + self, req: InstallRequirement, upgrade: bool + ) -> Optional[InstallationCandidate]: + """Try to find a Link matching req + + Expects req, an InstallRequirement and upgrade, a boolean + Returns a InstallationCandidate if found, + Raises DistributionNotFound or BestVersionAlreadyInstalled otherwise + """ + hashes = req.hashes(trust_internet=False) + best_candidate_result = self.find_best_candidate( + req.name, + specifier=req.specifier, + hashes=hashes, + ) + best_candidate = best_candidate_result.best_candidate + + installed_version: Optional[_BaseVersion] = None + if req.satisfied_by is not None: + installed_version = req.satisfied_by.version + + def _format_versions(cand_iter: Iterable[InstallationCandidate]) -> str: + # This repeated parse_version and str() conversion is needed to + # handle different vendoring sources from pip and pkg_resources. + # If we stop using the pkg_resources provided specifier and start + # using our own, we can drop the cast to str(). + return ( + ", ".join( + sorted( + {str(c.version) for c in cand_iter}, + key=parse_version, + ) + ) + or "none" + ) + + if installed_version is None and best_candidate is None: + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req, + _format_versions(best_candidate_result.iter_all()), + ) + + raise DistributionNotFound(f"No matching distribution found for {req}") + + def _should_install_candidate( + candidate: Optional[InstallationCandidate], + ) -> "TypeGuard[InstallationCandidate]": + if installed_version is None: + return True + if best_candidate is None: + return False + return best_candidate.version > installed_version + + if not upgrade and installed_version is not None: + if _should_install_candidate(best_candidate): + logger.debug( + "Existing installed version (%s) satisfies requirement " + "(most up-to-date version is %s)", + installed_version, + best_candidate.version, + ) + else: + logger.debug( + "Existing installed version (%s) is most up-to-date and " + "satisfies requirement", + installed_version, + ) + return None + + if _should_install_candidate(best_candidate): + logger.debug( + "Using version %s (newest of versions: %s)", + best_candidate.version, + _format_versions(best_candidate_result.iter_applicable()), + ) + return best_candidate + + # We have an existing version, and its the best version + logger.debug( + "Installed version (%s) is most up-to-date (past versions: %s)", + installed_version, + _format_versions(best_candidate_result.iter_applicable()), + ) + raise BestVersionAlreadyInstalled + + +def _find_name_version_sep(fragment: str, canonical_name: str) -> int: + """Find the separator's index based on the package's canonical name. + + :param fragment: A + filename "fragment" (stem) or + egg fragment. + :param canonical_name: The package's canonical name. + + This function is needed since the canonicalized name does not necessarily + have the same length as the egg info's name part. An example:: + + >>> fragment = 'foo__bar-1.0' + >>> canonical_name = 'foo-bar' + >>> _find_name_version_sep(fragment, canonical_name) + 8 + """ + # Project name and version must be separated by one single dash. Find all + # occurrences of dashes; if the string in front of it matches the canonical + # name, this is the one separating the name and version parts. + for i, c in enumerate(fragment): + if c != "-": + continue + if canonicalize_name(fragment[:i]) == canonical_name: + return i + raise ValueError(f"{fragment} does not match {canonical_name}") + + +def _extract_version_from_fragment(fragment: str, canonical_name: str) -> Optional[str]: + """Parse the version string from a + filename + "fragment" (stem) or egg fragment. + + :param fragment: The string to parse. E.g. foo-2.1 + :param canonical_name: The canonicalized name of the package this + belongs to. + """ + try: + version_start = _find_name_version_sep(fragment, canonical_name) + 1 + except ValueError: + return None + version = fragment[version_start:] + if not version: + return None + return version diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py b/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py new file mode 100644 index 00000000..f4626d71 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,285 @@ +import logging +import mimetypes +import os +from collections import defaultdict +from typing import Callable, Dict, Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import ( + InvalidSdistFilename, + InvalidVersion, + InvalidWheelFilename, + canonicalize_name, + parse_sdist_filename, + parse_wheel_filename, +) + +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url, url_to_path +from pip._internal.vcs import is_url + +logger = logging.getLogger(__name__) + +FoundCandidates = Iterable[InstallationCandidate] +FoundLinks = Iterable[Link] +CandidatesFromPage = Callable[[Link], Iterable[InstallationCandidate]] +PageValidator = Callable[[Link], bool] + + +class LinkSource: + @property + def link(self) -> Optional[Link]: + """Returns the underlying link, if there's one.""" + raise NotImplementedError() + + def page_candidates(self) -> FoundCandidates: + """Candidates found by parsing an archive listing HTML file.""" + raise NotImplementedError() + + def file_links(self) -> FoundLinks: + """Links found by specifying archives directly.""" + raise NotImplementedError() + + +def _is_html_file(file_url: str) -> bool: + return mimetypes.guess_type(file_url, strict=False)[0] == "text/html" + + +class _FlatDirectoryToUrls: + """Scans directory and caches results""" + + def __init__(self, path: str) -> None: + self._path = path + self._page_candidates: List[str] = [] + self._project_name_to_urls: Dict[str, List[str]] = defaultdict(list) + self._scanned_directory = False + + def _scan_directory(self) -> None: + """Scans directory once and populates both page_candidates + and project_name_to_urls at the same time + """ + for entry in os.scandir(self._path): + url = path_to_url(entry.path) + if _is_html_file(url): + self._page_candidates.append(url) + continue + + # File must have a valid wheel or sdist name, + # otherwise not worth considering as a package + try: + project_filename = parse_wheel_filename(entry.name)[0] + except (InvalidWheelFilename, InvalidVersion): + try: + project_filename = parse_sdist_filename(entry.name)[0] + except (InvalidSdistFilename, InvalidVersion): + continue + + self._project_name_to_urls[project_filename].append(url) + self._scanned_directory = True + + @property + def page_candidates(self) -> List[str]: + if not self._scanned_directory: + self._scan_directory() + + return self._page_candidates + + @property + def project_name_to_urls(self) -> Dict[str, List[str]]: + if not self._scanned_directory: + self._scan_directory() + + return self._project_name_to_urls + + +class _FlatDirectorySource(LinkSource): + """Link source specified by ``--find-links=``. + + This looks the content of the directory, and returns: + + * ``page_candidates``: Links listed on each HTML file in the directory. + * ``file_candidates``: Archives in the directory. + """ + + _paths_to_urls: Dict[str, _FlatDirectoryToUrls] = {} + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + path: str, + project_name: str, + ) -> None: + self._candidates_from_page = candidates_from_page + self._project_name = canonicalize_name(project_name) + + # Get existing instance of _FlatDirectoryToUrls if it exists + if path in self._paths_to_urls: + self._path_to_urls = self._paths_to_urls[path] + else: + self._path_to_urls = _FlatDirectoryToUrls(path=path) + self._paths_to_urls[path] = self._path_to_urls + + @property + def link(self) -> Optional[Link]: + return None + + def page_candidates(self) -> FoundCandidates: + for url in self._path_to_urls.page_candidates: + yield from self._candidates_from_page(Link(url)) + + def file_links(self) -> FoundLinks: + for url in self._path_to_urls.project_name_to_urls[self._project_name]: + yield Link(url) + + +class _LocalFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + If a URL is supplied, it must be a ``file:`` URL. If a path is supplied to + the option, it is converted to a URL first. This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not _is_html_file(self._link.url): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + if _is_html_file(self._link.url): + return + yield self._link + + +class _RemoteFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._page_validator = page_validator + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not self._page_validator(self._link): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + yield self._link + + +class _IndexDirectorySource(LinkSource): + """``--[extra-]index-url=``. + + This is treated like a remote URL; ``candidates_from_page`` contains logic + for this by appending ``index.html`` to the link. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + return () + + +def build_source( + location: str, + *, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + expand_dir: bool, + cache_link_parsing: bool, + project_name: str, +) -> Tuple[Optional[str], Optional[LinkSource]]: + path: Optional[str] = None + url: Optional[str] = None + if os.path.exists(location): # Is a local path. + url = path_to_url(location) + path = location + elif location.startswith("file:"): # A file: URL. + url = location + path = url_to_path(location) + elif is_url(location): + url = location + + if url is None: + msg = ( + "Location '%s' is ignored: " + "it is either a non-existing path or lacks a specific scheme." + ) + logger.warning(msg, location) + return (None, None) + + if path is None: + source: LinkSource = _RemoteFileSource( + candidates_from_page=candidates_from_page, + page_validator=page_validator, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + + if os.path.isdir(path): + if expand_dir: + source = _FlatDirectorySource( + candidates_from_page=candidates_from_page, + path=path, + project_name=project_name, + ) + else: + source = _IndexDirectorySource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + elif os.path.isfile(path): + source = _LocalFileSource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + logger.warning( + "Location '%s' is ignored: it is neither a file nor a directory.", + location, + ) + return (url, None) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 00000000..32382be7 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py @@ -0,0 +1,456 @@ +import functools +import logging +import os +import pathlib +import sys +import sysconfig +from typing import Any, Dict, Generator, Optional, Tuple + +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.virtualenv import running_under_virtualenv + +from . import _sysconfig +from .base import ( + USER_CACHE_DIR, + get_major_minor_version, + get_src_prefix, + is_osx_framework, + site_packages, + user_site, +) + +__all__ = [ + "USER_CACHE_DIR", + "get_bin_prefix", + "get_bin_user", + "get_major_minor_version", + "get_platlib", + "get_purelib", + "get_scheme", + "get_src_prefix", + "site_packages", + "user_site", +] + + +logger = logging.getLogger(__name__) + + +_PLATLIBDIR: str = getattr(sys, "platlibdir", "lib") + +_USE_SYSCONFIG_DEFAULT = sys.version_info >= (3, 10) + + +def _should_use_sysconfig() -> bool: + """This function determines the value of _USE_SYSCONFIG. + + By default, pip uses sysconfig on Python 3.10+. + But Python distributors can override this decision by setting: + sysconfig._PIP_USE_SYSCONFIG = True / False + Rationale in https://github.com/pypa/pip/issues/10647 + + This is a function for testability, but should be constant during any one + run. + """ + return bool(getattr(sysconfig, "_PIP_USE_SYSCONFIG", _USE_SYSCONFIG_DEFAULT)) + + +_USE_SYSCONFIG = _should_use_sysconfig() + +if not _USE_SYSCONFIG: + # Import distutils lazily to avoid deprecation warnings, + # but import it soon enough that it is in memory and available during + # a pip reinstall. + from . import _distutils + +# Be noisy about incompatibilities if this platforms "should" be using +# sysconfig, but is explicitly opting out and using distutils instead. +if _USE_SYSCONFIG_DEFAULT and not _USE_SYSCONFIG: + _MISMATCH_LEVEL = logging.WARNING +else: + _MISMATCH_LEVEL = logging.DEBUG + + +def _looks_like_bpo_44860() -> bool: + """The resolution to bpo-44860 will change this incorrect platlib. + + See . + """ + from distutils.command.install import INSTALL_SCHEMES + + try: + unix_user_platlib = INSTALL_SCHEMES["unix_user"]["platlib"] + except KeyError: + return False + return unix_user_platlib == "$usersite" + + +def _looks_like_red_hat_patched_platlib_purelib(scheme: Dict[str, str]) -> bool: + platlib = scheme["platlib"] + if "/$platlibdir/" in platlib: + platlib = platlib.replace("/$platlibdir/", f"/{_PLATLIBDIR}/") + if "/lib64/" not in platlib: + return False + unpatched = platlib.replace("/lib64/", "/lib/") + return unpatched.replace("$platbase/", "$base/") == scheme["purelib"] + + +@functools.lru_cache(maxsize=None) +def _looks_like_red_hat_lib() -> bool: + """Red Hat patches platlib in unix_prefix and unix_home, but not purelib. + + This is the only way I can see to tell a Red Hat-patched Python. + """ + from distutils.command.install import INSTALL_SCHEMES + + return all( + k in INSTALL_SCHEMES + and _looks_like_red_hat_patched_platlib_purelib(INSTALL_SCHEMES[k]) + for k in ("unix_prefix", "unix_home") + ) + + +@functools.lru_cache(maxsize=None) +def _looks_like_debian_scheme() -> bool: + """Debian adds two additional schemes.""" + from distutils.command.install import INSTALL_SCHEMES + + return "deb_system" in INSTALL_SCHEMES and "unix_local" in INSTALL_SCHEMES + + +@functools.lru_cache(maxsize=None) +def _looks_like_red_hat_scheme() -> bool: + """Red Hat patches ``sys.prefix`` and ``sys.exec_prefix``. + + Red Hat's ``00251-change-user-install-location.patch`` changes the install + command's ``prefix`` and ``exec_prefix`` to append ``"/local"``. This is + (fortunately?) done quite unconditionally, so we create a default command + object without any configuration to detect this. + """ + from distutils.command.install import install + from distutils.dist import Distribution + + cmd: Any = install(Distribution()) + cmd.finalize_options() + return ( + cmd.exec_prefix == f"{os.path.normpath(sys.exec_prefix)}/local" + and cmd.prefix == f"{os.path.normpath(sys.prefix)}/local" + ) + + +@functools.lru_cache(maxsize=None) +def _looks_like_slackware_scheme() -> bool: + """Slackware patches sysconfig but fails to patch distutils and site. + + Slackware changes sysconfig's user scheme to use ``"lib64"`` for the lib + path, but does not do the same to the site module. + """ + if user_site is None: # User-site not available. + return False + try: + paths = sysconfig.get_paths(scheme="posix_user", expand=False) + except KeyError: # User-site not available. + return False + return "/lib64/" in paths["purelib"] and "/lib64/" not in user_site + + +@functools.lru_cache(maxsize=None) +def _looks_like_msys2_mingw_scheme() -> bool: + """MSYS2 patches distutils and sysconfig to use a UNIX-like scheme. + + However, MSYS2 incorrectly patches sysconfig ``nt`` scheme. The fix is + likely going to be included in their 3.10 release, so we ignore the warning. + See msys2/MINGW-packages#9319. + + MSYS2 MINGW's patch uses lowercase ``"lib"`` instead of the usual uppercase, + and is missing the final ``"site-packages"``. + """ + paths = sysconfig.get_paths("nt", expand=False) + return all( + "Lib" not in p and "lib" in p and not p.endswith("site-packages") + for p in (paths[key] for key in ("platlib", "purelib")) + ) + + +def _fix_abiflags(parts: Tuple[str]) -> Generator[str, None, None]: + ldversion = sysconfig.get_config_var("LDVERSION") + abiflags = getattr(sys, "abiflags", None) + + # LDVERSION does not end with sys.abiflags. Just return the path unchanged. + if not ldversion or not abiflags or not ldversion.endswith(abiflags): + yield from parts + return + + # Strip sys.abiflags from LDVERSION-based path components. + for part in parts: + if part.endswith(ldversion): + part = part[: (0 - len(abiflags))] + yield part + + +@functools.lru_cache(maxsize=None) +def _warn_mismatched(old: pathlib.Path, new: pathlib.Path, *, key: str) -> None: + issue_url = "https://github.com/pypa/pip/issues/10151" + message = ( + "Value for %s does not match. Please report this to <%s>" + "\ndistutils: %s" + "\nsysconfig: %s" + ) + logger.log(_MISMATCH_LEVEL, message, key, issue_url, old, new) + + +def _warn_if_mismatch(old: pathlib.Path, new: pathlib.Path, *, key: str) -> bool: + if old == new: + return False + _warn_mismatched(old, new, key=key) + return True + + +@functools.lru_cache(maxsize=None) +def _log_context( + *, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + prefix: Optional[str] = None, +) -> None: + parts = [ + "Additional context:", + "user = %r", + "home = %r", + "root = %r", + "prefix = %r", + ] + + logger.log(_MISMATCH_LEVEL, "\n".join(parts), user, home, root, prefix) + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + new = _sysconfig.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + if _USE_SYSCONFIG: + return new + + old = _distutils.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + + warning_contexts = [] + for k in SCHEME_KEYS: + old_v = pathlib.Path(getattr(old, k)) + new_v = pathlib.Path(getattr(new, k)) + + if old_v == new_v: + continue + + # distutils incorrectly put PyPy packages under ``site-packages/python`` + # in the ``posix_home`` scheme, but PyPy devs said they expect the + # directory name to be ``pypy`` instead. So we treat this as a bug fix + # and not warn about it. See bpo-43307 and python/cpython#24628. + skip_pypy_special_case = ( + sys.implementation.name == "pypy" + and home is not None + and k in ("platlib", "purelib") + and old_v.parent == new_v.parent + and old_v.name.startswith("python") + and new_v.name.startswith("pypy") + ) + if skip_pypy_special_case: + continue + + # sysconfig's ``osx_framework_user`` does not include ``pythonX.Y`` in + # the ``include`` value, but distutils's ``headers`` does. We'll let + # CPython decide whether this is a bug or feature. See bpo-43948. + skip_osx_framework_user_special_case = ( + user + and is_osx_framework() + and k == "headers" + and old_v.parent.parent == new_v.parent + and old_v.parent.name.startswith("python") + ) + if skip_osx_framework_user_special_case: + continue + + # On Red Hat and derived Linux distributions, distutils is patched to + # use "lib64" instead of "lib" for platlib. + if k == "platlib" and _looks_like_red_hat_lib(): + continue + + # On Python 3.9+, sysconfig's posix_user scheme sets platlib against + # sys.platlibdir, but distutils's unix_user incorrectly coninutes + # using the same $usersite for both platlib and purelib. This creates a + # mismatch when sys.platlibdir is not "lib". + skip_bpo_44860 = ( + user + and k == "platlib" + and not WINDOWS + and sys.version_info >= (3, 9) + and _PLATLIBDIR != "lib" + and _looks_like_bpo_44860() + ) + if skip_bpo_44860: + continue + + # Slackware incorrectly patches posix_user to use lib64 instead of lib, + # but not usersite to match the location. + skip_slackware_user_scheme = ( + user + and k in ("platlib", "purelib") + and not WINDOWS + and _looks_like_slackware_scheme() + ) + if skip_slackware_user_scheme: + continue + + # Both Debian and Red Hat patch Python to place the system site under + # /usr/local instead of /usr. Debian also places lib in dist-packages + # instead of site-packages, but the /usr/local check should cover it. + skip_linux_system_special_case = ( + not (user or home or prefix or running_under_virtualenv()) + and old_v.parts[1:3] == ("usr", "local") + and len(new_v.parts) > 1 + and new_v.parts[1] == "usr" + and (len(new_v.parts) < 3 or new_v.parts[2] != "local") + and (_looks_like_red_hat_scheme() or _looks_like_debian_scheme()) + ) + if skip_linux_system_special_case: + continue + + # MSYS2 MINGW's sysconfig patch does not include the "site-packages" + # part of the path. This is incorrect and will be fixed in MSYS. + skip_msys2_mingw_bug = ( + WINDOWS and k in ("platlib", "purelib") and _looks_like_msys2_mingw_scheme() + ) + if skip_msys2_mingw_bug: + continue + + # CPython's POSIX install script invokes pip (via ensurepip) against the + # interpreter located in the source tree, not the install site. This + # triggers special logic in sysconfig that's not present in distutils. + # https://github.com/python/cpython/blob/8c21941ddaf/Lib/sysconfig.py#L178-L194 + skip_cpython_build = ( + sysconfig.is_python_build(check_home=True) + and not WINDOWS + and k in ("headers", "include", "platinclude") + ) + if skip_cpython_build: + continue + + warning_contexts.append((old_v, new_v, f"scheme.{k}")) + + if not warning_contexts: + return old + + # Check if this path mismatch is caused by distutils config files. Those + # files will no longer work once we switch to sysconfig, so this raises a + # deprecation message for them. + default_old = _distutils.distutils_scheme( + dist_name, + user, + home, + root, + isolated, + prefix, + ignore_config_files=True, + ) + if any(default_old[k] != getattr(old, k) for k in SCHEME_KEYS): + deprecated( + reason=( + "Configuring installation scheme with distutils config files " + "is deprecated and will no longer work in the near future. If you " + "are using a Homebrew or Linuxbrew Python, please see discussion " + "at https://github.com/Homebrew/homebrew-core/issues/76621" + ), + replacement=None, + gone_in=None, + ) + return old + + # Post warnings about this mismatch so user can report them back. + for old_v, new_v, key in warning_contexts: + _warn_mismatched(old_v, new_v, key=key) + _log_context(user=user, home=home, root=root, prefix=prefix) + + return old + + +def get_bin_prefix() -> str: + new = _sysconfig.get_bin_prefix() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_bin_prefix() + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="bin_prefix"): + _log_context() + return old + + +def get_bin_user() -> str: + return _sysconfig.get_scheme("", user=True).scripts + + +def _looks_like_deb_system_dist_packages(value: str) -> bool: + """Check if the value is Debian's APT-controlled dist-packages. + + Debian's ``distutils.sysconfig.get_python_lib()`` implementation returns the + default package path controlled by APT, but does not patch ``sysconfig`` to + do the same. This is similar to the bug worked around in ``get_scheme()``, + but here the default is ``deb_system`` instead of ``unix_local``. Ultimately + we can't do anything about this Debian bug, and this detection allows us to + skip the warning when needed. + """ + if not _looks_like_debian_scheme(): + return False + if value == "/usr/lib/python3/dist-packages": + return True + return False + + +def get_purelib() -> str: + """Return the default pure-Python lib location.""" + new = _sysconfig.get_purelib() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_purelib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="purelib"): + _log_context() + return old + + +def get_platlib() -> str: + """Return the default platform-shared lib location.""" + new = _sysconfig.get_platlib() + if _USE_SYSCONFIG: + return new + + from . import _distutils + + old = _distutils.get_platlib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="platlib"): + _log_context() + return old diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f8dff4965ea6625b5a9f638be6d4f6656bac2b95 GIT binary patch literal 16448 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..27be12948fba03000b22b5d806ec4c20ec4f5ca3 GIT binary patch literal 6863 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..599e0d5e72be5373249210b9f0e0a71ee6316bd5 GIT binary patch literal 8038 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 Ji!hVs{{z_t@4x^6 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1788bd6aeeb2a5580e23e0f10883c0aa0b9ba45e GIT binary patch literal 3793 zcmbUkT}&IvdDiRye;~w=`TW;Fz>A>W{`~Oxe?18OgHEjGtPOU4$sx3Yt|A%9Tn?qGkV|oFZcEu1 zM(X>6R)r1a4R5zXOQv)DkyvA^<6Ue$B-o>@I4B0g+HwOgY-_-izRVzxQ#6`);VOax;B3sX{7BPXX6RU^VQ zCOT*%Xc@MYE)arML-=Ucm;kJ#3zDE41eA&kI5D1Jq>i6X^c)x9Fbqz;d%TLAb9_9X z_;^0Xo6d|zrX<7U^;zBY*BFS3n$iA%cBphOCzDro;G2|{DM_DDk{7W)X=wSRfzuNj zk)`A)42J0-F%9NRg3*$BCJ`{~PEzxow9JRk~uBSu18OfNjgsCXU)hs zHbkbf$W#_<5|IWFr3pU$D0B;`;zj-=i#^XQ2UUwp$JCm~oj-6}4M zMAHn@otKOWRhq)-UF*XJ8oKPp{>?(yfN8a5>vz>~GB??Y5E-l6b-?{)T^5Z!c$2f7 zTNmDN8j{QYb`!z*nmi-u+ntwfGJgaeNaY|+?M&0*H}LZ9mlRP+Yw73)(4Du<^EY|f zK~sS2WHcQxXR^%mZ=im#CHOiW0v3PSRY&UpeSQnc?sMLf>^2wkNIwQKYta?8Tq7zJ z6=On(T22!c@&xBGzzK=S0)#Y?$Sj~_MK=nDk^><%xsbzEJxoVl)0LU8s0$34Hq{{XGG1~w<{Gc6 zld4u!g*@1crkZoY+uNflJh5YiKpI*tVzsLV9f?ipo<%3auZE)jE?HcdC}G?q;} zHKgfKbZHDw)E1^!&*v0FCU7Z)hIY(O8UYZRG)zYoPjiP(W0&Sw5~eG@sthby5CJf3 z&tG7$fL=5rxA#}YUlf<4e{;2NhZ>fOrQ*_jX@2#mPeL8rP0cGkcY0QO@AR&@*E`Ei zr#JkkpTCNHbm~#}dc54!v*GV~?(r=}N|EJ@pSEqc9J%MZ>)LAR+HC1sKU;1&Qwl6L zFWaB`Ld#sKXIcKV|7lZXm0PtfpIy9YF}_*4xq5j`E{9HRxKF%rqLA=3C_HF<7`Y!= z^HdPmHNZh17~pnzKIE++-s5H2Fb&G=HmW_#d_SvZzFO2GWIehh`TyUkgYul=w&-VB zxn#|%P~OdA^GH4ILEnNtm6)}x-x}>fOY(X?Z{R_lVqd$3tUNJ-+K~~omZA7);gGSL zm9o@r_BGjNo#haeBmKMO2tNc5D@o72KMF5-M$18^A;Y=50(=|N8iXGFAXA}bp zo-v)q3KTqE5Jar**6FR+0w73V+`T0dgQXt$^a6AXXxr8H#Pyx+=E%ymJJ(ij+_~|f z{bASru60~)K2!2moOaJoxb4=X_ab*A_m15?_F(Lxa$ouVt>0Vx;fo;h2bX$E zJxl$i{?&73U&n^MEu?%WJ_Zp6-&!{0CadN=I7j701$(~~Kv zX#;rb?D9=JRi9lvNy2&4Y0T!qgUl9ip~P-omB2G;oTqiK&QhV-^y)H8;DlPjeEWcv z#9l4T{LTzA%crIE1QwxsHiK73E?p4^&JSF^Bwif6V!EjdQ7#Y@ zR?fTHUO@oXn;3WmD=@2^4RFy_eg^@l2oA0d=tcY2 Dict[str, str]: + """ + Return a distutils install scheme + """ + from distutils.dist import Distribution + + dist_args: Dict[str, Union[str, List[str]]] = {"name": dist_name} + if isolated: + dist_args["script_args"] = ["--no-user-cfg"] + + d = Distribution(dist_args) + if not ignore_config_files: + try: + d.parse_config_files() + except UnicodeDecodeError: + paths = d.find_config_files() + logger.warning( + "Ignore distutils configs in %s due to encoding errors.", + ", ".join(os.path.basename(p) for p in paths), + ) + obj: Optional[DistutilsCommand] = None + obj = d.get_command_obj("install", create=True) + assert obj is not None + i = cast(distutils_install_command, obj) + # NOTE: setting user or home has the side-effect of creating the home dir + # or user base for installations during finalize_options() + # ideally, we'd prefer a scheme class that has no side-effects. + assert not (user and prefix), f"user={user} prefix={prefix}" + assert not (home and prefix), f"home={home} prefix={prefix}" + i.user = user or i.user + if user or home: + i.prefix = "" + i.prefix = prefix or i.prefix + i.home = home or i.home + i.root = root or i.root + i.finalize_options() + + scheme = {} + for key in SCHEME_KEYS: + scheme[key] = getattr(i, "install_" + key) + + # install_lib specified in setup.cfg should install *everything* + # into there (i.e. it takes precedence over both purelib and + # platlib). Note, i.install_lib is *always* set after + # finalize_options(); we only want to override here if the user + # has explicitly requested it hence going back to the config + if "install_lib" in d.get_option_dict("install"): + scheme.update({"purelib": i.install_lib, "platlib": i.install_lib}) + + if running_under_virtualenv(): + if home: + prefix = home + elif user: + prefix = i.install_userbase + else: + prefix = i.prefix + scheme["headers"] = os.path.join( + prefix, + "include", + "site", + f"python{get_major_minor_version()}", + dist_name, + ) + + if root is not None: + path_no_drive = os.path.splitdrive(os.path.abspath(scheme["headers"]))[1] + scheme["headers"] = os.path.join(root, path_no_drive[1:]) + + return scheme + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. The distutils + documentation provides the context for the available schemes: + https://docs.python.org/3/install/index.html#alternate-installation + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme and provides the base + directory for the same + :param root: root under which other directories are re-based + :param isolated: equivalent to --no-user-cfg, i.e. do not consider + ~/.pydistutils.cfg (posix) or ~/pydistutils.cfg (non-posix) for + scheme paths + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + scheme = distutils_scheme(dist_name, user, home, root, isolated, prefix) + return Scheme( + platlib=scheme["platlib"], + purelib=scheme["purelib"], + headers=scheme["headers"], + scripts=scheme["scripts"], + data=scheme["data"], + ) + + +def get_bin_prefix() -> str: + # XXX: In old virtualenv versions, sys.prefix can contain '..' components, + # so we need to call normpath to eliminate them. + prefix = os.path.normpath(sys.prefix) + if WINDOWS: + bin_py = os.path.join(prefix, "Scripts") + # buildout uses 'bin' on Windows too? + if not os.path.exists(bin_py): + bin_py = os.path.join(prefix, "bin") + return bin_py + # Forcing to use /usr/local/bin for standard macOS framework installs + # Also log to ~/Library/Logs/ for use with the Console.app log viewer + if sys.platform[:6] == "darwin" and prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return os.path.join(prefix, "bin") + + +def get_purelib() -> str: + return get_python_lib(plat_specific=False) + + +def get_platlib() -> str: + return get_python_lib(plat_specific=True) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py b/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 00000000..ca860ea5 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py @@ -0,0 +1,214 @@ +import logging +import os +import sys +import sysconfig +import typing + +from pip._internal.exceptions import InvalidSchemeCombination, UserInstallationInvalid +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import change_root, get_major_minor_version, is_osx_framework + +logger = logging.getLogger(__name__) + + +# Notes on _infer_* functions. +# Unfortunately ``get_default_scheme()`` didn't exist before 3.10, so there's no +# way to ask things like "what is the '_prefix' scheme on this platform". These +# functions try to answer that with some heuristics while accounting for ad-hoc +# platforms not covered by CPython's default sysconfig implementation. If the +# ad-hoc implementation does not fully implement sysconfig, we'll fall back to +# a POSIX scheme. + +_AVAILABLE_SCHEMES = set(sysconfig.get_scheme_names()) + +_PREFERRED_SCHEME_API = getattr(sysconfig, "get_preferred_scheme", None) + + +def _should_use_osx_framework_prefix() -> bool: + """Check for Apple's ``osx_framework_library`` scheme. + + Python distributed by Apple's Command Line Tools has this special scheme + that's used when: + + * This is a framework build. + * We are installing into the system prefix. + + This does not account for ``pip install --prefix`` (also means we're not + installing to the system prefix), which should use ``posix_prefix``, but + logic here means ``_infer_prefix()`` outputs ``osx_framework_library``. But + since ``prefix`` is not available for ``sysconfig.get_default_scheme()``, + which is the stdlib replacement for ``_infer_prefix()``, presumably Apple + wouldn't be able to magically switch between ``osx_framework_library`` and + ``posix_prefix``. ``_infer_prefix()`` returning ``osx_framework_library`` + means its behavior is consistent whether we use the stdlib implementation + or our own, and we deal with this special case in ``get_scheme()`` instead. + """ + return ( + "osx_framework_library" in _AVAILABLE_SCHEMES + and not running_under_virtualenv() + and is_osx_framework() + ) + + +def _infer_prefix() -> str: + """Try to find a prefix scheme for the current platform. + + This tries: + + * A special ``osx_framework_library`` for Python distributed by Apple's + Command Line Tools, when not running in a virtual environment. + * Implementation + OS, used by PyPy on Windows (``pypy_nt``). + * Implementation without OS, used by PyPy on POSIX (``pypy``). + * OS + "prefix", used by CPython on POSIX (``posix_prefix``). + * Just the OS name, used by CPython on Windows (``nt``). + + If none of the above works, fall back to ``posix_prefix``. + """ + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("prefix") + if _should_use_osx_framework_prefix(): + return "osx_framework_library" + implementation_suffixed = f"{sys.implementation.name}_{os.name}" + if implementation_suffixed in _AVAILABLE_SCHEMES: + return implementation_suffixed + if sys.implementation.name in _AVAILABLE_SCHEMES: + return sys.implementation.name + suffixed = f"{os.name}_prefix" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + if os.name in _AVAILABLE_SCHEMES: # On Windows, prefx is just called "nt". + return os.name + return "posix_prefix" + + +def _infer_user() -> str: + """Try to find a user scheme for the current platform.""" + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("user") + if is_osx_framework() and not running_under_virtualenv(): + suffixed = "osx_framework_user" + else: + suffixed = f"{os.name}_user" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + if "posix_user" not in _AVAILABLE_SCHEMES: # User scheme unavailable. + raise UserInstallationInvalid() + return "posix_user" + + +def _infer_home() -> str: + """Try to find a home for the current platform.""" + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("home") + suffixed = f"{os.name}_home" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + return "posix_home" + + +# Update these keys if the user sets a custom home. +_HOME_KEYS = [ + "installed_base", + "base", + "installed_platbase", + "platbase", + "prefix", + "exec_prefix", +] +if sysconfig.get_config_var("userbase") is not None: + _HOME_KEYS.append("userbase") + + +def get_scheme( + dist_name: str, + user: bool = False, + home: typing.Optional[str] = None, + root: typing.Optional[str] = None, + isolated: bool = False, + prefix: typing.Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme + :param root: root under which other directories are re-based + :param isolated: ignored, but kept for distutils compatibility (where + this controls whether the user-site pydistutils.cfg is honored) + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + if user and prefix: + raise InvalidSchemeCombination("--user", "--prefix") + if home and prefix: + raise InvalidSchemeCombination("--home", "--prefix") + + if home is not None: + scheme_name = _infer_home() + elif user: + scheme_name = _infer_user() + else: + scheme_name = _infer_prefix() + + # Special case: When installing into a custom prefix, use posix_prefix + # instead of osx_framework_library. See _should_use_osx_framework_prefix() + # docstring for details. + if prefix is not None and scheme_name == "osx_framework_library": + scheme_name = "posix_prefix" + + if home is not None: + variables = {k: home for k in _HOME_KEYS} + elif prefix is not None: + variables = {k: prefix for k in _HOME_KEYS} + else: + variables = {} + + paths = sysconfig.get_paths(scheme=scheme_name, vars=variables) + + # Logic here is very arbitrary, we're doing it for compatibility, don't ask. + # 1. Pip historically uses a special header path in virtual environments. + # 2. If the distribution name is not known, distutils uses 'UNKNOWN'. We + # only do the same when not running in a virtual environment because + # pip's historical header path logic (see point 1) did not do this. + if running_under_virtualenv(): + if user: + base = variables.get("userbase", sys.prefix) + else: + base = variables.get("base", sys.prefix) + python_xy = f"python{get_major_minor_version()}" + paths["include"] = os.path.join(base, "include", "site", python_xy) + elif not dist_name: + dist_name = "UNKNOWN" + + scheme = Scheme( + platlib=paths["platlib"], + purelib=paths["purelib"], + headers=os.path.join(paths["include"], dist_name), + scripts=paths["scripts"], + data=paths["data"], + ) + if root is not None: + converted_keys = {} + for key in SCHEME_KEYS: + converted_keys[key] = change_root(root, getattr(scheme, key)) + scheme = Scheme(**converted_keys) + return scheme + + +def get_bin_prefix() -> str: + # Forcing to use /usr/local/bin for standard macOS framework installs. + if sys.platform[:6] == "darwin" and sys.prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return sysconfig.get_paths()["scripts"] + + +def get_purelib() -> str: + return sysconfig.get_paths()["purelib"] + + +def get_platlib() -> str: + return sysconfig.get_paths()["platlib"] diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py b/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py new file mode 100644 index 00000000..3f9f896e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py @@ -0,0 +1,81 @@ +import functools +import os +import site +import sys +import sysconfig +import typing + +from pip._internal.exceptions import InstallationError +from pip._internal.utils import appdirs +from pip._internal.utils.virtualenv import running_under_virtualenv + +# Application Directories +USER_CACHE_DIR = appdirs.user_cache_dir("pip") + +# FIXME doesn't account for venv linked to global site-packages +site_packages: str = sysconfig.get_path("purelib") + + +def get_major_minor_version() -> str: + """ + Return the major-minor version of the current Python as a string, e.g. + "3.7" or "3.10". + """ + return "{}.{}".format(*sys.version_info) + + +def change_root(new_root: str, pathname: str) -> str: + """Return 'pathname' with 'new_root' prepended. + + If 'pathname' is relative, this is equivalent to os.path.join(new_root, pathname). + Otherwise, it requires making 'pathname' relative and then joining the + two, which is tricky on DOS/Windows and Mac OS. + + This is borrowed from Python's standard library's distutils module. + """ + if os.name == "posix": + if not os.path.isabs(pathname): + return os.path.join(new_root, pathname) + else: + return os.path.join(new_root, pathname[1:]) + + elif os.name == "nt": + (drive, path) = os.path.splitdrive(pathname) + if path[0] == "\\": + path = path[1:] + return os.path.join(new_root, path) + + else: + raise InstallationError( + f"Unknown platform: {os.name}\n" + "Can not change root path prefix on unknown platform." + ) + + +def get_src_prefix() -> str: + if running_under_virtualenv(): + src_prefix = os.path.join(sys.prefix, "src") + else: + # FIXME: keep src in cwd for now (it is not a temporary folder) + try: + src_prefix = os.path.join(os.getcwd(), "src") + except OSError: + # In case the current working directory has been renamed or deleted + sys.exit("The folder you are executing pip from can no longer be found.") + + # under macOS + virtualenv sys.prefix is not properly resolved + # it is something like /path/to/python/bin/.. + return os.path.abspath(src_prefix) + + +try: + # Use getusersitepackages if this is present, as it ensures that the + # value is initialised properly. + user_site: typing.Optional[str] = site.getusersitepackages() +except AttributeError: + user_site = site.USER_SITE + + +@functools.lru_cache(maxsize=None) +def is_osx_framework() -> bool: + return bool(sysconfig.get_config_var("PYTHONFRAMEWORK")) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/main.py b/.venv/lib/python3.12/site-packages/pip/_internal/main.py new file mode 100644 index 00000000..33c6d24c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/main.py @@ -0,0 +1,12 @@ +from typing import List, Optional + + +def main(args: Optional[List[str]] = None) -> int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 00000000..aa232b6c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,128 @@ +import contextlib +import functools +import os +import sys +from typing import TYPE_CHECKING, List, Optional, Type, cast + +from pip._internal.utils.misc import strtobool + +from .base import BaseDistribution, BaseEnvironment, FilesystemWheel, MemoryWheel, Wheel + +if TYPE_CHECKING: + from typing import Literal, Protocol +else: + Protocol = object + +__all__ = [ + "BaseDistribution", + "BaseEnvironment", + "FilesystemWheel", + "MemoryWheel", + "Wheel", + "get_default_environment", + "get_environment", + "get_wheel_distribution", + "select_backend", +] + + +def _should_use_importlib_metadata() -> bool: + """Whether to use the ``importlib.metadata`` or ``pkg_resources`` backend. + + By default, pip uses ``importlib.metadata`` on Python 3.11+, and + ``pkg_resourcess`` otherwise. This can be overridden by a couple of ways: + + * If environment variable ``_PIP_USE_IMPORTLIB_METADATA`` is set, it + dictates whether ``importlib.metadata`` is used, regardless of Python + version. + * On Python 3.11+, Python distributors can patch ``importlib.metadata`` + to add a global constant ``_PIP_USE_IMPORTLIB_METADATA = False``. This + makes pip use ``pkg_resources`` (unless the user set the aforementioned + environment variable to *True*). + """ + with contextlib.suppress(KeyError, ValueError): + return bool(strtobool(os.environ["_PIP_USE_IMPORTLIB_METADATA"])) + if sys.version_info < (3, 11): + return False + import importlib.metadata + + return bool(getattr(importlib.metadata, "_PIP_USE_IMPORTLIB_METADATA", True)) + + +class Backend(Protocol): + NAME: 'Literal["importlib", "pkg_resources"]' + Distribution: Type[BaseDistribution] + Environment: Type[BaseEnvironment] + + +@functools.lru_cache(maxsize=None) +def select_backend() -> Backend: + if _should_use_importlib_metadata(): + from . import importlib + + return cast(Backend, importlib) + from . import pkg_resources + + return cast(Backend, pkg_resources) + + +def get_default_environment() -> BaseEnvironment: + """Get the default representation for the current environment. + + This returns an Environment instance from the chosen backend. The default + Environment instance should be built from ``sys.path`` and may use caching + to share instance state accorss calls. + """ + return select_backend().Environment.default() + + +def get_environment(paths: Optional[List[str]]) -> BaseEnvironment: + """Get a representation of the environment specified by ``paths``. + + This returns an Environment instance from the chosen backend based on the + given import paths. The backend must build a fresh instance representing + the state of installed distributions when this function is called. + """ + return select_backend().Environment.from_paths(paths) + + +def get_directory_distribution(directory: str) -> BaseDistribution: + """Get the distribution metadata representation in the specified directory. + + This returns a Distribution instance from the chosen backend based on + the given on-disk ``.dist-info`` directory. + """ + return select_backend().Distribution.from_directory(directory) + + +def get_wheel_distribution(wheel: Wheel, canonical_name: str) -> BaseDistribution: + """Get the representation of the specified wheel's distribution metadata. + + This returns a Distribution instance from the chosen backend based on + the given wheel's ``.dist-info`` directory. + + :param canonical_name: Normalized project name of the given wheel. + """ + return select_backend().Distribution.from_wheel(wheel, canonical_name) + + +def get_metadata_distribution( + metadata_contents: bytes, + filename: str, + canonical_name: str, +) -> BaseDistribution: + """Get the dist representation of the specified METADATA file contents. + + This returns a Distribution instance from the chosen backend sourced from the data + in `metadata_contents`. + + :param metadata_contents: Contents of a METADATA file within a dist, or one served + via PEP 658. + :param filename: Filename for the dist this metadata represents. + :param canonical_name: Normalized project name of the given dist. + """ + return select_backend().Distribution.from_metadata_file_contents( + metadata_contents, + filename, + canonical_name, + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1df029fbd8622a1f06b2d141148353b11bd51f2c GIT binary patch literal 5894 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 F{tf668H@k` literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..79e66bf781d065100995f67ac26e984beb3f08a4 GIT binary patch literal 2932 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..279c91fdefcdaf177688a2df34dc4f0f121dc769 GIT binary patch literal 16094 zcmcJ0ZE#!HmDqa#9`Nu%00ck~{16F#NrWVlqC{I?mMqGYEZG+AM3Q48ks*lhNd%1# z<~~p|QPNSh-VU8=$5NVIQnTwdlw?;>oo>}mXIH!Jbmh3ydZ+CaSSSJg%uKw~%(VFj ziQ09nOt(Gfz7Kp5b|#(O%i(?ZoqO(m_v4&%&pG$tzcw}57)V#%^byX$%|byD4mC(-1c&EMZH65Az9Y*qX3~Z3%nWo^XU6 ziKcK9i+vg6&V(!MqGeOuooEg>(=r$LB)nm7!WZ_@cXPZY;Sc+1*#hO(aDbNicw3@9 z+@9zNcO*K)ofKw`Z%TB9yJ*=K?@k26!9-8EhrZk6y@|eXU!p(U5AP14DL#K^?klo(%%h=8vaE5>pJDt>b=M#O}eOot4zb23E|(ReH)3fP0(JQYo*lCdcYiX;I9Z7eT~ zM1mfn$jwHHB!-N#<9PBSAPHZa7R9*SJef+0C&YAAh^C`Q2!R2*Pba0h+1V6HiwY97 z?hr3rh{R*b*CVsh^mODrNhKoj)KnCQ3xjb8F=;j)ou{?3GpP-YzC*p8emruCelkGB zsGyW13H8g7^Rc-23*4#@C%X?vC2;~)iNwy$(RFkpuB$7x8b8!*Mj!5L2 zbI~|9fj1*eT6RSu(PT1}rmHJOBDa}!9O7eXXoQE56hG9gN@r&F^dX>n>g zMTF?cDJZ;%h2e{0^5RH5c5Y;LK0TdE?iwE5IU>c<;?Qh#>hp95YdXC_FQJk9PGy@dV`X548 zSx$ikF=P-;A}5;98`_{wFp8XD61ekb!TgpfY!NK@F7oG10uS$2^__!vE4ZodEhxaD+-Kk?a0O}H&pl^Vw-*W-XJO0&^-?gM3IewWwN0s11=I7h;xO$`=Cu#YHp)(vrere_({m&_Ii=AsEDVFP z4Byv-kS#L{>;e;kl9Cn-@TST}pkd}VI|+_HKmGQC{_)> z3tp7r&(Mn6>>_iLA!7gwvE&JO+%}Ni@F3Wqg#BrQbWBGjeR`Qq8wOfky$>6!gLQeY zrI+8l{$}1akmm>JU~9&Sa)d6kLg!XyfoU|(1s17w1~Kc>`|A5irjJRRw90;l^e-CH z7VTYt?VI7Xx61SP;Rs(aKyF-MAve8i(T=<;aQrVC-ZWfdFEMWzUu7<_A#O6$Nu_*H zCqRv!g6C5tm@(`NW=ueW!3;+!JH*jNmCY1ils%{6j7bUN1k$fayCNPK48iRU87oUK zvtlicI4+3kFI)cV>I2Z3^mWKCGi8I>>Rk1ioH2vkon^+*l`yvO{!3b2{uU6!xVr5 zWwi~_o*Ka#=@}&3=VM}Az~fbv$RTJ$DEU>>uBUo+6wFND1`6JYbQF4%kbf>SYp%|c zYp~!N%=t>8eTC4zyJN-Bp`vR%&yQ~;YG|U&8|iVGnP+bsCXbSB@Un4mPK|^jF-eG# zO!tO?)gl~+UL;&7kOVH@#&6>q(>2EvWEpfkb-lje^KQNOIOq&GfSxZNfQs@04gpyU zhtRxarGt>|(iDl!rWKKDMZqV*c`4QiRcKSQFpBJUqnL9V11_IiHWz)G-Do*xe z-670y7s)f2Aw>{eSaJ+ATnJ@d=^>8NoQ!B0N_*)~AbX2>U@&rg*=FE2XIpdLoS17b z^o#*Jahvb;(Z@&q>-bjYSwQiY8F=J;>-Z>}Eu0fU@W^@B@lp1$++j8=A=+U!_r_i0 z?M1{r%$Ch8*OJ|Z6)m|jgtZ{ZlRb$bPwv#6zT2-N*n{Av>=c5V?kJDD!Xtd6OGalg z1!LEfRV}UmJrG#6J_4pg1Gy>~1S9AcCeRQ-Qvr>|BJ!eD(OAwK1nw=9Cbz>j(Jq)p zE8sYwg{7*d32J!JDOjP_reg2{=qGwx7hpIV=!$;=)@ggjc`O1^CEOQy1sHroZRGMUfHye8W>8Ypr3vO8cFGU~?d*(` zVHVknPO_jMZ42zbFkE$;0B5mQ&20GflYqxk+)JwNW+FIEauPDxOqWa|P4E&@v^kkm zVAW@$vvz4S9kr`hv+iN&N}7c1GV`h3RkC*%?A>|$mQN3i|7G~k!=(e0g#(j+XEgLX zSI73=clTrmitfSOK*2ro5P?e*_Z`79&$xXhS6{)^m*@LFe`tjYDyIL)JMJ*aRycUT z>IVa&hLUvs!2v@@N}8$ODi{!^w7wCImS58vKpCvy;U?Fm8BM@d!50i#>u*5YMdP9= zZP%)299pUJTrffl^(%|qf?>v0snbe=zUgFF+NMEg+*+yfTr~fh5qm4RT4}+gjaZ<@ z;i4t^wJ#WlQNxrB&oNins*5k$EvGNS9*iX+`Mq6cN}%_94fh=cJl*LRQ&06_*II zjLhSJK&}y)KL;)tT58f@l~Jj9&KM1S5>IgH z$B+TzdOJ(rzJj;!2ZwJRy?M0g-L}L(GBbSxx3=8ea%<@3&>gc^OUKp%?eAG`SW1DxLSQhr zsTkOOmn{VLy?y*sZ%4@sMn`}48~43C^NyW)?@rooZ=rSX7q%+}4iy52?s9uw?q!<+(QY&*$^1(x=2ieAmvo{=dvQTG2jTwMsO?P2CaPBe#Mt?)et|@Czfb2~p zK26n9mda%l$Xa6~+fi!|N3dBvg2B*UG%uKEkPhn7f(aY|?7OQcHx1ANQU7(?rS z!B8bRt&}RQ6{=KK2lFLxmy9wJdkIvDR~Z)muD+nSIlzsgpKUXsveYMVt#mH(Y4q>V z)Oa*iT*6;5fGdT6lfT5K^|J+fX@Oo)GgEp&CyZ%<|9$3N{bZsp7}`#E!I&o>vm*po z?HB(SQl>Qsj;CNW2~HR4mk&~k+a4qYP(n`G241U7Y!PLeHb$5WgZVED)HF}iDFe6 zGh{7=f3XvVe=%2NyNz-tokFH{Bg@i?C1@wXB@uF{$!D(d?V| zTc0d*OiSDHbJw3+k+S1O-{veS__p5PK5_4>ANh*gCkwvGvJu)|YbrDF_>6-uJ@Qw{ zg!bjvuD_I zy*F>XnM)TvV|RP6 zGe$cz-UY06BtAIFUEX&xZ)Zxb-h!()&-ZS$VQ`3anBRdywcD++)uIUpusvAPw7^#T zO)Dz!NwkHkk5cFx6KQP>|Ds;zb(;nCSD7c#ONzon`3vQN>InkPOT9Lu3sdV3^2CzB zzHn6to_Ez@1YF&hzXLf_JH$SyNK_kz3gUoYNXEP4+t@gLj0tF7Hj#~#4}*0nNS zbZyD=Tgq0(>3QeOx6dG_EM8xPYB&Ka)kemr_}>39C`6e%)otIxQCEmWZlZ!kpLBcO zq(SItbw7lblcQo2SkLxb2KfnZCLO(a5A4 z=?;8V8iNdEsLg0?Tl2QAnBKG9u$2Pa3xVyWz-S>bTBJHFILSAm;A#8V8$c1$_E^Hx z@yg&f=6&mKgGp& z7lxam=9YG+4Og`EYW_b~&!%(b)O+C@;nJp&!lsd;Ye$~nv2iy4P$C@1v|%IcD9qHM zWdb#XSXJ{Q9CV#5$Fncb_t5cD`fuz9c@CO>;kknwRhO#l7Txc#k-SbqE5+R%f|BYq zqNAwxvdNa1L?aFAwnByeXJ{&+l8ToC>It>E;M)8HDL3~0`J!ty&yQ~04jgkI{I9=x7a%pvd*LPIT?pnyxWj_g_^Mf7c4ge&MqszxJ2sB(%+_A39QZt7gY+tKRp ztK(>7{#5!}G%gq~JF1KyrlRyik48=DG1D6sW#REsMQ%o=dNP$hnwm=r$}Q+2fD<$+ zLMG)FG>QPE4B4VtvA8G|UD-+lVbb7<$@ptI4FhBl{@(y!!tKWEJL)u8GS!e~Hhtf< zea+LCohW)jc}Hl~<6qu-eQU`RDtJP<{-S4O$+BwqEImzeC?M|`S#|lBoEs?_ElNts zJ3z$zrj)E%s*N^JtD9iXfNy|Wyr80iS5Nmzz?aojg$pOE?zPmd-HLy((biV@=^H?N z;P2$X?`PNg1{)iF%5_QmBG}4bR?AjACBMfmvtVt0#l&2VnSf6zj~cRXngjS%!`CYy5&D@wNbv;?= zda~HHr_^<@&~@-9U5DPDTsm@X_v*m*TW4;b`Qu2z-E+-!?e(>u{_NL_J)@%$NO$(-(O%=FSs>mUh0Svs6s!LiAR2M~anr9f31Ux-n)3z%Hcg9$SDC9fbe9L0 z`5l`=n8Dya5{*d^Fts7>a9=QX9s;aHh@nCTP$K^z*a`y?rQq4>=$ygOS-n5(_Y|2E zgU}#&wmJd=u%J1HMJZoX0;mw5d=ti>;a__G*`ec;M_Me&b7!c_g0W%=U z3>OHq=)M^aN_w;IE+=OR;o=6Naj$8U6gyAP{M!D^dDYs!_X2HRG*Nn!F0wvJnoOitPoi3MGbE z(sUGDE7?WFxOg#|gaZoiswIMf)KaakqMRjyI16`4VsZ-3qDE&)b^QbEWE!%|%*XcT zwXU9Qf2sG0LhlpBt|$M4cg^j+?;FToEV_pwGHajn0b}TPF1-kDzNaVIpR`QgIekqi z`9lSNC^t~_@5r}IE**tTSANiQlzp=3+M4ILe*VzN_+Mlx3;d~nJY=dlJaC8T?mr2I z-$XaB2w(MvUs+Pq>*Bn$!EW-=vsAVJ1$7}aJsXePI+V|Gl@wzZ=B9YWO0F#h*OsCy zl;=ZKOM}S9ZGacrUKa(VT)p7Ap+x=g(D|%L((_7G5L)?);!0`3J{6Bj63Dsflt9qw zPZF5ntvH#(438*s1v5Mf6`A%nmabw({T$b@gg!ZfZgpzbl4UG)Vs-;FJgmtdV3x%U z$%wRLb{jMFTgVm&tdbxK8KU5o0=bKIxJv|youE-nKEMp;t(cTUSfX>q43%Q38}{}s zh!8Y!FR&|TN}F~UHth!2F1+2HSf|gjgE2cHgpljcT5`_2#{A&^Lhvb&JzW2~QLBP$ zB6D-u(9E@AL=rsmBTqlXC!#17<;}F@HX8D4_%&#HsMy zVD?z<ve365ckgAk?C^1YS?*TT&8AZDi9+y+bp`+rwwt+aIoq9G zw_V_T=eFGoe6+1F{_;AO%Wjt2nw`$QS=f9KW5Kp6w1X5g1^;@|43G7H384RMT0p2)+9Qy7TRNMy9*-2>;Sc@P$ib#y#b05?adIk zEW*>Vc|27LH)a3oR})f8+9e_dv4t@DV&5E7?kU^{|?<%FSe{)meJ8<{MA#TmuM8u;cW1- zP@m1Vf_Gc)2)K5Ou3dS4*TzjiiQ5PN>*yl-GBX~`aj+F2o(s2(rpl~T6SrA2Z?z-v zuK-Vx!l$8BGaGM&o`KcsyOim!o>l_{E6xwuQ?WRGf#qZ0J+?G~_h)c()?ak=gKgNd z>2s=%TnYBF1gBQBcQ|_dU!Q@j#yZrMBX9;L((vEmo39xF=8`Q{~yuz8uq$9(I^aAzj$Iab6R0Vj{F#gOOPLBi>lTu!n5X@LGw|nH7`@|d#t#B4 zf2Mg!8N96vw<7PzLFn4SQvO3qv{9Byp8kayk!O+cLMo+&lN_WU&ohnz{ibX zY&<-2ujHRRS{Qov5x!8`r{fNd$xYPxFsy3biVp5jV5&dDg8m8+S|kD!B#V&AX86$= zLXb`rEuJnJT}HI137V>OY2oLcvDsm`HA)I8qR?P(6=YcX%^~zPtkNm|WK*J=zTD9m zkzRxnYQRt-w5c(gcHKse5%hbJ??NUAD7N-Hy5Y)C?36GVu*j7#7`d|+k$x3pGU-oU z2`UlweJLo37~IC7yNAHB!N_fmx={kh&}pcI<(M#lQn9qQ)c34%=pik=RY%< z0f~X^p_{SqylnZ@+P>6UvbGnj?JIkV*8a=pPc8n-rblKY>$=wdh=Ipvjv(9gfPw7M eQTBp?-J19IJz}u%=oGhu9l190w+uWet^PkuVett7 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py new file mode 100644 index 00000000..9097dd58 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py @@ -0,0 +1,84 @@ +# Extracted from https://github.com/pfmoore/pkg_metadata + +from email.header import Header, decode_header, make_header +from email.message import Message +from typing import Any, Dict, List, Union, cast + +METADATA_FIELDS = [ + # Name, Multiple-Use + ("Metadata-Version", False), + ("Name", False), + ("Version", False), + ("Dynamic", True), + ("Platform", True), + ("Supported-Platform", True), + ("Summary", False), + ("Description", False), + ("Description-Content-Type", False), + ("Keywords", False), + ("Home-page", False), + ("Download-URL", False), + ("Author", False), + ("Author-email", False), + ("Maintainer", False), + ("Maintainer-email", False), + ("License", False), + ("Classifier", True), + ("Requires-Dist", True), + ("Requires-Python", False), + ("Requires-External", True), + ("Project-URL", True), + ("Provides-Extra", True), + ("Provides-Dist", True), + ("Obsoletes-Dist", True), +] + + +def json_name(field: str) -> str: + return field.lower().replace("-", "_") + + +def msg_to_json(msg: Message) -> Dict[str, Any]: + """Convert a Message object into a JSON-compatible dictionary.""" + + def sanitise_header(h: Union[Header, str]) -> str: + if isinstance(h, Header): + chunks = [] + for bytes, encoding in decode_header(h): + if encoding == "unknown-8bit": + try: + # See if UTF-8 works + bytes.decode("utf-8") + encoding = "utf-8" + except UnicodeDecodeError: + # If not, latin1 at least won't fail + encoding = "latin1" + chunks.append((bytes, encoding)) + return str(make_header(chunks)) + return str(h) + + result = {} + for field, multi in METADATA_FIELDS: + if field not in msg: + continue + key = json_name(field) + if multi: + value: Union[str, List[str]] = [ + sanitise_header(v) for v in msg.get_all(field) # type: ignore + ] + else: + value = sanitise_header(msg.get(field)) # type: ignore + if key == "keywords": + # Accept both comma-separated and space-separated + # forms, for better compatibility with old data. + if "," in value: + value = [v.strip() for v in value.split(",")] + else: + value = value.split() + result[key] = value + + payload = cast(str, msg.get_payload()) + if payload: + result["description"] = payload + + return result diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 00000000..9eabcdb2 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py @@ -0,0 +1,688 @@ +import csv +import email.message +import functools +import json +import logging +import pathlib +import re +import zipfile +from typing import ( + IO, + Any, + Collection, + Container, + Dict, + Iterable, + Iterator, + List, + NamedTuple, + Optional, + Protocol, + Tuple, + Union, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import InvalidSpecifier, SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import NoneMetadataError +from pip._internal.locations import site_packages, user_site +from pip._internal.models.direct_url import ( + DIRECT_URL_METADATA_NAME, + DirectUrl, + DirectUrlValidationError, +) +from pip._internal.utils.compat import stdlib_pkgs # TODO: Move definition here. +from pip._internal.utils.egg_link import egg_link_path_from_sys_path +from pip._internal.utils.misc import is_local, normalize_path +from pip._internal.utils.urls import url_to_path + +from ._json import msg_to_json + +InfoPath = Union[str, pathlib.PurePath] + +logger = logging.getLogger(__name__) + + +class BaseEntryPoint(Protocol): + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def value(self) -> str: + raise NotImplementedError() + + @property + def group(self) -> str: + raise NotImplementedError() + + +def _convert_installed_files_path( + entry: Tuple[str, ...], + info: Tuple[str, ...], +) -> str: + """Convert a legacy installed-files.txt path into modern RECORD path. + + The legacy format stores paths relative to the info directory, while the + modern format stores paths relative to the package root, e.g. the + site-packages directory. + + :param entry: Path parts of the installed-files.txt entry. + :param info: Path parts of the egg-info directory relative to package root. + :returns: The converted entry. + + For best compatibility with symlinks, this does not use ``abspath()`` or + ``Path.resolve()``, but tries to work with path parts: + + 1. While ``entry`` starts with ``..``, remove the equal amounts of parts + from ``info``; if ``info`` is empty, start appending ``..`` instead. + 2. Join the two directly. + """ + while entry and entry[0] == "..": + if not info or info[-1] == "..": + info += ("..",) + else: + info = info[:-1] + entry = entry[1:] + return str(pathlib.Path(*info, *entry)) + + +class RequiresEntry(NamedTuple): + requirement: str + extra: str + marker: str + + +class BaseDistribution(Protocol): + @classmethod + def from_directory(cls, directory: str) -> "BaseDistribution": + """Load the distribution from a metadata directory. + + :param directory: Path to a metadata directory, e.g. ``.dist-info``. + """ + raise NotImplementedError() + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> "BaseDistribution": + """Load the distribution from the contents of a METADATA file. + + This is used to implement PEP 658 by generating a "shallow" dist object that can + be used for resolution without downloading or building the actual dist yet. + + :param metadata_contents: The contents of a METADATA file. + :param filename: File name for the dist with this metadata. + :param project_name: Name of the project this dist represents. + """ + raise NotImplementedError() + + @classmethod + def from_wheel(cls, wheel: "Wheel", name: str) -> "BaseDistribution": + """Load the distribution from a given wheel. + + :param wheel: A concrete wheel definition. + :param name: File name of the wheel. + + :raises InvalidWheel: Whenever loading of the wheel causes a + :py:exc:`zipfile.BadZipFile` exception to be thrown. + :raises UnsupportedWheel: If the wheel is a valid zip, but malformed + internally. + """ + raise NotImplementedError() + + def __repr__(self) -> str: + return f"{self.raw_name} {self.raw_version} ({self.location})" + + def __str__(self) -> str: + return f"{self.raw_name} {self.raw_version}" + + @property + def location(self) -> Optional[str]: + """Where the distribution is loaded from. + + A string value is not necessarily a filesystem path, since distributions + can be loaded from other sources, e.g. arbitrary zip archives. ``None`` + means the distribution is created in-memory. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and files in the distribution. + """ + raise NotImplementedError() + + @property + def editable_project_location(self) -> Optional[str]: + """The project location for editable distributions. + + This is the directory where pyproject.toml or setup.py is located. + None if the distribution is not installed in editable mode. + """ + # TODO: this property is relatively costly to compute, memoize it ? + direct_url = self.direct_url + if direct_url: + if direct_url.is_local_editable(): + return url_to_path(direct_url.url) + else: + # Search for an .egg-link file by walking sys.path, as it was + # done before by dist_is_editable(). + egg_link_path = egg_link_path_from_sys_path(self.raw_name) + if egg_link_path: + # TODO: get project location from second line of egg_link file + # (https://github.com/pypa/pip/issues/10243) + return self.location + return None + + @property + def installed_location(self) -> Optional[str]: + """The distribution's "installed" location. + + This should generally be a ``site-packages`` directory. This is + usually ``dist.location``, except for legacy develop-installed packages, + where ``dist.location`` is the source code location, and this is where + the ``.egg-link`` file is. + + The returned location is normalized (in particular, with symlinks removed). + """ + raise NotImplementedError() + + @property + def info_location(self) -> Optional[str]: + """Location of the .[egg|dist]-info directory or file. + + Similarly to ``location``, a string value is not necessarily a + filesystem path. ``None`` means the distribution is created in-memory. + + For a modern .dist-info installation on disk, this should be something + like ``{location}/{raw_name}-{version}.dist-info``. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and other files in the distribution. + """ + raise NotImplementedError() + + @property + def installed_by_distutils(self) -> bool: + """Whether this distribution is installed with legacy distutils format. + + A distribution installed with "raw" distutils not patched by setuptools + uses one single file at ``info_location`` to store metadata. We need to + treat this specially on uninstallation. + """ + info_location = self.info_location + if not info_location: + return False + return pathlib.Path(info_location).is_file() + + @property + def installed_as_egg(self) -> bool: + """Whether this distribution is installed as an egg. + + This usually indicates the distribution was installed by (older versions + of) easy_install. + """ + location = self.location + if not location: + return False + return location.endswith(".egg") + + @property + def installed_with_setuptools_egg_info(self) -> bool: + """Whether this distribution is installed with the ``.egg-info`` format. + + This usually indicates the distribution was installed with setuptools + with an old pip version or with ``single-version-externally-managed``. + + Note that this ensure the metadata store is a directory. distutils can + also installs an ``.egg-info``, but as a file, not a directory. This + property is *False* for that case. Also see ``installed_by_distutils``. + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".egg-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def installed_with_dist_info(self) -> bool: + """Whether this distribution is installed with the "modern format". + + This indicates a "modern" installation, e.g. storing metadata in the + ``.dist-info`` directory. This applies to installations made by + setuptools (but through pip, not directly), or anything using the + standardized build backend interface (PEP 517). + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".dist-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def canonical_name(self) -> NormalizedName: + raise NotImplementedError() + + @property + def version(self) -> Version: + raise NotImplementedError() + + @property + def raw_version(self) -> str: + raise NotImplementedError() + + @property + def setuptools_filename(self) -> str: + """Convert a project name to its setuptools-compatible filename. + + This is a copy of ``pkg_resources.to_filename()`` for compatibility. + """ + return self.raw_name.replace("-", "_") + + @property + def direct_url(self) -> Optional[DirectUrl]: + """Obtain a DirectUrl from this distribution. + + Returns None if the distribution has no `direct_url.json` metadata, + or if `direct_url.json` is invalid. + """ + try: + content = self.read_text(DIRECT_URL_METADATA_NAME) + except FileNotFoundError: + return None + try: + return DirectUrl.from_json(content) + except ( + UnicodeDecodeError, + json.JSONDecodeError, + DirectUrlValidationError, + ) as e: + logger.warning( + "Error parsing %s for %s: %s", + DIRECT_URL_METADATA_NAME, + self.canonical_name, + e, + ) + return None + + @property + def installer(self) -> str: + try: + installer_text = self.read_text("INSTALLER") + except (OSError, ValueError, NoneMetadataError): + return "" # Fail silently if the installer file cannot be read. + for line in installer_text.splitlines(): + cleaned_line = line.strip() + if cleaned_line: + return cleaned_line + return "" + + @property + def requested(self) -> bool: + return self.is_file("REQUESTED") + + @property + def editable(self) -> bool: + return bool(self.editable_project_location) + + @property + def local(self) -> bool: + """If distribution is installed in the current virtual environment. + + Always True if we're not in a virtualenv. + """ + if self.installed_location is None: + return False + return is_local(self.installed_location) + + @property + def in_usersite(self) -> bool: + if self.installed_location is None or user_site is None: + return False + return self.installed_location.startswith(normalize_path(user_site)) + + @property + def in_site_packages(self) -> bool: + if self.installed_location is None or site_packages is None: + return False + return self.installed_location.startswith(normalize_path(site_packages)) + + def is_file(self, path: InfoPath) -> bool: + """Check whether an entry in the info directory is a file.""" + raise NotImplementedError() + + def iter_distutils_script_names(self) -> Iterator[str]: + """Find distutils 'scripts' entries metadata. + + If 'scripts' is supplied in ``setup.py``, distutils records those in the + installed distribution's ``scripts`` directory, a file for each script. + """ + raise NotImplementedError() + + def read_text(self, path: InfoPath) -> str: + """Read a file in the info directory. + + :raise FileNotFoundError: If ``path`` does not exist in the directory. + :raise NoneMetadataError: If ``path`` exists in the info directory, but + cannot be read. + """ + raise NotImplementedError() + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + raise NotImplementedError() + + def _metadata_impl(self) -> email.message.Message: + raise NotImplementedError() + + @functools.cached_property + def metadata(self) -> email.message.Message: + """Metadata of distribution parsed from e.g. METADATA or PKG-INFO. + + This should return an empty message if the metadata file is unavailable. + + :raises NoneMetadataError: If the metadata file is available, but does + not contain valid metadata. + """ + metadata = self._metadata_impl() + self._add_egg_info_requires(metadata) + return metadata + + @property + def metadata_dict(self) -> Dict[str, Any]: + """PEP 566 compliant JSON-serializable representation of METADATA or PKG-INFO. + + This should return an empty dict if the metadata file is unavailable. + + :raises NoneMetadataError: If the metadata file is available, but does + not contain valid metadata. + """ + return msg_to_json(self.metadata) + + @property + def metadata_version(self) -> Optional[str]: + """Value of "Metadata-Version:" in distribution metadata, if available.""" + return self.metadata.get("Metadata-Version") + + @property + def raw_name(self) -> str: + """Value of "Name:" in distribution metadata.""" + # The metadata should NEVER be missing the Name: key, but if it somehow + # does, fall back to the known canonical name. + return self.metadata.get("Name", self.canonical_name) + + @property + def requires_python(self) -> SpecifierSet: + """Value of "Requires-Python:" in distribution metadata. + + If the key does not exist or contains an invalid value, an empty + SpecifierSet should be returned. + """ + value = self.metadata.get("Requires-Python") + if value is None: + return SpecifierSet() + try: + # Convert to str to satisfy the type checker; this can be a Header object. + spec = SpecifierSet(str(value)) + except InvalidSpecifier as e: + message = "Package %r has an invalid Requires-Python: %s" + logger.warning(message, self.raw_name, e) + return SpecifierSet() + return spec + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + """Dependencies of this distribution. + + For modern .dist-info distributions, this is the collection of + "Requires-Dist:" entries in distribution metadata. + """ + raise NotImplementedError() + + def iter_raw_dependencies(self) -> Iterable[str]: + """Raw Requires-Dist metadata.""" + return self.metadata.get_all("Requires-Dist", []) + + def iter_provided_extras(self) -> Iterable[NormalizedName]: + """Extras provided by this distribution. + + For modern .dist-info distributions, this is the collection of + "Provides-Extra:" entries in distribution metadata. + + The return value of this function is expected to be normalised names, + per PEP 685, with the returned value being handled appropriately by + `iter_dependencies`. + """ + raise NotImplementedError() + + def _iter_declared_entries_from_record(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("RECORD") + except FileNotFoundError: + return None + # This extra Path-str cast normalizes entries. + return (str(pathlib.Path(row[0])) for row in csv.reader(text.splitlines())) + + def _iter_declared_entries_from_legacy(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("installed-files.txt") + except FileNotFoundError: + return None + paths = (p for p in text.splitlines(keepends=False) if p) + root = self.location + info = self.info_location + if root is None or info is None: + return paths + try: + info_rel = pathlib.Path(info).relative_to(root) + except ValueError: # info is not relative to root. + return paths + if not info_rel.parts: # info *is* root. + return paths + return ( + _convert_installed_files_path(pathlib.Path(p).parts, info_rel.parts) + for p in paths + ) + + def iter_declared_entries(self) -> Optional[Iterator[str]]: + """Iterate through file entries declared in this distribution. + + For modern .dist-info distributions, this is the files listed in the + ``RECORD`` metadata file. For legacy setuptools distributions, this + comes from ``installed-files.txt``, with entries normalized to be + compatible with the format used by ``RECORD``. + + :return: An iterator for listed entries, or None if the distribution + contains neither ``RECORD`` nor ``installed-files.txt``. + """ + return ( + self._iter_declared_entries_from_record() + or self._iter_declared_entries_from_legacy() + ) + + def _iter_requires_txt_entries(self) -> Iterator[RequiresEntry]: + """Parse a ``requires.txt`` in an egg-info directory. + + This is an INI-ish format where an egg-info stores dependencies. A + section name describes extra other environment markers, while each entry + is an arbitrary string (not a key-value pair) representing a dependency + as a requirement string (no markers). + + There is a construct in ``importlib.metadata`` called ``Sectioned`` that + does mostly the same, but the format is currently considered private. + """ + try: + content = self.read_text("requires.txt") + except FileNotFoundError: + return + extra = marker = "" # Section-less entries don't have markers. + for line in content.splitlines(): + line = line.strip() + if not line or line.startswith("#"): # Comment; ignored. + continue + if line.startswith("[") and line.endswith("]"): # A section header. + extra, _, marker = line.strip("[]").partition(":") + continue + yield RequiresEntry(requirement=line, extra=extra, marker=marker) + + def _iter_egg_info_extras(self) -> Iterable[str]: + """Get extras from the egg-info directory.""" + known_extras = {""} + for entry in self._iter_requires_txt_entries(): + extra = canonicalize_name(entry.extra) + if extra in known_extras: + continue + known_extras.add(extra) + yield extra + + def _iter_egg_info_dependencies(self) -> Iterable[str]: + """Get distribution dependencies from the egg-info directory. + + To ease parsing, this converts a legacy dependency entry into a PEP 508 + requirement string. Like ``_iter_requires_txt_entries()``, there is code + in ``importlib.metadata`` that does mostly the same, but not do exactly + what we need. + + Namely, ``importlib.metadata`` does not normalize the extra name before + putting it into the requirement string, which causes marker comparison + to fail because the dist-info format do normalize. This is consistent in + all currently available PEP 517 backends, although not standardized. + """ + for entry in self._iter_requires_txt_entries(): + extra = canonicalize_name(entry.extra) + if extra and entry.marker: + marker = f'({entry.marker}) and extra == "{extra}"' + elif extra: + marker = f'extra == "{extra}"' + elif entry.marker: + marker = entry.marker + else: + marker = "" + if marker: + yield f"{entry.requirement} ; {marker}" + else: + yield entry.requirement + + def _add_egg_info_requires(self, metadata: email.message.Message) -> None: + """Add egg-info requires.txt information to the metadata.""" + if not metadata.get_all("Requires-Dist"): + for dep in self._iter_egg_info_dependencies(): + metadata["Requires-Dist"] = dep + if not metadata.get_all("Provides-Extra"): + for extra in self._iter_egg_info_extras(): + metadata["Provides-Extra"] = extra + + +class BaseEnvironment: + """An environment containing distributions to introspect.""" + + @classmethod + def default(cls) -> "BaseEnvironment": + raise NotImplementedError() + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> "BaseEnvironment": + raise NotImplementedError() + + def get_distribution(self, name: str) -> Optional["BaseDistribution"]: + """Given a requirement name, return the installed distributions. + + The name may not be normalized. The implementation must canonicalize + it for lookup. + """ + raise NotImplementedError() + + def _iter_distributions(self) -> Iterator["BaseDistribution"]: + """Iterate through installed distributions. + + This function should be implemented by subclass, but never called + directly. Use the public ``iter_distribution()`` instead, which + implements additional logic to make sure the distributions are valid. + """ + raise NotImplementedError() + + def iter_all_distributions(self) -> Iterator[BaseDistribution]: + """Iterate through all installed distributions without any filtering.""" + for dist in self._iter_distributions(): + # Make sure the distribution actually comes from a valid Python + # packaging distribution. Pip's AdjacentTempDirectory leaves folders + # e.g. ``~atplotlib.dist-info`` if cleanup was interrupted. The + # valid project name pattern is taken from PEP 508. + project_name_valid = re.match( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", + dist.canonical_name, + flags=re.IGNORECASE, + ) + if not project_name_valid: + logger.warning( + "Ignoring invalid distribution %s (%s)", + dist.canonical_name, + dist.location, + ) + continue + yield dist + + def iter_installed_distributions( + self, + local_only: bool = True, + skip: Container[str] = stdlib_pkgs, + include_editables: bool = True, + editables_only: bool = False, + user_only: bool = False, + ) -> Iterator[BaseDistribution]: + """Return a list of installed distributions. + + This is based on ``iter_all_distributions()`` with additional filtering + options. Note that ``iter_installed_distributions()`` without arguments + is *not* equal to ``iter_all_distributions()``, since some of the + configurations exclude packages by default. + + :param local_only: If True (default), only return installations + local to the current virtualenv, if in a virtualenv. + :param skip: An iterable of canonicalized project names to ignore; + defaults to ``stdlib_pkgs``. + :param include_editables: If False, don't report editables. + :param editables_only: If True, only report editables. + :param user_only: If True, only report installations in the user + site directory. + """ + it = self.iter_all_distributions() + if local_only: + it = (d for d in it if d.local) + if not include_editables: + it = (d for d in it if not d.editable) + if editables_only: + it = (d for d in it if d.editable) + if user_only: + it = (d for d in it if d.in_usersite) + return (d for d in it if d.canonical_name not in skip) + + +class Wheel(Protocol): + location: str + + def as_zipfile(self) -> zipfile.ZipFile: + raise NotImplementedError() + + +class FilesystemWheel(Wheel): + def __init__(self, location: str) -> None: + self.location = location + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.location, allowZip64=True) + + +class MemoryWheel(Wheel): + def __init__(self, location: str, stream: IO[bytes]) -> None: + self.location = location + self.stream = stream + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.stream, allowZip64=True) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py new file mode 100644 index 00000000..a779138d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py @@ -0,0 +1,6 @@ +from ._dists import Distribution +from ._envs import Environment + +__all__ = ["NAME", "Distribution", "Environment"] + +NAME = "importlib" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..931c78838e223587ab36a386b9a60dd2b2c8f405 GIT binary patch literal 370 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 CtXT2@ literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..91edc843e7a24d051925d326815f6dee0d2ebe7c GIT binary patch literal 12577 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 LdVWt3p_2K3*bMMu literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4846debfaa7ec67432d7d69ca667bd66d6c83e6d GIT binary patch literal 11110 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 None: + self.dist = dist + self.reason = reason + + def __str__(self) -> str: + return f"Bad metadata in {self.dist} ({self.reason})" + + +class BasePath(Protocol): + """A protocol that various path objects conform. + + This exists because importlib.metadata uses both ``pathlib.Path`` and + ``zipfile.Path``, and we need a common base for type hints (Union does not + work well since ``zipfile.Path`` is too new for our linter setup). + + This does not mean to be exhaustive, but only contains things that present + in both classes *that we need*. + """ + + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def parent(self) -> "BasePath": + raise NotImplementedError() + + +def get_info_location(d: importlib.metadata.Distribution) -> Optional[BasePath]: + """Find the path to the distribution's metadata directory. + + HACK: This relies on importlib.metadata's private ``_path`` attribute. Not + all distributions exist on disk, so importlib.metadata is correct to not + expose the attribute as public. But pip's code base is old and not as clean, + so we do this to avoid having to rewrite too many things. Hopefully we can + eliminate this some day. + """ + return getattr(d, "_path", None) + + +def parse_name_and_version_from_info_directory( + dist: importlib.metadata.Distribution, +) -> Tuple[Optional[str], Optional[str]]: + """Get a name and version from the metadata directory name. + + This is much faster than reading distribution metadata. + """ + info_location = get_info_location(dist) + if info_location is None: + return None, None + + stem, suffix = os.path.splitext(info_location.name) + if suffix == ".dist-info": + name, sep, version = stem.partition("-") + if sep: + return name, version + + if suffix == ".egg-info": + name = stem.split("-", 1)[0] + return name, None + + return None, None + + +def get_dist_canonical_name(dist: importlib.metadata.Distribution) -> NormalizedName: + """Get the distribution's normalized name. + + The ``name`` attribute is only available in Python 3.10 or later. We are + targeting exactly that, but Mypy does not know this. + """ + if name := parse_name_and_version_from_info_directory(dist)[0]: + return canonicalize_name(name) + + name = cast(Any, dist).name + if not isinstance(name, str): + raise BadMetadata(dist, reason="invalid metadata entry 'name'") + return canonicalize_name(name) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py new file mode 100644 index 00000000..36cd3262 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py @@ -0,0 +1,221 @@ +import email.message +import importlib.metadata +import pathlib +import zipfile +from typing import ( + Collection, + Dict, + Iterable, + Iterator, + Mapping, + Optional, + Sequence, + cast, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, UnsupportedWheel +from pip._internal.metadata.base import ( + BaseDistribution, + BaseEntryPoint, + InfoPath, + Wheel, +) +from pip._internal.utils.misc import normalize_path +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from ._compat import ( + BasePath, + get_dist_canonical_name, + parse_name_and_version_from_info_directory, +) + + +class WheelDistribution(importlib.metadata.Distribution): + """An ``importlib.metadata.Distribution`` read from a wheel. + + Although ``importlib.metadata.PathDistribution`` accepts ``zipfile.Path``, + its implementation is too "lazy" for pip's needs (we can't keep the ZipFile + handle open for the entire lifetime of the distribution object). + + This implementation eagerly reads the entire metadata directory into the + memory instead, and operates from that. + """ + + def __init__( + self, + files: Mapping[pathlib.PurePosixPath, bytes], + info_location: pathlib.PurePosixPath, + ) -> None: + self._files = files + self.info_location = info_location + + @classmethod + def from_zipfile( + cls, + zf: zipfile.ZipFile, + name: str, + location: str, + ) -> "WheelDistribution": + info_dir, _ = parse_wheel(zf, name) + paths = ( + (name, pathlib.PurePosixPath(name.split("/", 1)[-1])) + for name in zf.namelist() + if name.startswith(f"{info_dir}/") + ) + files = { + relpath: read_wheel_metadata_file(zf, fullpath) + for fullpath, relpath in paths + } + info_location = pathlib.PurePosixPath(location, info_dir) + return cls(files, info_location) + + def iterdir(self, path: InfoPath) -> Iterator[pathlib.PurePosixPath]: + # Only allow iterating through the metadata directory. + if pathlib.PurePosixPath(str(path)) in self._files: + return iter(self._files) + raise FileNotFoundError(path) + + def read_text(self, filename: str) -> Optional[str]: + try: + data = self._files[pathlib.PurePosixPath(filename)] + except KeyError: + return None + try: + text = data.decode("utf-8") + except UnicodeDecodeError as e: + wheel = self.info_location.parent + error = f"Error decoding metadata for {wheel}: {e} in {filename} file" + raise UnsupportedWheel(error) + return text + + +class Distribution(BaseDistribution): + def __init__( + self, + dist: importlib.metadata.Distribution, + info_location: Optional[BasePath], + installed_location: Optional[BasePath], + ) -> None: + self._dist = dist + self._info_location = info_location + self._installed_location = installed_location + + @classmethod + def from_directory(cls, directory: str) -> BaseDistribution: + info_location = pathlib.Path(directory) + dist = importlib.metadata.Distribution.at(info_location) + return cls(dist, info_location, info_location.parent) + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> BaseDistribution: + # Generate temp dir to contain the metadata file, and write the file contents. + temp_dir = pathlib.Path( + TempDirectory(kind="metadata", globally_managed=True).path + ) + metadata_path = temp_dir / "METADATA" + metadata_path.write_bytes(metadata_contents) + # Construct dist pointing to the newly created directory. + dist = importlib.metadata.Distribution.at(metadata_path.parent) + return cls(dist, metadata_path.parent, None) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: + try: + with wheel.as_zipfile() as zf: + dist = WheelDistribution.from_zipfile(zf, name, wheel.location) + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + return cls(dist, dist.info_location, pathlib.PurePosixPath(wheel.location)) + + @property + def location(self) -> Optional[str]: + if self._info_location is None: + return None + return str(self._info_location.parent) + + @property + def info_location(self) -> Optional[str]: + if self._info_location is None: + return None + return str(self._info_location) + + @property + def installed_location(self) -> Optional[str]: + if self._installed_location is None: + return None + return normalize_path(str(self._installed_location)) + + @property + def canonical_name(self) -> NormalizedName: + return get_dist_canonical_name(self._dist) + + @property + def version(self) -> Version: + if version := parse_name_and_version_from_info_directory(self._dist)[1]: + return parse_version(version) + return parse_version(self._dist.version) + + @property + def raw_version(self) -> str: + return self._dist.version + + def is_file(self, path: InfoPath) -> bool: + return self._dist.read_text(str(path)) is not None + + def iter_distutils_script_names(self) -> Iterator[str]: + # A distutils installation is always "flat" (not in e.g. egg form), so + # if this distribution's info location is NOT a pathlib.Path (but e.g. + # zipfile.Path), it can never contain any distutils scripts. + if not isinstance(self._info_location, pathlib.Path): + return + for child in self._info_location.joinpath("scripts").iterdir(): + yield child.name + + def read_text(self, path: InfoPath) -> str: + content = self._dist.read_text(str(path)) + if content is None: + raise FileNotFoundError(path) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + # importlib.metadata's EntryPoint structure sasitfies BaseEntryPoint. + return self._dist.entry_points + + def _metadata_impl(self) -> email.message.Message: + # From Python 3.10+, importlib.metadata declares PackageMetadata as the + # return type. This protocol is unfortunately a disaster now and misses + # a ton of fields that we need, including get() and get_payload(). We + # rely on the implementation that the object is actually a Message now, + # until upstream can improve the protocol. (python/cpython#94952) + return cast(email.message.Message, self._dist.metadata) + + def iter_provided_extras(self) -> Iterable[NormalizedName]: + return [ + canonicalize_name(extra) + for extra in self.metadata.get_all("Provides-Extra", []) + ] + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + contexts: Sequence[Dict[str, str]] = [{"extra": e} for e in extras] + for req_string in self.metadata.get_all("Requires-Dist", []): + # strip() because email.message.Message.get_all() may return a leading \n + # in case a long header was wrapped. + req = get_requirement(req_string.strip()) + if not req.marker: + yield req + elif not extras and req.marker.evaluate({"extra": ""}): + yield req + elif any(req.marker.evaluate(context) for context in contexts): + yield req diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py new file mode 100644 index 00000000..70cb7a60 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py @@ -0,0 +1,189 @@ +import functools +import importlib.metadata +import logging +import os +import pathlib +import sys +import zipfile +import zipimport +from typing import Iterator, List, Optional, Sequence, Set, Tuple + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.metadata.base import BaseDistribution, BaseEnvironment +from pip._internal.models.wheel import Wheel +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import WHEEL_EXTENSION + +from ._compat import BadMetadata, BasePath, get_dist_canonical_name, get_info_location +from ._dists import Distribution + +logger = logging.getLogger(__name__) + + +def _looks_like_wheel(location: str) -> bool: + if not location.endswith(WHEEL_EXTENSION): + return False + if not os.path.isfile(location): + return False + if not Wheel.wheel_file_re.match(os.path.basename(location)): + return False + return zipfile.is_zipfile(location) + + +class _DistributionFinder: + """Finder to locate distributions. + + The main purpose of this class is to memoize found distributions' names, so + only one distribution is returned for each package name. At lot of pip code + assumes this (because it is setuptools's behavior), and not doing the same + can potentially cause a distribution in lower precedence path to override a + higher precedence one if the caller is not careful. + + Eventually we probably want to make it possible to see lower precedence + installations as well. It's useful feature, after all. + """ + + FoundResult = Tuple[importlib.metadata.Distribution, Optional[BasePath]] + + def __init__(self) -> None: + self._found_names: Set[NormalizedName] = set() + + def _find_impl(self, location: str) -> Iterator[FoundResult]: + """Find distributions in a location.""" + # Skip looking inside a wheel. Since a package inside a wheel is not + # always valid (due to .data directories etc.), its .dist-info entry + # should not be considered an installed distribution. + if _looks_like_wheel(location): + return + # To know exactly where we find a distribution, we have to feed in the + # paths one by one, instead of dumping the list to importlib.metadata. + for dist in importlib.metadata.distributions(path=[location]): + info_location = get_info_location(dist) + try: + name = get_dist_canonical_name(dist) + except BadMetadata as e: + logger.warning("Skipping %s due to %s", info_location, e.reason) + continue + if name in self._found_names: + continue + self._found_names.add(name) + yield dist, info_location + + def find(self, location: str) -> Iterator[BaseDistribution]: + """Find distributions in a location. + + The path can be either a directory, or a ZIP archive. + """ + for dist, info_location in self._find_impl(location): + if info_location is None: + installed_location: Optional[BasePath] = None + else: + installed_location = info_location.parent + yield Distribution(dist, info_location, installed_location) + + def find_linked(self, location: str) -> Iterator[BaseDistribution]: + """Read location in egg-link files and return distributions in there. + + The path should be a directory; otherwise this returns nothing. This + follows how setuptools does this for compatibility. The first non-empty + line in the egg-link is read as a path (resolved against the egg-link's + containing directory if relative). Distributions found at that linked + location are returned. + """ + path = pathlib.Path(location) + if not path.is_dir(): + return + for child in path.iterdir(): + if child.suffix != ".egg-link": + continue + with child.open() as f: + lines = (line.strip() for line in f) + target_rel = next((line for line in lines if line), "") + if not target_rel: + continue + target_location = str(path.joinpath(target_rel)) + for dist, info_location in self._find_impl(target_location): + yield Distribution(dist, info_location, path) + + def _find_eggs_in_dir(self, location: str) -> Iterator[BaseDistribution]: + from pip._vendor.pkg_resources import find_distributions + + from pip._internal.metadata import pkg_resources as legacy + + with os.scandir(location) as it: + for entry in it: + if not entry.name.endswith(".egg"): + continue + for dist in find_distributions(entry.path): + yield legacy.Distribution(dist) + + def _find_eggs_in_zip(self, location: str) -> Iterator[BaseDistribution]: + from pip._vendor.pkg_resources import find_eggs_in_zip + + from pip._internal.metadata import pkg_resources as legacy + + try: + importer = zipimport.zipimporter(location) + except zipimport.ZipImportError: + return + for dist in find_eggs_in_zip(importer, location): + yield legacy.Distribution(dist) + + def find_eggs(self, location: str) -> Iterator[BaseDistribution]: + """Find eggs in a location. + + This actually uses the old *pkg_resources* backend. We likely want to + deprecate this so we can eventually remove the *pkg_resources* + dependency entirely. Before that, this should first emit a deprecation + warning for some versions when using the fallback since importing + *pkg_resources* is slow for those who don't need it. + """ + if os.path.isdir(location): + yield from self._find_eggs_in_dir(location) + if zipfile.is_zipfile(location): + yield from self._find_eggs_in_zip(location) + + +@functools.lru_cache(maxsize=None) # Warn a distribution exactly once. +def _emit_egg_deprecation(location: Optional[str]) -> None: + deprecated( + reason=f"Loading egg at {location} is deprecated.", + replacement="to use pip for package installation", + gone_in="24.3", + issue=12330, + ) + + +class Environment(BaseEnvironment): + def __init__(self, paths: Sequence[str]) -> None: + self._paths = paths + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(sys.path) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + if paths is None: + return cls(sys.path) + return cls(paths) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + finder = _DistributionFinder() + for location in self._paths: + yield from finder.find(location) + for dist in finder.find_eggs(location): + _emit_egg_deprecation(dist.location) + yield dist + # This must go last because that's how pkg_resources tie-breaks. + yield from finder.find_linked(location) + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + canonical_name = canonicalize_name(name) + matches = ( + distribution + for distribution in self.iter_all_distributions() + if distribution.canonical_name == canonical_name + ) + return next(matches, None) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 00000000..4ea84f93 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,301 @@ +import email.message +import email.parser +import logging +import os +import zipfile +from typing import ( + Collection, + Iterable, + Iterator, + List, + Mapping, + NamedTuple, + Optional, +) + +from pip._vendor import pkg_resources +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, NoneMetadataError, UnsupportedWheel +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.misc import display_path, normalize_path +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from .base import ( + BaseDistribution, + BaseEntryPoint, + BaseEnvironment, + InfoPath, + Wheel, +) + +__all__ = ["NAME", "Distribution", "Environment"] + +logger = logging.getLogger(__name__) + +NAME = "pkg_resources" + + +class EntryPoint(NamedTuple): + name: str + value: str + group: str + + +class InMemoryMetadata: + """IMetadataProvider that reads metadata files from a dictionary. + + This also maps metadata decoding exceptions to our internal exception type. + """ + + def __init__(self, metadata: Mapping[str, bytes], wheel_name: str) -> None: + self._metadata = metadata + self._wheel_name = wheel_name + + def has_metadata(self, name: str) -> bool: + return name in self._metadata + + def get_metadata(self, name: str) -> str: + try: + return self._metadata[name].decode() + except UnicodeDecodeError as e: + # Augment the default error with the origin of the file. + raise UnsupportedWheel( + f"Error decoding metadata for {self._wheel_name}: {e} in {name} file" + ) + + def get_metadata_lines(self, name: str) -> Iterable[str]: + return pkg_resources.yield_lines(self.get_metadata(name)) + + def metadata_isdir(self, name: str) -> bool: + return False + + def metadata_listdir(self, name: str) -> List[str]: + return [] + + def run_script(self, script_name: str, namespace: str) -> None: + pass + + +class Distribution(BaseDistribution): + def __init__(self, dist: pkg_resources.Distribution) -> None: + self._dist = dist + # This is populated lazily, to avoid loading metadata for all possible + # distributions eagerly. + self.__extra_mapping: Optional[Mapping[NormalizedName, str]] = None + + @property + def _extra_mapping(self) -> Mapping[NormalizedName, str]: + if self.__extra_mapping is None: + self.__extra_mapping = { + canonicalize_name(extra): extra for extra in self._dist.extras + } + + return self.__extra_mapping + + @classmethod + def from_directory(cls, directory: str) -> BaseDistribution: + dist_dir = directory.rstrip(os.sep) + + # Build a PathMetadata object, from path to metadata. :wink: + base_dir, dist_dir_name = os.path.split(dist_dir) + metadata = pkg_resources.PathMetadata(base_dir, dist_dir) + + # Determine the correct Distribution object type. + if dist_dir.endswith(".egg-info"): + dist_cls = pkg_resources.Distribution + dist_name = os.path.splitext(dist_dir_name)[0] + else: + assert dist_dir.endswith(".dist-info") + dist_cls = pkg_resources.DistInfoDistribution + dist_name = os.path.splitext(dist_dir_name)[0].split("-")[0] + + dist = dist_cls(base_dir, project_name=dist_name, metadata=metadata) + return cls(dist) + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> BaseDistribution: + metadata_dict = { + "METADATA": metadata_contents, + } + dist = pkg_resources.DistInfoDistribution( + location=filename, + metadata=InMemoryMetadata(metadata_dict, filename), + project_name=project_name, + ) + return cls(dist) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: + try: + with wheel.as_zipfile() as zf: + info_dir, _ = parse_wheel(zf, name) + metadata_dict = { + path.split("/", 1)[-1]: read_wheel_metadata_file(zf, path) + for path in zf.namelist() + if path.startswith(f"{info_dir}/") + } + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {e}") + dist = pkg_resources.DistInfoDistribution( + location=wheel.location, + metadata=InMemoryMetadata(metadata_dict, wheel.location), + project_name=name, + ) + return cls(dist) + + @property + def location(self) -> Optional[str]: + return self._dist.location + + @property + def installed_location(self) -> Optional[str]: + egg_link = egg_link_path_from_location(self.raw_name) + if egg_link: + location = egg_link + elif self.location: + location = self.location + else: + return None + return normalize_path(location) + + @property + def info_location(self) -> Optional[str]: + return self._dist.egg_info + + @property + def installed_by_distutils(self) -> bool: + # A distutils-installed distribution is provided by FileMetadata. This + # provider has a "path" attribute not present anywhere else. Not the + # best introspection logic, but pip has been doing this for a long time. + try: + return bool(self._dist._provider.path) + except AttributeError: + return False + + @property + def canonical_name(self) -> NormalizedName: + return canonicalize_name(self._dist.project_name) + + @property + def version(self) -> Version: + return parse_version(self._dist.version) + + @property + def raw_version(self) -> str: + return self._dist.version + + def is_file(self, path: InfoPath) -> bool: + return self._dist.has_metadata(str(path)) + + def iter_distutils_script_names(self) -> Iterator[str]: + yield from self._dist.metadata_listdir("scripts") + + def read_text(self, path: InfoPath) -> str: + name = str(path) + if not self._dist.has_metadata(name): + raise FileNotFoundError(name) + content = self._dist.get_metadata(name) + if content is None: + raise NoneMetadataError(self, name) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + for group, entries in self._dist.get_entry_map().items(): + for name, entry_point in entries.items(): + name, _, value = str(entry_point).partition("=") + yield EntryPoint(name=name.strip(), value=value.strip(), group=group) + + def _metadata_impl(self) -> email.message.Message: + """ + :raises NoneMetadataError: if the distribution reports `has_metadata()` + True but `get_metadata()` returns None. + """ + if isinstance(self._dist, pkg_resources.DistInfoDistribution): + metadata_name = "METADATA" + else: + metadata_name = "PKG-INFO" + try: + metadata = self.read_text(metadata_name) + except FileNotFoundError: + if self.location: + displaying_path = display_path(self.location) + else: + displaying_path = repr(self.location) + logger.warning("No metadata found in %s", displaying_path) + metadata = "" + feed_parser = email.parser.FeedParser() + feed_parser.feed(metadata) + return feed_parser.close() + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + if extras: + relevant_extras = set(self._extra_mapping) & set( + map(canonicalize_name, extras) + ) + extras = [self._extra_mapping[extra] for extra in relevant_extras] + return self._dist.requires(extras) + + def iter_provided_extras(self) -> Iterable[NormalizedName]: + return self._extra_mapping.keys() + + +class Environment(BaseEnvironment): + def __init__(self, ws: pkg_resources.WorkingSet) -> None: + self._ws = ws + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(pkg_resources.working_set) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + return cls(pkg_resources.WorkingSet(paths)) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + for dist in self._ws: + yield Distribution(dist) + + def _search_distribution(self, name: str) -> Optional[BaseDistribution]: + """Find a distribution matching the ``name`` in the environment. + + This searches from *all* distributions available in the environment, to + match the behavior of ``pkg_resources.get_distribution()``. + """ + canonical_name = canonicalize_name(name) + for dist in self.iter_all_distributions(): + if dist.canonical_name == canonical_name: + return dist + return None + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + # Search the distribution by looking through the working set. + dist = self._search_distribution(name) + if dist: + return dist + + # If distribution could not be found, call working_set.require to + # update the working set, and try to find the distribution again. + # This might happen for e.g. when you install a package twice, once + # using setup.py develop and again using setup.py install. Now when + # running pip uninstall twice, the package gets removed from the + # working set in the first uninstall, so we have to populate the + # working set again so that pip knows about it and the packages gets + # picked up and is successfully uninstalled the second time too. + try: + # We didn't pass in any version specifiers, so this can never + # raise pkg_resources.VersionConflict. + self._ws.require(name) + except pkg_resources.DistributionNotFound: + return None + return self._search_distribution(name) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 00000000..7855226e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py @@ -0,0 +1,2 @@ +"""A package that contains models that represent entities. +""" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5e7c4a839f9c1f03135c5637dfc4e49de0d143a5 GIT binary patch literal 278 zcmXv}F-`+95VVsBqDX0}-KOAHkcI+*kf@=7hQ>1IRnCfITizwoQSu2Y9>81p0WBXu zq)QcB2_vm`W{TaJujzCm3f?|W7T0C}RPhgaAe(U^@4|{F(aYK3_2Nb)(=N>d6?cYJ z8v`2`NUfqpPkS?C%19Vkm2vEln#tWvejjUXW2^P2*wph|508YIz`B*8&cQ9xl4AnK zwu{*scqrt)l4gxz4cbZ+y-khBSImXjN8iM2!XcriBFdp`CKo`fc)=lcSO8GaCa+F6!?f|ltQe^-D literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..285336a1cfffdde2f2b241568dd5df8dd27b53d4 GIT binary patch literal 1616 zcmb7EO=ufO6rS0CNl{!9#f<|Fo6yp1e|CxEqZ>+7DDIC-948P_*lsiBtX8ftEu|0k%{TA8oq50W zL%Cc;K%d_mo!?Us`b};Ir01ab8GtoJ5Wx{@;3~!vE0NMrt7?W-z*<$$uof8&vua|b zAc~3p$k@RBa}@MGBIa#GtPQwH(nfzlRjXBSioeU9gVO>DL{N(Y&S7I-ql|}13{YmeoVGl`KI?NfHg!>6%$ldu7dMbbspUQ3Rg9%Q-i2eU_nhl zT81n@x)1;E9Y=@iow(=iu86a@l2ycEPF1lMVM za+Wq3OoR=z-|((-NS#N* zM!*+B?>)+wMAGyGtt}*s1l}BgPb6?xXuRS@;SI0Z5(`Ou!973W@lepWnn7(Tn5W!p zhE2~8V?kLQL|!8yG~(Vt{oH0NwS3Tr!uQ*!|FI3+f&Mr+$lnIGihj0^{$!o{(K@w0 zd4KdlWyf-dC1a01e*D^#H{ac{E)9#p@TukYWEpGuC`pVA__C_c0a!yFv?!&A=&l0Q zMvM8t4J+@$EP!UXk8(9=)O*GiS*do#J_y=Amsi4WYjz;)ee5v#csQ74AxhtDRso)x zP)1q8_V~Z0CR3jTTYe7MD%w3Zy5@Z8+!^0KJ+V3Y&D7UZo9>pjHTT{1Z?A8C`2Ef8 zk;~iGWi|@NPD$oo&Ib)5gecj*QO)BAH;D2 zT?SJNQYKTtWH#9e$;N;^MA=nYG^`+{lF5%x1N#C!*Dn70(i^MOzZA>2rgzJgCt78< zc=Xl>T}{=!^($Qj%YzHqvPrV#vFJ%*w}|ywyng%-B-j2e^4uAxkd_W!KFXOaZ8{Ep z=)wfVBw=p9Im37!`Zs$N`<~0`WXGiSSY|!wTDRY|ZuX31;mLd08OdZGv*7lvseb-0 zvR6SSYse>nbybYk$-PXFo%t68 CbcOE# literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1d143682a8768f8a9611c28584dfa8b80ee47b0b GIT binary patch literal 10851 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 Q|K~Wtah`7w>+R3~4`b7?zyJUM literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e625ed1f449982a34463bf5bb7ec6131b9066e87 GIT binary patch literal 1706 zcmZ`(&2Jk;6rcU{#&P79BwNb_v{DerY3qfgY7hd1XeCk!rBP`sMBCN3umyvPuIy3s9i)5k$hB>Wb_Uq@)jb>zMO5S$ugocQHl10K8z`8 zEJuuynA(ymV}FREWj8C$q~3SZlRkm7D4au3O(s%JS%uTSm1-(cs76%yX+*E<+o&#) z+*YBc6GOzPR#(Z`mRiegqq|bgcn?+bNnyot?>MXUT0rRC_S-jT#3-jh%q_?2r>rz* zIRUXE7H)Wia*I0Lqs($#mvU~!p+y4{g&x#Zv_x5Fexe67_Cq(xb8jv3DHbs!YDHdZ zP1Ze#@i=5~HYVYk;{{BEJF+nliOy)e&VprE>0etYVT<3%Um(7ec2NvETRTbzeFo+G zeP2Qyse^DIe1zfwe5h#*YEE@?{L~&;9cf?6>}FvQJJs;*;TJooSv<`QEHbQzy~8t~ zvR59Q1$)K))76o|OQ|Q^7OE)AiJpO(r~=5!c%t$3h_b}M*bBTE;}pU~2dsVXgG7rQ z#%W@J%Ol^5ndmv05Cg#Vkm1OQ8!QJgCK^nUuc(R2sb3$N#Tdq}?{JPW7j(BQYx9X` z-{O>Un|NyuZ+P}q%J0NsWXIHPgp4@$O)#ztqq;$Z4I8?#qgLDqgN5oV^EUTldNIm~ z$L+|AZ0J9xEO2~#EhN7spYn1LA<>N_n zTm95{XwK~VU-(Dn`L20>@5-V1@{zgNH5VZ_eq4V3sC=PYzOeWHVfivdipQmyqtaZr zG`Dy8urv>miC!MP0God?tP?l_0pZIt*!a zngZ(e>*0k;%N3QKfh0Q%BFVw*n()rj`BY>!B{C%tT$ETAGeuw$M7#W7%tnVkEef6k z0k{>XKkw{xj*7G0;_SVv-z|N!v_}q$3kSvmI|n-|V}f0Qvqmva@)*N-*5T#iq=4~< z>yF>g3R9P!Ure!>&Quv%Plk=WcJR55~_Ot1}1l*Z)@Jg8Y$@e)C@iDwsq7 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..776b0db6c25b612410bead4ce1db55846d2623f7 GIT binary patch literal 2284 zcmZ`4OKcNIboS$aj7>feCv{{Xgf0Ou6jDA-t45#}dPplm5i+V)Tkj;G zLWn~SmD(OE5&;V8r63NKdTDy&SgDto2pNr96{+RWn@Lcsa_XC1F9eg0v~S*T-n`$u z{Uw=ro{V98Bn?IS?0Ap;qLg-Sv}D2WBJBo!oq^F&K7g$f}Lm#lCp zQiyoCY(-14LQFs+dLJ2~tH=o76@80^cr~I#|KfxqF=@oEGWob!bXjx^pRZuMh!uf# z7w61H7nCp7H>Ce(CnO#`z1q)lDjvQEK4lVGk?^e^#Yq)Duu1>_pS zs2~`qAQ}Reu$%$jxM+x11ec(ACp`e8`df1xTxEnV+iVsype} z2lD&hP^szSy=A>PtxsU8md&yXSG$MIP`dLhOt4!a_DdNGgV@WEE%+Il;s;t5jeh{W zIV)U8H^rb@SAgC~cZyqUS-}}N5%l~z4d8MwS{B)|F@GxBq6nld7$Ru%$Xgb0lPxSD z1AnGAy(%-L8=*`8V~zBKz4WVRNVnS&a5vVt3)$ssRy5>cZy!TSXmqA))X5pnMcZ<8 z11dc3pSeV* zN}P1Toh;%yV58`gEu4}q)1D?qXkQZCVEjIBX+yjr zkAY0^#*?dCl6 z>P&ipJJYj4S(_!_4RU%6090~o&#%1$kA~l^51*+GpZQx7yEi>Nc=#*1o>ppU<#zvr zw7SZfPutOJ>PqjvCz)hA-ayG%{NL3u@F|}k-*mqf9aY-+P_*?D)-)E^G?Pg2S+!m9lO9(HQA1M#!4)TiXN5_W>;UESd9RqL` zHAEqF^!C~1H&4{|o?JsfKp%xSH^iP$$MWk(8wmC#_ujFeJMNwM>GM@iu1SGHN=&+y3cgPU%cwf^#01ZhHgx}FX Z4Gla-Z$C!8zoFrO!m1EoMF70>{{db(BeVbj literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..61163e633ee508715def8ba60fc7cc79eafc093d GIT binary patch literal 26612 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1208db9f2c7de2d033103e88b2c948d712a65ed6 GIT binary patch literal 1035 zcmZWoJ#W-N5MBE|bH^n?f{=n@1xV;5utn0L2*gJq5fG3P3a+s>-nsJ@+ z2t6GY4IK)QYvPBcM*b-Jo{!nvz~qP{JGJn5ww@@<~lcBLVnm_ zVx=)ST0!uZaMB{&;co17-InW+4&jCOPOIP&aCz}#>A)G~yW~FM<$b~{2Y8~jgV91- z#X+?>wfm`dPbz8#DQL>HmZ4wu zz&4d_%KA*iY%_*QHf0H?CIX>oC=&xa<_gsSwaA!MU-x}3L+zyl6UoGrs^c&E<8R{1 zVaJP1H@?VX11iC`uKwMSSNmyi(sZ&Z&I}7I$#$P2-K_!?TO}w%g}Y0bmZQQ6DxRRy2`XDO zs5Gltc|9j^*W98bL?anBA`kj^KN6W#3|9iT4R4zot;#! zHA`v+gRFj{EYQjdL(NWd)ESHNk~u`j)uj=0H`F|a_V3dR=ne~x;|$%BQ~WheoD1Kl hZ|~KIW#ZP~T>9di`|Z}9=|h6Si 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 g;$O&#O>*LI@a8EQ9Omb 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py new file mode 100644 index 00000000..f27f2831 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py @@ -0,0 +1,25 @@ +from dataclasses import dataclass + +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.models.link import Link + + +@dataclass(frozen=True) +class InstallationCandidate: + """Represents a potential "candidate" for installation.""" + + __slots__ = ["name", "version", "link"] + + name: str + version: Version + link: Link + + def __init__(self, name: str, version: str, link: Link) -> None: + object.__setattr__(self, "name", name) + object.__setattr__(self, "version", parse_version(version)) + object.__setattr__(self, "link", link) + + def __str__(self) -> str: + return f"{self.name!r} candidate (version {self.version} at {self.link})" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 00000000..fc5ec8d4 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,224 @@ +""" PEP 610 """ + +import json +import re +import urllib.parse +from dataclasses import dataclass +from typing import Any, ClassVar, Dict, Iterable, Optional, Type, TypeVar, Union + +__all__ = [ + "DirectUrl", + "DirectUrlValidationError", + "DirInfo", + "ArchiveInfo", + "VcsInfo", +] + +T = TypeVar("T") + +DIRECT_URL_METADATA_NAME = "direct_url.json" +ENV_VAR_RE = re.compile(r"^\$\{[A-Za-z0-9-_]+\}(:\$\{[A-Za-z0-9-_]+\})?$") + + +class DirectUrlValidationError(Exception): + pass + + +def _get( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> Optional[T]: + """Get value from dictionary and verify expected type.""" + if key not in d: + return default + value = d[key] + if not isinstance(value, expected_type): + raise DirectUrlValidationError( + f"{value!r} has unexpected type for {key} (expected {expected_type})" + ) + return value + + +def _get_required( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> T: + value = _get(d, expected_type, key, default) + if value is None: + raise DirectUrlValidationError(f"{key} must have a value") + return value + + +def _exactly_one_of(infos: Iterable[Optional["InfoType"]]) -> "InfoType": + infos = [info for info in infos if info is not None] + if not infos: + raise DirectUrlValidationError( + "missing one of archive_info, dir_info, vcs_info" + ) + if len(infos) > 1: + raise DirectUrlValidationError( + "more than one of archive_info, dir_info, vcs_info" + ) + assert infos[0] is not None + return infos[0] + + +def _filter_none(**kwargs: Any) -> Dict[str, Any]: + """Make dict excluding None values.""" + return {k: v for k, v in kwargs.items() if v is not None} + + +@dataclass +class VcsInfo: + name: ClassVar = "vcs_info" + + vcs: str + commit_id: str + requested_revision: Optional[str] = None + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["VcsInfo"]: + if d is None: + return None + return cls( + vcs=_get_required(d, str, "vcs"), + commit_id=_get_required(d, str, "commit_id"), + requested_revision=_get(d, str, "requested_revision"), + ) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none( + vcs=self.vcs, + requested_revision=self.requested_revision, + commit_id=self.commit_id, + ) + + +class ArchiveInfo: + name = "archive_info" + + def __init__( + self, + hash: Optional[str] = None, + hashes: Optional[Dict[str, str]] = None, + ) -> None: + # set hashes before hash, since the hash setter will further populate hashes + self.hashes = hashes + self.hash = hash + + @property + def hash(self) -> Optional[str]: + return self._hash + + @hash.setter + def hash(self, value: Optional[str]) -> None: + if value is not None: + # Auto-populate the hashes key to upgrade to the new format automatically. + # We don't back-populate the legacy hash key from hashes. + try: + hash_name, hash_value = value.split("=", 1) + except ValueError: + raise DirectUrlValidationError( + f"invalid archive_info.hash format: {value!r}" + ) + if self.hashes is None: + self.hashes = {hash_name: hash_value} + elif hash_name not in self.hashes: + self.hashes = self.hashes.copy() + self.hashes[hash_name] = hash_value + self._hash = value + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["ArchiveInfo"]: + if d is None: + return None + return cls(hash=_get(d, str, "hash"), hashes=_get(d, dict, "hashes")) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(hash=self.hash, hashes=self.hashes) + + +@dataclass +class DirInfo: + name: ClassVar = "dir_info" + + editable: bool = False + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["DirInfo"]: + if d is None: + return None + return cls(editable=_get_required(d, bool, "editable", default=False)) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(editable=self.editable or None) + + +InfoType = Union[ArchiveInfo, DirInfo, VcsInfo] + + +@dataclass +class DirectUrl: + url: str + info: InfoType + subdirectory: Optional[str] = None + + def _remove_auth_from_netloc(self, netloc: str) -> str: + if "@" not in netloc: + return netloc + user_pass, netloc_no_user_pass = netloc.split("@", 1) + if ( + isinstance(self.info, VcsInfo) + and self.info.vcs == "git" + and user_pass == "git" + ): + return netloc + if ENV_VAR_RE.match(user_pass): + return netloc + return netloc_no_user_pass + + @property + def redacted_url(self) -> str: + """url with user:password part removed unless it is formed with + environment variables as specified in PEP 610, or it is ``git`` + in the case of a git URL. + """ + purl = urllib.parse.urlsplit(self.url) + netloc = self._remove_auth_from_netloc(purl.netloc) + surl = urllib.parse.urlunsplit( + (purl.scheme, netloc, purl.path, purl.query, purl.fragment) + ) + return surl + + def validate(self) -> None: + self.from_dict(self.to_dict()) + + @classmethod + def from_dict(cls, d: Dict[str, Any]) -> "DirectUrl": + return DirectUrl( + url=_get_required(d, str, "url"), + subdirectory=_get(d, str, "subdirectory"), + info=_exactly_one_of( + [ + ArchiveInfo._from_dict(_get(d, dict, "archive_info")), + DirInfo._from_dict(_get(d, dict, "dir_info")), + VcsInfo._from_dict(_get(d, dict, "vcs_info")), + ] + ), + ) + + def to_dict(self) -> Dict[str, Any]: + res = _filter_none( + url=self.redacted_url, + subdirectory=self.subdirectory, + ) + res[self.info.name] = self.info._to_dict() + return res + + @classmethod + def from_json(cls, s: str) -> "DirectUrl": + return cls.from_dict(json.loads(s)) + + def to_json(self) -> str: + return json.dumps(self.to_dict(), sort_keys=True) + + def is_local_editable(self) -> bool: + return isinstance(self.info, DirInfo) and self.info.editable diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 00000000..ccd11272 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,78 @@ +from typing import FrozenSet, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import CommandError + + +class FormatControl: + """Helper for managing formats from which a package can be installed.""" + + __slots__ = ["no_binary", "only_binary"] + + def __init__( + self, + no_binary: Optional[Set[str]] = None, + only_binary: Optional[Set[str]] = None, + ) -> None: + if no_binary is None: + no_binary = set() + if only_binary is None: + only_binary = set() + + self.no_binary = no_binary + self.only_binary = only_binary + + def __eq__(self, other: object) -> bool: + if not isinstance(other, self.__class__): + return NotImplemented + + if self.__slots__ != other.__slots__: + return False + + return all(getattr(self, k) == getattr(other, k) for k in self.__slots__) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.no_binary}, {self.only_binary})" + + @staticmethod + def handle_mutual_excludes(value: str, target: Set[str], other: Set[str]) -> None: + if value.startswith("-"): + raise CommandError( + "--no-binary / --only-binary option requires 1 argument." + ) + new = value.split(",") + while ":all:" in new: + other.clear() + target.clear() + target.add(":all:") + del new[: new.index(":all:") + 1] + # Without a none, we want to discard everything as :all: covers it + if ":none:" not in new: + return + for name in new: + if name == ":none:": + target.clear() + continue + name = canonicalize_name(name) + other.discard(name) + target.add(name) + + def get_allowed_formats(self, canonical_name: str) -> FrozenSet[str]: + result = {"binary", "source"} + if canonical_name in self.only_binary: + result.discard("source") + elif canonical_name in self.no_binary: + result.discard("binary") + elif ":all:" in self.only_binary: + result.discard("source") + elif ":all:" in self.no_binary: + result.discard("binary") + return frozenset(result) + + def disallow_binaries(self) -> None: + self.handle_mutual_excludes( + ":all:", + self.no_binary, + self.only_binary, + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py new file mode 100644 index 00000000..b94c3251 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py @@ -0,0 +1,28 @@ +import urllib.parse + + +class PackageIndex: + """Represents a Package Index and provides easier access to endpoints""" + + __slots__ = ["url", "netloc", "simple_url", "pypi_url", "file_storage_domain"] + + def __init__(self, url: str, file_storage_domain: str) -> None: + super().__init__() + self.url = url + self.netloc = urllib.parse.urlsplit(url).netloc + self.simple_url = self._url_for_path("simple") + self.pypi_url = self._url_for_path("pypi") + + # This is part of a temporary hack used to block installs of PyPI + # packages which depend on external urls only necessary until PyPI can + # block such packages themselves + self.file_storage_domain = file_storage_domain + + def _url_for_path(self, path: str) -> str: + return urllib.parse.urljoin(self.url, path) + + +PyPI = PackageIndex("https://pypi.org/", file_storage_domain="files.pythonhosted.org") +TestPyPI = PackageIndex( + "https://test.pypi.org/", file_storage_domain="test-files.pythonhosted.org" +) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py new file mode 100644 index 00000000..b9c6330d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py @@ -0,0 +1,56 @@ +from typing import Any, Dict, Sequence + +from pip._vendor.packaging.markers import default_environment + +from pip import __version__ +from pip._internal.req.req_install import InstallRequirement + + +class InstallationReport: + def __init__(self, install_requirements: Sequence[InstallRequirement]): + self._install_requirements = install_requirements + + @classmethod + def _install_req_to_dict(cls, ireq: InstallRequirement) -> Dict[str, Any]: + assert ireq.download_info, f"No download_info for {ireq}" + res = { + # PEP 610 json for the download URL. download_info.archive_info.hashes may + # be absent when the requirement was installed from the wheel cache + # and the cache entry was populated by an older pip version that did not + # record origin.json. + "download_info": ireq.download_info.to_dict(), + # is_direct is true if the requirement was a direct URL reference (which + # includes editable requirements), and false if the requirement was + # downloaded from a PEP 503 index or --find-links. + "is_direct": ireq.is_direct, + # is_yanked is true if the requirement was yanked from the index, but + # was still selected by pip to conform to PEP 592. + "is_yanked": ireq.link.is_yanked if ireq.link else False, + # requested is true if the requirement was specified by the user (aka + # top level requirement), and false if it was installed as a dependency of a + # requirement. https://peps.python.org/pep-0376/#requested + "requested": ireq.user_supplied, + # PEP 566 json encoding for metadata + # https://www.python.org/dev/peps/pep-0566/#json-compatible-metadata + "metadata": ireq.get_dist().metadata_dict, + } + if ireq.user_supplied and ireq.extras: + # For top level requirements, the list of requested extras, if any. + res["requested_extras"] = sorted(ireq.extras) + return res + + def to_dict(self) -> Dict[str, Any]: + return { + "version": "1", + "pip_version": __version__, + "install": [ + self._install_req_to_dict(ireq) for ireq in self._install_requirements + ], + # https://peps.python.org/pep-0508/#environment-markers + # TODO: currently, the resolver uses the default environment to evaluate + # environment markers, so that is what we report here. In the future, it + # should also take into account options such as --python-version or + # --platform, perhaps under the form of an environment_override field? + # https://github.com/pypa/pip/issues/11198 + "environment": default_environment(), + } diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py new file mode 100644 index 00000000..2f41f2f6 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py @@ -0,0 +1,590 @@ +import functools +import itertools +import logging +import os +import posixpath +import re +import urllib.parse +from dataclasses import dataclass +from typing import ( + TYPE_CHECKING, + Any, + Dict, + List, + Mapping, + NamedTuple, + Optional, + Tuple, + Union, +) + +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + pairwise, + redact_auth_from_url, + split_auth_from_netloc, + splitext, +) +from pip._internal.utils.urls import path_to_url, url_to_path + +if TYPE_CHECKING: + from pip._internal.index.collector import IndexContent + +logger = logging.getLogger(__name__) + + +# Order matters, earlier hashes have a precedence over later hashes for what +# we will pick to use. +_SUPPORTED_HASHES = ("sha512", "sha384", "sha256", "sha224", "sha1", "md5") + + +@dataclass(frozen=True) +class LinkHash: + """Links to content may have embedded hash values. This class parses those. + + `name` must be any member of `_SUPPORTED_HASHES`. + + This class can be converted to and from `ArchiveInfo`. While ArchiveInfo intends to + be JSON-serializable to conform to PEP 610, this class contains the logic for + parsing a hash name and value for correctness, and then checking whether that hash + conforms to a schema with `.is_hash_allowed()`.""" + + name: str + value: str + + _hash_url_fragment_re = re.compile( + # NB: we do not validate that the second group (.*) is a valid hex + # digest. Instead, we simply keep that string in this class, and then check it + # against Hashes when hash-checking is needed. This is easier to debug than + # proactively discarding an invalid hex digest, as we handle incorrect hashes + # and malformed hashes in the same place. + r"[#&]({choices})=([^&]*)".format( + choices="|".join(re.escape(hash_name) for hash_name in _SUPPORTED_HASHES) + ), + ) + + def __post_init__(self) -> None: + assert self.name in _SUPPORTED_HASHES + + @classmethod + @functools.lru_cache(maxsize=None) + def find_hash_url_fragment(cls, url: str) -> Optional["LinkHash"]: + """Search a string for a checksum algorithm name and encoded output value.""" + match = cls._hash_url_fragment_re.search(url) + if match is None: + return None + name, value = match.groups() + return cls(name=name, value=value) + + def as_dict(self) -> Dict[str, str]: + return {self.name: self.value} + + def as_hashes(self) -> Hashes: + """Return a Hashes instance which checks only for the current hash.""" + return Hashes({self.name: [self.value]}) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the current hash is allowed by `hashes`. + """ + if hashes is None: + return False + return hashes.is_hash_allowed(self.name, hex_digest=self.value) + + +@dataclass(frozen=True) +class MetadataFile: + """Information about a core metadata file associated with a distribution.""" + + hashes: Optional[Dict[str, str]] + + def __post_init__(self) -> None: + if self.hashes is not None: + assert all(name in _SUPPORTED_HASHES for name in self.hashes) + + +def supported_hashes(hashes: Optional[Dict[str, str]]) -> Optional[Dict[str, str]]: + # Remove any unsupported hash types from the mapping. If this leaves no + # supported hashes, return None + if hashes is None: + return None + hashes = {n: v for n, v in hashes.items() if n in _SUPPORTED_HASHES} + if not hashes: + return None + return hashes + + +def _clean_url_path_part(part: str) -> str: + """ + Clean a "part" of a URL path (i.e. after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + return urllib.parse.quote(urllib.parse.unquote(part)) + + +def _clean_file_url_path(part: str) -> str: + """ + Clean the first part of a URL path that corresponds to a local + filesystem path (i.e. the first part after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + # Also, on Windows the path part might contain a drive letter which + # should not be quoted. On Linux where drive letters do not + # exist, the colon should be quoted. We rely on urllib.request + # to do the right thing here. + return urllib.request.pathname2url(urllib.request.url2pathname(part)) + + +# percent-encoded: / +_reserved_chars_re = re.compile("(@|%2F)", re.IGNORECASE) + + +def _clean_url_path(path: str, is_local_path: bool) -> str: + """ + Clean the path portion of a URL. + """ + if is_local_path: + clean_func = _clean_file_url_path + else: + clean_func = _clean_url_path_part + + # Split on the reserved characters prior to cleaning so that + # revision strings in VCS URLs are properly preserved. + parts = _reserved_chars_re.split(path) + + cleaned_parts = [] + for to_clean, reserved in pairwise(itertools.chain(parts, [""])): + cleaned_parts.append(clean_func(to_clean)) + # Normalize %xx escapes (e.g. %2f -> %2F) + cleaned_parts.append(reserved.upper()) + + return "".join(cleaned_parts) + + +def _ensure_quoted_url(url: str) -> str: + """ + Make sure a link is fully quoted. + For example, if ' ' occurs in the URL, it will be replaced with "%20", + and without double-quoting other characters. + """ + # Split the URL into parts according to the general structure + # `scheme://netloc/path;parameters?query#fragment`. + result = urllib.parse.urlparse(url) + # If the netloc is empty, then the URL refers to a local filesystem path. + is_local_path = not result.netloc + path = _clean_url_path(result.path, is_local_path=is_local_path) + return urllib.parse.urlunparse(result._replace(path=path)) + + +@functools.total_ordering +class Link: + """Represents a parsed link from a Package Index's simple URL""" + + __slots__ = [ + "_parsed_url", + "_url", + "_hashes", + "comes_from", + "requires_python", + "yanked_reason", + "metadata_file_data", + "cache_link_parsing", + "egg_fragment", + ] + + def __init__( + self, + url: str, + comes_from: Optional[Union[str, "IndexContent"]] = None, + requires_python: Optional[str] = None, + yanked_reason: Optional[str] = None, + metadata_file_data: Optional[MetadataFile] = None, + cache_link_parsing: bool = True, + hashes: Optional[Mapping[str, str]] = None, + ) -> None: + """ + :param url: url of the resource pointed to (href of the link) + :param comes_from: instance of IndexContent where the link was found, + or string. + :param requires_python: String containing the `Requires-Python` + metadata field, specified in PEP 345. This may be specified by + a data-requires-python attribute in the HTML link tag, as + described in PEP 503. + :param yanked_reason: the reason the file has been yanked, if the + file has been yanked, or None if the file hasn't been yanked. + This is the value of the "data-yanked" attribute, if present, in + a simple repository HTML link. If the file has been yanked but + no reason was provided, this should be the empty string. See + PEP 592 for more information and the specification. + :param metadata_file_data: the metadata attached to the file, or None if + no such metadata is provided. This argument, if not None, indicates + that a separate metadata file exists, and also optionally supplies + hashes for that file. + :param cache_link_parsing: A flag that is used elsewhere to determine + whether resources retrieved from this link should be cached. PyPI + URLs should generally have this set to False, for example. + :param hashes: A mapping of hash names to digests to allow us to + determine the validity of a download. + """ + + # The comes_from, requires_python, and metadata_file_data arguments are + # only used by classmethods of this class, and are not used in client + # code directly. + + # url can be a UNC windows share + if url.startswith("\\\\"): + url = path_to_url(url) + + self._parsed_url = urllib.parse.urlsplit(url) + # Store the url as a private attribute to prevent accidentally + # trying to set a new value. + self._url = url + + link_hash = LinkHash.find_hash_url_fragment(url) + hashes_from_link = {} if link_hash is None else link_hash.as_dict() + if hashes is None: + self._hashes = hashes_from_link + else: + self._hashes = {**hashes, **hashes_from_link} + + self.comes_from = comes_from + self.requires_python = requires_python if requires_python else None + self.yanked_reason = yanked_reason + self.metadata_file_data = metadata_file_data + + self.cache_link_parsing = cache_link_parsing + self.egg_fragment = self._egg_fragment() + + @classmethod + def from_json( + cls, + file_data: Dict[str, Any], + page_url: str, + ) -> Optional["Link"]: + """ + Convert an pypi json document from a simple repository page into a Link. + """ + file_url = file_data.get("url") + if file_url is None: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(page_url, file_url)) + pyrequire = file_data.get("requires-python") + yanked_reason = file_data.get("yanked") + hashes = file_data.get("hashes", {}) + + # PEP 714: Indexes must use the name core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = file_data.get("core-metadata") + if metadata_info is None: + metadata_info = file_data.get("dist-info-metadata") + + # The metadata info value may be a boolean, or a dict of hashes. + if isinstance(metadata_info, dict): + # The file exists, and hashes have been supplied + metadata_file_data = MetadataFile(supported_hashes(metadata_info)) + elif metadata_info: + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + else: + # False or not present: the file does not exist + metadata_file_data = None + + # The Link.yanked_reason expects an empty string instead of a boolean. + if yanked_reason and not isinstance(yanked_reason, str): + yanked_reason = "" + # The Link.yanked_reason expects None instead of False. + elif not yanked_reason: + yanked_reason = None + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + hashes=hashes, + metadata_file_data=metadata_file_data, + ) + + @classmethod + def from_element( + cls, + anchor_attribs: Dict[str, Optional[str]], + page_url: str, + base_url: str, + ) -> Optional["Link"]: + """ + Convert an anchor element's attributes in a simple repository page to a Link. + """ + href = anchor_attribs.get("href") + if not href: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(base_url, href)) + pyrequire = anchor_attribs.get("data-requires-python") + yanked_reason = anchor_attribs.get("data-yanked") + + # PEP 714: Indexes must use the name data-core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = anchor_attribs.get("data-core-metadata") + if metadata_info is None: + metadata_info = anchor_attribs.get("data-dist-info-metadata") + # The metadata info value may be the string "true", or a string of + # the form "hashname=hashval" + if metadata_info == "true": + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + elif metadata_info is None: + # The file does not exist + metadata_file_data = None + else: + # The file exists, and hashes have been supplied + hashname, sep, hashval = metadata_info.partition("=") + if sep == "=": + metadata_file_data = MetadataFile(supported_hashes({hashname: hashval})) + else: + # Error - data is wrong. Treat as no hashes supplied. + logger.debug( + "Index returned invalid data-dist-info-metadata value: %s", + metadata_info, + ) + metadata_file_data = MetadataFile(None) + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + metadata_file_data=metadata_file_data, + ) + + def __str__(self) -> str: + if self.requires_python: + rp = f" (requires-python:{self.requires_python})" + else: + rp = "" + if self.comes_from: + return f"{redact_auth_from_url(self._url)} (from {self.comes_from}){rp}" + else: + return redact_auth_from_url(str(self._url)) + + def __repr__(self) -> str: + return f"" + + def __hash__(self) -> int: + return hash(self.url) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, Link): + return NotImplemented + return self.url == other.url + + def __lt__(self, other: Any) -> bool: + if not isinstance(other, Link): + return NotImplemented + return self.url < other.url + + @property + def url(self) -> str: + return self._url + + @property + def filename(self) -> str: + path = self.path.rstrip("/") + name = posixpath.basename(path) + if not name: + # Make sure we don't leak auth information if the netloc + # includes a username and password. + netloc, user_pass = split_auth_from_netloc(self.netloc) + return netloc + + name = urllib.parse.unquote(name) + assert name, f"URL {self._url!r} produced no filename" + return name + + @property + def file_path(self) -> str: + return url_to_path(self.url) + + @property + def scheme(self) -> str: + return self._parsed_url.scheme + + @property + def netloc(self) -> str: + """ + This can contain auth information. + """ + return self._parsed_url.netloc + + @property + def path(self) -> str: + return urllib.parse.unquote(self._parsed_url.path) + + def splitext(self) -> Tuple[str, str]: + return splitext(posixpath.basename(self.path.rstrip("/"))) + + @property + def ext(self) -> str: + return self.splitext()[1] + + @property + def url_without_fragment(self) -> str: + scheme, netloc, path, query, fragment = self._parsed_url + return urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + + _egg_fragment_re = re.compile(r"[#&]egg=([^&]*)") + + # Per PEP 508. + _project_name_re = re.compile( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE + ) + + def _egg_fragment(self) -> Optional[str]: + match = self._egg_fragment_re.search(self._url) + if not match: + return None + + # An egg fragment looks like a PEP 508 project name, along with + # an optional extras specifier. Anything else is invalid. + project_name = match.group(1) + if not self._project_name_re.match(project_name): + deprecated( + reason=f"{self} contains an egg fragment with a non-PEP 508 name", + replacement="to use the req @ url syntax, and remove the egg fragment", + gone_in="25.0", + issue=11617, + ) + + return project_name + + _subdirectory_fragment_re = re.compile(r"[#&]subdirectory=([^&]*)") + + @property + def subdirectory_fragment(self) -> Optional[str]: + match = self._subdirectory_fragment_re.search(self._url) + if not match: + return None + return match.group(1) + + def metadata_link(self) -> Optional["Link"]: + """Return a link to the associated core metadata file (if any).""" + if self.metadata_file_data is None: + return None + metadata_url = f"{self.url_without_fragment}.metadata" + if self.metadata_file_data.hashes is None: + return Link(metadata_url) + return Link(metadata_url, hashes=self.metadata_file_data.hashes) + + def as_hashes(self) -> Hashes: + return Hashes({k: [v] for k, v in self._hashes.items()}) + + @property + def hash(self) -> Optional[str]: + return next(iter(self._hashes.values()), None) + + @property + def hash_name(self) -> Optional[str]: + return next(iter(self._hashes), None) + + @property + def show_url(self) -> str: + return posixpath.basename(self._url.split("#", 1)[0].split("?", 1)[0]) + + @property + def is_file(self) -> bool: + return self.scheme == "file" + + def is_existing_dir(self) -> bool: + return self.is_file and os.path.isdir(self.file_path) + + @property + def is_wheel(self) -> bool: + return self.ext == WHEEL_EXTENSION + + @property + def is_vcs(self) -> bool: + from pip._internal.vcs import vcs + + return self.scheme in vcs.all_schemes + + @property + def is_yanked(self) -> bool: + return self.yanked_reason is not None + + @property + def has_hash(self) -> bool: + return bool(self._hashes) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the link has a hash and it is allowed by `hashes`. + """ + if hashes is None: + return False + return any(hashes.is_hash_allowed(k, v) for k, v in self._hashes.items()) + + +class _CleanResult(NamedTuple): + """Convert link for equivalency check. + + This is used in the resolver to check whether two URL-specified requirements + likely point to the same distribution and can be considered equivalent. This + equivalency logic avoids comparing URLs literally, which can be too strict + (e.g. "a=1&b=2" vs "b=2&a=1") and produce conflicts unexpecting to users. + + Currently this does three things: + + 1. Drop the basic auth part. This is technically wrong since a server can + serve different content based on auth, but if it does that, it is even + impossible to guarantee two URLs without auth are equivalent, since + the user can input different auth information when prompted. So the + practical solution is to assume the auth doesn't affect the response. + 2. Parse the query to avoid the ordering issue. Note that ordering under the + same key in the query are NOT cleaned; i.e. "a=1&a=2" and "a=2&a=1" are + still considered different. + 3. Explicitly drop most of the fragment part, except ``subdirectory=`` and + hash values, since it should have no impact the downloaded content. Note + that this drops the "egg=" part historically used to denote the requested + project (and extras), which is wrong in the strictest sense, but too many + people are supplying it inconsistently to cause superfluous resolution + conflicts, so we choose to also ignore them. + """ + + parsed: urllib.parse.SplitResult + query: Dict[str, List[str]] + subdirectory: str + hashes: Dict[str, str] + + +def _clean_link(link: Link) -> _CleanResult: + parsed = link._parsed_url + netloc = parsed.netloc.rsplit("@", 1)[-1] + # According to RFC 8089, an empty host in file: means localhost. + if parsed.scheme == "file" and not netloc: + netloc = "localhost" + fragment = urllib.parse.parse_qs(parsed.fragment) + if "egg" in fragment: + logger.debug("Ignoring egg= fragment in %s", link) + try: + # If there are multiple subdirectory values, use the first one. + # This matches the behavior of Link.subdirectory_fragment. + subdirectory = fragment["subdirectory"][0] + except (IndexError, KeyError): + subdirectory = "" + # If there are multiple hash values under the same algorithm, use the + # first one. This matches the behavior of Link.hash_value. + hashes = {k: fragment[k][0] for k in _SUPPORTED_HASHES if k in fragment} + return _CleanResult( + parsed=parsed._replace(netloc=netloc, query="", fragment=""), + query=urllib.parse.parse_qs(parsed.query), + subdirectory=subdirectory, + hashes=hashes, + ) + + +@functools.lru_cache(maxsize=None) +def links_equivalent(link1: Link, link2: Link) -> bool: + return _clean_link(link1) == _clean_link(link2) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 00000000..06a9a550 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py @@ -0,0 +1,25 @@ +""" +For types associated with installation schemes. + +For a general overview of available schemes and their context, see +https://docs.python.org/3/install/index.html#alternate-installation. +""" + +from dataclasses import dataclass + +SCHEME_KEYS = ["platlib", "purelib", "headers", "scripts", "data"] + + +@dataclass(frozen=True) +class Scheme: + """A Scheme holds paths which are used as the base directories for + artifacts associated with a Python package. + """ + + __slots__ = SCHEME_KEYS + + platlib: str + purelib: str + headers: str + scripts: str + data: str diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 00000000..ee7bc862 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py @@ -0,0 +1,127 @@ +import itertools +import logging +import os +import posixpath +import urllib.parse +from dataclasses import dataclass +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.models.index import PyPI +from pip._internal.utils.compat import has_tls +from pip._internal.utils.misc import normalize_path, redact_auth_from_url + +logger = logging.getLogger(__name__) + + +@dataclass(frozen=True) +class SearchScope: + """ + Encapsulates the locations that pip is configured to search. + """ + + __slots__ = ["find_links", "index_urls", "no_index"] + + find_links: List[str] + index_urls: List[str] + no_index: bool + + @classmethod + def create( + cls, + find_links: List[str], + index_urls: List[str], + no_index: bool, + ) -> "SearchScope": + """ + Create a SearchScope object after normalizing the `find_links`. + """ + # Build find_links. If an argument starts with ~, it may be + # a local file relative to a home directory. So try normalizing + # it and if it exists, use the normalized version. + # This is deliberately conservative - it might be fine just to + # blindly normalize anything starting with a ~... + built_find_links: List[str] = [] + for link in find_links: + if link.startswith("~"): + new_link = normalize_path(link) + if os.path.exists(new_link): + link = new_link + built_find_links.append(link) + + # If we don't have TLS enabled, then WARN if anyplace we're looking + # relies on TLS. + if not has_tls(): + for link in itertools.chain(index_urls, built_find_links): + parsed = urllib.parse.urlparse(link) + if parsed.scheme == "https": + logger.warning( + "pip is configured with locations that require " + "TLS/SSL, however the ssl module in Python is not " + "available." + ) + break + + return cls( + find_links=built_find_links, + index_urls=index_urls, + no_index=no_index, + ) + + def get_formatted_locations(self) -> str: + lines = [] + redacted_index_urls = [] + if self.index_urls and self.index_urls != [PyPI.simple_url]: + for url in self.index_urls: + redacted_index_url = redact_auth_from_url(url) + + # Parse the URL + purl = urllib.parse.urlsplit(redacted_index_url) + + # URL is generally invalid if scheme and netloc is missing + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not purl.scheme and not purl.netloc: + logger.warning( + 'The index url "%s" seems invalid, please provide a scheme.', + redacted_index_url, + ) + + redacted_index_urls.append(redacted_index_url) + + lines.append( + "Looking in indexes: {}".format(", ".join(redacted_index_urls)) + ) + + if self.find_links: + lines.append( + "Looking in links: {}".format( + ", ".join(redact_auth_from_url(url) for url in self.find_links) + ) + ) + return "\n".join(lines) + + def get_index_urls_locations(self, project_name: str) -> List[str]: + """Returns the locations found via self.index_urls + + Checks the url_name on the main (first in the list) index and + use this url_name to produce all locations + """ + + def mkurl_pypi_url(url: str) -> str: + loc = posixpath.join( + url, urllib.parse.quote(canonicalize_name(project_name)) + ) + # For maximum compatibility with easy_install, ensure the path + # ends in a trailing slash. Although this isn't in the spec + # (and PyPI can handle it without the slash) some other index + # implementations might break if they relied on easy_install's + # behavior. + if not loc.endswith("/"): + loc = loc + "/" + return loc + + return [mkurl_pypi_url(url) for url in self.index_urls] diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 00000000..e9b50aa5 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py @@ -0,0 +1,53 @@ +from typing import Optional + +from pip._internal.models.format_control import FormatControl + + +# TODO: This needs Python 3.10's improved slots support for dataclasses +# to be converted into a dataclass. +class SelectionPreferences: + """ + Encapsulates the candidate selection preferences for downloading + and installing files. + """ + + __slots__ = [ + "allow_yanked", + "allow_all_prereleases", + "format_control", + "prefer_binary", + "ignore_requires_python", + ] + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + allow_yanked: bool, + allow_all_prereleases: bool = False, + format_control: Optional[FormatControl] = None, + prefer_binary: bool = False, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """Create a SelectionPreferences object. + + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param format_control: A FormatControl object or None. Used to control + the selection of source packages / binary packages when consulting + the index and links. + :param prefer_binary: Whether to prefer an old, but valid, binary + dist over a new source dist. + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self.allow_yanked = allow_yanked + self.allow_all_prereleases = allow_all_prereleases + self.format_control = format_control + self.prefer_binary = prefer_binary + self.ignore_requires_python = ignore_requires_python diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 00000000..88925a9f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,121 @@ +import sys +from typing import List, Optional, Set, Tuple + +from pip._vendor.packaging.tags import Tag + +from pip._internal.utils.compatibility_tags import get_supported, version_info_to_nodot +from pip._internal.utils.misc import normalize_version_info + + +class TargetPython: + """ + Encapsulates the properties of a Python interpreter one is targeting + for a package install, download, etc. + """ + + __slots__ = [ + "_given_py_version_info", + "abis", + "implementation", + "platforms", + "py_version", + "py_version_info", + "_valid_tags", + "_valid_tags_set", + ] + + def __init__( + self, + platforms: Optional[List[str]] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + abis: Optional[List[str]] = None, + implementation: Optional[str] = None, + ) -> None: + """ + :param platforms: A list of strings or None. If None, searches for + packages that are supported by the current system. Otherwise, will + find packages that can be built on the platforms passed in. These + packages will only be downloaded for distribution: they will + not be built locally. + :param py_version_info: An optional tuple of ints representing the + Python version information to use (e.g. `sys.version_info[:3]`). + This can have length 1, 2, or 3 when provided. + :param abis: A list of strings or None. This is passed to + compatibility_tags.py's get_supported() function as is. + :param implementation: A string or None. This is passed to + compatibility_tags.py's get_supported() function as is. + """ + # Store the given py_version_info for when we call get_supported(). + self._given_py_version_info = py_version_info + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + py_version = ".".join(map(str, py_version_info[:2])) + + self.abis = abis + self.implementation = implementation + self.platforms = platforms + self.py_version = py_version + self.py_version_info = py_version_info + + # This is used to cache the return value of get_(un)sorted_tags. + self._valid_tags: Optional[List[Tag]] = None + self._valid_tags_set: Optional[Set[Tag]] = None + + def format_given(self) -> str: + """ + Format the given, non-None attributes for display. + """ + display_version = None + if self._given_py_version_info is not None: + display_version = ".".join( + str(part) for part in self._given_py_version_info + ) + + key_values = [ + ("platforms", self.platforms), + ("version_info", display_version), + ("abis", self.abis), + ("implementation", self.implementation), + ] + return " ".join( + f"{key}={value!r}" for key, value in key_values if value is not None + ) + + def get_sorted_tags(self) -> List[Tag]: + """ + Return the supported PEP 425 tags to check wheel candidates against. + + The tags are returned in order of preference (most preferred first). + """ + if self._valid_tags is None: + # Pass versions=None if no py_version_info was given since + # versions=None uses special default logic. + py_version_info = self._given_py_version_info + if py_version_info is None: + version = None + else: + version = version_info_to_nodot(py_version_info) + + tags = get_supported( + version=version, + platforms=self.platforms, + abis=self.abis, + impl=self.implementation, + ) + self._valid_tags = tags + + return self._valid_tags + + def get_unsorted_tags(self) -> Set[Tag]: + """Exactly the same as get_sorted_tags, but returns a set. + + This is important for performance. + """ + if self._valid_tags_set is None: + self._valid_tags_set = set(self.get_sorted_tags()) + + return self._valid_tags_set diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 00000000..36d4d2e7 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py @@ -0,0 +1,93 @@ +"""Represents a wheel file and provides access to the various parts of the +name that have meaning. +""" + +import re +from typing import Dict, Iterable, List + +from pip._vendor.packaging.tags import Tag + +from pip._internal.exceptions import InvalidWheelFilename + + +class Wheel: + """A wheel file""" + + wheel_file_re = re.compile( + r"""^(?P(?P[^\s-]+?)-(?P[^\s-]*?)) + ((-(?P\d[^-]*?))?-(?P[^\s-]+?)-(?P[^\s-]+?)-(?P[^\s-]+?) + \.whl|\.dist-info)$""", + re.VERBOSE, + ) + + def __init__(self, filename: str) -> None: + """ + :raises InvalidWheelFilename: when the filename is invalid for a wheel + """ + wheel_info = self.wheel_file_re.match(filename) + if not wheel_info: + raise InvalidWheelFilename(f"{filename} is not a valid wheel filename.") + self.filename = filename + self.name = wheel_info.group("name").replace("_", "-") + # we'll assume "_" means "-" due to wheel naming scheme + # (https://github.com/pypa/pip/issues/1150) + self.version = wheel_info.group("ver").replace("_", "-") + self.build_tag = wheel_info.group("build") + self.pyversions = wheel_info.group("pyver").split(".") + self.abis = wheel_info.group("abi").split(".") + self.plats = wheel_info.group("plat").split(".") + + # All the tag combinations from this file + self.file_tags = { + Tag(x, y, z) for x in self.pyversions for y in self.abis for z in self.plats + } + + def get_formatted_file_tags(self) -> List[str]: + """Return the wheel's tags as a sorted list of strings.""" + return sorted(str(tag) for tag in self.file_tags) + + def support_index_min(self, tags: List[Tag]) -> int: + """Return the lowest index that one of the wheel's file_tag combinations + achieves in the given list of supported tags. + + For example, if there are 8 supported tags and one of the file tags + is first in the list, then return 0. + + :param tags: the PEP 425 tags to check the wheel against, in order + with most preferred first. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + try: + return next(i for i, t in enumerate(tags) if t in self.file_tags) + except StopIteration: + raise ValueError() + + def find_most_preferred_tag( + self, tags: List[Tag], tag_to_priority: Dict[Tag, int] + ) -> int: + """Return the priority of the most preferred tag that one of the wheel's file + tag combinations achieves in the given list of supported tags using the given + tag_to_priority mapping, where lower priorities are more-preferred. + + This is used in place of support_index_min in some cases in order to avoid + an expensive linear scan of a large list of tags. + + :param tags: the PEP 425 tags to check the wheel against. + :param tag_to_priority: a mapping from tag to priority of that tag, where + lower is more preferred. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + return min( + tag_to_priority[tag] for tag in self.file_tags if tag in tag_to_priority + ) + + def supported(self, tags: Iterable[Tag]) -> bool: + """Return whether the wheel is compatible with one of the given tags. + + :param tags: the PEP 425 tags to check the wheel against. + """ + return not self.file_tags.isdisjoint(tags) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 00000000..b51bde91 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..38d50faace73fa628781932e6c79bbfc29c9f929 GIT binary patch literal 266 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c59332603df26c9c2020d9753d6d758e464022e9 GIT binary patch literal 6530 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 m^W^Nk#Qy@4r;Yvq literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00b98852d2176ecbe85f943f52eb2f87f7bb33c8 GIT binary patch literal 11657 zcmbtaYiu0HeV@JO9$&}D@hy?dhbW!Ihb39DElaW~l9FXRlr2(-b9Hby-Y&@_@4@Wu zN#f;*3WghyjuTO78l9R1qJaWosuW=Iq1BfHcH0jH+7DzXo6J^$1++!#Z#ygE9#Dk0g;#8QBSNSP!cN*l*Y;eWwG)= zd8{H(5%UJTyj_e|#;O8UvFboIfA>UdV!nWnmrJ6xvARHAtUgfB-%FznvBp4StSQhG zYYsH?y0YlL*#5wNUM`Qe#99NbF)1L$+5&9?v$69`u6P&oR@(2{&F=|x$X=yWuEf7e z*)LZsjpL$R^R6RsfJ6HLU3=G-h3%TH^Vg@UUk{~brND(Zq{J0Pm0lSgeZy#`^in83 zpX15nE)rGzF2mj*pEVqVk+5!f z&MR?64e1HhaJ-IT4e{cP9!bPQQNuZ!oB_DaC^;LF1Cbf(Y`C)p;I0aX;)!@99EwI# zN-&Or09!q9ad>oScr-Zh%H`qLf+H6KLxy-s(Pk2HP4U}}%CjL&8N@(pWGqPo8KqxU zVhMHjYxJc?-GriNKbjW70>Wq|Z$xHB6iq`HpmD!4)IT_MX~d{hLs*dDctQIz&}M$#Br*3_GaBaBJpL87@`PlWIJiC0~Fs=Ek4iw||V} z7SpXoVQC?4vxxTuo3rb=UTOQ31HeU3+HOJ5IdsCxpR_~w(ftzt1SupHl7y5Pn*t+9#3qtHsYnwMEV0BH zM!J0I_1=;a3D4+cM3a(O4bFFxN-QU-CeLY-o{$pp=&UrZ=;29@g;)?ICMCxCD@Vr> z5o?7a@ko3^iYaT+)&l zD>sFZsz~vKj@m5yck`J(MK*98_##gAS(L+mr{N_T1J=9<2}7bqt;G(g?Ud9}Qia6t zG%Gr&q7#W>ON|>&{)wEFXuTx0jhboWc~Xyp_EjX;*%y_pq%l*InOOI9Z84YgoUq*f zg^N|~%bdM){`UE$OY4<~=AEdi>{?Rp_nf(>ulEeDdxsvE6YOK&<8z)q(Mo~wyGQzM z_K$4N{!(`sueql@TiX5}_CC*}vJkKMwKuXo5kz|>{2)B;Prd`PZC-XPa2 zjr@xoas%F*lx9HflN+fo=G9a%ul<;HGhkYjR;3U(Ve zOIaP&D@jjdH;yI8a?;o=XI;p0@K3kNU4M`b<)li|05U<3kPZxy;4ryd>3Z*Fr%J zI#NA=wHpo>3R05b#B1BXZ;BPH;lxQg8mG9e1<+1eSJ8xvctp zF59LLfs<{ovUeclA?WR4dzuAvb3r+ejRkWUbgzX2cq^@PK9@PwSfc|=PW0;}g7{-` zBU*{?`IBZ-L~cb7YO9N?@M>Wf*aQO(OFo!y6&Aeg*n5UktrkQ+CoZ!T&=o-~)!VE# z*=>!6bz)Prk42C5HBeK`FAl>raZf5C8D_v|{|wMn#ehkvJ+CYA34PLVj?LZNE~H|P)qS}NLNt7jY(IKn~{bcCKxv{VE%+BmGE>h z6`6sGacD|(JWtr_5t`FcBt^P|>?h)hU@+BCq?LND7T)b|(f2yrg1)G~kzPn=27X>Y zpI-MKop(GC8#2E8V#}ttX2aXM=51X%{wr_Ss@S#a?bR$N6ldIyfdB^+Zi~0{{ zmpbpaAA3;WlzH~fsoSSk4?Vxu{K9(uNi>%|s6Dt|>qn_%Q!KktzEHj>--_Oh-WNMI zrFLH3)`6^av$Q(Xd8hk!_eRs}3@^$e{f zp)@tH;eh3-qs43MS1fch8y3(sKk!yq%r%jnqQw#-A?y>8jYW zd-?z~r(dv|FJ!Gim@BaMRI=n`SbiaJm8RuX0r^h_OFgP4mEKXl#A?x84N+5+>CjkI z*-fTa%WIg&Hi^aS?4h@2_dIC<`7+arJaw4~qUb4*Aw((OfoMWg_;T|#9?mYZ;S5tl z@zm7|K$og5CJhdI5lz{3eh7LkSt!{M8`i{zkHx0l^Z);mN%PmTTS3-0&6{?CPeQh+ z#BiDKyS{){HdVLh7sw;@2|gqRq_W|a*1XcHDDjVgEP^@>7t(J|kyhfPihLTj7o}U` zf6fN($f-VzntiM-LTgSLT5XKYIp*wXcrnwMgKA4V;uQrxk3DTm0TfC(JHt6=-p7)K zv=i+Joa9=eh^I>PxUEv!o_5MRAfepZ6nU;i&s0uH=Nr<3rO3e3_SAn|f*z5QGsM=k zcrbaOmGa(G)@uP%!8IX|k*G12HQLB8=+~qW8DVg;B1$|Affj))LzuAZ$+$M7gd^h- z*k5pidXAcA8ubfBquH^NaXk{1hAy6y$mcOffmr>_vvL2D@Rtn>SN=*{ zKCyCo?a0d?cC8=00L@rgv)I3=XJTvhN7gI50SP9rSg2S`X5^(eZ%^JA4?<~L!Zo9> zdplRf&fT1k$?TG_$BQIvAzRaDkgWV;Wvd0hTeey)avhylPYS3)sqCV?OfIs7{*Uy3VNrO=p`h$eL< z2UNfgBTybZe88s-QjEgS8)EMB0`jg7K$J`|T!+1h5V2pCHj_S8@#S4ZQ4T0P0BAheqZr zBzh&Q^yTRD%F>l}Z||zuyPHCDy7epQ_hmNS65OUKlci}|+HlcwSxQQM10(FxP*l15 zYe~v24XXO!6E(e_0`B(K9Lk5qJtYbxKGWrzFEvH7UAY$C;p7k*liRUvvZU=x_!Vj4dyE`r zHH`k2P=TYUTq8%(A^`=BJ4j#x6}w5m>h>OiQ+Sg;qj}z8en|70*qj;pmDt9=!fziQ z9^Ua4v_~EIZ@-J=HOz_&7cv@(9&6#}1P_jYerUTTaQll^q3Fr8D#fllXkGpQ)Kz9i zxc|mZQSQ`imI%3pMJG5?_6SFsR+Jg?y@>5CT~)wp{W@<^OrcIdW6?x-x?3W#D~;i3 zfh#F^_7NN^6kveV<_}R5mwzO^v-@D!F;d|^AVdHQXm+>D!K=TEo*H@d|HXa>0bj;o zfJ7D|-Xp975|6R;5$|QO!$H0Fw0b<@Ygk` z?SF4aVaJ{k)zOM>AL7}q7PiG== zhea>D`@R2G@#)F?q3r32BXx9u0yx~Zu`F8H>STr!saQT+NV>x+=GAef32d7b!YT6}~axtdc z)Z=?dpjRuZZ$uZOnK#!eTITH!YWM$GS?XWXmIpVwPpx&IT5mc1N$r{Wp-qt0@WOEB z#8SuovaZdl+FMOGoBn*?BPNzNZQ0yaO*o9Gg}MEMuWpH~w&`&d>UrZMC#!qucQD2q z+COJPRpYOH4O@2PPd0rGkIMn|m{4%gC)zWZ(nqzzS<(4XeQAH6F(= z8`Yl_sQjWG<$n;JXRAE?^VK+d;*b_6p22L0aPQ#n_W=hfWZx_JYf;mj1D>PsBL+&g z{fPYp!A{wJ3jHYTDLbhIiX|me^z7x^?#&6ns`4jo1Dp%;NZ1KCXDf(mIMcb1 zIb>u5V{e1n=EONqT1>mA2eA{Lv^y=D5sPu#4+X9-J$T0$bME(>91QKY=_WwBsFZ`D zSz-oZlDXL#6=w8h&A;cXo1t^L9(9EJuz)#LI$_;xAb*FSt3%B3GhcpEgcDzi9ptRm zesx02duXH_O?p0ruKogVEv_gsygCbEu0Qo4J)DIfGF9^LgC=^gz%L-odW|MJ9#L_o zOgBZMI8P(hZ%J+pN~g{{2IR!F6GvzqHlY*^{gGIPxy1kMfAN69$T(G@|CstFB@|6G z>=gemDdxQ^)P9xPT~RF>2`jj2VCF)^5T*=aT7x!bv?}Jq50(vAFs7&z%I?^oS^rCP z(f$dEX-m|xrj|QRx0{v*mupuW`&N8^*Zhm-d!rv7SUvj6qHEsuz*nEC&A6AkmaCWB zmJY8qbg%n*R>huqVSeaAMb+Z*#RHkHrRt@c%#pR~1M3xCP$uZ&T5^5jJGd}7-#`D& zO>gDm(f5*@b@iF5%$v7s7bm}8u~}KQ*niWx(7)wowTB=M%E}k*?>)a+U9&i{*!AA) zn=ih6@8E|6AD&nhpEJ$Q#b+~4gtC_$KP~;Bba`;4c1?Qjzj=u0owJQ+n}r?mjGQ%- zJ@jM0PwtZyk+*2TAr7og(UZ4HaAzaW)oh9me2Sj@4UahouLP}GEY?rwG@a61$k z=XQbHMLCNmkGe3@GUrS?_lihbnvB~`Rr$VFsnCknYjU+t%#xzPMUQ1UVRpEBHs=Bq zxdKJco`;MsOAZR`{ZEPo58@#lO=^e;MQ3}5 z{pF^mM1tAmE)w}Bvt6fBk`fA#sAPt#5RuHZvM6YPD;n@V6~FuGEC>_L)Xg|C;Fq3= z2nzX*n`?V`gqCcflS_@554Kl%)s4VH;5%=_{PA=@sA)tj$w z_&V2oolBQL_8oa-XDt_mM;_KXAUt+sTCmSN-F$*iGzy5{JbP@Q-2RW{&Vf2Ntce4t z!pW>UiyRpdvgLVF6TigZ?^5?s8Pvnn79=<)MPN7#ce@W~ia*|bYch#4uPMlE_ zGm5IussmKlPIZp4L?Wu5qjx%&QD38^j}o#b)UQ**ca^(Y#5+9fp@yg=Q$l`*Izb6- zn@TKc(#vToLDMpoM5#(VVUkJ(m9A5Ai4r$IyxIvPU+TQ{1X% zFAJB1NA?P5(`HTG7SG#`nE4B*c>d5+zU@T&mc(2YTQ-~1w;2AMA=|cF6%dGKQ>)q3 znrmv^5&@a%+~yrnZqC8BWgLX2EeG57NGx+6$kc2xWJ}66Wn265-5-gfvoCXeiy>RK z^K4~co8Gp3z_S>pL4ZVb`ZI4Wg>Qd@K>RDHMn)jD<~(Y*X--?B;B3!~Y%yd@quZ3> z&p2$3<|Gd%|z#`!e%Y}1YT%u&lZk-WktI; zuyXAey=KKjPt~@QK(>57=LNF|FHjF&INXyheB}kR@X%Aecmfxz!kLDfFG1CHuGaLf zdHS}U1isZ>;_S|7TMXGU77N*m?+ePz9Y2UY9`+wp{|q@%Fao)_t>`juhN@iRkgzdI z_ywA4I<6pcGQ$M`+zKTZ(7YDl(r3xqFo}_q8>d5JE|n84(VXFiEx`MbzsEg4qZ#)W zdxJO@k`rpLd6^M-dU3fks_}bgJ0Yx#Z@qMq4G7{jPT58sN5t(a#438NTXrf5fAc;Y z33y}wPO$7f$=>Wu2+pzD5p$?47;{dXp}4RmIcs=^uF=H|oB^1(E5A*{QLw?}qn*6< zL_B5Q2tA|z1wg=BOd}x!?@P`VD*bQ+8>MUHZZ$2%aVX7Yx~!SRtGfGT|*oIT1bOD^q5^I&^uP SS3GW?vI*Uv!`%~1BKSWb%%#Kt literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dd10a8a62738b1554d65522dbd46a33092092187 GIT binary patch literal 18877 zcmc(HdvILWdEdSJy!&1NiwE)I0w72%@gfP4qWBU?03<I$mqMw!NK{{RIz zl9f!;-*@ib-31J5lr%FvbEK`?(O5azodljthvZ)y^-VY zaOXLZ3vwba8e)9Vz(Qlt$U;-l#6ok>%tA}h!a{4%%0eM1u+SE?vCtm0v(OQAu+SNF zvd|TDvCtj#u+SUyA~eQI;-$gTcv-M4?hE?j<-ziJMX(}X8LW&~1*_s)f?ML%!RmNT zu!g7cnPRo^x?o+rK3LDv=GfM_KiI(HmRMuFDcBU>7Tm_tR-~JQ+gV(Q?TEJoTjGIW zfTeA*o$=OSD~sD>ZSnSCJBvGF9r4a!CyP5{yW+cpyII^7+Y|2!cColS_E>yxa4(B{ zV*BEc2Ono~Z)|`3iQp3~UJ^SHKNvj7;-#@e@x#HxEM68n5`QxIWc+CGC` z$9YaFm1&*IW8LwdU=J&+i1o%#1W)jsfs?EwzpHOuA(T$N&1~G$2+VLMYY* z&xy6tmxc{u-3?RlX|!h?`8UNaX>qas-d257fX7Hg{|(dIIl$nMfjh~G4L3NkQQG!4 z&K|kod6wIR+->?ug3qwLX5?*`o{_e{ZOXwmv-};%Z$W-TKHtys1IXVgHRoIYGRtj6 zZky!K=RV7F+mYKL)s6gt)^f3*hYU^_0-ckW&PB%tB}IuQM*ZPY(XWh;jV0t{bo8P> zk`Sdf_@l{ibd)l}v6z1>I@Yd?Ns;JqG-4l>l2;S*Wxp)_*0`i333fPoaa;~3_2w=} zm%>+~3Aw}m3mQa!z^=N6o;%kY>OR%m{ZwE7N!564bV4=tL?cPnc2XLZP&py1rZZ6` zsans5$HvgJDh!NKli`>u3{qdC5lJ-@N2Lf2{9GatLrw(&MaE?* z*UFc}GA%4h9HGz^Nv2&0g^;YgC?!LpG#nm}B}3Bam8hH;jZ34{DpqFnGD6>3ltp_I zacmBT9*rCuPhLX4YcM=4oruOHHgjZHFNKv*GNvFZU{xa25tg9*!gw?$hOktjVL1^G zVJ~Bei0Z^F6)BfO6$b$%6QQv%Yu!FLc!pL}x<+Gh(7euuN5dB-S+ztjjwWPU4%V$QN?wv=e>CZjB@&kve=K@gqC4e}Dt>uMcnl}Sy;#92{`XlIY4Tuvs&I+If5QbHEP zokNHWP^9Aun(4$5>l~X%UP_F1b?n~Li5nrckA)+baYmF*%(OEU#qp7GmpgOlqf^oF zPsiBAXSPEZfdj6M$wwx&6$;S`g(A_8L+rpPM>_HlmoY$v5cywopI+x4xKGZC)5+K6 zJCnC37d;Ib_sL%=v~^#tt>-Z@V;Fd*s=F`L+y6}8(*ylyd;5n%&m4QY@7VD(y@PkT zRe*Bxet4>j?Ty~Ed<1zSehSu^yUwk-Ij0A$FLs<*be~*soJ^Ze%7;<(3)(3he``E^ zO^HrQ>kbj|E9?;cG5C`^I68&h5)E$|l2pdr2#tAz(+`$tEP}Ia076oSi-MbY%Q%Iz zA)0A{L`Eq^%jFhKv8Jev&*>{)*Ge>U^lm<_wI#5&29tt5iV?<<=_xIwQ#s;XpGPUt z#%h~Wyl594)i}MPbHwxOa4Eird(99rT;w8#7hO2zhGdBjl``np?6%=mj|mV{`JDV% zwXr{yPitd${XeWj^MSq)eY_Arw9OoaNUR2AVLVWheMr^j??^s<%pa!@ZBq2vZ9 z`gQnMUb1n?C-vfyqk60mihi*H_k)NLb0f#~SRoV}?=|WC{gf?b+Z2av)BBXS1ERN3 zTaSs&I)u2LPWZ@4y`&K8YleC5powAhPwAz4nQRbSMuFi06JTp`Mu!;b*JFinQIF+#U;<{sgY;&SRq91cCqDNhrUMlI`x||2>QV@ z8gi9u;*zKII@>rI`1LvN)v>GGHRE&KRX(t5a-Y43r3?GP!jg0Z0YR1^12EYMT%La% ze3Kt+&uCKP^@6@gSACRl_Uf#Vx%?pNp(l#5O9d?XY!PMg4OFj z$CxX*n^LB86XzyW^KcaGRR1sNUVp}SsFu?VM78%pY|y|}b1XVKeoZDM3Kqp8LcEd_ z>v&5lBAT;G1e^Fuk*D1s@q!I@f=Bp7~KwI-u+DKVZ@ zh_hoA{HxkR)9R}(mZdj2q#7bowTdK{^Mk!lhmM^jewIahjtw1CZEQ2da56mk#LE;s zpFdzPK2QApi&LGymY*Bki&OrWN0h|qRKV~V-}V`Q0E5H~AsLcvuBbKz8iLSeX+lAP zi5gc;1RrRVt7xRcSS*|zPRMc9tsP~3&}w-uz5ZlFe49|zlCg=g2^|tb!f--$=2kr> zU6EqwBY}-E;^1O5$*`PMu11rWR0nQV2kMQA37PF-(UB5Jhe5N&FiFE;fz$}$Lp4rD z$K-k%E0}dA5z8-7iuN%lcFQm7#h0ScN)V5vnnKug)iZFew;ytF=$YQ92m1#4Wx6J+ zmx=6jt)dskN#@7CUP2_Mny+4pMlPZ4@e5TtIMg$6en>Sd zW3ecbqC~@1ZN1kb64QGy5kw|pChw)bjOYtpH8fI}W7Ad)R)!jIaS zE@gK=#O}O4IH!gI*g7lnbJPZeXiTo?^b!d6fR1i%sB#p5iUS^Dz?{>BCVS!b%dZ1~ z2BN$Ulyse2adKO?{h=dMerUP0dZ{#!DGe-?wmx*0zJ6-Sw!ksok9xwqzZ(OO8Os5t#e(1IJ@o|L*z5`Q2&%-n6qW z+t&HRQ+H2g>pFhw?403W9lTZY^=BS9J6DZ{cKfD$l0@%)=F&Yk#S|K0wDwnO)a|0MB8 ziG?Er>AHcmP`$jPb=g_^zPEnaTlT=$p6)!h;61)-HoDxaMstgO+PUWByuLiht@AT| zY2WsH!rS%*ZM}Xx#^h^W*ZlT=Gozl&t8`yK(E}g0(hn zZCNonY-jo9n&zdNJ(-$4*^;W6*0gu~y~(A{qnXa5?>4O&4Yls+GdSSh+9l8SjA#4o z#G+^SiogZ-F0~xUv>dqq*h0(EcScRk%db9u&cL~LeYz&|oOjE|9B(Um-|1a3 zBK%AtJpHFtr2}^1FB~lc9_}X|+dz%+C)GUs2+H!#n~SafOGNH)5*OrQPchiQ@oE1= zhiH(DqERx5Cdn*WB&#IgXVvud1#P`ZWhTj{<%kvrYXhuJ&ntqpqSRg}Ap|Q5l4IB{ z+HRO(b#aPzXzE=Pe88o;&yXhZ#9&TY+fTHbsiTRo%2GHki>R(zK-{9kP&G#+8JcBa z;%iY!k$0gi0+meO5%DEPYIPP2QL(lUstjV0Hn=>4YE7E;BAo%Ag83*Vgs3&e9pd|XNx z@#mT^3Pu`>61ga9sFPorWV>Ex zq(hGtLX351A*ILOgwiYJe3Sc@ab&liR|xeJqmQ6??$1H_IOY6pC(TBSUFGw_h`s+8 z@1mI@;^{$vFUFIM#h#Gx>bL^V;4YL;M# z0Ix$FkD}T&-UO_nqzXzh6ereJwZ-8lF$4fyguw`A2_$4%SJetAQkueCA%)SjqMC@w zR*iD_s%nnJ65ze91B1P?Ox7W)rwXAEv38*lY3;+{KUG6Cp<0hmBqgP9K()Y1gh2vB zm=q~CEHlP`27NJnAiqH|vKq>7QvU)OI5bWXQrsALG0aL)g}A;f&WN^ZY|N@rx)xEO zk>qqHh=m#_gziSg$+Gomse>}#Lj|Q8YYQ!MDd*cdbM@OVzwz=yS?jd$k*D%sOir7! zHTBb`MWHHNR(%SA`Xm&(^Z+tGILW_Q{!33%=&*-Zd{*Rd?s*+b=Iwwr48a z=cFHw-W`2sC|%jUP-Xc|iD#SJA6ZQ$rK?5@h*;07XQzFqZ3)wk>4s7LbjLr>YX z7GSr?Q(VfjPhn+sk$vw-3HjFmMgcA9)5P{`_F&p`PsAc zrSskMd((|iEHxg@G#*`OJibubJ>B!#sp(TI_25*d9e=wLpe8lS^hf304cw0!Y`rey zk9Hob>J^NCCYX^}Cmv!gHAHPfs(fFYGSGRME_7ftRsv(^atGXJjzvjD1_rM9-|}Y426DcJRH*wpiFYJYPtaVPbT~= z6KaN79!r2fcTmPv@<{w;w@ChDiqViXDVD4U?Ci+jpcr|J_$hPnZgAixs_L>&c7sjJ z?mLj}?0V#BHv1ly_*cvbu?Z#RD^`jLTxs=8^Q?JxeD3^w@7xQS9S73>1DWcBnUX^* zHiEEoB^9^CneJQBjMu;7pe!fnsk}8lGdSBkXPg_H6TZ`#uG^id+>>#4t+)ulO|9;j zZJJePTQb$HnUb~@>K{zHy>zt%v9*4lH@n!vv7xWyA87XER$qemwIU8eD03Xa+2}RsN1AZ$Sj?YH_`{;;Cl$?0FOd|_ZuYh0OD~ZD8$82!1Y)i~EMFWa z?&+v&Csp+4Gy#g`1z1#npMfc>t9Wl@68E-J$U9Gjp zn0BBE07L1MxT-)~#99TMIDu0Y1y6%&5Cx;61iN84>Bq#NYl4ZD8UwQTBM&x1Lal9p zfQ(62L=<3d34dP1)|y4%iJT1`v&I~iBx?(kz5weSkdvmQ>IWrp6fKJUW9*wugjTg& z#-uLhSSG9{a}?6$p?zN61Mgq+&>it9E`+$|3L4#;#uWE;+yar0aw)^_@xROSxVHi5 zmq@h)Etr!8Y<)j~gU3N02+!mFK@x^>6T8;hkp2ucR9h$%iG@K(Ld?{MUAeB^qyLQ3 zN&jy+3mtlc0!FWpWdA7>QtKd1EDBqe1=me$MyP^3Ftcw#Xw(!%4xEjgHD8gBQs?Fi zFiBp9{sDU$%B@Wk3L=D%bVsZuTboHl*xGO-dRbBUN^QzCl4leP1z;dIh1Z!Ro-44O zH(~wwIxvrD#QGajxLt1hkz%n> z=q|5Km`?st?X>-fK*{518cBqo-ryb?%w}Q5$8~mnY_*!3fTt_!XJVQ1))kf%xUz~B z8x`20Tll4eV%1z_%OjiHY=2l@wPHqyN~J*V6ca!uSEvl|RW&OPia9xZ*^95WG916;z0jh%(B-R_wpp6j{JFbhMmg#SGiXH+%cmxuVXVG&J|F{du{s=9L?(#BZ8*=E< z(~-~|yQF}nD~ii)x@UMhhb{;e-Zl200G3k$yP=o62JK=xNPHzNDP-BZxjVTD_~v)= zzoFg9t(#1&qo~zZ+GH{q<0|5&SPnz<~`vQ+nc+NjpwF<#?4qA zVt}+8#P}h?fHL(iKOk=b9%IgO_vd}eByT76Eh2*ZvtqEC`}l|M+7&ZJa24DobafCF z*0C|TM98y$4j+Td1qj?0_a`ojKH|vN4j6U&|K)(y==-qA6Sd7wfX0jd)0{JTnO6Km z@_q*I*N`_mC_6r9fW-%9AKlo8)E2w3Kd0En9sYy3B3;23d<8K)>&L<3PSkzVrBD_&kSzlF;zL4g4NkS@Ehh038_%Ej!+0}n~Lti%CS z;bbuvYPm&z*vmLd54cW;=+$9aiAgMhzR78W)mbbBA6k}g-zT{kgdmnfGvyZDl1HM~ zzr6N36>mf;w zeob^GHIzoT&7|yt#Q_qvIYKWTRTpFJBr!x!>mX-G@tEuyz4B8S{Z~zlh5Ku2;TPon zPxAg3c|RtP7(JO-D@`$mJz$QI8~q3yuX@oxLuz^{chdpR!vv&e0bgg;__~X*Ackn9 z%q8 zC5hK$4(Q)}&!$7cRxcDoVr{nSkcAMI^n4Ax`Pm%Ck;?b|8)2M2_{lW zaXf;AKtWF)nZyJUMjBI~x5P z@;)I?z!pS3@GfdYPd^C(!<ttG zY%{wpkISlLC9~dZ4p&(n>KFp{J^dkdn?z@2jC;QbMuB#fz9`f1s2R zcE)|GWw2$2^mR+fQ9vlnnkN5S>Y1oAZZIDD%A`D1&3INSPcX{Kcqh4*pa`d`<@sg^ z5rlHGE92r|+fG1iWU{*Ig$TP2G~m=2{ojZp{x|hOD1w9p?K!jFyz1VNHc{sqFG3sv z?Oo0l%V}i=43`(py0L|d9p0zlLTYndNY%`?v=Erx4yzw{fL{J2PXe2N&BATp^}QEh zG;-c_-g*IY8*<76^QRYmPeOxcTLZ6MeW(3)J9vn)>W{r#{o{z$`q%0_W%g<7S{ql} zdH?ann(nkv^$5a8$#UJU<%*`+-i3;t+1jRT?T$68sop)^zh>ul_VPtVYi8q4sLtMV zZbwmlVE)VRwl3B^Gu@vJJVAP~?GFX#YxbM=TL)%-dr|0sdWof;NY{5P3Y{2(&820$ zHM+pE{?gYl-IIm%<7~({8)moN_obZ;?>Ub=GIHfPIn+HWU4=ZXWA#WL#bSLaZp3eO zJ3LJc-%Qvn*c(U)m>kVtwcN#B-@^fazjW2ldh`<=VcLf=QtdL02AxJ+L+C3=5t46; zw)ql1D8PdjKbh$ZmzUIPYZ#w)Z4KIK`#WUhUL0#m)RJ-5MbS(rYm1J_ua*8QIxj>D zAV1nUe+LeO?WXNLp;lu`{uU*$2PMXF-{p^ySSO_C`SpERL9ClmX$Ei3ziIfEVak*; zykbj1sz@22!#91)I0=M~N0DelbDN3ncnXQ}kSi9@Q@o!00{WRU;|Zhry1PIcMLdY5 zK6R+Cf=Hw+!+0*Z8L7O&%XOQVjO59uHU{#wmh_exX~+|%0#t#lrg+f;l9xMOqCn~k z^tK7H)nUF!n|l9Wusw@1h(7-zwa9zM|UgDBuTnQ;X=zYCJI{vH8EOF8u%^^j{_JIn|C$3_d9 zJuNTyBCU<|ka$JU=nPR;(i}n$NFC>gN)6JR75d%>#uPt&3sShNljWr0L|Kj|vARGA zlU9EVLHa-A1Cy;oq)mj@kXZfRVjahgiI`w{5S9dRt<^JC71u6 zJi6hkF|J&Mc8m zU~b!7Rl0P~ba&QMp7u0ky=60%vlX+#9G|Y-nepztWyB+l*Pgoh)Qk~kl8>4?=S>Su zdozN6+HvdotfM0Bs9!FvO>aH@?qlz^r0WJ3N{7`h|7AxE4h88OK%nxQN_ut>PbYLiRVCX&P`4t!Etzif^l0$!3QjUXU z06Q$m5)mWqtCa%!?1fSDWe}}z815K;$7}||#FfvX9f0Q@xKbb=hB)~tQk_77avk9) z!eL|X+m=%Lw&ii|)ot{B3+a`2pg!nLD*|?cz{rthNM`iF#LfW`O#KX~W%yi04&}I* z90N94UvwrmDgO_2EDoX-_8rP{S;LahkQN%U)%8o&dlswr+&qm3HQTaf6*H#Uq1hMS zh|DL`rH2-rhd|Y9x>k&wt?@I3*rTu7yZBf6-KMWMchR?6c-BB9bsdE#A&dsRs!^)K zGH$kHBLuy{6{t;t8tGVh%8)W_Mrn|1-_Q(_$fZGVaG+|YDI-2P$O~u%0Eoo~omyz0 zqyUoJ?4`onxk}jd^PrS?>i+^}J!PE|ASxMC*2|A$4=s2tU}7=;RUaN8=f%4bU!hMu zmNMyY74oyS7u6um)dmMaDtCyd9C&!_0KMg3Jq0>yV|@xKTdsFw%JvHX>UrqzEG8~V zEI4zUig4DH3A_RAARKB4c%MLTahSvV1bnKSGRZA42Gr=eg-~A=yfFBjQZ_nkO301Q zfXB<v);qMy;$w78evq*)n;H^OTLQL{siH0@d&VQBq zjwIqRxrzRX#5l8XF}V+v1mqm(;lvhP@#RgJ#0 z!)ISt0Z2Tke@AaTOQV`My&9@n2CNN zFbl~%g}1-rBu^I<5aD=5i$fsv`}{%8}5xN z>#^ZF0=cp99ZW*Om*F6gAC*+zsl8phRI)u&vizvF!TIeYt~ag+xft=dp_}Q*@Jy&vfio{lh;+ZTq8ajdoRmVz0TZAhqBN%0FEj;5lFY$DH7* zL&b7G3{*>1flO6kp{jN6W$p3cLg(=ZRmV{>t30UM`Ey_GuU1L`|CvGtl|Qw1bT=A) z)VRB+%KYO>9=>Y9)0s;NQJzI{B!@s4YRK#5-a?XD7)>MCf{l(@5;vi%IzlGIvuQmN zKZt^FaD{pWlERD|pwdK}FTw)(UH%885!7vv#+?50O*9oSYt}{)arOd7(}LWgqMTU+ zf6gFh1<9)%HaBZfrODDFBAt5xXvB1tQz(QE;i2GO61Lz8@&GMi* z@Rr}adh;tYS7w#8=g{2H1J9xPXEL5cY2grKZNOHX2vlw~eXw~jTSo>Rs-93NJPLft zC^*d1GOeJ7PKcDs#C&Q7$NxjIcgQ3DQzlVVbq=yyJixF3!!dF-6}Hfd5OLEUGi_>1 z`5#nF-cbN6N8o+>&$w(|!}XKX&)$mMd~w0lfXh_1CA+mLyCaa@*^%wo^RcI&H$VB% zQ@UcN2>3;^I#;xXO_^hvTMT;~9 z=9<1!mrL}W)gljVu2nO^tsLi#=EJkk&86-S!9vw}GShqt?_kY`SM0}lbNQTag`;qO z+bRoJPQbEscqXy}E70LNBMaucS@2F53*O!T36+tV=&+_gpal&)FQ*Zx4))ZogS~W< zzehQ?;qg&u4e|Ad{0B(OTWFsWRASAEU-I`U|1t8$$h$$_?~td!Q=J+C>d>f;57kvc z*Nv(cymkXomFd!J=ZLO6J1N>ZB0aih$7W~CK}llGz0Qe->t!!rkQJV=DEmx*W9JMp3K($>GJ&<&lA_3;70hW>%tOOnc*sD zgmmk%_qgL9TkP8n*WLJp;DwC0ah0?4hLsjuts%`-tyEe0Q~a&uDn}tWDMR`7Ela#F z!~15ww8(E=Fyu~stvue7z+3CVy4ljD zfpqJ^H4f1=fzs8x(_K&H(gNSd&$O;_6s}c}pKjc%Cr=ys!?&uIN*XdH4Zq|l#c=8W E1;gW`!2kdN literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..97bbf589db27e2384a3efd69e1dc8992d99adf41 GIT binary patch literal 2267 zcmb7FO-vg{6rTOF*T&ccu=z`1L(Gpuu|sJh@}o!ylcWL>DJg2>q_rIH01Ni6J39u9 zjD%1QPMQN;>Pl%Uq+V!~N;&paCCZ_PUO*5*R*{NSMQU#*pbAAj^zDK}6j4PTY2SM@ z@4b1mZ{GLjx6)E4f-!sFH@xFP=nr#J9F_(qTeCp&Xb{OrW)djLM3^KSVHtDICb%RY z;Vqd<2uWMS1~M-T3KOwo28&o6Vr#%3J7n8A;Icj9lts+T4%s=x%O$t?NC|chF|rHR zO0i3JU>29kPSA3u-;hmq-x4D3j5FZ*3+5=m8hluZQ^Ro)tC+;7Mgoi>Ucq`wQ*{io zZvfK?jg0kZs*2-O(bQf-G&1Gsj>mC|w)d)WO;*%lLsVp}QiWy=`=#FQaPO6?3PL}kmn2Rhhx)LyjR z=Q8_XFTymdx(@c6W@R2U#T(mqMsaqM9jir%2(mB+@kyf!H>WlnY<&;Owk!+O4tm#H z+w6(=(0yT=QBTRj!TxVW6Rl`Rt!VWJTSFYj`=ezUQc9sVcSn}VqKD36CTE!pI)NKXtu~};| zT~iI=W`<(ju*n!o6dUD(s$vRZYib2DO2CDt^{8dQK{#TAzYlQ40nBiZP@0Njv)-dg zeVCYe)6IgFB$3w;8@Wm5=_V|6@~P;Q1& z89Jh=oxzR|L%Kq7dny(miw$Evlu}ZmsG?F#)L0^R8ir4xf_|xy|dN}ly^Y82^O~z^#Fnf25n)mw7$TBkXkS)R^j6R3rm}ax=*KD3) z&|Q&784dvRrX>MjnwkHOa6miCGW(FpvO0SWc6_tHzX+h8H~q?&EYT4x$uSy}tc>Wv3xE^%E&!m&p}ZhNIqeCC>`h`#8ql1Q+67Cv1A@+aDvK?U)cP`%+j zlD{#3W6j&T>}_3l`3gaF_-LU6`2v5V8lN-QTlff7RDadCc@kzj+ozDL_7$>$pSyg$ z@^HR?zJIN28r3dxl<5-esnn1p7L(24m< z8P%3W5urgmX+D1N80uETAZE`rILN2riAH0pszF;Zwb7_i5x)HCK>y|LaJ1*r;6PvW z>c^2@3%&*i+mSN!5E76d&=yc+CHJ*>4uYo>_&hldYvzlkQy_o@hWQ;eE}_Pk=)_BO zws0IBZeJW-sy#hp&sFB)bDg=7+x08x^oCDbLKOvD4HIU*=_(+TFY;R!FPuSb=Qp_) jrh47&D_Gp$V(|^ZolDQj--MSu(z0-LTL2ppfWZF(WcVWX literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..54617bebbd5aca08657e0029f68d00a1afa58666 GIT binary patch literal 2961 zcmZuzO>7&-6`tk(^WT(3{aCUYTT;v>CY{s`jMQkF$d2VUm5o?MlRb33;*O-Hm%Gf& z()z)wFbo5wfdq*I6jBdG9iTu{xQ8BlY|~>e5^Pk&#z9;ZIrK(X4r;iUzS-qcspxA(re+BdcXOgk_QiKiL)$5t9P zY1V9OzA{G)hc;c}m8?e7#trOvhG)4>@}F$RY&j8R=H9(@PM@ARH~qs4v*!bGt_6N& zE-21oZ`mbRr(MUvH8$rQAufTDfVC9KnQLHbxM5nNJi^7_!KI2kvZncSn zjQ%5o&?UpRjrnlh)MaZ8n{Tuh7BH#p9RZ0_WQwM=ptR8fMEhn&lf!YvR3U1DnKIL6hWTK{%#Ofn3rRC~Q`FQpTH&O1y9UG2j@@VR*Qy5I}-kTU(j5co*%ujMDe0y0Hq6_vT!vJ!~2)x;!Fblq|+ zPuBwpjtN;8h)uY294KH$NTRhRNWMVUdqB~9!6-|CK(W0*GO#wuvML8vkc#34(>)6L zq}ObNQeCHPODxEx>rby%e@rozI-V-eG8(`r`X7#=2$VOO0f_p4DBRGO<~0RDIF(Ele* zB|iKpIM7$2dU72-mXMmgC2uRkn`8HtsRzZe4g0peQ+#2&_`;_b?iF8Yr#eGNcZSN_ zL*=&ce!4S!q%C}q*@f9C5SD;DL}5@~G91%}5T^-#uZ5|n&%5R-VV4!i*D#rPDJ~}n zyWUDI);2H@i&B_Ae*#^B7YBews0;Fg^(cvEkW3Ro|SL($*D@O4em(elg4adC`h`hG0`f8nB?7k93%o~fl z>qla=*P7z9=hjPmJ~8s8Siw1T17f|d{!CrwmeC6TE?VZw((GCqWY`1oKEXtFP4V!G z$C7id%m)G}i2lBC<0+c#@T?}qsZFmGf3JSW9!lmR6x-z%8zbN{D!}uo7hq&wsI4l1A`l5x5qZU zJ3sl<{KMHlPHg30Yl{!E2S2oL**n?E?d;?od@uWAo9`wHYN0bUd1q~__;UMvXXwzz z`t9|I&Yk=~XYe^7H1u{=H2keyBo1fWGmq0KGrsxG{q$7l(9!nU_uuLa4DAd|Z4XS{ zS^2I1iGOe4)K>b`lLxuUe<2xGA1H2|`S{FM`p8FT9;6E&Uc7a&lRpWIZ=`Rhck;)# z^T)w>EDM=zH;FQZ|8#RO>nUaT^k?z)+#7@Fvq5!wod4|btJA~$Uxr1%W$w*#ipjNO zG%(0@Qr8=<*|Hf<>-u{w!|sj9x^B8PT_?w3J;GQY2=lIMhcZYQ6Uiyondu304coS^ zmpQ^HL7CcoKfD#fXdYH9qbPgCp4>!_5(!a(ZC~JKxktPtmO3M2-LQTBrKo-VT-ZKT zGhd4^-W^3FhaaWJ#KObuNLPfmE1|+*S7t~-Lla$n^NgLd{I;nJ=>?{SvHNB#)LLhcz6Y22beBlGkO73VDnoc zyU2H#6Zq~5O8{%1`X{@ Optional[AuthInfo]: ... + + @abstractmethod + def save_auth_info(self, url: str, username: str, password: str) -> None: ... + + +class KeyRingNullProvider(KeyRingBaseProvider): + """Keyring null provider""" + + has_keyring = False + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return None + + +class KeyRingPythonProvider(KeyRingBaseProvider): + """Keyring interface which uses locally imported `keyring`""" + + has_keyring = True + + def __init__(self) -> None: + import keyring + + self.keyring = keyring + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # Support keyring's get_credential interface which supports getting + # credentials without a username. This is only available for + # keyring>=15.2.0. + if hasattr(self.keyring, "get_credential"): + logger.debug("Getting credentials from keyring for %s", url) + cred = self.keyring.get_credential(url, username) + if cred is not None: + return cred.username, cred.password + return None + + if username is not None: + logger.debug("Getting password from keyring for %s", url) + password = self.keyring.get_password(url, username) + if password: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + self.keyring.set_password(url, username, password) + + +class KeyRingCliProvider(KeyRingBaseProvider): + """Provider which uses `keyring` cli + + Instead of calling the keyring package installed alongside pip + we call keyring on the command line which will enable pip to + use which ever installation of keyring is available first in + PATH. + """ + + has_keyring = True + + def __init__(self, cmd: str) -> None: + self.keyring = cmd + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # This is the default implementation of keyring.get_credential + # https://github.com/jaraco/keyring/blob/97689324abcf01bd1793d49063e7ca01e03d7d07/keyring/backend.py#L134-L139 + if username is not None: + password = self._get_password(url, username) + if password is not None: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return self._set_password(url, username, password) + + def _get_password(self, service_name: str, username: str) -> Optional[str]: + """Mirror the implementation of keyring.get_password using cli""" + if self.keyring is None: + return None + + cmd = [self.keyring, "get", service_name, username] + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + res = subprocess.run( + cmd, + stdin=subprocess.DEVNULL, + stdout=subprocess.PIPE, + env=env, + ) + if res.returncode: + return None + return res.stdout.decode("utf-8").strip(os.linesep) + + def _set_password(self, service_name: str, username: str, password: str) -> None: + """Mirror the implementation of keyring.set_password using cli""" + if self.keyring is None: + return None + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + subprocess.run( + [self.keyring, "set", service_name, username], + input=f"{password}{os.linesep}".encode(), + env=env, + check=True, + ) + return None + + +@lru_cache(maxsize=None) +def get_keyring_provider(provider: str) -> KeyRingBaseProvider: + logger.verbose("Keyring provider requested: %s", provider) + + # keyring has previously failed and been disabled + if KEYRING_DISABLED: + provider = "disabled" + if provider in ["import", "auto"]: + try: + impl = KeyRingPythonProvider() + logger.verbose("Keyring provider set: import") + return impl + except ImportError: + pass + except Exception as exc: + # In the event of an unexpected exception + # we should warn the user + msg = "Installed copy of keyring fails with exception %s" + if provider == "auto": + msg = msg + ", trying to find a keyring executable as a fallback" + logger.warning(msg, exc, exc_info=logger.isEnabledFor(logging.DEBUG)) + if provider in ["subprocess", "auto"]: + cli = shutil.which("keyring") + if cli and cli.startswith(sysconfig.get_path("scripts")): + # all code within this function is stolen from shutil.which implementation + @typing.no_type_check + def PATH_as_shutil_which_determines_it() -> str: + path = os.environ.get("PATH", None) + if path is None: + try: + path = os.confstr("CS_PATH") + except (AttributeError, ValueError): + # os.confstr() or CS_PATH is not available + path = os.defpath + # bpo-35755: Don't use os.defpath if the PATH environment variable is + # set to an empty string + + return path + + scripts = Path(sysconfig.get_path("scripts")) + + paths = [] + for path in PATH_as_shutil_which_determines_it().split(os.pathsep): + p = Path(path) + try: + if not p.samefile(scripts): + paths.append(path) + except FileNotFoundError: + pass + + path = os.pathsep.join(paths) + + cli = shutil.which("keyring", path=path) + + if cli: + logger.verbose("Keyring provider set: subprocess with executable %s", cli) + return KeyRingCliProvider(cli) + + logger.verbose("Keyring provider set: disabled") + return KeyRingNullProvider() + + +class MultiDomainBasicAuth(AuthBase): + def __init__( + self, + prompting: bool = True, + index_urls: Optional[List[str]] = None, + keyring_provider: str = "auto", + ) -> None: + self.prompting = prompting + self.index_urls = index_urls + self.keyring_provider = keyring_provider # type: ignore[assignment] + self.passwords: Dict[str, AuthInfo] = {} + # When the user is prompted to enter credentials and keyring is + # available, we will offer to save them. If the user accepts, + # this value is set to the credentials they entered. After the + # request authenticates, the caller should call + # ``save_credentials`` to save these. + self._credentials_to_save: Optional[Credentials] = None + + @property + def keyring_provider(self) -> KeyRingBaseProvider: + return get_keyring_provider(self._keyring_provider) + + @keyring_provider.setter + def keyring_provider(self, provider: str) -> None: + # The free function get_keyring_provider has been decorated with + # functools.cache. If an exception occurs in get_keyring_auth that + # cache will be cleared and keyring disabled, take that into account + # if you want to remove this indirection. + self._keyring_provider = provider + + @property + def use_keyring(self) -> bool: + # We won't use keyring when --no-input is passed unless + # a specific provider is requested because it might require + # user interaction + return self.prompting or self._keyring_provider not in ["auto", "disabled"] + + def _get_keyring_auth( + self, + url: Optional[str], + username: Optional[str], + ) -> Optional[AuthInfo]: + """Return the tuple auth for a given url from keyring.""" + # Do nothing if no url was provided + if not url: + return None + + try: + return self.keyring_provider.get_auth_info(url, username) + except Exception as exc: + # Log the full exception (with stacktrace) at debug, so it'll only + # show up when running in verbose mode. + logger.debug("Keyring is skipped due to an exception", exc_info=True) + # Always log a shortened version of the exception. + logger.warning( + "Keyring is skipped due to an exception: %s", + str(exc), + ) + global KEYRING_DISABLED + KEYRING_DISABLED = True + get_keyring_provider.cache_clear() + return None + + def _get_index_url(self, url: str) -> Optional[str]: + """Return the original index URL matching the requested URL. + + Cached or dynamically generated credentials may work against + the original index URL rather than just the netloc. + + The provided url should have had its username and password + removed already. If the original index url had credentials then + they will be included in the return value. + + Returns None if no matching index was found, or if --no-index + was specified by the user. + """ + if not url or not self.index_urls: + return None + + url = remove_auth_from_url(url).rstrip("/") + "/" + parsed_url = urllib.parse.urlsplit(url) + + candidates = [] + + for index in self.index_urls: + index = index.rstrip("/") + "/" + parsed_index = urllib.parse.urlsplit(remove_auth_from_url(index)) + if parsed_url == parsed_index: + return index + + if parsed_url.netloc != parsed_index.netloc: + continue + + candidate = urllib.parse.urlsplit(index) + candidates.append(candidate) + + if not candidates: + return None + + candidates.sort( + reverse=True, + key=lambda candidate: commonprefix( + [ + parsed_url.path, + candidate.path, + ] + ).rfind("/"), + ) + + return urllib.parse.urlunsplit(candidates[0]) + + def _get_new_credentials( + self, + original_url: str, + *, + allow_netrc: bool = True, + allow_keyring: bool = False, + ) -> AuthInfo: + """Find and return credentials for the specified URL.""" + # Split the credentials and netloc from the url. + url, netloc, url_user_password = split_auth_netloc_from_url( + original_url, + ) + + # Start with the credentials embedded in the url + username, password = url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in url for %s", netloc) + return url_user_password + + # Find a matching index url for this request + index_url = self._get_index_url(url) + if index_url: + # Split the credentials from the url. + index_info = split_auth_netloc_from_url(index_url) + if index_info: + index_url, _, index_url_user_password = index_info + logger.debug("Found index url %s", index_url) + + # If an index URL was found, try its embedded credentials + if index_url and index_url_user_password[0] is not None: + username, password = index_url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in index url for %s", netloc) + return index_url_user_password + + # Get creds from netrc if we still don't have them + if allow_netrc: + netrc_auth = get_netrc_auth(original_url) + if netrc_auth: + logger.debug("Found credentials in netrc for %s", netloc) + return netrc_auth + + # If we don't have a password and keyring is available, use it. + if allow_keyring: + # The index url is more specific than the netloc, so try it first + # fmt: off + kr_auth = ( + self._get_keyring_auth(index_url, username) or + self._get_keyring_auth(netloc, username) + ) + # fmt: on + if kr_auth: + logger.debug("Found credentials in keyring for %s", netloc) + return kr_auth + + return username, password + + def _get_url_and_credentials( + self, original_url: str + ) -> Tuple[str, Optional[str], Optional[str]]: + """Return the credentials to use for the provided URL. + + If allowed, netrc and keyring may be used to obtain the + correct credentials. + + Returns (url_without_credentials, username, password). Note + that even if the original URL contains credentials, this + function may return a different username and password. + """ + url, netloc, _ = split_auth_netloc_from_url(original_url) + + # Try to get credentials from original url + username, password = self._get_new_credentials(original_url) + + # If credentials not found, use any stored credentials for this netloc. + # Do this if either the username or the password is missing. + # This accounts for the situation in which the user has specified + # the username in the index url, but the password comes from keyring. + if (username is None or password is None) and netloc in self.passwords: + un, pw = self.passwords[netloc] + # It is possible that the cached credentials are for a different username, + # in which case the cache should be ignored. + if username is None or username == un: + username, password = un, pw + + if username is not None or password is not None: + # Convert the username and password if they're None, so that + # this netloc will show up as "cached" in the conditional above. + # Further, HTTPBasicAuth doesn't accept None, so it makes sense to + # cache the value that is going to be used. + username = username or "" + password = password or "" + + # Store any acquired credentials. + self.passwords[netloc] = (username, password) + + assert ( + # Credentials were found + (username is not None and password is not None) + # Credentials were not found + or (username is None and password is None) + ), f"Could not load credentials from url: {original_url}" + + return url, username, password + + def __call__(self, req: Request) -> Request: + # Get credentials for this request + url, username, password = self._get_url_and_credentials(req.url) + + # Set the url of the request to the url without any credentials + req.url = url + + if username is not None and password is not None: + # Send the basic auth with this request + req = HTTPBasicAuth(username, password)(req) + + # Attach a hook to handle 401 responses + req.register_hook("response", self.handle_401) + + return req + + # Factored out to allow for easy patching in tests + def _prompt_for_password( + self, netloc: str + ) -> Tuple[Optional[str], Optional[str], bool]: + username = ask_input(f"User for {netloc}: ") if self.prompting else None + if not username: + return None, None, False + if self.use_keyring: + auth = self._get_keyring_auth(netloc, username) + if auth and auth[0] is not None and auth[1] is not None: + return auth[0], auth[1], False + password = ask_password("Password: ") + return username, password, True + + # Factored out to allow for easy patching in tests + def _should_save_password_to_keyring(self) -> bool: + if ( + not self.prompting + or not self.use_keyring + or not self.keyring_provider.has_keyring + ): + return False + return ask("Save credentials to keyring [y/N]: ", ["y", "n"]) == "y" + + def handle_401(self, resp: Response, **kwargs: Any) -> Response: + # We only care about 401 responses, anything else we want to just + # pass through the actual response + if resp.status_code != 401: + return resp + + username, password = None, None + + # Query the keyring for credentials: + if self.use_keyring: + username, password = self._get_new_credentials( + resp.url, + allow_netrc=False, + allow_keyring=True, + ) + + # We are not able to prompt the user so simply return the response + if not self.prompting and not username and not password: + return resp + + parsed = urllib.parse.urlparse(resp.url) + + # Prompt the user for a new username and password + save = False + if not username and not password: + username, password, save = self._prompt_for_password(parsed.netloc) + + # Store the new username and password to use for future requests + self._credentials_to_save = None + if username is not None and password is not None: + self.passwords[parsed.netloc] = (username, password) + + # Prompt to save the password to keyring + if save and self._should_save_password_to_keyring(): + self._credentials_to_save = Credentials( + url=parsed.netloc, + username=username, + password=password, + ) + + # Consume content and release the original connection to allow our new + # request to reuse the same one. + # The result of the assignment isn't used, it's just needed to consume + # the content. + _ = resp.content + resp.raw.release_conn() + + # Add our new username and password to the request + req = HTTPBasicAuth(username or "", password or "")(resp.request) + req.register_hook("response", self.warn_on_401) + + # On successful request, save the credentials that were used to + # keyring. (Note that if the user responded "no" above, this member + # is not set and nothing will be saved.) + if self._credentials_to_save: + req.register_hook("response", self.save_credentials) + + # Send our new request + new_resp = resp.connection.send(req, **kwargs) + new_resp.history.append(resp) + + return new_resp + + def warn_on_401(self, resp: Response, **kwargs: Any) -> None: + """Response callback to warn about incorrect credentials.""" + if resp.status_code == 401: + logger.warning( + "401 Error, Credentials not correct for %s", + resp.request.url, + ) + + def save_credentials(self, resp: Response, **kwargs: Any) -> None: + """Response callback to save credentials on success.""" + assert ( + self.keyring_provider.has_keyring + ), "should never reach here without keyring" + + creds = self._credentials_to_save + self._credentials_to_save = None + if creds and resp.status_code < 400: + try: + logger.info("Saving credentials to keyring") + self.keyring_provider.save_auth_info( + creds.url, creds.username, creds.password + ) + except Exception: + logger.exception("Failed to save credentials") diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py new file mode 100644 index 00000000..4d0fb545 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,106 @@ +"""HTTP cache implementation. +""" + +import os +from contextlib import contextmanager +from datetime import datetime +from typing import BinaryIO, Generator, Optional, Union + +from pip._vendor.cachecontrol.cache import SeparateBodyBaseCache +from pip._vendor.cachecontrol.caches import SeparateBodyFileCache +from pip._vendor.requests.models import Response + +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import ensure_dir + + +def is_from_cache(response: Response) -> bool: + return getattr(response, "from_cache", False) + + +@contextmanager +def suppressed_cache_errors() -> Generator[None, None, None]: + """If we can't access the cache then we can just skip caching and process + requests as if caching wasn't enabled. + """ + try: + yield + except OSError: + pass + + +class SafeFileCache(SeparateBodyBaseCache): + """ + A file based cache which is safe to use even when the target directory may + not be accessible or writable. + + There is a race condition when two processes try to write and/or read the + same entry at the same time, since each entry consists of two separate + files (https://github.com/psf/cachecontrol/issues/324). We therefore have + additional logic that makes sure that both files to be present before + returning an entry; this fixes the read side of the race condition. + + For the write side, we assume that the server will only ever return the + same data for the same URL, which ought to be the case for files pip is + downloading. PyPI does not have a mechanism to swap out a wheel for + another wheel, for example. If this assumption is not true, the + CacheControl issue will need to be fixed. + """ + + def __init__(self, directory: str) -> None: + assert directory is not None, "Cache directory must not be None." + super().__init__() + self.directory = directory + + def _get_cache_path(self, name: str) -> str: + # From cachecontrol.caches.file_cache.FileCache._fn, brought into our + # class for backwards-compatibility and to avoid using a non-public + # method. + hashed = SeparateBodyFileCache.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> Optional[bytes]: + # The cache entry is only valid if both metadata and body exist. + metadata_path = self._get_cache_path(key) + body_path = metadata_path + ".body" + if not (os.path.exists(metadata_path) and os.path.exists(body_path)): + return None + with suppressed_cache_errors(): + with open(metadata_path, "rb") as f: + return f.read() + + def _write(self, path: str, data: bytes) -> None: + with suppressed_cache_errors(): + ensure_dir(os.path.dirname(path)) + + with adjacent_tmp_file(path) as f: + f.write(data) + + replace(f.name, path) + + def set( + self, key: str, value: bytes, expires: Union[int, datetime, None] = None + ) -> None: + path = self._get_cache_path(key) + self._write(path, value) + + def delete(self, key: str) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + os.remove(path) + with suppressed_cache_errors(): + os.remove(path + ".body") + + def get_body(self, key: str) -> Optional[BinaryIO]: + # The cache entry is only valid if both metadata and body exist. + metadata_path = self._get_cache_path(key) + body_path = metadata_path + ".body" + if not (os.path.exists(metadata_path) and os.path.exists(body_path)): + return None + with suppressed_cache_errors(): + return open(body_path, "rb") + + def set_body(self, key: str, body: bytes) -> None: + path = self._get_cache_path(key) + ".body" + self._write(path, body) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py new file mode 100644 index 00000000..5c3bce3d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py @@ -0,0 +1,187 @@ +"""Download files with progress indicators. +""" + +import email.message +import logging +import mimetypes +import os +from typing import Iterable, Optional, Tuple + +from pip._vendor.requests.models import Response + +from pip._internal.cli.progress_bars import get_download_progress_renderer +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.index import PyPI +from pip._internal.models.link import Link +from pip._internal.network.cache import is_from_cache +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks +from pip._internal.utils.misc import format_size, redact_auth_from_url, splitext + +logger = logging.getLogger(__name__) + + +def _get_http_response_size(resp: Response) -> Optional[int]: + try: + return int(resp.headers["content-length"]) + except (ValueError, KeyError, TypeError): + return None + + +def _prepare_download( + resp: Response, + link: Link, + progress_bar: str, +) -> Iterable[bytes]: + total_length = _get_http_response_size(resp) + + if link.netloc == PyPI.file_storage_domain: + url = link.show_url + else: + url = link.url_without_fragment + + logged_url = redact_auth_from_url(url) + + if total_length: + logged_url = f"{logged_url} ({format_size(total_length)})" + + if is_from_cache(resp): + logger.info("Using cached %s", logged_url) + else: + logger.info("Downloading %s", logged_url) + + if logger.getEffectiveLevel() > logging.INFO: + show_progress = False + elif is_from_cache(resp): + show_progress = False + elif not total_length: + show_progress = True + elif total_length > (512 * 1024): + show_progress = True + else: + show_progress = False + + chunks = response_chunks(resp) + + if not show_progress: + return chunks + + renderer = get_download_progress_renderer(bar_type=progress_bar, size=total_length) + return renderer(chunks) + + +def sanitize_content_filename(filename: str) -> str: + """ + Sanitize the "filename" value from a Content-Disposition header. + """ + return os.path.basename(filename) + + +def parse_content_disposition(content_disposition: str, default_filename: str) -> str: + """ + Parse the "filename" value from a Content-Disposition header, and + return the default filename if the result is empty. + """ + m = email.message.Message() + m["content-type"] = content_disposition + filename = m.get_param("filename") + if filename: + # We need to sanitize the filename to prevent directory traversal + # in case the filename contains ".." path parts. + filename = sanitize_content_filename(str(filename)) + return filename or default_filename + + +def _get_http_response_filename(resp: Response, link: Link) -> str: + """Get an ideal filename from the given HTTP response, falling back to + the link filename if not provided. + """ + filename = link.filename # fallback + # Have a look at the Content-Disposition header for a better guess + content_disposition = resp.headers.get("content-disposition") + if content_disposition: + filename = parse_content_disposition(content_disposition, filename) + ext: Optional[str] = splitext(filename)[1] + if not ext: + ext = mimetypes.guess_extension(resp.headers.get("content-type", "")) + if ext: + filename += ext + if not ext and link.url != resp.url: + ext = os.path.splitext(resp.url)[1] + if ext: + filename += ext + return filename + + +def _http_get_download(session: PipSession, link: Link) -> Response: + target_url = link.url.split("#", 1)[0] + resp = session.get(target_url, headers=HEADERS, stream=True) + raise_for_status(resp) + return resp + + +class Downloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__(self, link: Link, location: str) -> Tuple[str, str]: + """Download the file given by link into location.""" + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", e.response.status_code, link + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + return filepath, content_type + + +class BatchDownloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__( + self, links: Iterable[Link], location: str + ) -> Iterable[Tuple[Link, Tuple[str, str]]]: + """Download the files given by links into location.""" + for link in links: + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", + e.response.status_code, + link, + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + yield link, (filepath, content_type) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 00000000..82ec50d5 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py @@ -0,0 +1,210 @@ +"""Lazy ZIP over HTTP""" + +__all__ = ["HTTPRangeRequestUnsupported", "dist_from_wheel_url"] + +from bisect import bisect_left, bisect_right +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, Dict, Generator, List, Optional, Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.metadata import BaseDistribution, MemoryWheel, get_wheel_distribution +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks + + +class HTTPRangeRequestUnsupported(Exception): + pass + + +def dist_from_wheel_url(name: str, url: str, session: PipSession) -> BaseDistribution: + """Return a distribution object from the given wheel URL. + + This uses HTTP range requests to only fetch the portion of the wheel + containing metadata, just enough for the object to be constructed. + If such requests are not supported, HTTPRangeRequestUnsupported + is raised. + """ + with LazyZipOverHTTP(url, session) as zf: + # For read-only ZIP files, ZipFile only needs methods read, + # seek, seekable and tell, not the whole IO protocol. + wheel = MemoryWheel(zf.name, zf) # type: ignore + # After context manager exit, wheel.name + # is an invalid file by intention. + return get_wheel_distribution(wheel, canonicalize_name(name)) + + +class LazyZipOverHTTP: + """File-like object mapped to a ZIP file over HTTP. + + This uses HTTP range requests to lazily fetch the file's content, + which is supposed to be fed to ZipFile. If such requests are not + supported by the server, raise HTTPRangeRequestUnsupported + during initialization. + """ + + def __init__( + self, url: str, session: PipSession, chunk_size: int = CONTENT_CHUNK_SIZE + ) -> None: + head = session.head(url, headers=HEADERS) + raise_for_status(head) + assert head.status_code == 200 + self._session, self._url, self._chunk_size = session, url, chunk_size + self._length = int(head.headers["Content-Length"]) + self._file = NamedTemporaryFile() + self.truncate(self._length) + self._left: List[int] = [] + self._right: List[int] = [] + if "bytes" not in head.headers.get("Accept-Ranges", "none"): + raise HTTPRangeRequestUnsupported("range request is not supported") + self._check_zip() + + @property + def mode(self) -> str: + """Opening mode, which is always rb.""" + return "rb" + + @property + def name(self) -> str: + """Path to the underlying file.""" + return self._file.name + + def seekable(self) -> bool: + """Return whether random access is supported, which is True.""" + return True + + def close(self) -> None: + """Close the file.""" + self._file.close() + + @property + def closed(self) -> bool: + """Whether the file is closed.""" + return self._file.closed + + def read(self, size: int = -1) -> bytes: + """Read up to size bytes from the object and return them. + + As a convenience, if size is unspecified or -1, + all bytes until EOF are returned. Fewer than + size bytes may be returned if EOF is reached. + """ + download_size = max(size, self._chunk_size) + start, length = self.tell(), self._length + stop = length if size < 0 else min(start + download_size, length) + start = max(0, stop - download_size) + self._download(start, stop - 1) + return self._file.read(size) + + def readable(self) -> bool: + """Return whether the file is readable, which is True.""" + return True + + def seek(self, offset: int, whence: int = 0) -> int: + """Change stream position and return the new absolute position. + + Seek to offset relative position indicated by whence: + * 0: Start of stream (the default). pos should be >= 0; + * 1: Current position - pos may be negative; + * 2: End of stream - pos usually negative. + """ + return self._file.seek(offset, whence) + + def tell(self) -> int: + """Return the current position.""" + return self._file.tell() + + def truncate(self, size: Optional[int] = None) -> int: + """Resize the stream to the given size in bytes. + + If size is unspecified resize to the current position. + The current stream position isn't changed. + + Return the new file size. + """ + return self._file.truncate(size) + + def writable(self) -> bool: + """Return False.""" + return False + + def __enter__(self) -> "LazyZipOverHTTP": + self._file.__enter__() + return self + + def __exit__(self, *exc: Any) -> None: + self._file.__exit__(*exc) + + @contextmanager + def _stay(self) -> Generator[None, None, None]: + """Return a context manager keeping the position. + + At the end of the block, seek back to original position. + """ + pos = self.tell() + try: + yield + finally: + self.seek(pos) + + def _check_zip(self) -> None: + """Check and download until the file is a valid ZIP.""" + end = self._length - 1 + for start in reversed(range(0, end, self._chunk_size)): + self._download(start, end) + with self._stay(): + try: + # For read-only ZIP files, ZipFile only needs + # methods read, seek, seekable and tell. + ZipFile(self) # type: ignore + except BadZipFile: + pass + else: + break + + def _stream_response( + self, start: int, end: int, base_headers: Dict[str, str] = HEADERS + ) -> Response: + """Return HTTP response to a range request from start to end.""" + headers = base_headers.copy() + headers["Range"] = f"bytes={start}-{end}" + # TODO: Get range requests to be correctly cached + headers["Cache-Control"] = "no-cache" + return self._session.get(self._url, headers=headers, stream=True) + + def _merge( + self, start: int, end: int, left: int, right: int + ) -> Generator[Tuple[int, int], None, None]: + """Return a generator of intervals to be fetched. + + Args: + start (int): Start of needed interval + end (int): End of needed interval + left (int): Index of first overlapping downloaded data + right (int): Index after last overlapping downloaded data + """ + lslice, rslice = self._left[left:right], self._right[left:right] + i = start = min([start] + lslice[:1]) + end = max([end] + rslice[-1:]) + for j, k in zip(lslice, rslice): + if j > i: + yield i, j - 1 + i = k + 1 + if i <= end: + yield i, end + self._left[left:right], self._right[left:right] = [start], [end] + + def _download(self, start: int, end: int) -> None: + """Download bytes from start to end inclusively.""" + with self._stay(): + left = bisect_left(self._right, start) + right = bisect_right(self._left, end) + for start, end in self._merge(start, end, left, right): + response = self._stream_response(start, end) + response.raise_for_status() + self.seek(start) + for chunk in response_chunks(response, self._chunk_size): + self._file.write(chunk) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py new file mode 100644 index 00000000..1765b4f6 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py @@ -0,0 +1,522 @@ +"""PipSession and supporting code, containing all pip-specific +network request configuration and behavior. +""" + +import email.utils +import functools +import io +import ipaddress +import json +import logging +import mimetypes +import os +import platform +import shutil +import subprocess +import sys +import urllib.parse +import warnings +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Generator, + List, + Mapping, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests, urllib3 +from pip._vendor.cachecontrol import CacheControlAdapter as _BaseCacheControlAdapter +from pip._vendor.requests.adapters import DEFAULT_POOLBLOCK, BaseAdapter +from pip._vendor.requests.adapters import HTTPAdapter as _BaseHTTPAdapter +from pip._vendor.requests.models import PreparedRequest, Response +from pip._vendor.requests.structures import CaseInsensitiveDict +from pip._vendor.urllib3.connectionpool import ConnectionPool +from pip._vendor.urllib3.exceptions import InsecureRequestWarning + +from pip import __version__ +from pip._internal.metadata import get_default_environment +from pip._internal.models.link import Link +from pip._internal.network.auth import MultiDomainBasicAuth +from pip._internal.network.cache import SafeFileCache + +# Import ssl from compat so the initial import occurs in only one place. +from pip._internal.utils.compat import has_tls +from pip._internal.utils.glibc import libc_ver +from pip._internal.utils.misc import build_url_from_netloc, parse_netloc +from pip._internal.utils.urls import url_to_path + +if TYPE_CHECKING: + from ssl import SSLContext + + from pip._vendor.urllib3.poolmanager import PoolManager + + +logger = logging.getLogger(__name__) + +SecureOrigin = Tuple[str, str, Optional[Union[int, str]]] + + +# Ignore warning raised when using --trusted-host. +warnings.filterwarnings("ignore", category=InsecureRequestWarning) + + +SECURE_ORIGINS: List[SecureOrigin] = [ + # protocol, hostname, port + # Taken from Chrome's list of secure origins (See: http://bit.ly/1qrySKC) + ("https", "*", "*"), + ("*", "localhost", "*"), + ("*", "127.0.0.0/8", "*"), + ("*", "::1/128", "*"), + ("file", "*", None), + # ssh is always secure. + ("ssh", "*", "*"), +] + + +# These are environment variables present when running under various +# CI systems. For each variable, some CI systems that use the variable +# are indicated. The collection was chosen so that for each of a number +# of popular systems, at least one of the environment variables is used. +# This list is used to provide some indication of and lower bound for +# CI traffic to PyPI. Thus, it is okay if the list is not comprehensive. +# For more background, see: https://github.com/pypa/pip/issues/5499 +CI_ENVIRONMENT_VARIABLES = ( + # Azure Pipelines + "BUILD_BUILDID", + # Jenkins + "BUILD_ID", + # AppVeyor, CircleCI, Codeship, Gitlab CI, Shippable, Travis CI + "CI", + # Explicit environment variable. + "PIP_IS_CI", +) + + +def looks_like_ci() -> bool: + """ + Return whether it looks like pip is running under CI. + """ + # We don't use the method of checking for a tty (e.g. using isatty()) + # because some CI systems mimic a tty (e.g. Travis CI). Thus that + # method doesn't provide definitive information in either direction. + return any(name in os.environ for name in CI_ENVIRONMENT_VARIABLES) + + +@functools.lru_cache(maxsize=1) +def user_agent() -> str: + """ + Return a string representing the user agent. + """ + data: Dict[str, Any] = { + "installer": {"name": "pip", "version": __version__}, + "python": platform.python_version(), + "implementation": { + "name": platform.python_implementation(), + }, + } + + if data["implementation"]["name"] == "CPython": + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "PyPy": + pypy_version_info = sys.pypy_version_info # type: ignore + if pypy_version_info.releaselevel == "final": + pypy_version_info = pypy_version_info[:3] + data["implementation"]["version"] = ".".join( + [str(x) for x in pypy_version_info] + ) + elif data["implementation"]["name"] == "Jython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "IronPython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + + if sys.platform.startswith("linux"): + from pip._vendor import distro + + linux_distribution = distro.name(), distro.version(), distro.codename() + distro_infos: Dict[str, Any] = dict( + filter( + lambda x: x[1], + zip(["name", "version", "id"], linux_distribution), + ) + ) + libc = dict( + filter( + lambda x: x[1], + zip(["lib", "version"], libc_ver()), + ) + ) + if libc: + distro_infos["libc"] = libc + if distro_infos: + data["distro"] = distro_infos + + if sys.platform.startswith("darwin") and platform.mac_ver()[0]: + data["distro"] = {"name": "macOS", "version": platform.mac_ver()[0]} + + if platform.system(): + data.setdefault("system", {})["name"] = platform.system() + + if platform.release(): + data.setdefault("system", {})["release"] = platform.release() + + if platform.machine(): + data["cpu"] = platform.machine() + + if has_tls(): + import _ssl as ssl + + data["openssl_version"] = ssl.OPENSSL_VERSION + + setuptools_dist = get_default_environment().get_distribution("setuptools") + if setuptools_dist is not None: + data["setuptools_version"] = str(setuptools_dist.version) + + if shutil.which("rustc") is not None: + # If for any reason `rustc --version` fails, silently ignore it + try: + rustc_output = subprocess.check_output( + ["rustc", "--version"], stderr=subprocess.STDOUT, timeout=0.5 + ) + except Exception: + pass + else: + if rustc_output.startswith(b"rustc "): + # The format of `rustc --version` is: + # `b'rustc 1.52.1 (9bc8c42bb 2021-05-09)\n'` + # We extract just the middle (1.52.1) part + data["rustc_version"] = rustc_output.split(b" ")[1].decode() + + # Use None rather than False so as not to give the impression that + # pip knows it is not being run under CI. Rather, it is a null or + # inconclusive result. Also, we include some value rather than no + # value to make it easier to know that the check has been run. + data["ci"] = True if looks_like_ci() else None + + user_data = os.environ.get("PIP_USER_AGENT_USER_DATA") + if user_data is not None: + data["user_data"] = user_data + + return "{data[installer][name]}/{data[installer][version]} {json}".format( + data=data, + json=json.dumps(data, separators=(",", ":"), sort_keys=True), + ) + + +class LocalFSAdapter(BaseAdapter): + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: Optional[Union[float, Tuple[float, float]]] = None, + verify: Union[bool, str] = True, + cert: Optional[Union[str, Tuple[str, str]]] = None, + proxies: Optional[Mapping[str, str]] = None, + ) -> Response: + pathname = url_to_path(request.url) + + resp = Response() + resp.status_code = 200 + resp.url = request.url + + try: + stats = os.stat(pathname) + except OSError as exc: + # format the exception raised as a io.BytesIO object, + # to return a better error message: + resp.status_code = 404 + resp.reason = type(exc).__name__ + resp.raw = io.BytesIO(f"{resp.reason}: {exc}".encode()) + else: + modified = email.utils.formatdate(stats.st_mtime, usegmt=True) + content_type = mimetypes.guess_type(pathname)[0] or "text/plain" + resp.headers = CaseInsensitiveDict( + { + "Content-Type": content_type, + "Content-Length": stats.st_size, + "Last-Modified": modified, + } + ) + + resp.raw = open(pathname, "rb") + resp.close = resp.raw.close + + return resp + + def close(self) -> None: + pass + + +class _SSLContextAdapterMixin: + """Mixin to add the ``ssl_context`` constructor argument to HTTP adapters. + + The additional argument is forwarded directly to the pool manager. This allows us + to dynamically decide what SSL store to use at runtime, which is used to implement + the optional ``truststore`` backend. + """ + + def __init__( + self, + *, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + self._ssl_context = ssl_context + super().__init__(**kwargs) + + def init_poolmanager( + self, + connections: int, + maxsize: int, + block: bool = DEFAULT_POOLBLOCK, + **pool_kwargs: Any, + ) -> "PoolManager": + if self._ssl_context is not None: + pool_kwargs.setdefault("ssl_context", self._ssl_context) + return super().init_poolmanager( # type: ignore[misc] + connections=connections, + maxsize=maxsize, + block=block, + **pool_kwargs, + ) + + +class HTTPAdapter(_SSLContextAdapterMixin, _BaseHTTPAdapter): + pass + + +class CacheControlAdapter(_SSLContextAdapterMixin, _BaseCacheControlAdapter): + pass + + +class InsecureHTTPAdapter(HTTPAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class InsecureCacheControlAdapter(CacheControlAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class PipSession(requests.Session): + timeout: Optional[int] = None + + def __init__( + self, + *args: Any, + retries: int = 0, + cache: Optional[str] = None, + trusted_hosts: Sequence[str] = (), + index_urls: Optional[List[str]] = None, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + """ + :param trusted_hosts: Domains not to emit warnings for when not using + HTTPS. + """ + super().__init__(*args, **kwargs) + + # Namespace the attribute with "pip_" just in case to prevent + # possible conflicts with the base class. + self.pip_trusted_origins: List[Tuple[str, Optional[int]]] = [] + + # Attach our User Agent to the request + self.headers["User-Agent"] = user_agent() + + # Attach our Authentication handler to the session + self.auth = MultiDomainBasicAuth(index_urls=index_urls) + + # Create our urllib3.Retry instance which will allow us to customize + # how we handle retries. + retries = urllib3.Retry( + # Set the total number of retries that a particular request can + # have. + total=retries, + # A 503 error from PyPI typically means that the Fastly -> Origin + # connection got interrupted in some way. A 503 error in general + # is typically considered a transient error so we'll go ahead and + # retry it. + # A 500 may indicate transient error in Amazon S3 + # A 502 may be a transient error from a CDN like CloudFlare or CloudFront + # A 520 or 527 - may indicate transient error in CloudFlare + status_forcelist=[500, 502, 503, 520, 527], + # Add a small amount of back off between failed requests in + # order to prevent hammering the service. + backoff_factor=0.25, + ) # type: ignore + + # Our Insecure HTTPAdapter disables HTTPS validation. It does not + # support caching so we'll use it for all http:// URLs. + # If caching is disabled, we will also use it for + # https:// hosts that we've marked as ignoring + # TLS errors for (trusted-hosts). + insecure_adapter = InsecureHTTPAdapter(max_retries=retries) + + # We want to _only_ cache responses on securely fetched origins or when + # the host is specified as trusted. We do this because + # we can't validate the response of an insecurely/untrusted fetched + # origin, and we don't want someone to be able to poison the cache and + # require manual eviction from the cache to fix it. + if cache: + secure_adapter = CacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ssl_context=ssl_context, + ) + self._trusted_host_adapter = InsecureCacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ) + else: + secure_adapter = HTTPAdapter(max_retries=retries, ssl_context=ssl_context) + self._trusted_host_adapter = insecure_adapter + + self.mount("https://", secure_adapter) + self.mount("http://", insecure_adapter) + + # Enable file:// urls + self.mount("file://", LocalFSAdapter()) + + for host in trusted_hosts: + self.add_trusted_host(host, suppress_logging=True) + + def update_index_urls(self, new_index_urls: List[str]) -> None: + """ + :param new_index_urls: New index urls to update the authentication + handler with. + """ + self.auth.index_urls = new_index_urls + + def add_trusted_host( + self, host: str, source: Optional[str] = None, suppress_logging: bool = False + ) -> None: + """ + :param host: It is okay to provide a host that has previously been + added. + :param source: An optional source string, for logging where the host + string came from. + """ + if not suppress_logging: + msg = f"adding trusted host: {host!r}" + if source is not None: + msg += f" (from {source})" + logger.info(msg) + + parsed_host, parsed_port = parse_netloc(host) + if parsed_host is None: + raise ValueError(f"Trusted host URL must include a host part: {host!r}") + if (parsed_host, parsed_port) not in self.pip_trusted_origins: + self.pip_trusted_origins.append((parsed_host, parsed_port)) + + self.mount( + build_url_from_netloc(host, scheme="http") + "/", self._trusted_host_adapter + ) + self.mount(build_url_from_netloc(host) + "/", self._trusted_host_adapter) + if not parsed_port: + self.mount( + build_url_from_netloc(host, scheme="http") + ":", + self._trusted_host_adapter, + ) + # Mount wildcard ports for the same host. + self.mount(build_url_from_netloc(host) + ":", self._trusted_host_adapter) + + def iter_secure_origins(self) -> Generator[SecureOrigin, None, None]: + yield from SECURE_ORIGINS + for host, port in self.pip_trusted_origins: + yield ("*", host, "*" if port is None else port) + + def is_secure_origin(self, location: Link) -> bool: + # Determine if this url used a secure transport mechanism + parsed = urllib.parse.urlparse(str(location)) + origin_protocol, origin_host, origin_port = ( + parsed.scheme, + parsed.hostname, + parsed.port, + ) + + # The protocol to use to see if the protocol matches. + # Don't count the repository type as part of the protocol: in + # cases such as "git+ssh", only use "ssh". (I.e., Only verify against + # the last scheme.) + origin_protocol = origin_protocol.rsplit("+", 1)[-1] + + # Determine if our origin is a secure origin by looking through our + # hardcoded list of secure origins, as well as any additional ones + # configured on this PackageFinder instance. + for secure_origin in self.iter_secure_origins(): + secure_protocol, secure_host, secure_port = secure_origin + if origin_protocol != secure_protocol and secure_protocol != "*": + continue + + try: + addr = ipaddress.ip_address(origin_host or "") + network = ipaddress.ip_network(secure_host) + except ValueError: + # We don't have both a valid address or a valid network, so + # we'll check this origin against hostnames. + if ( + origin_host + and origin_host.lower() != secure_host.lower() + and secure_host != "*" + ): + continue + else: + # We have a valid address and network, so see if the address + # is contained within the network. + if addr not in network: + continue + + # Check to see if the port matches. + if ( + origin_port != secure_port + and secure_port != "*" + and secure_port is not None + ): + continue + + # If we've gotten here, then this origin matches the current + # secure origin and we should return True + return True + + # If we've gotten to this point, then the origin isn't secure and we + # will not accept it as a valid location to search. We will however + # log a warning that we are ignoring it. + logger.warning( + "The repository located at %s is not a trusted or secure host and " + "is being ignored. If this repository is available via HTTPS we " + "recommend you use HTTPS instead, otherwise you may silence " + "this warning and allow it anyway with '--trusted-host %s'.", + origin_host, + origin_host, + ) + + return False + + def request(self, method: str, url: str, *args: Any, **kwargs: Any) -> Response: + # Allow setting a default timeout on a session + kwargs.setdefault("timeout", self.timeout) + # Allow setting a default proxies on a session + kwargs.setdefault("proxies", self.proxies) + + # Dispatch the actual request + return super().request(method, url, *args, **kwargs) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py new file mode 100644 index 00000000..bba4c265 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py @@ -0,0 +1,98 @@ +from typing import Dict, Generator + +from pip._vendor.requests.models import Response + +from pip._internal.exceptions import NetworkConnectionError + +# The following comments and HTTP headers were originally added by +# Donald Stufft in git commit 22c562429a61bb77172039e480873fb239dd8c03. +# +# We use Accept-Encoding: identity here because requests defaults to +# accepting compressed responses. This breaks in a variety of ways +# depending on how the server is configured. +# - Some servers will notice that the file isn't a compressible file +# and will leave the file alone and with an empty Content-Encoding +# - Some servers will notice that the file is already compressed and +# will leave the file alone, adding a Content-Encoding: gzip header +# - Some servers won't notice anything at all and will take a file +# that's already been compressed and compress it again, and set +# the Content-Encoding: gzip header +# By setting this to request only the identity encoding we're hoping +# to eliminate the third case. Hopefully there does not exist a server +# which when given a file will notice it is already compressed and that +# you're not asking for a compressed file and will then decompress it +# before sending because if that's the case I don't think it'll ever be +# possible to make this work. +HEADERS: Dict[str, str] = {"Accept-Encoding": "identity"} + +DOWNLOAD_CHUNK_SIZE = 256 * 1024 + + +def raise_for_status(resp: Response) -> None: + http_error_msg = "" + if isinstance(resp.reason, bytes): + # We attempt to decode utf-8 first because some servers + # choose to localize their reason strings. If the string + # isn't utf-8, we fall back to iso-8859-1 for all other + # encodings. + try: + reason = resp.reason.decode("utf-8") + except UnicodeDecodeError: + reason = resp.reason.decode("iso-8859-1") + else: + reason = resp.reason + + if 400 <= resp.status_code < 500: + http_error_msg = ( + f"{resp.status_code} Client Error: {reason} for url: {resp.url}" + ) + + elif 500 <= resp.status_code < 600: + http_error_msg = ( + f"{resp.status_code} Server Error: {reason} for url: {resp.url}" + ) + + if http_error_msg: + raise NetworkConnectionError(http_error_msg, response=resp) + + +def response_chunks( + response: Response, chunk_size: int = DOWNLOAD_CHUNK_SIZE +) -> Generator[bytes, None, None]: + """Given a requests Response, provide the data chunks.""" + try: + # Special case for urllib3. + for chunk in response.raw.stream( + chunk_size, + # We use decode_content=False here because we don't + # want urllib3 to mess with the raw bytes we get + # from the server. If we decompress inside of + # urllib3 then we cannot verify the checksum + # because the checksum will be of the compressed + # file. This breakage will only occur if the + # server adds a Content-Encoding header, which + # depends on how the server was configured: + # - Some servers will notice that the file isn't a + # compressible file and will leave the file alone + # and with an empty Content-Encoding + # - Some servers will notice that the file is + # already compressed and will leave the file + # alone and will add a Content-Encoding: gzip + # header + # - Some servers won't notice anything at all and + # will take a file that's already been compressed + # and compress it again and set the + # Content-Encoding: gzip header + # + # By setting this not to decode automatically we + # hope to eliminate problems with the second case. + decode_content=False, + ): + yield chunk + except AttributeError: + # Standard file-like object. + while True: + chunk = response.raw.read(chunk_size) + if not chunk: + break + yield chunk diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py b/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 00000000..22ec8d2f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py @@ -0,0 +1,62 @@ +"""xmlrpclib.Transport implementation +""" + +import logging +import urllib.parse +import xmlrpc.client +from typing import TYPE_CHECKING, Tuple + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status + +if TYPE_CHECKING: + from xmlrpc.client import _HostType, _Marshallable + + from _typeshed import SizedBuffer + +logger = logging.getLogger(__name__) + + +class PipXmlrpcTransport(xmlrpc.client.Transport): + """Provide a `xmlrpclib.Transport` implementation via a `PipSession` + object. + """ + + def __init__( + self, index_url: str, session: PipSession, use_datetime: bool = False + ) -> None: + super().__init__(use_datetime) + index_parts = urllib.parse.urlparse(index_url) + self._scheme = index_parts.scheme + self._session = session + + def request( + self, + host: "_HostType", + handler: str, + request_body: "SizedBuffer", + verbose: bool = False, + ) -> Tuple["_Marshallable", ...]: + assert isinstance(host, str) + parts = (self._scheme, host, handler, None, None, None) + url = urllib.parse.urlunparse(parts) + try: + headers = {"Content-Type": "text/xml"} + response = self._session.post( + url, + data=request_body, + headers=headers, + stream=True, + ) + raise_for_status(response) + self.verbose = verbose + return self.parse_response(response.raw) + except NetworkConnectionError as exc: + assert exc.response + logger.critical( + "HTTP error %s while getting %s", + exc.response.status_code, + url, + ) + raise diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4c848f350433d04b451ad31183970d64ffd9c435 GIT binary patch literal 209 zcmZ9GF%H5o3`G+P5<=?A9T=zutcZyj7MP>ZS~O~#L`kUBl}j*j0M5cOI05R`31{U? zw%`BygWqX7W2F0YevS7N*T4EPB@foI1wXu)8K1Bs0o#Sr=uNg-gI58UR_2wwq6e!i2&Dr$Eo(3qoeauo4}ww^gve|+ YOt+0GZZ+=QgdX5DKEgNQoV$eR2d0)eg8%>k literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..791552be7d3e14a56825064a5d7b56756263e5ed GIT binary patch literal 7127 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 D+zaxw literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..167eaae1f17121c294e9282c57ba093354c964bf GIT binary patch literal 10159 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 SkbFKsd#FC@5hAg&ss9JM5HGs` literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..479e939352cf008075e4ba6cdf26d987db523f5a GIT binary patch literal 25853 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bf9a73780d20fa51af5fe16ab8cd9ffac21978a4 GIT binary patch literal 7711 zcmcgxTWlNIc|LO^hZHG_q$NwTCDChXZF*OdFY-lN+Z)UBT~;=>w&|+f&=hBE4b9um zj4V^3P}T5*6u6Mm4c0UkiM?pic(Gg51&UO8Nowb%Kwn5mj+9vkU9>LH_K9m5aN^{l z|9^%gY2*=8C(= z+_W#m>f@d<4?|cYv(bR{@r_pYegfaeGUk&>^i{K8UQ0H4lVq1gNo)b~WnOaJ8 zs^N${9*$fcO{e6bVDLjqL^m9#p z*Ezxf&-BvsXmQsi0(52=U9iU1ea)~6nc*@dimO!>Yt9gP*H6fw!iqEejNl*{Cd1=R zX1EN07+V1;*t^xp69-7c2kdQzf#+YdYG-LxTgH}QCyC1AN=L}8dcDrtOva|WtiHty zjXg_lFz}A`-B)>%CfkWFS~EL|D#8v}Yme`cTccCtI`zsu*->SikeIqw&Zvem~IG)F2^-PJSV45s457MQ_&QZlte@}I89fBb`@{Mu<2p- zimV&{L^2VQuPd4k5)_Ju)vK~wO+nTIuy^<0SYZFTEkgQ$Rlc`=^j!Yy~Dcm~>oo`~N=NfFjH>QmDrqcRE zGO@2`&)!}Q_TQZXg$RS#_NJ6nZ%9e#vI-yTO{P#OK>W4d@ku2nnRQ499fD2wq|!#~ zWJ(I_atIa74W*knEYwBJJYpX4{QzNjNz{l9tcB@NBb2!r43!|yG__c$2-uF&v*Uj6sl zn{fIY`;PmVpNNAj`!hTA9@_Z9Ci2jE2>OrM`a!?&sDZ`4kHNm5!+ul$aS!(k5B7tc z;Tl8+p!I^AuVGTQ!&laS@CTZdXvv_!Tg4(VmI0q3ddaLrOR8zjBg8T=`@uA2$m}0w zm}p7uH)iQ>t1q#ia@N{b8%4pWDl=fBYOdt9CT7T|ytRVWGDHWLXqITB)!S$#Aww(! z1amiAPk>rT^JzX?gXg-3r z5ySh|nYTiNZ=V?+3XNVkcKqCl3)60@RNX~&0%yWsRT5H=QMbV+rvqmaimrrX%Csy6 z=*$3}sU)rh!g`=f3%b+>n5g3Q7#x}wXHf+~#SO=a>xzC+2YE5vU}$93(oYq!gu$o6 z`UF)`!xl?k0ev+DNgkiPqISSz5I9~!udYJ8o0VPJk>;pqI)Tx<7oUC->$6Ni7*(Uy0#Ejv02#4fbn+qYKdnLE7Z zZ(8+t=KY<2{qB-yrR(&v|IDg?B<~-Y8(MRDR$Xm*SKCVap?~gMX@6_Q^{po^-@@?x zaIWQzrO_4F;8S-?wsYAHD>9DOdk5EiE#Eu;0+hJ*g&RIWzw^QcL;C#X2J!dWe%R}c zzT+bElVhEOhq*_s!r*S-xrtrum9tRqWq z6PY0N0@%fjacLH=(@|92Gt%?`Ad2@U2{-vMLGnvBXl;P*0I$goL>c&#L>SYN z)tfX}+a}cm%~M750IfmVBsDlUjOS;NJ?ya`T8(gK&0>eaw_GCr;aMpoh z6*1mOq#U*KK;huGehI4Eh&o9KdS+1wj4V|lI?kn~7UGoP&8Rh@tlcoqX%b{drdy7y zGC+_D8!4*;Xdrn*2vIX80zd)%k~J00lNy97$QnE{m7YVx6Ig}~6iflr8wyP~R@}Ws z9)!8tcBp2_T4T!`f6KXc?g$VKxOPN0pic?;aeq18jM1~`}jXf)ha(UvldR9XO=?du>IoYuXh}N)C(s-o&Ab8Q03T_O#N=>dG8N?MDb%AtRuN;V-+)TPZ=g1sJ_=X~NV^s*P4YQ> z1%b*eDY%HkjqLl2dh;OMRXJT-vX|fm;9P0LwW2nFGBrS!bs!6R)RKE^&J4Q|7e#6O z51%b7(GtMgAi_1)09F~+l9!9cYZMLp1Oy9+6KvWpCTb;PU=vpP z5E3qbCVWVK$j#VvhegfUtR38dz_t=O-s-XtrCwq?1jZa9&IE6Tr4S^OXeq?D)+OW` zV}{w~r$VRusbHl^if2Q8sw(;h(k?{<);<9nSDiQEs@{2mGk1Pi8jkDd;=irC^iy~lYcUQqlTHEe6-)YV|bFaLybb4tZ z*K~63)DvG@_R6yF)tu|q7jB$}Z~yM8CxAh<_gAh4jHbOW3-zSIpY6QceWyF`*^v`> zoKegiSLvY@)#ICvO7f#Qg{=vnp|NTE+akV3k?|6aFzQF3`=WT&G ze!)HOUX0|$)~A-&-S^<)Qs>Wi{S^G}32h%7^ZmMG9pp#eV}9=MMCd*A3&*zFA2!>u z-{Cm+8uxG)1N9@45nP75C~1RNx{1Mg4(cn@pgbQ}L(5 zTrI#w2T>B>O78%9QQX_Kzd|@oq6*inp@oTX4)f7CTpcujGBN+}pS8+p!|< zTyr%noS#3R-JWx`mpFfL$-gB1Jo?kFff#gBWJS-UKGUsrsh5vf?)-;+M4yK5AEmoD8IEr^6(}*?*95>n+6_US1{SH!QKdnL#oaAp$VPvEwwXjmY+q^yRsnCl5CQWcgK=#yz*g=kRPpTlz6Zm4L==edhC zb!4^ozcc4t6I~19ytwFJjIM~=AYF@uy7{`r-%r~%i1S_xg7on;>Mo9#bsTBqZ6 zA1@q*SjX0|DzxW?_5v#kUAdOm3Iy5*+i9~D%ngm^2i|^$v~`ZyI=;YJ<~7jtU<dDYRHceG{? zEjv1AZNOL7waT>Snbrc^#Pr;U8-?aUFn4%3zxVtz9KemTTjv}W4 i^5PB4qybAs&)@mmbj^^9OmS@J(yinIFw literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bd14fcfaeddd575c40ae99b3e972135734779cfb GIT binary patch literal 1892 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c20dd0aacaf6aa2a57932507f761bd2e66fcd138 GIT binary patch literal 3039 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 J66psI{{p?z4ZQ#W literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..69302ce111563f4107565259b8f732dc41295472 GIT binary patch literal 3869 zcmb_fO>7&-6`tjCm%IEIDeBLOv$lRLRyJu{{#6YZR&57uR2i+CL(~QY#T`+Umt10I zX;}nSsA&!o8o>6+0s;dvP@pR8gOBYoxfUp-N`SXp7go^(Xl~nBfD51cW|pL6A<3yj z?aX^KZ~ou+z0sc|ksyNf(ZjCdmm!4y#gtZxHHDX7gYW?9NEZw=<(0ye4|Ja)mi<%y zvNRk5v~$h!Kmf2upEb3F{H)k>EB_u#3SLZ};wKO9`k~aI05T zPeQNcf{^a~iY;d{?Q{GSC2Bd!jjB~LD|sU=IAODjD>+&%RVtW(u9fq*aE@ZDR<%si zpt)%sy5#0(F*b5}Qlv0StdKX19IZ`PiCMsuI>{N6l=D`uV3y1Iiq7qv@EcmRrI|IW zTC*IPz!aoX@OdZ2a}jd(z5EMg50KS7MT8otb)t(tU1<0|g&TV)E{Y9-1{$I+)*}dk zCf-C=d%QV`kNHOSxT#rkt9njpNqgn3s|XP`u77XbhA;&LG1L(-ZDp_MA$sliQXAZdnKES4(8Og;HS?-(^W?phgFEIOvW7J~K8 zR=szGW7?!y!S!PYYkyIrSUYjzHYU?1NS3M5S#$owdi;Q4Ff9|ddq-w7W8!oav2|@` z1{bW-Z9IW*W5WqF7v)G-uZ_R|uA|_JPUlP3Y}!v$=t~&r_HJ6owBYzHe8-}GXwV?N zu4mt;n9!_VD(C5JDSH*uTb5bPTDUN45&IS4nHkhzU3x3flRI$K?^X3ffI=G5sd zEm`$pA*a1u1|UI>OQ7<7kl@lEwP))DRo~$4#touazuzV?50TTGC$GkXoKDpas!l zchA!vGIc-4&57oWQUd`><%iPZ|7~82Gd!Dij@{mYG}mJJef15Y0ldrDx3$-sD6P~l z|BQ2wX3b))nzv>dMwraq2XM(1cKRmClLd|YmIfCA$S}!5rrtNfJ*?Sa&NMqR5Z9Ah zf#AG_b**A*GbIDlOmOlm#$@%2?WVFx0GPA+iUtVgR+->+u;mx84FfPt3RD0sgj(q_ zjR3zP!mcZ=I5IT}jL*H8M4`?J%;!l3>>Uw?aC|0p{A^o}f6gpb0OdWbH#-HwqSZd& zie*})j0+i3HI1Y|bPfRxjE`;MW$2u1FmUpasG(#oY(Wo>X> zcr?5f8rkrVkZxF|6XDS;S6#^QQwdVDMhciCD_S(n>AaCMc|fF2#M^L7m6#Lgg?6-n z(HLWLUsQPzDN1tP?%z&`8+T39-Z7M1VDoem?md{;m!+J`(D zqKvPhJdxY;sa6N9j;FaqOWG^z(7e!(P9ZAH z`iLxxu4Kw{`V>iP81CTyE;mrO9oT;F2^+NOgh z70hU~R$xz@nVMmEOkicS8!#N1FHwA4^IkEOhvEz$DJ_y?a2#Y9GA9NR(JEDVkYWy3 zPx7TQY4e$pa}WY4#C&psHOtgPr(m+M>`mK%R*wVyvHFeK`IPaovsc&tbF<5vdypcNjbZ}d_;QE7V&-2uP9q+T> z9$_d3Bl#eBKe&2!D}H2IdY(FIC%WxapWTtNd;9G}M|MMUS8zE9 zGsgQ~WnuXLusQy_+lk`6Un5cNvBSx`lPi;}=eNWC&%=qk6Dt!Nz32bfxgEZ2C%a!A z0&Bi3w-bzCze=_A*OXnuqweu@;-6wyF8DrEhCux6!pZSb>GNR$J;cql;|69SG%zL7$5R)dnSE`cBu`rp-dHyI;i+G`MfUS|;@*fcAeeMdc zl}lw)uNn9C>mI$Ic14hPI=fv7N>@g*`ZBknT>n09VN=(B?nSA=pW+2u-5!XO=;Zh%P&O7*TL j@BheEnFg=co>lSwMK{DWcyh+v2$Q1CA$Mb-@ss!;t7zS0 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py new file mode 100644 index 00000000..0ed8dd23 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py @@ -0,0 +1,138 @@ +import contextlib +import hashlib +import logging +import os +from types import TracebackType +from typing import Dict, Generator, Optional, Type, Union + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +@contextlib.contextmanager +def update_env_context_manager(**changes: str) -> Generator[None, None, None]: + target = os.environ + + # Save values from the target and change them. + non_existent_marker = object() + saved_values: Dict[str, Union[object, str]] = {} + for name, new_value in changes.items(): + try: + saved_values[name] = target[name] + except KeyError: + saved_values[name] = non_existent_marker + target[name] = new_value + + try: + yield + finally: + # Restore original values in the target. + for name, original_value in saved_values.items(): + if original_value is non_existent_marker: + del target[name] + else: + assert isinstance(original_value, str) # for mypy + target[name] = original_value + + +@contextlib.contextmanager +def get_build_tracker() -> Generator["BuildTracker", None, None]: + root = os.environ.get("PIP_BUILD_TRACKER") + with contextlib.ExitStack() as ctx: + if root is None: + root = ctx.enter_context(TempDirectory(kind="build-tracker")).path + ctx.enter_context(update_env_context_manager(PIP_BUILD_TRACKER=root)) + logger.debug("Initialized build tracking at %s", root) + + with BuildTracker(root) as tracker: + yield tracker + + +class TrackerId(str): + """Uniquely identifying string provided to the build tracker.""" + + +class BuildTracker: + """Ensure that an sdist cannot request itself as a setup requirement. + + When an sdist is prepared, it identifies its setup requirements in the + context of ``BuildTracker.track()``. If a requirement shows up recursively, this + raises an exception. + + This stops fork bombs embedded in malicious packages.""" + + def __init__(self, root: str) -> None: + self._root = root + self._entries: Dict[TrackerId, InstallRequirement] = {} + logger.debug("Created build tracker: %s", self._root) + + def __enter__(self) -> "BuildTracker": + logger.debug("Entered build tracker: %s", self._root) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.cleanup() + + def _entry_path(self, key: TrackerId) -> str: + hashed = hashlib.sha224(key.encode()).hexdigest() + return os.path.join(self._root, hashed) + + def add(self, req: InstallRequirement, key: TrackerId) -> None: + """Add an InstallRequirement to build tracking.""" + + # Get the file to write information about this requirement. + entry_path = self._entry_path(key) + + # Try reading from the file. If it exists and can be read from, a build + # is already in progress, so a LookupError is raised. + try: + with open(entry_path) as fp: + contents = fp.read() + except FileNotFoundError: + pass + else: + message = f"{req.link} is already being built: {contents}" + raise LookupError(message) + + # If we're here, req should really not be building already. + assert key not in self._entries + + # Start tracking this requirement. + with open(entry_path, "w", encoding="utf-8") as fp: + fp.write(str(req)) + self._entries[key] = req + + logger.debug("Added %s to build tracker %r", req, self._root) + + def remove(self, req: InstallRequirement, key: TrackerId) -> None: + """Remove an InstallRequirement from build tracking.""" + + # Delete the created file and the corresponding entry. + os.unlink(self._entry_path(key)) + del self._entries[key] + + logger.debug("Removed %s from build tracker %r", req, self._root) + + def cleanup(self) -> None: + for key, req in list(self._entries.items()): + self.remove(req, key) + + logger.debug("Removed build tracker: %r", self._root) + + @contextlib.contextmanager + def track(self, req: InstallRequirement, key: str) -> Generator[None, None, None]: + """Ensure that `key` cannot install itself as a setup requirement. + + :raises LookupError: If `key` was already provided in a parent invocation of + the context introduced by this method.""" + tracker_id = TrackerId(key) + self.add(req, tracker_id) + yield + self.remove(req, tracker_id) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 00000000..c66ac354 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py @@ -0,0 +1,39 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 517. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message("Preparing metadata (pyproject.toml)") + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_wheel(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 00000000..27c69f0d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py @@ -0,0 +1,41 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_editable_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 660. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel/editable, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message( + "Preparing editable metadata (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_editable(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 00000000..c01dd1c6 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py @@ -0,0 +1,74 @@ +"""Metadata generation logic for legacy source distributions. +""" + +import logging +import os + +from pip._internal.build_env import BuildEnvironment +from pip._internal.cli.spinners import open_spinner +from pip._internal.exceptions import ( + InstallationError, + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.setuptools_build import make_setuptools_egg_info_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +def _find_egg_info(directory: str) -> str: + """Find an .egg-info subdirectory in `directory`.""" + filenames = [f for f in os.listdir(directory) if f.endswith(".egg-info")] + + if not filenames: + raise InstallationError(f"No .egg-info directory found in {directory}") + + if len(filenames) > 1: + raise InstallationError( + f"More than one .egg-info directory found in {directory}" + ) + + return os.path.join(directory, filenames[0]) + + +def generate_metadata( + build_env: BuildEnvironment, + setup_py_path: str, + source_dir: str, + isolated: bool, + details: str, +) -> str: + """Generate metadata using setup.py-based defacto mechanisms. + + Returns the generated metadata directory. + """ + logger.debug( + "Running setup.py (path:%s) egg_info for package %s", + setup_py_path, + details, + ) + + egg_info_dir = TempDirectory(kind="pip-egg-info", globally_managed=True).path + + args = make_setuptools_egg_info_args( + setup_py_path, + egg_info_dir=egg_info_dir, + no_user_config=isolated, + ) + + with build_env: + with open_spinner("Preparing metadata (setup.py)") as spinner: + try: + call_subprocess( + args, + cwd=source_dir, + command_desc="python setup.py egg_info", + spinner=spinner, + ) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + # Return the .egg-info directory. + return _find_egg_info(egg_info_dir) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 00000000..064811ad --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py @@ -0,0 +1,37 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_pep517( + name: str, + backend: BuildBackendHookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 517 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building wheel for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + wheel_name = backend.build_wheel( + tempd, + metadata_directory=metadata_directory, + ) + except Exception: + logger.error("Failed building wheel for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 00000000..719d69dd --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py @@ -0,0 +1,46 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller, HookMissing + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_editable( + name: str, + backend: BuildBackendHookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 660 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building editable for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + wheel_name = backend.build_editable( + tempd, + metadata_directory=metadata_directory, + ) + except HookMissing as e: + logger.error( + "Cannot build editable %s because the build " + "backend does not have the %s hook", + name, + e, + ) + return None + except Exception: + logger.error("Failed building editable for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 00000000..3ee2a705 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py @@ -0,0 +1,102 @@ +import logging +import os.path +from typing import List, Optional + +from pip._internal.cli.spinners import open_spinner +from pip._internal.utils.setuptools_build import make_setuptools_bdist_wheel_args +from pip._internal.utils.subprocess import call_subprocess, format_command_args + +logger = logging.getLogger(__name__) + + +def format_command_result( + command_args: List[str], + command_output: str, +) -> str: + """Format command information for logging.""" + command_desc = format_command_args(command_args) + text = f"Command arguments: {command_desc}\n" + + if not command_output: + text += "Command output: None" + elif logger.getEffectiveLevel() > logging.DEBUG: + text += "Command output: [use --verbose to show]" + else: + if not command_output.endswith("\n"): + command_output += "\n" + text += f"Command output:\n{command_output}" + + return text + + +def get_legacy_build_wheel_path( + names: List[str], + temp_dir: str, + name: str, + command_args: List[str], + command_output: str, +) -> Optional[str]: + """Return the path to the wheel in the temporary build directory.""" + # Sort for determinism. + names = sorted(names) + if not names: + msg = f"Legacy build of wheel for {name!r} created no files.\n" + msg += format_command_result(command_args, command_output) + logger.warning(msg) + return None + + if len(names) > 1: + msg = ( + f"Legacy build of wheel for {name!r} created more than one file.\n" + f"Filenames (choosing first): {names}\n" + ) + msg += format_command_result(command_args, command_output) + logger.warning(msg) + + return os.path.join(temp_dir, names[0]) + + +def build_wheel_legacy( + name: str, + setup_py_path: str, + source_dir: str, + global_options: List[str], + build_options: List[str], + tempd: str, +) -> Optional[str]: + """Build one unpacked package using the "legacy" build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + wheel_args = make_setuptools_bdist_wheel_args( + setup_py_path, + global_options=global_options, + build_options=build_options, + destination_dir=tempd, + ) + + spin_message = f"Building wheel for {name} (setup.py)" + with open_spinner(spin_message) as spinner: + logger.debug("Destination directory: %s", tempd) + + try: + output = call_subprocess( + wheel_args, + command_desc="python setup.py bdist_wheel", + cwd=source_dir, + spinner=spinner, + ) + except Exception: + spinner.finish("error") + logger.error("Failed building wheel for %s", name) + return None + + names = os.listdir(tempd) + wheel_path = get_legacy_build_wheel_path( + names=names, + temp_dir=tempd, + name=name, + command_args=wheel_args, + command_output=output, + ) + return wheel_path diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py new file mode 100644 index 00000000..4b6fbc4c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py @@ -0,0 +1,181 @@ +"""Validation of dependencies of packages +""" + +import logging +from contextlib import suppress +from email.parser import Parser +from functools import reduce +from typing import ( + Callable, + Dict, + FrozenSet, + Generator, + Iterable, + List, + NamedTuple, + Optional, + Set, + Tuple, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.tags import Tag, parse_tag +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import BaseDistribution +from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +class PackageDetails(NamedTuple): + version: Version + dependencies: List[Requirement] + + +# Shorthands +PackageSet = Dict[NormalizedName, PackageDetails] +Missing = Tuple[NormalizedName, Requirement] +Conflicting = Tuple[NormalizedName, Version, Requirement] + +MissingDict = Dict[NormalizedName, List[Missing]] +ConflictingDict = Dict[NormalizedName, List[Conflicting]] +CheckResult = Tuple[MissingDict, ConflictingDict] +ConflictDetails = Tuple[PackageSet, CheckResult] + + +def create_package_set_from_installed() -> Tuple[PackageSet, bool]: + """Converts a list of distributions into a PackageSet.""" + package_set = {} + problems = False + env = get_default_environment() + for dist in env.iter_installed_distributions(local_only=False, skip=()): + name = dist.canonical_name + try: + dependencies = list(dist.iter_dependencies()) + package_set[name] = PackageDetails(dist.version, dependencies) + except (OSError, ValueError) as e: + # Don't crash on unreadable or broken metadata. + logger.warning("Error parsing dependencies of %s: %s", name, e) + problems = True + return package_set, problems + + +def check_package_set( + package_set: PackageSet, should_ignore: Optional[Callable[[str], bool]] = None +) -> CheckResult: + """Check if a package set is consistent + + If should_ignore is passed, it should be a callable that takes a + package name and returns a boolean. + """ + + missing = {} + conflicting = {} + + for package_name, package_detail in package_set.items(): + # Info about dependencies of package_name + missing_deps: Set[Missing] = set() + conflicting_deps: Set[Conflicting] = set() + + if should_ignore and should_ignore(package_name): + continue + + for req in package_detail.dependencies: + name = canonicalize_name(req.name) + + # Check if it's missing + if name not in package_set: + missed = True + if req.marker is not None: + missed = req.marker.evaluate({"extra": ""}) + if missed: + missing_deps.add((name, req)) + continue + + # Check if there's a conflict + version = package_set[name].version + if not req.specifier.contains(version, prereleases=True): + conflicting_deps.add((name, version, req)) + + if missing_deps: + missing[package_name] = sorted(missing_deps, key=str) + if conflicting_deps: + conflicting[package_name] = sorted(conflicting_deps, key=str) + + return missing, conflicting + + +def check_install_conflicts(to_install: List[InstallRequirement]) -> ConflictDetails: + """For checking if the dependency graph would be consistent after \ + installing given requirements + """ + # Start from the current state + package_set, _ = create_package_set_from_installed() + # Install packages + would_be_installed = _simulate_installation_of(to_install, package_set) + + # Only warn about directly-dependent packages; create a whitelist of them + whitelist = _create_whitelist(would_be_installed, package_set) + + return ( + package_set, + check_package_set( + package_set, should_ignore=lambda name: name not in whitelist + ), + ) + + +def check_unsupported( + packages: Iterable[BaseDistribution], + supported_tags: Iterable[Tag], +) -> Generator[BaseDistribution, None, None]: + for p in packages: + with suppress(FileNotFoundError): + wheel_file = p.read_text("WHEEL") + wheel_tags: FrozenSet[Tag] = reduce( + frozenset.union, + map(parse_tag, Parser().parsestr(wheel_file).get_all("Tag", [])), + frozenset(), + ) + if wheel_tags.isdisjoint(supported_tags): + yield p + + +def _simulate_installation_of( + to_install: List[InstallRequirement], package_set: PackageSet +) -> Set[NormalizedName]: + """Computes the version of packages after installing to_install.""" + # Keep track of packages that were installed + installed = set() + + # Modify it as installing requirement_set would (assuming no errors) + for inst_req in to_install: + abstract_dist = make_distribution_for_install_requirement(inst_req) + dist = abstract_dist.get_metadata_distribution() + name = dist.canonical_name + package_set[name] = PackageDetails(dist.version, list(dist.iter_dependencies())) + + installed.add(name) + + return installed + + +def _create_whitelist( + would_be_installed: Set[NormalizedName], package_set: PackageSet +) -> Set[NormalizedName]: + packages_affected = set(would_be_installed) + + for package_name in package_set: + if package_name in packages_affected: + continue + + for req in package_set[package_name].dependencies: + if canonicalize_name(req.name) in packages_affected: + packages_affected.add(package_name) + break + + return packages_affected diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 00000000..bb1039fb --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,258 @@ +import collections +import logging +import os +from typing import Container, Dict, Generator, Iterable, List, NamedTuple, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import InvalidVersion + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_file import COMMENT_RE +from pip._internal.utils.direct_url_helpers import direct_url_as_pep440_direct_reference + +logger = logging.getLogger(__name__) + + +class _EditableInfo(NamedTuple): + requirement: str + comments: List[str] + + +def freeze( + requirement: Optional[List[str]] = None, + local_only: bool = False, + user_only: bool = False, + paths: Optional[List[str]] = None, + isolated: bool = False, + exclude_editable: bool = False, + skip: Container[str] = (), +) -> Generator[str, None, None]: + installations: Dict[str, FrozenRequirement] = {} + + dists = get_environment(paths).iter_installed_distributions( + local_only=local_only, + skip=(), + user_only=user_only, + ) + for dist in dists: + req = FrozenRequirement.from_dist(dist) + if exclude_editable and req.editable: + continue + installations[req.canonical_name] = req + + if requirement: + # the options that don't get turned into an InstallRequirement + # should only be emitted once, even if the same option is in multiple + # requirements files, so we need to keep track of what has been emitted + # so that we don't emit it again if it's seen again + emitted_options: Set[str] = set() + # keep track of which files a requirement is in so that we can + # give an accurate warning if a requirement appears multiple times. + req_files: Dict[str, List[str]] = collections.defaultdict(list) + for req_file_path in requirement: + with open(req_file_path) as req_file: + for line in req_file: + if ( + not line.strip() + or line.strip().startswith("#") + or line.startswith( + ( + "-r", + "--requirement", + "-f", + "--find-links", + "-i", + "--index-url", + "--pre", + "--trusted-host", + "--process-dependency-links", + "--extra-index-url", + "--use-feature", + ) + ) + ): + line = line.rstrip() + if line not in emitted_options: + emitted_options.add(line) + yield line + continue + + if line.startswith("-e") or line.startswith("--editable"): + if line.startswith("-e"): + line = line[2:].strip() + else: + line = line[len("--editable") :].strip().lstrip("=") + line_req = install_req_from_editable( + line, + isolated=isolated, + ) + else: + line_req = install_req_from_line( + COMMENT_RE.sub("", line).strip(), + isolated=isolated, + ) + + if not line_req.name: + logger.info( + "Skipping line in requirement file [%s] because " + "it's not clear what it would install: %s", + req_file_path, + line.strip(), + ) + logger.info( + " (add #egg=PackageName to the URL to avoid" + " this warning)" + ) + else: + line_req_canonical_name = canonicalize_name(line_req.name) + if line_req_canonical_name not in installations: + # either it's not installed, or it is installed + # but has been processed already + if not req_files[line_req.name]: + logger.warning( + "Requirement file [%s] contains %s, but " + "package %r is not installed", + req_file_path, + COMMENT_RE.sub("", line).strip(), + line_req.name, + ) + else: + req_files[line_req.name].append(req_file_path) + else: + yield str(installations[line_req_canonical_name]).rstrip() + del installations[line_req_canonical_name] + req_files[line_req.name].append(req_file_path) + + # Warn about requirements that were included multiple times (in a + # single requirements file or in different requirements files). + for name, files in req_files.items(): + if len(files) > 1: + logger.warning( + "Requirement %s included multiple times [%s]", + name, + ", ".join(sorted(set(files))), + ) + + yield ("## The following requirements were added by pip freeze:") + for installation in sorted(installations.values(), key=lambda x: x.name.lower()): + if installation.canonical_name not in skip: + yield str(installation).rstrip() + + +def _format_as_name_version(dist: BaseDistribution) -> str: + try: + dist_version = dist.version + except InvalidVersion: + # legacy version + return f"{dist.raw_name}==={dist.raw_version}" + else: + return f"{dist.raw_name}=={dist_version}" + + +def _get_editable_info(dist: BaseDistribution) -> _EditableInfo: + """ + Compute and return values (req, comments) for use in + FrozenRequirement.from_dist(). + """ + editable_project_location = dist.editable_project_location + assert editable_project_location + location = os.path.normcase(os.path.abspath(editable_project_location)) + + from pip._internal.vcs import RemoteNotFoundError, RemoteNotValidError, vcs + + vcs_backend = vcs.get_backend_for_dir(location) + + if vcs_backend is None: + display = _format_as_name_version(dist) + logger.debug( + 'No VCS found for editable requirement "%s" in: %r', + display, + location, + ) + return _EditableInfo( + requirement=location, + comments=[f"# Editable install with no version control ({display})"], + ) + + vcs_name = type(vcs_backend).__name__ + + try: + req = vcs_backend.get_src_requirement(location, dist.raw_name) + except RemoteNotFoundError: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[f"# Editable {vcs_name} install with no remote ({display})"], + ) + except RemoteNotValidError as ex: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[ + f"# Editable {vcs_name} install ({display}) with either a deleted " + f"local remote or invalid URI:", + f"# '{ex.url}'", + ], + ) + except BadCommand: + logger.warning( + "cannot determine version of editable source in %s " + "(%s command not found in path)", + location, + vcs_backend.name, + ) + return _EditableInfo(requirement=location, comments=[]) + except InstallationError as exc: + logger.warning("Error when trying to get requirement for VCS system %s", exc) + else: + return _EditableInfo(requirement=req, comments=[]) + + logger.warning("Could not determine repository location of %s", location) + + return _EditableInfo( + requirement=location, + comments=["## !! Could not determine repository location"], + ) + + +class FrozenRequirement: + def __init__( + self, + name: str, + req: str, + editable: bool, + comments: Iterable[str] = (), + ) -> None: + self.name = name + self.canonical_name = canonicalize_name(name) + self.req = req + self.editable = editable + self.comments = comments + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "FrozenRequirement": + editable = dist.editable + if editable: + req, comments = _get_editable_info(dist) + else: + comments = [] + direct_url = dist.direct_url + if direct_url: + # if PEP 610 metadata is present, use it + req = direct_url_as_pep440_direct_reference(direct_url, dist.raw_name) + else: + # name==version requirement + req = _format_as_name_version(dist) + + return cls(dist.raw_name, req, editable, comments=comments) + + def __str__(self) -> str: + req = self.req + if self.editable: + req = f"-e {req}" + return "\n".join(list(self.comments) + [str(req)]) + "\n" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 00000000..24d6a5dd --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py @@ -0,0 +1,2 @@ +"""For modules related to installing packages. +""" diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..510ce00d7c62f23c9bed861a226143eb5df3d121 GIT binary patch literal 278 zcmXw!F-`+95Jl|}K@=%1wcALrBS?#=5G6Fw&{$?Y+8xEQEsu#Hj@Hx!ionm$oc5yQhp0ja|e5aymm!?B*rZ;o>b)>Zot=1o6Q%`Q6;hr%uSXvqG39gWrIYh|V_90mV zcLi=MG;8#0aP$aq$bImO=Ik7pGM?@~K%@woe8%LBgAg&9Ou;kk;(#t&%33#Z*iJ6~ Zb6=*z5~LR7+W+T3O8GmIa-7D+{sFm!Qpf-R literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ab2a1e72b9faac0d482bbf4e905b25105e145b82 GIT binary patch literal 1831 zcmZuxO>Epm6dtdC*53aln=DOB>(W-Rh^*BgP=ydEs2ot6R-$m|a&R4cvg_9Nm>F-{ zjTTW55>#*~r}n~$6G{&V3GO*_0fEG7L`5awz|B>HD&@o*dy_!aS^WOL7 zhibKiV0`rDTu)XJ`a>u?qd5Va-vhXdJk&*=$mF5^uad z@B{CSXw|1A3UQQxt>i}@AUhyE&<=&pb!=xRCxisdo}6tvw8vn*?m{#+8!S&^;k8~s zmYu*RnLoz0nBo=xCRh3-#JoCS*oH}M<|mjdkt2-R@pe44V<+iz-DdtPqCX2I^-IKd(+6xQ;(1VK!+*A+~gqcq6B0ZFeVI{y?G7mf&wFRw);uc}L;6~9MCThg)+6%cE!c$oBoulorKysWq+44udWUNM);?hWr^Tjd&% zuZJmD{0JP0bW@RiD$3d}Wj^=$pjEM66QV9eLx?F5ToFuVA|i3id~APUy#pj-*L@%&sRSwi4|23H2Q7Z2*@9=&S<$tiWHk@=KiVoIGU-@-9r$&8*muE!&S0OrgIl z5@VXRC$lEaYVCBd9c0}MdE|}Bn!U3|4?=_@bT$NW3vC@nYWb7%AD;iQaq^opzbI$_ zEI&KeXUDA*9#E%AKRua5sS7A B^F;sv literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6dfbacec4ea98fb485e40e5797c7be78d6af325a GIT binary patch literal 34202 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py new file mode 100644 index 00000000..9aaa699a --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py @@ -0,0 +1,47 @@ +"""Legacy editable installation process, i.e. `setup.py develop`. +""" + +import logging +from typing import Optional, Sequence + +from pip._internal.build_env import BuildEnvironment +from pip._internal.utils.logging import indent_log +from pip._internal.utils.setuptools_build import make_setuptools_develop_args +from pip._internal.utils.subprocess import call_subprocess + +logger = logging.getLogger(__name__) + + +def install_editable( + *, + global_options: Sequence[str], + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, + name: str, + setup_py_path: str, + isolated: bool, + build_env: BuildEnvironment, + unpacked_source_directory: str, +) -> None: + """Install a package in editable mode. Most arguments are pass-through + to setuptools. + """ + logger.info("Running setup.py develop for %s", name) + + args = make_setuptools_develop_args( + setup_py_path, + global_options=global_options, + no_user_config=isolated, + prefix=prefix, + home=home, + use_user_site=use_user_site, + ) + + with indent_log(): + with build_env: + call_subprocess( + args, + command_desc="python setup.py develop", + cwd=unpacked_source_directory, + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 00000000..aef42aa9 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,741 @@ +"""Support for installing and building the "wheel" binary package format. +""" + +import collections +import compileall +import contextlib +import csv +import importlib +import logging +import os.path +import re +import shutil +import sys +import warnings +from base64 import urlsafe_b64encode +from email.message import Message +from itertools import chain, filterfalse, starmap +from typing import ( + IO, + TYPE_CHECKING, + Any, + BinaryIO, + Callable, + Dict, + Generator, + Iterable, + Iterator, + List, + NewType, + Optional, + Protocol, + Sequence, + Set, + Tuple, + Union, + cast, +) +from zipfile import ZipFile, ZipInfo + +from pip._vendor.distlib.scripts import ScriptMaker +from pip._vendor.distlib.util import get_export_entry +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InstallationError +from pip._internal.locations import get_major_minor_version +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) +from pip._internal.models.direct_url import DIRECT_URL_METADATA_NAME, DirectUrl +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import StreamWrapper, ensure_dir, hash_file, partition +from pip._internal.utils.unpacking import ( + current_umask, + is_within_directory, + set_extracted_file_to_default_mode_plus_executable, + zip_item_is_executable, +) +from pip._internal.utils.wheel import parse_wheel + +if TYPE_CHECKING: + + class File(Protocol): + src_record_path: "RecordPath" + dest_path: str + changed: bool + + def save(self) -> None: + pass + + +logger = logging.getLogger(__name__) + +RecordPath = NewType("RecordPath", str) +InstalledCSVRow = Tuple[RecordPath, str, Union[int, str]] + + +def rehash(path: str, blocksize: int = 1 << 20) -> Tuple[str, str]: + """Return (encoded_digest, length) for path using hashlib.sha256()""" + h, length = hash_file(path, blocksize) + digest = "sha256=" + urlsafe_b64encode(h.digest()).decode("latin1").rstrip("=") + return (digest, str(length)) + + +def csv_io_kwargs(mode: str) -> Dict[str, Any]: + """Return keyword arguments to properly open a CSV file + in the given mode. + """ + return {"mode": mode, "newline": "", "encoding": "utf-8"} + + +def fix_script(path: str) -> bool: + """Replace #!python with #!/path/to/python + Return True if file was changed. + """ + # XXX RECORD hashes will need to be updated + assert os.path.isfile(path) + + with open(path, "rb") as script: + firstline = script.readline() + if not firstline.startswith(b"#!python"): + return False + exename = sys.executable.encode(sys.getfilesystemencoding()) + firstline = b"#!" + exename + os.linesep.encode("ascii") + rest = script.read() + with open(path, "wb") as script: + script.write(firstline) + script.write(rest) + return True + + +def wheel_root_is_purelib(metadata: Message) -> bool: + return metadata.get("Root-Is-Purelib", "").lower() == "true" + + +def get_entrypoints(dist: BaseDistribution) -> Tuple[Dict[str, str], Dict[str, str]]: + console_scripts = {} + gui_scripts = {} + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + console_scripts[entry_point.name] = entry_point.value + elif entry_point.group == "gui_scripts": + gui_scripts[entry_point.name] = entry_point.value + return console_scripts, gui_scripts + + +def message_about_scripts_not_on_PATH(scripts: Sequence[str]) -> Optional[str]: + """Determine if any scripts are not on PATH and format a warning. + Returns a warning message if one or more scripts are not on PATH, + otherwise None. + """ + if not scripts: + return None + + # Group scripts by the path they were installed in + grouped_by_dir: Dict[str, Set[str]] = collections.defaultdict(set) + for destfile in scripts: + parent_dir = os.path.dirname(destfile) + script_name = os.path.basename(destfile) + grouped_by_dir[parent_dir].add(script_name) + + # We don't want to warn for directories that are on PATH. + not_warn_dirs = [ + os.path.normcase(os.path.normpath(i)).rstrip(os.sep) + for i in os.environ.get("PATH", "").split(os.pathsep) + ] + # If an executable sits with sys.executable, we don't warn for it. + # This covers the case of venv invocations without activating the venv. + not_warn_dirs.append( + os.path.normcase(os.path.normpath(os.path.dirname(sys.executable))) + ) + warn_for: Dict[str, Set[str]] = { + parent_dir: scripts + for parent_dir, scripts in grouped_by_dir.items() + if os.path.normcase(os.path.normpath(parent_dir)) not in not_warn_dirs + } + if not warn_for: + return None + + # Format a message + msg_lines = [] + for parent_dir, dir_scripts in warn_for.items(): + sorted_scripts: List[str] = sorted(dir_scripts) + if len(sorted_scripts) == 1: + start_text = f"script {sorted_scripts[0]} is" + else: + start_text = "scripts {} are".format( + ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] + ) + + msg_lines.append( + f"The {start_text} installed in '{parent_dir}' which is not on PATH." + ) + + last_line_fmt = ( + "Consider adding {} to PATH or, if you prefer " + "to suppress this warning, use --no-warn-script-location." + ) + if len(msg_lines) == 1: + msg_lines.append(last_line_fmt.format("this directory")) + else: + msg_lines.append(last_line_fmt.format("these directories")) + + # Add a note if any directory starts with ~ + warn_for_tilde = any( + i[0] == "~" for i in os.environ.get("PATH", "").split(os.pathsep) if i + ) + if warn_for_tilde: + tilde_warning_msg = ( + "NOTE: The current PATH contains path(s) starting with `~`, " + "which may not be expanded by all applications." + ) + msg_lines.append(tilde_warning_msg) + + # Returns the formatted multiline message + return "\n".join(msg_lines) + + +def _normalized_outrows( + outrows: Iterable[InstalledCSVRow], +) -> List[Tuple[str, str, str]]: + """Normalize the given rows of a RECORD file. + + Items in each row are converted into str. Rows are then sorted to make + the value more predictable for tests. + + Each row is a 3-tuple (path, hash, size) and corresponds to a record of + a RECORD file (see PEP 376 and PEP 427 for details). For the rows + passed to this function, the size can be an integer as an int or string, + or the empty string. + """ + # Normally, there should only be one row per path, in which case the + # second and third elements don't come into play when sorting. + # However, in cases in the wild where a path might happen to occur twice, + # we don't want the sort operation to trigger an error (but still want + # determinism). Since the third element can be an int or string, we + # coerce each element to a string to avoid a TypeError in this case. + # For additional background, see-- + # https://github.com/pypa/pip/issues/5868 + return sorted( + (record_path, hash_, str(size)) for record_path, hash_, size in outrows + ) + + +def _record_to_fs_path(record_path: RecordPath, lib_dir: str) -> str: + return os.path.join(lib_dir, record_path) + + +def _fs_to_record_path(path: str, lib_dir: str) -> RecordPath: + # On Windows, do not handle relative paths if they belong to different + # logical disks + if os.path.splitdrive(path)[0].lower() == os.path.splitdrive(lib_dir)[0].lower(): + path = os.path.relpath(path, lib_dir) + + path = path.replace(os.path.sep, "/") + return cast("RecordPath", path) + + +def get_csv_rows_for_installed( + old_csv_rows: List[List[str]], + installed: Dict[RecordPath, RecordPath], + changed: Set[RecordPath], + generated: List[str], + lib_dir: str, +) -> List[InstalledCSVRow]: + """ + :param installed: A map from archive RECORD path to installation RECORD + path. + """ + installed_rows: List[InstalledCSVRow] = [] + for row in old_csv_rows: + if len(row) > 3: + logger.warning("RECORD line has more than three elements: %s", row) + old_record_path = cast("RecordPath", row[0]) + new_record_path = installed.pop(old_record_path, old_record_path) + if new_record_path in changed: + digest, length = rehash(_record_to_fs_path(new_record_path, lib_dir)) + else: + digest = row[1] if len(row) > 1 else "" + length = row[2] if len(row) > 2 else "" + installed_rows.append((new_record_path, digest, length)) + for f in generated: + path = _fs_to_record_path(f, lib_dir) + digest, length = rehash(f) + installed_rows.append((path, digest, length)) + return installed_rows + [ + (installed_record_path, "", "") for installed_record_path in installed.values() + ] + + +def get_console_script_specs(console: Dict[str, str]) -> List[str]: + """ + Given the mapping from entrypoint name to callable, return the relevant + console script specs. + """ + # Don't mutate caller's version + console = console.copy() + + scripts_to_generate = [] + + # Special case pip and setuptools to generate versioned wrappers + # + # The issue is that some projects (specifically, pip and setuptools) use + # code in setup.py to create "versioned" entry points - pip2.7 on Python + # 2.7, pip3.3 on Python 3.3, etc. But these entry points are baked into + # the wheel metadata at build time, and so if the wheel is installed with + # a *different* version of Python the entry points will be wrong. The + # correct fix for this is to enhance the metadata to be able to describe + # such versioned entry points. + # Currently, projects using versioned entry points will either have + # incorrect versioned entry points, or they will not be able to distribute + # "universal" wheels (i.e., they will need a wheel per Python version). + # + # Because setuptools and pip are bundled with _ensurepip and virtualenv, + # we need to use universal wheels. As a workaround, we + # override the versioned entry points in the wheel and generate the + # correct ones. + # + # To add the level of hack in this section of code, in order to support + # ensurepip this code will look for an ``ENSUREPIP_OPTIONS`` environment + # variable which will control which version scripts get installed. + # + # ENSUREPIP_OPTIONS=altinstall + # - Only pipX.Y and easy_install-X.Y will be generated and installed + # ENSUREPIP_OPTIONS=install + # - pipX.Y, pipX, easy_install-X.Y will be generated and installed. Note + # that this option is technically if ENSUREPIP_OPTIONS is set and is + # not altinstall + # DEFAULT + # - The default behavior is to install pip, pipX, pipX.Y, easy_install + # and easy_install-X.Y. + pip_script = console.pop("pip", None) + if pip_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("pip = " + pip_script) + + if os.environ.get("ENSUREPIP_OPTIONS", "") != "altinstall": + scripts_to_generate.append(f"pip{sys.version_info[0]} = {pip_script}") + + scripts_to_generate.append(f"pip{get_major_minor_version()} = {pip_script}") + # Delete any other versioned pip entry points + pip_ep = [k for k in console if re.match(r"pip(\d+(\.\d+)?)?$", k)] + for k in pip_ep: + del console[k] + easy_install_script = console.pop("easy_install", None) + if easy_install_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("easy_install = " + easy_install_script) + + scripts_to_generate.append( + f"easy_install-{get_major_minor_version()} = {easy_install_script}" + ) + # Delete any other versioned easy_install entry points + easy_install_ep = [ + k for k in console if re.match(r"easy_install(-\d+\.\d+)?$", k) + ] + for k in easy_install_ep: + del console[k] + + # Generate the console entry points specified in the wheel + scripts_to_generate.extend(starmap("{} = {}".format, console.items())) + + return scripts_to_generate + + +class ZipBackedFile: + def __init__( + self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile + ) -> None: + self.src_record_path = src_record_path + self.dest_path = dest_path + self._zip_file = zip_file + self.changed = False + + def _getinfo(self) -> ZipInfo: + return self._zip_file.getinfo(self.src_record_path) + + def save(self) -> None: + # When we open the output file below, any existing file is truncated + # before we start writing the new contents. This is fine in most + # cases, but can cause a segfault if pip has loaded a shared + # object (e.g. from pyopenssl through its vendored urllib3) + # Since the shared object is mmap'd an attempt to call a + # symbol in it will then cause a segfault. Unlinking the file + # allows writing of new contents while allowing the process to + # continue to use the old copy. + if os.path.exists(self.dest_path): + os.unlink(self.dest_path) + + zipinfo = self._getinfo() + + # optimization: the file is created by open(), + # skip the decompression when there is 0 bytes to decompress. + with open(self.dest_path, "wb") as dest: + if zipinfo.file_size > 0: + with self._zip_file.open(zipinfo) as f: + blocksize = min(zipinfo.file_size, 1024 * 1024) + shutil.copyfileobj(f, dest, blocksize) + + if zip_item_is_executable(zipinfo): + set_extracted_file_to_default_mode_plus_executable(self.dest_path) + + +class ScriptFile: + def __init__(self, file: "File") -> None: + self._file = file + self.src_record_path = self._file.src_record_path + self.dest_path = self._file.dest_path + self.changed = False + + def save(self) -> None: + self._file.save() + self.changed = fix_script(self.dest_path) + + +class MissingCallableSuffix(InstallationError): + def __init__(self, entry_point: str) -> None: + super().__init__( + f"Invalid script entry point: {entry_point} - A callable " + "suffix is required. Cf https://packaging.python.org/" + "specifications/entry-points/#use-for-scripts for more " + "information." + ) + + +def _raise_for_invalid_entrypoint(specification: str) -> None: + entry = get_export_entry(specification) + if entry is not None and entry.suffix is None: + raise MissingCallableSuffix(str(entry)) + + +class PipScriptMaker(ScriptMaker): + def make( + self, specification: str, options: Optional[Dict[str, Any]] = None + ) -> List[str]: + _raise_for_invalid_entrypoint(specification) + return super().make(specification, options) + + +def _install_wheel( # noqa: C901, PLR0915 function is too long + name: str, + wheel_zip: ZipFile, + wheel_path: str, + scheme: Scheme, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + """Install a wheel. + + :param name: Name of the project to install + :param wheel_zip: open ZipFile for wheel being installed + :param scheme: Distutils scheme dictating the install directories + :param req_description: String used in place of the requirement, for + logging + :param pycompile: Whether to byte-compile installed Python files + :param warn_script_location: Whether to check that scripts are installed + into a directory on PATH + :raises UnsupportedWheel: + * when the directory holds an unpacked wheel with incompatible + Wheel-Version + * when the .dist-info dir does not match the wheel + """ + info_dir, metadata = parse_wheel(wheel_zip, name) + + if wheel_root_is_purelib(metadata): + lib_dir = scheme.purelib + else: + lib_dir = scheme.platlib + + # Record details of the files moved + # installed = files copied from the wheel to the destination + # changed = files changed while installing (scripts #! line typically) + # generated = files newly generated during the install (script wrappers) + installed: Dict[RecordPath, RecordPath] = {} + changed: Set[RecordPath] = set() + generated: List[str] = [] + + def record_installed( + srcfile: RecordPath, destfile: str, modified: bool = False + ) -> None: + """Map archive RECORD paths to installation RECORD paths.""" + newpath = _fs_to_record_path(destfile, lib_dir) + installed[srcfile] = newpath + if modified: + changed.add(newpath) + + def is_dir_path(path: RecordPath) -> bool: + return path.endswith("/") + + def assert_no_path_traversal(dest_dir_path: str, target_path: str) -> None: + if not is_within_directory(dest_dir_path, target_path): + message = ( + "The wheel {!r} has a file {!r} trying to install" + " outside the target directory {!r}" + ) + raise InstallationError( + message.format(wheel_path, target_path, dest_dir_path) + ) + + def root_scheme_file_maker( + zip_file: ZipFile, dest: str + ) -> Callable[[RecordPath], "File"]: + def make_root_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + dest_path = os.path.join(dest, normed_path) + assert_no_path_traversal(dest, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_root_scheme_file + + def data_scheme_file_maker( + zip_file: ZipFile, scheme: Scheme + ) -> Callable[[RecordPath], "File"]: + scheme_paths = {key: getattr(scheme, key) for key in SCHEME_KEYS} + + def make_data_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + try: + _, scheme_key, dest_subpath = normed_path.split(os.path.sep, 2) + except ValueError: + message = ( + f"Unexpected file in {wheel_path}: {record_path!r}. .data directory" + " contents should be named like: '/'." + ) + raise InstallationError(message) + + try: + scheme_path = scheme_paths[scheme_key] + except KeyError: + valid_scheme_keys = ", ".join(sorted(scheme_paths)) + message = ( + f"Unknown scheme key used in {wheel_path}: {scheme_key} " + f"(for file {record_path!r}). .data directory contents " + f"should be in subdirectories named with a valid scheme " + f"key ({valid_scheme_keys})" + ) + raise InstallationError(message) + + dest_path = os.path.join(scheme_path, dest_subpath) + assert_no_path_traversal(scheme_path, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_data_scheme_file + + def is_data_scheme_path(path: RecordPath) -> bool: + return path.split("/", 1)[0].endswith(".data") + + paths = cast(List[RecordPath], wheel_zip.namelist()) + file_paths = filterfalse(is_dir_path, paths) + root_scheme_paths, data_scheme_paths = partition(is_data_scheme_path, file_paths) + + make_root_scheme_file = root_scheme_file_maker(wheel_zip, lib_dir) + files: Iterator[File] = map(make_root_scheme_file, root_scheme_paths) + + def is_script_scheme_path(path: RecordPath) -> bool: + parts = path.split("/", 2) + return len(parts) > 2 and parts[0].endswith(".data") and parts[1] == "scripts" + + other_scheme_paths, script_scheme_paths = partition( + is_script_scheme_path, data_scheme_paths + ) + + make_data_scheme_file = data_scheme_file_maker(wheel_zip, scheme) + other_scheme_files = map(make_data_scheme_file, other_scheme_paths) + files = chain(files, other_scheme_files) + + # Get the defined entry points + distribution = get_wheel_distribution( + FilesystemWheel(wheel_path), + canonicalize_name(name), + ) + console, gui = get_entrypoints(distribution) + + def is_entrypoint_wrapper(file: "File") -> bool: + # EP, EP.exe and EP-script.py are scripts generated for + # entry point EP by setuptools + path = file.dest_path + name = os.path.basename(path) + if name.lower().endswith(".exe"): + matchname = name[:-4] + elif name.lower().endswith("-script.py"): + matchname = name[:-10] + elif name.lower().endswith(".pya"): + matchname = name[:-4] + else: + matchname = name + # Ignore setuptools-generated scripts + return matchname in console or matchname in gui + + script_scheme_files: Iterator[File] = map( + make_data_scheme_file, script_scheme_paths + ) + script_scheme_files = filterfalse(is_entrypoint_wrapper, script_scheme_files) + script_scheme_files = map(ScriptFile, script_scheme_files) + files = chain(files, script_scheme_files) + + existing_parents = set() + for file in files: + # directory creation is lazy and after file filtering + # to ensure we don't install empty dirs; empty dirs can't be + # uninstalled. + parent_dir = os.path.dirname(file.dest_path) + if parent_dir not in existing_parents: + ensure_dir(parent_dir) + existing_parents.add(parent_dir) + file.save() + record_installed(file.src_record_path, file.dest_path, file.changed) + + def pyc_source_file_paths() -> Generator[str, None, None]: + # We de-duplicate installation paths, since there can be overlap (e.g. + # file in .data maps to same location as file in wheel root). + # Sorting installation paths makes it easier to reproduce and debug + # issues related to permissions on existing files. + for installed_path in sorted(set(installed.values())): + full_installed_path = os.path.join(lib_dir, installed_path) + if not os.path.isfile(full_installed_path): + continue + if not full_installed_path.endswith(".py"): + continue + yield full_installed_path + + def pyc_output_path(path: str) -> str: + """Return the path the pyc file would have been written to.""" + return importlib.util.cache_from_source(path) + + # Compile all of the pyc files for the installed files + if pycompile: + with contextlib.redirect_stdout( + StreamWrapper.from_stream(sys.stdout) + ) as stdout: + with warnings.catch_warnings(): + warnings.filterwarnings("ignore") + for path in pyc_source_file_paths(): + success = compileall.compile_file(path, force=True, quiet=True) + if success: + pyc_path = pyc_output_path(path) + assert os.path.exists(pyc_path) + pyc_record_path = cast( + "RecordPath", pyc_path.replace(os.path.sep, "/") + ) + record_installed(pyc_record_path, pyc_path) + logger.debug(stdout.getvalue()) + + maker = PipScriptMaker(None, scheme.scripts) + + # Ensure old scripts are overwritten. + # See https://github.com/pypa/pip/issues/1800 + maker.clobber = True + + # Ensure we don't generate any variants for scripts because this is almost + # never what somebody wants. + # See https://bitbucket.org/pypa/distlib/issue/35/ + maker.variants = {""} + + # This is required because otherwise distlib creates scripts that are not + # executable. + # See https://bitbucket.org/pypa/distlib/issue/32/ + maker.set_mode = True + + # Generate the console and GUI entry points specified in the wheel + scripts_to_generate = get_console_script_specs(console) + + gui_scripts_to_generate = list(starmap("{} = {}".format, gui.items())) + + generated_console_scripts = maker.make_multiple(scripts_to_generate) + generated.extend(generated_console_scripts) + + generated.extend(maker.make_multiple(gui_scripts_to_generate, {"gui": True})) + + if warn_script_location: + msg = message_about_scripts_not_on_PATH(generated_console_scripts) + if msg is not None: + logger.warning(msg) + + generated_file_mode = 0o666 & ~current_umask() + + @contextlib.contextmanager + def _generate_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: + with adjacent_tmp_file(path, **kwargs) as f: + yield f + os.chmod(f.name, generated_file_mode) + replace(f.name, path) + + dest_info_dir = os.path.join(lib_dir, info_dir) + + # Record pip as the installer + installer_path = os.path.join(dest_info_dir, "INSTALLER") + with _generate_file(installer_path) as installer_file: + installer_file.write(b"pip\n") + generated.append(installer_path) + + # Record the PEP 610 direct URL reference + if direct_url is not None: + direct_url_path = os.path.join(dest_info_dir, DIRECT_URL_METADATA_NAME) + with _generate_file(direct_url_path) as direct_url_file: + direct_url_file.write(direct_url.to_json().encode("utf-8")) + generated.append(direct_url_path) + + # Record the REQUESTED file + if requested: + requested_path = os.path.join(dest_info_dir, "REQUESTED") + with open(requested_path, "wb"): + pass + generated.append(requested_path) + + record_text = distribution.read_text("RECORD") + record_rows = list(csv.reader(record_text.splitlines())) + + rows = get_csv_rows_for_installed( + record_rows, + installed=installed, + changed=changed, + generated=generated, + lib_dir=lib_dir, + ) + + # Record details of all files installed + record_path = os.path.join(dest_info_dir, "RECORD") + + with _generate_file(record_path, **csv_io_kwargs("w")) as record_file: + # Explicitly cast to typing.IO[str] as a workaround for the mypy error: + # "writer" has incompatible type "BinaryIO"; expected "_Writer" + writer = csv.writer(cast("IO[str]", record_file)) + writer.writerows(_normalized_outrows(rows)) + + +@contextlib.contextmanager +def req_error_context(req_description: str) -> Generator[None, None, None]: + try: + yield + except InstallationError as e: + message = f"For req: {req_description}. {e.args[0]}" + raise InstallationError(message) from e + + +def install_wheel( + name: str, + wheel_path: str, + scheme: Scheme, + req_description: str, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + with ZipFile(wheel_path, allowZip64=True) as z: + with req_error_context(req_description): + _install_wheel( + name=name, + wheel_zip=z, + wheel_path=wheel_path, + scheme=scheme, + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=requested, + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py b/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 00000000..e6aa3447 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,732 @@ +"""Prepares a distribution for installation +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import mimetypes +import os +import shutil +from dataclasses import dataclass +from pathlib import Path +from typing import Dict, Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.distributions.installed import InstalledDistribution +from pip._internal.exceptions import ( + DirectoryUrlHashUnsupported, + HashMismatch, + HashUnpinned, + InstallationError, + MetadataInconsistent, + NetworkConnectionError, + VcsHashUnsupported, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_metadata_distribution +from pip._internal.models.direct_url import ArchiveInfo +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.network.download import BatchDownloader, Downloader +from pip._internal.network.lazy_wheel import ( + HTTPRangeRequestUnsupported, + dist_from_wheel_url, +) +from pip._internal.network.session import PipSession +from pip._internal.operations.build.build_tracker import BuildTracker +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.direct_url_helpers import ( + direct_url_for_editable, + direct_url_from_link, +) +from pip._internal.utils.hashes import Hashes, MissingHashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ( + display_path, + hash_file, + hide_url, + redact_auth_from_requirement, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.unpacking import unpack_file +from pip._internal.vcs import vcs + +logger = getLogger(__name__) + + +def _get_prepared_distribution( + req: InstallRequirement, + build_tracker: BuildTracker, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, +) -> BaseDistribution: + """Prepare a distribution for installation.""" + abstract_dist = make_distribution_for_install_requirement(req) + tracker_id = abstract_dist.build_tracker_id + if tracker_id is not None: + with build_tracker.track(req, tracker_id): + abstract_dist.prepare_distribution_metadata( + finder, build_isolation, check_build_deps + ) + return abstract_dist.get_metadata_distribution() + + +def unpack_vcs_link(link: Link, location: str, verbosity: int) -> None: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend is not None + vcs_backend.unpack(location, url=hide_url(link.url), verbosity=verbosity) + + +@dataclass +class File: + path: str + content_type: Optional[str] = None + + def __post_init__(self) -> None: + if self.content_type is None: + self.content_type = mimetypes.guess_type(self.path)[0] + + +def get_http_url( + link: Link, + download: Downloader, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> File: + temp_dir = TempDirectory(kind="unpack", globally_managed=True) + # If a download dir is specified, is the file already downloaded there? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + content_type = None + else: + # let's download to a tmp dir + from_path, content_type = download(link, temp_dir.path) + if hashes: + hashes.check_against_path(from_path) + + return File(from_path, content_type) + + +def get_file_url( + link: Link, download_dir: Optional[str] = None, hashes: Optional[Hashes] = None +) -> File: + """Get file and optionally check its hash.""" + # If a download dir is specified, is the file already there and valid? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + else: + from_path = link.file_path + + # If --require-hashes is off, `hashes` is either empty, the + # link's embedded hash, or MissingHashes; it is required to + # match. If --require-hashes is on, we are satisfied by any + # hash in `hashes` matching: a URL-based or an option-based + # one; no internet-sourced hash will be in `hashes`. + if hashes: + hashes.check_against_path(from_path) + return File(from_path, None) + + +def unpack_url( + link: Link, + location: str, + download: Downloader, + verbosity: int, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> Optional[File]: + """Unpack link into location, downloading if required. + + :param hashes: A Hashes object, one of whose embedded hashes must match, + or HashMismatch will be raised. If the Hashes is empty, no matches are + required, and unhashable types of requirements (like VCS ones, which + would ordinarily raise HashUnsupported) are allowed. + """ + # non-editable vcs urls + if link.is_vcs: + unpack_vcs_link(link, location, verbosity=verbosity) + return None + + assert not link.is_existing_dir() + + # file urls + if link.is_file: + file = get_file_url(link, download_dir, hashes=hashes) + + # http urls + else: + file = get_http_url( + link, + download, + download_dir, + hashes=hashes, + ) + + # unpack the archive to the build dir location. even when only downloading + # archives, they have to be unpacked to parse dependencies, except wheels + if not link.is_wheel: + unpack_file(file.path, location, file.content_type) + + return file + + +def _check_download_dir( + link: Link, + download_dir: str, + hashes: Optional[Hashes], + warn_on_hash_mismatch: bool = True, +) -> Optional[str]: + """Check download_dir for previously downloaded file with correct hash + If a correct file is found return its path else None + """ + download_path = os.path.join(download_dir, link.filename) + + if not os.path.exists(download_path): + return None + + # If already downloaded, does its hash match? + logger.info("File was already downloaded %s", download_path) + if hashes: + try: + hashes.check_against_path(download_path) + except HashMismatch: + if warn_on_hash_mismatch: + logger.warning( + "Previously-downloaded file %s has bad hash. Re-downloading.", + download_path, + ) + os.unlink(download_path) + return None + return download_path + + +class RequirementPreparer: + """Prepares a Requirement""" + + def __init__( + self, + build_dir: str, + download_dir: Optional[str], + src_dir: str, + build_isolation: bool, + check_build_deps: bool, + build_tracker: BuildTracker, + session: PipSession, + progress_bar: str, + finder: PackageFinder, + require_hashes: bool, + use_user_site: bool, + lazy_wheel: bool, + verbosity: int, + legacy_resolver: bool, + ) -> None: + super().__init__() + + self.src_dir = src_dir + self.build_dir = build_dir + self.build_tracker = build_tracker + self._session = session + self._download = Downloader(session, progress_bar) + self._batch_download = BatchDownloader(session, progress_bar) + self.finder = finder + + # Where still-packed archives should be written to. If None, they are + # not saved, and are deleted immediately after unpacking. + self.download_dir = download_dir + + # Is build isolation allowed? + self.build_isolation = build_isolation + + # Should check build dependencies? + self.check_build_deps = check_build_deps + + # Should hash-checking be required? + self.require_hashes = require_hashes + + # Should install in user site-packages? + self.use_user_site = use_user_site + + # Should wheels be downloaded lazily? + self.use_lazy_wheel = lazy_wheel + + # How verbose should underlying tooling be? + self.verbosity = verbosity + + # Are we using the legacy resolver? + self.legacy_resolver = legacy_resolver + + # Memoized downloaded files, as mapping of url: path. + self._downloaded: Dict[str, str] = {} + + # Previous "header" printed for a link-based InstallRequirement + self._previous_requirement_header = ("", "") + + def _log_preparing_link(self, req: InstallRequirement) -> None: + """Provide context for the requirement being prepared.""" + if req.link.is_file and not req.is_wheel_from_cache: + message = "Processing %s" + information = str(display_path(req.link.file_path)) + else: + message = "Collecting %s" + information = redact_auth_from_requirement(req.req) if req.req else str(req) + + # If we used req.req, inject requirement source if available (this + # would already be included if we used req directly) + if req.req and req.comes_from: + if isinstance(req.comes_from, str): + comes_from: Optional[str] = req.comes_from + else: + comes_from = req.comes_from.from_path() + if comes_from: + information += f" (from {comes_from})" + + if (message, information) != self._previous_requirement_header: + self._previous_requirement_header = (message, information) + logger.info(message, information) + + if req.is_wheel_from_cache: + with indent_log(): + logger.info("Using cached %s", req.link.filename) + + def _ensure_link_req_src_dir( + self, req: InstallRequirement, parallel_builds: bool + ) -> None: + """Ensure source_dir of a linked InstallRequirement.""" + # Since source_dir is only set for editable requirements. + if req.link.is_wheel: + # We don't need to unpack wheels, so no need for a source + # directory. + return + assert req.source_dir is None + if req.link.is_existing_dir(): + # build local directories in-tree + req.source_dir = req.link.file_path + return + + # We always delete unpacked sdists after pip runs. + req.ensure_has_source_dir( + self.build_dir, + autodelete=True, + parallel_builds=parallel_builds, + ) + req.ensure_pristine_source_checkout() + + def _get_linked_req_hashes(self, req: InstallRequirement) -> Hashes: + # By the time this is called, the requirement's link should have + # been checked so we can tell what kind of requirements req is + # and raise some more informative errors than otherwise. + # (For example, we can raise VcsHashUnsupported for a VCS URL + # rather than HashMissing.) + if not self.require_hashes: + return req.hashes(trust_internet=True) + + # We could check these first 2 conditions inside unpack_url + # and save repetition of conditions, but then we would + # report less-useful error messages for unhashable + # requirements, complaining that there's no hash provided. + if req.link.is_vcs: + raise VcsHashUnsupported() + if req.link.is_existing_dir(): + raise DirectoryUrlHashUnsupported() + + # Unpinned packages are asking for trouble when a new version + # is uploaded. This isn't a security check, but it saves users + # a surprising hash mismatch in the future. + # file:/// URLs aren't pinnable, so don't complain about them + # not being pinned. + if not req.is_direct and not req.is_pinned: + raise HashUnpinned() + + # If known-good hashes are missing for this requirement, + # shim it with a facade object that will provoke hash + # computation and then raise a HashMissing exception + # showing the user what the hash should be. + return req.hashes(trust_internet=False) or MissingHashes() + + def _fetch_metadata_only( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + if self.legacy_resolver: + logger.debug( + "Metadata-only fetching is not used in the legacy resolver", + ) + return None + if self.require_hashes: + logger.debug( + "Metadata-only fetching is not used as hash checking is required", + ) + return None + # Try PEP 658 metadata first, then fall back to lazy wheel if unavailable. + return self._fetch_metadata_using_link_data_attr( + req + ) or self._fetch_metadata_using_lazy_wheel(req.link) + + def _fetch_metadata_using_link_data_attr( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + """Fetch metadata from the data-dist-info-metadata attribute, if possible.""" + # (1) Get the link to the metadata file, if provided by the backend. + metadata_link = req.link.metadata_link() + if metadata_link is None: + return None + assert req.req is not None + logger.verbose( + "Obtaining dependency information for %s from %s", + req.req, + metadata_link, + ) + # (2) Download the contents of the METADATA file, separate from the dist itself. + metadata_file = get_http_url( + metadata_link, + self._download, + hashes=metadata_link.as_hashes(), + ) + with open(metadata_file.path, "rb") as f: + metadata_contents = f.read() + # (3) Generate a dist just from those file contents. + metadata_dist = get_metadata_distribution( + metadata_contents, + req.link.filename, + req.req.name, + ) + # (4) Ensure the Name: field from the METADATA file matches the name from the + # install requirement. + # + # NB: raw_name will fall back to the name from the install requirement if + # the Name: field is not present, but it's noted in the raw_name docstring + # that that should NEVER happen anyway. + if canonicalize_name(metadata_dist.raw_name) != canonicalize_name(req.req.name): + raise MetadataInconsistent( + req, "Name", req.req.name, metadata_dist.raw_name + ) + return metadata_dist + + def _fetch_metadata_using_lazy_wheel( + self, + link: Link, + ) -> Optional[BaseDistribution]: + """Fetch metadata using lazy wheel, if possible.""" + # --use-feature=fast-deps must be provided. + if not self.use_lazy_wheel: + return None + if link.is_file or not link.is_wheel: + logger.debug( + "Lazy wheel is not used as %r does not point to a remote wheel", + link, + ) + return None + + wheel = Wheel(link.filename) + name = canonicalize_name(wheel.name) + logger.info( + "Obtaining dependency information from %s %s", + name, + wheel.version, + ) + url = link.url.split("#", 1)[0] + try: + return dist_from_wheel_url(name, url, self._session) + except HTTPRangeRequestUnsupported: + logger.debug("%s does not support range requests", url) + return None + + def _complete_partial_requirements( + self, + partially_downloaded_reqs: Iterable[InstallRequirement], + parallel_builds: bool = False, + ) -> None: + """Download any requirements which were only fetched by metadata.""" + # Download to a temporary directory. These will be copied over as + # needed for downstream 'download', 'wheel', and 'install' commands. + temp_dir = TempDirectory(kind="unpack", globally_managed=True).path + + # Map each link to the requirement that owns it. This allows us to set + # `req.local_file_path` on the appropriate requirement after passing + # all the links at once into BatchDownloader. + links_to_fully_download: Dict[Link, InstallRequirement] = {} + for req in partially_downloaded_reqs: + assert req.link + links_to_fully_download[req.link] = req + + batch_download = self._batch_download( + links_to_fully_download.keys(), + temp_dir, + ) + for link, (filepath, _) in batch_download: + logger.debug("Downloading link %s to %s", link, filepath) + req = links_to_fully_download[link] + # Record the downloaded file path so wheel reqs can extract a Distribution + # in .get_dist(). + req.local_file_path = filepath + # Record that the file is downloaded so we don't do it again in + # _prepare_linked_requirement(). + self._downloaded[req.link.url] = filepath + + # If this is an sdist, we need to unpack it after downloading, but the + # .source_dir won't be set up until we are in _prepare_linked_requirement(). + # Add the downloaded archive to the install requirement to unpack after + # preparing the source dir. + if not req.is_wheel: + req.needs_unpacked_archive(Path(filepath)) + + # This step is necessary to ensure all lazy wheels are processed + # successfully by the 'download', 'wheel', and 'install' commands. + for req in partially_downloaded_reqs: + self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool = False + ) -> BaseDistribution: + """Prepare a requirement to be obtained from req.link.""" + assert req.link + self._log_preparing_link(req) + with indent_log(): + # Check if the relevant file is already available + # in the download directory + file_path = None + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir( + req.link, + self.download_dir, + hashes, + # When a locally built wheel has been found in cache, we don't warn + # about re-downloading when the already downloaded wheel hash does + # not match. This is because the hash must be checked against the + # original link, not the cached link. It that case the already + # downloaded file will be removed and re-fetched from cache (which + # implies a hash check against the cache entry's origin.json). + warn_on_hash_mismatch=not req.is_wheel_from_cache, + ) + + if file_path is not None: + # The file is already available, so mark it as downloaded + self._downloaded[req.link.url] = file_path + else: + # The file is not available, attempt to fetch only metadata + metadata_dist = self._fetch_metadata_only(req) + if metadata_dist is not None: + req.needs_more_preparation = True + return metadata_dist + + # None of the optimizations worked, fully prepare the requirement + return self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirements_more( + self, reqs: Iterable[InstallRequirement], parallel_builds: bool = False + ) -> None: + """Prepare linked requirements more, if needed.""" + reqs = [req for req in reqs if req.needs_more_preparation] + for req in reqs: + # Determine if any of these requirements were already downloaded. + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir(req.link, self.download_dir, hashes) + if file_path is not None: + self._downloaded[req.link.url] = file_path + req.needs_more_preparation = False + + # Prepare requirements we found were already downloaded for some + # reason. The other downloads will be completed separately. + partially_downloaded_reqs: List[InstallRequirement] = [] + for req in reqs: + if req.needs_more_preparation: + partially_downloaded_reqs.append(req) + else: + self._prepare_linked_requirement(req, parallel_builds) + + # TODO: separate this part out from RequirementPreparer when the v1 + # resolver can be removed! + self._complete_partial_requirements( + partially_downloaded_reqs, + parallel_builds=parallel_builds, + ) + + def _prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool + ) -> BaseDistribution: + assert req.link + link = req.link + + hashes = self._get_linked_req_hashes(req) + + if hashes and req.is_wheel_from_cache: + assert req.download_info is not None + assert link.is_wheel + assert link.is_file + # We need to verify hashes, and we have found the requirement in the cache + # of locally built wheels. + if ( + isinstance(req.download_info.info, ArchiveInfo) + and req.download_info.info.hashes + and hashes.has_one_of(req.download_info.info.hashes) + ): + # At this point we know the requirement was built from a hashable source + # artifact, and we verified that the cache entry's hash of the original + # artifact matches one of the hashes we expect. We don't verify hashes + # against the cached wheel, because the wheel is not the original. + hashes = None + else: + logger.warning( + "The hashes of the source archive found in cache entry " + "don't match, ignoring cached built wheel " + "and re-downloading source." + ) + req.link = req.cached_wheel_source_link + link = req.link + + self._ensure_link_req_src_dir(req, parallel_builds) + + if link.is_existing_dir(): + local_file = None + elif link.url not in self._downloaded: + try: + local_file = unpack_url( + link, + req.source_dir, + self._download, + self.verbosity, + self.download_dir, + hashes, + ) + except NetworkConnectionError as exc: + raise InstallationError( + f"Could not install requirement {req} because of HTTP " + f"error {exc} for URL {link}" + ) + else: + file_path = self._downloaded[link.url] + if hashes: + hashes.check_against_path(file_path) + local_file = File(file_path, content_type=None) + + # If download_info is set, we got it from the wheel cache. + if req.download_info is None: + # Editables don't go through this function (see + # prepare_editable_requirement). + assert not req.editable + req.download_info = direct_url_from_link(link, req.source_dir) + # Make sure we have a hash in download_info. If we got it as part of the + # URL, it will have been verified and we can rely on it. Otherwise we + # compute it from the downloaded file. + # FIXME: https://github.com/pypa/pip/issues/11943 + if ( + isinstance(req.download_info.info, ArchiveInfo) + and not req.download_info.info.hashes + and local_file + ): + hash = hash_file(local_file.path)[0].hexdigest() + # We populate info.hash for backward compatibility. + # This will automatically populate info.hashes. + req.download_info.info.hash = f"sha256={hash}" + + # For use in later processing, + # preserve the file path on the requirement. + if local_file: + req.local_file_path = local_file.path + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + return dist + + def save_linked_requirement(self, req: InstallRequirement) -> None: + assert self.download_dir is not None + assert req.link is not None + link = req.link + if link.is_vcs or (link.is_existing_dir() and req.editable): + # Make a .zip of the source_dir we already created. + req.archive(self.download_dir) + return + + if link.is_existing_dir(): + logger.debug( + "Not copying link to destination directory " + "since it is a directory: %s", + link, + ) + return + if req.local_file_path is None: + # No distribution was downloaded for this requirement. + return + + download_location = os.path.join(self.download_dir, link.filename) + if not os.path.exists(download_location): + shutil.copy(req.local_file_path, download_location) + download_path = display_path(download_location) + logger.info("Saved %s", download_path) + + def prepare_editable_requirement( + self, + req: InstallRequirement, + ) -> BaseDistribution: + """Prepare an editable requirement.""" + assert req.editable, "cannot prepare a non-editable req as editable" + + logger.info("Obtaining %s", req) + + with indent_log(): + if self.require_hashes: + raise InstallationError( + f"The editable requirement {req} cannot be installed when " + "requiring hashes, because there is no single file to " + "hash." + ) + req.ensure_has_source_dir(self.src_dir) + req.update_editable() + assert req.source_dir + req.download_info = direct_url_for_editable(req.unpacked_source_directory) + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + + req.check_if_exists(self.use_user_site) + + return dist + + def prepare_installed_requirement( + self, + req: InstallRequirement, + skip_reason: str, + ) -> BaseDistribution: + """Prepare an already-installed requirement.""" + assert req.satisfied_by, "req should have been satisfied but isn't" + assert skip_reason is not None, ( + "did not get skip reason skipped but req.satisfied_by " + f"is set to {req.satisfied_by}" + ) + logger.info( + "Requirement %s: %s (%s)", skip_reason, req, req.satisfied_by.version + ) + with indent_log(): + if self.require_hashes: + logger.debug( + "Since it is already installed, we are trusting this " + "package without checking its hash. To ensure a " + "completely repeatable environment, install into an " + "empty virtualenv." + ) + return InstalledDistribution(req).get_metadata_distribution() diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py b/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py new file mode 100644 index 00000000..2a9cad48 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py @@ -0,0 +1,185 @@ +import importlib.util +import os +import sys +from collections import namedtuple +from typing import Any, List, Optional + +if sys.version_info >= (3, 11): + import tomllib +else: + from pip._vendor import tomli as tomllib + +from pip._vendor.packaging.requirements import InvalidRequirement + +from pip._internal.exceptions import ( + InstallationError, + InvalidPyProjectBuildRequires, + MissingPyProjectBuildRequires, +) +from pip._internal.utils.packaging import get_requirement + + +def _is_list_of_str(obj: Any) -> bool: + return isinstance(obj, list) and all(isinstance(item, str) for item in obj) + + +def make_pyproject_path(unpacked_source_directory: str) -> str: + return os.path.join(unpacked_source_directory, "pyproject.toml") + + +BuildSystemDetails = namedtuple( + "BuildSystemDetails", ["requires", "backend", "check", "backend_path"] +) + + +def load_pyproject_toml( + use_pep517: Optional[bool], pyproject_toml: str, setup_py: str, req_name: str +) -> Optional[BuildSystemDetails]: + """Load the pyproject.toml file. + + Parameters: + use_pep517 - Has the user requested PEP 517 processing? None + means the user hasn't explicitly specified. + pyproject_toml - Location of the project's pyproject.toml file + setup_py - Location of the project's setup.py file + req_name - The name of the requirement we're processing (for + error reporting) + + Returns: + None if we should use the legacy code path, otherwise a tuple + ( + requirements from pyproject.toml, + name of PEP 517 backend, + requirements we should check are installed after setting + up the build environment + directory paths to import the backend from (backend-path), + relative to the project root. + ) + """ + has_pyproject = os.path.isfile(pyproject_toml) + has_setup = os.path.isfile(setup_py) + + if not has_pyproject and not has_setup: + raise InstallationError( + f"{req_name} does not appear to be a Python project: " + f"neither 'setup.py' nor 'pyproject.toml' found." + ) + + if has_pyproject: + with open(pyproject_toml, encoding="utf-8") as f: + pp_toml = tomllib.loads(f.read()) + build_system = pp_toml.get("build-system") + else: + build_system = None + + # The following cases must use PEP 517 + # We check for use_pep517 being non-None and falsey because that means + # the user explicitly requested --no-use-pep517. The value 0 as + # opposed to False can occur when the value is provided via an + # environment variable or config file option (due to the quirk of + # strtobool() returning an integer in pip's configuration code). + if has_pyproject and not has_setup: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project does not have a setup.py" + ) + use_pep517 = True + elif build_system and "build-backend" in build_system: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project specifies a build backend of {} " + "in pyproject.toml".format(build_system["build-backend"]) + ) + use_pep517 = True + + # If we haven't worked out whether to use PEP 517 yet, + # and the user hasn't explicitly stated a preference, + # we do so if the project has a pyproject.toml file + # or if we cannot import setuptools or wheels. + + # We fallback to PEP 517 when without setuptools or without the wheel package, + # so setuptools can be installed as a default build backend. + # For more info see: + # https://discuss.python.org/t/pip-without-setuptools-could-the-experience-be-improved/11810/9 + # https://github.com/pypa/pip/issues/8559 + elif use_pep517 is None: + use_pep517 = ( + has_pyproject + or not importlib.util.find_spec("setuptools") + or not importlib.util.find_spec("wheel") + ) + + # At this point, we know whether we're going to use PEP 517. + assert use_pep517 is not None + + # If we're using the legacy code path, there is nothing further + # for us to do here. + if not use_pep517: + return None + + if build_system is None: + # Either the user has a pyproject.toml with no build-system + # section, or the user has no pyproject.toml, but has opted in + # explicitly via --use-pep517. + # In the absence of any explicit backend specification, we + # assume the setuptools backend that most closely emulates the + # traditional direct setup.py execution, and require wheel and + # a version of setuptools that supports that backend. + + build_system = { + "requires": ["setuptools>=40.8.0"], + "build-backend": "setuptools.build_meta:__legacy__", + } + + # If we're using PEP 517, we have build system information (either + # from pyproject.toml, or defaulted by the code above). + # Note that at this point, we do not know if the user has actually + # specified a backend, though. + assert build_system is not None + + # Ensure that the build-system section in pyproject.toml conforms + # to PEP 518. + + # Specifying the build-system table but not the requires key is invalid + if "requires" not in build_system: + raise MissingPyProjectBuildRequires(package=req_name) + + # Error out if requires is not a list of strings + requires = build_system["requires"] + if not _is_list_of_str(requires): + raise InvalidPyProjectBuildRequires( + package=req_name, + reason="It is not a list of strings.", + ) + + # Each requirement must be valid as per PEP 508 + for requirement in requires: + try: + get_requirement(requirement) + except InvalidRequirement as error: + raise InvalidPyProjectBuildRequires( + package=req_name, + reason=f"It contains an invalid requirement: {requirement!r}", + ) from error + + backend = build_system.get("build-backend") + backend_path = build_system.get("backend-path", []) + check: List[str] = [] + if backend is None: + # If the user didn't specify a backend, we assume they want to use + # the setuptools backend. But we can't be sure they have included + # a version of setuptools which supplies the backend. So we + # make a note to check that this requirement is present once + # we have set up the environment. + # This is quite a lot of work to check for a very specific case. But + # the problem is, that case is potentially quite common - projects that + # adopted PEP 518 early for the ability to specify requirements to + # execute setup.py, but never considered needing to mention the build + # tools themselves. The original PEP 518 code had a similar check (but + # implemented in a different way). + backend = "setuptools.build_meta:__legacy__" + check = ["setuptools>=40.8.0"] + + return BuildSystemDetails(requires, backend, check, backend_path) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 00000000..422d851d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py @@ -0,0 +1,90 @@ +import collections +import logging +from dataclasses import dataclass +from typing import Generator, List, Optional, Sequence, Tuple + +from pip._internal.utils.logging import indent_log + +from .req_file import parse_requirements +from .req_install import InstallRequirement +from .req_set import RequirementSet + +__all__ = [ + "RequirementSet", + "InstallRequirement", + "parse_requirements", + "install_given_reqs", +] + +logger = logging.getLogger(__name__) + + +@dataclass(frozen=True) +class InstallationResult: + name: str + + +def _validate_requirements( + requirements: List[InstallRequirement], +) -> Generator[Tuple[str, InstallRequirement], None, None]: + for req in requirements: + assert req.name, f"invalid to-be-installed requirement: {req}" + yield req.name, req + + +def install_given_reqs( + requirements: List[InstallRequirement], + global_options: Sequence[str], + root: Optional[str], + home: Optional[str], + prefix: Optional[str], + warn_script_location: bool, + use_user_site: bool, + pycompile: bool, +) -> List[InstallationResult]: + """ + Install everything in the given list. + + (to be called after having downloaded and unpacked the packages) + """ + to_install = collections.OrderedDict(_validate_requirements(requirements)) + + if to_install: + logger.info( + "Installing collected packages: %s", + ", ".join(to_install.keys()), + ) + + installed = [] + + with indent_log(): + for req_name, requirement in to_install.items(): + if requirement.should_reinstall: + logger.info("Attempting uninstall: %s", req_name) + with indent_log(): + uninstalled_pathset = requirement.uninstall(auto_confirm=True) + else: + uninstalled_pathset = None + + try: + requirement.install( + global_options, + root=root, + home=home, + prefix=prefix, + warn_script_location=warn_script_location, + use_user_site=use_user_site, + pycompile=pycompile, + ) + except Exception: + # if install did not succeed, rollback previous uninstall + if uninstalled_pathset and not requirement.install_succeeded: + uninstalled_pathset.rollback() + raise + else: + if uninstalled_pathset and requirement.install_succeeded: + uninstalled_pathset.commit() + + installed.append(InstallationResult(req_name)) + + return installed diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..79286016bb243bd598b0ea93dd2d906bfae5ff88 GIT binary patch literal 3478 zcmahMS!^4}b#|9a?(!x@O0o`{vMfuKY|#fC$5$N#@|D^SU^yQl5-e8Sk+k%3mziB! zM=4Y=TtIFMSVn=$K#`BOKQ8P7`Ru2g11Q=b(y}XJW1|k*0L>p28F1_V^v#k>DQeR` zYG>Y?dGqGY%)9ibP{@w}Zhq80^#NdirGyJ@O=ROO2B8(CAcfITw$U?L2544e3tX0C z=oqJY3VfC?c(dMuFY7A^S)m|iMQ6^V`3r$;0B~OMYQaJ%8**@;7A{1x5eFBvXd#x3 zF=z@Y;;)!&oJE+)?{$^g>~Z1&=tCi!1RhTDKMc4dEIN;r;4P$t9Zr5l?djsh&ym(l67cCVJ10>O?s5*El;*{3vUbyxWnO!V_y?%Yhj5Nmc%=hcKABr zi@;9pj=Z?i3G%w;nDmaXsU}y_j4dj%CFeBRG}F8-p2s>SvSkq4b4fKVTX?5vsfI3V zwlI!AEMYx|ZT?!Rs9{*@S9JyJmZTX|U(-u~p?FayCYA{BsstBc)}*5sb<>hH?ds+* zjE1+6l*_>80W7xcI8O4l+bJGS<+%#fGexzSkyPEn1g<{=htEhrs+J^;7UxI| z_H&wcKujMrKSD43p<5RTeQ9UL4#J|=GuU2&trF35O>+eJ`9AF-}E-~0~VGBe5koLONQ^wVJvnnSw!KAyC)HUyF(VUQGIK;NQh&%f zmSKlV;0y2(i9W3@7UyzCp{Qy&CxCDlsI61`-S{J%ZUtGb2g*02hRaBMi+8Cqa^sBK zF9>CU9JahJM_zQX&0b*?Hcxll24x{ny>A=15A5#X#xWWf7ep)Kvb%goz=S{&HO_6| za)5FD5~26uWDEX&$VTy%$B*br_7hVW#2>J1L|}D4EkY^^uih%dbR{f`O9$YrO^a}QaHn5;VC8oG%i=hA^Fd@XGc1GN1I>VQdX{?+%`pAQ>TxCR zK_um9-SgkIHlv_5^`dRCsr5}XgIu}a-jC|gm`MxsC4UN_8T?cD1||^fRDCL?>M3g) zr<}N+(jd`{`W@CG%ScV&R1R_lL<4yef?sM{zCo8L#*D5RvO>poB~{XCpag=-absrM z5i;M`+>tKJ86YZW0i(-wJT+j>v-?u>oo6fy7r?23t)w@D5S^t-CMcIIL&_QYq)G}` z(q2N}i0q~feHpTcHUqSwML{}l2bw!UUNP+e1bIxbGN$G%Cmz{eNRm?+(yFRY8n!2I zsJiXBj^|85oz&(bJ`_wlYEBy^O@UO`RL2%un%O>gEY?IMvy{tW3|C@%A+Quw%NEbh z=CBi|Y=OYhC*YE7uUsr*U2&2^I^;xClA@~r&okM6xBz!cv5CM|0>oh_PuhVk;o5F% zDT)=TC|lDewoDpQs0p;diQFViH>VA~N>c*!UPLcVVO>Fx~&pPVi zPt*o7YXe8B14sTmaI_liTe`4(y%yD(@afgztChsyD~`_8o%y;K4USZz{dG?)bg&lfUW@iuqy4qS z?%IxC`q$l8OP{Lk&eV1e)*~pk=Oq$i@%5c3F?j#P+Q@~+BNu9k!L`I_H8J`$ao|NT zxfblH278|LW$GqF}P(NxV9;x&Oc5k`le&AWx|M%eKAu zf3TLh^f+_Lk$Iq+IPfHKs1{AuMVNm5YH*8;*XAj>=-;Q#aA!NYPx{-&Qoc{#2mt;m z+c~z+^J&)!z&}gzW9h(W13rrHOP@{pK2K8q&pY|EyM5_yk_H*JkJ>SKj2&pzjo2hK zec4`Xt_U-PCQd@r6rq`j&@f48zO%cbq#13MG@~U;)y&bRyoMV%wlxU}vQYq119MH# zsS9l%9RbU7N=4fTb(p3>jV4ZE>yqPOg#MpEMrh-dNVGg^c%Wy(Ftmp0(Ma8>lV~CF zS~%G#_P$5X14)Ce3GoxvIfh}rK=Ch7_&MtP3p(`_o%#wL`U(v_M#>R1!Is$$o@H&?|yi{5oFVgt*2o-iG+ScVCM^)TTL4zZnehZK0GrxtIobfl~C z;W`J@3qHJ5S{|=-?W-jBRU`ZFTOVJmM2=PY;~P9o*P}<7 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..32fdf3793e69e087ecb4134865e290e3cfc05fd3 GIT binary patch literal 21241 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3261614bdeca3ca36cd85bd724b6fff71990131c GIT binary patch literal 21441 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

E9 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 N7a~97aAS-3{{a+-*p&bP literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0e0bc2c11c6eca81a6478d8383d5dcb04082da0 GIT binary patch literal 32281 zcmc(|33yxAl_vPG5+FbVBtR12CU7UXiXye|rbLO7Ov{#R$4Fc>#rG&d0top%Xdyx+ zD#zU>9rc(>DkZ8CkLXIxgl@aXN_W1A(%oN|Tvgr4d^Ps)EcrzOF|`4TgVo*hwRbPP-)Z= zazvdWXS6I-7A+5zM_nOT)E#n1D?$~~%1~w06Y>}ct|{V;R)wmV-yErq)`V)9-xBdf z{ULv}HdM>Lt&zHDeW;%KOCk-?#!w^k+aepHflwgY6l!AM_DFNICDama4YfwwLT%CZ zPSBIJq&wOZ>WTJ-dfB%#(iiOy^)r82WMgz7G{F4jkxkLT z&>-`>B16&5q0P}Pp)Ks&9oZV)7TOlw9@@^nDL) z%o0Na#rPXy|D4 zSm;>v>Cn^BvCvrbnb0#VjX!cc`fTXg=yRdx*mrH@MD%3nWc2ya^U)VVFGODqy%_yc z=t~ApFpCZ&cZlQbUg!9Fq5M6QGTxz=jGSOR`y&kv@^9hG?-|rIUqPBmzCr(fS+ENI z!pl=eKN5s~hrw+G+zo9jZNn3h$i%6LkTo9&PsX$M5iyn!rcVg*tZg(dh%8F+#baXDd@L-*vn5YYoIf9) zKAkNcn}`bh$qVO^-}cP;csMpa5y{$)i?MiYG6vrX;nfSm^rVnA5k!lUvgG8O65?m<&&a1rd3J#%%dmOpGE~Lg1;`Y{lfn zbZk02$%4kG5rj-7F9@Q9YQXD#PLN`e3skAm==qo=h0#pFDIK1eJR=;Oj*Bzd(ihJN zLWBhbty%8@v`!44VtK}5@sZetX+B#qIxWSimk829QA9U*pBCa1{6u_Wbb2y2Eg=`G zoOR_xS#z?!=clC$=g-H)xWFHuiJys0tF_Cz3u0ImP~WoS6O-pAP75R9XkZa0C9X`njgoQyo&l@m{>;?0M0g`D<{v5hm`>wr``ax z@N|4UjzLC!Y9G%8^tc$NCZf&MAia+eU_Cq`oe?DXToi?Z3oybbUYMQ+-i>2e1aTbA zk6)OGpdbE<=1kC(wGX4ZVGN9bQP!)HbrjS%Sd#VckBGtqKcm)6;Pbi4sLS)86$kln zoTflN$aRo)S3aPOIzIndqn0Hp1D=nln2^R#0s8o)R!4NHi=mjFNTNRGh0A)t==4-9 zXvumGUOpcQPln?K4axe~mQ)z!)u&EjXpzPNCW(G% zk4nY3)ntQC= z@n&F-e>fJ22$LW{&&6Ve=p$vF1%n`E9r>v%Wy>*0BAa{yNE<&EEETC%;vsSllVc}m zkepF+h>yvdF!jYv%!dvWk5B|_?lJN`qd70ZBXz++&s0_~d{wS&Nts(R6;%t9i#rx# zaz%T}+@A6J7CnoTi@xh)E9Pbe3_)1aWz`6vXVnUf%y*fcK^Js z-YVF5bRKWRe>?t{BE~M1@(!izSQ;m9nDX*vuUkS6!O1(RtNHTR&F`_Iu%4FjE}@*K zRA%1&x;f4%P|2Wp0okL#6TDM4zUp;rsEV%^steN82p+(%L97pO zd<%0P#m}JB!dI)pvkEojn{tA$Fo)_`zRyeTW~od0dZe!B8-xb6W{pB4xQ7jV z06ozp1cXu*ev=Nr89AEy7NJRKVR8A|IfYg=m6dNrsy4n2+)BI9&MU3bVr_f}VmnxD zr_d=>YOs_Z=YuRvOU-y228HU>B?N^Qq2{zvLwEF+R=0A#8*sb$9`sT#LX}>pTCti= zS@}N1ck}%MQmF0f#fWW0Xdgcy)BsjLzBl1}BQWMEz7h4$k6JO9HhvITF@Thf$Zb_i zGV?=#v5AcWjh9vvt1!s=-O6u9{E%9vRj6j6W_}AoH}hMC27a4bzb&ZGc7$%_cL*)~ zPQYU0jIy?&J-ZOIo!`yx;r9wV(2wnE4?2aNh~0}TvA(QT6yg`e=}9IGsdI_Q2Bt2zI*SGT1~+S%<;K-0 zj+-^&OJ#=fWyY7v(sEq9L`ybn*BE5PoApo=zBJ*Ao3-G}s>fOJmCtX(mraWcbNC|K z#vb;i*Oz@c*2Fp2e3fZm@dnMO5e-0fX<@S^($093_NAq`QaW3DwnYogzj?#^My-Vh zxVIdW#xOT&d>PQLIA$GZTk|P3->l=?#%mR3q(TaA+@pohaI6Id-;+iIOLYmn)7S`j zuF^;h?DTkSIx-XVW=qBu{1Lwd5Lkr^Fh$%>K^5v~=UJL;-S~P88)v+v1YSN{PPkQo zU+(es2v#%xBzzh_bs-$#$EPO3kqcObvsDUvsxwn62K&bam1WCUN{y=3@Lu2_i>pz& z;Pnw=54E!@&!UdUCr(QWK#@i(TaSq%7C`0;L z@(SXmB%G^U&d2#0=gilf8D9XevP^x)oEc2Y{ibbqHl&(H>7y~zy_4RZnZ|B<*JT3z z^lr#>?520?gY7K7KC_d3H)n_2o=lMOE6}BD-6bPRj1!Cnki? z9r(GkDObw1buiy=K5-yWq8a`tUhh-e&67IWKoI#Ek*S3TM20(y_xk4q_pV_qXb{gJ z0xt2})w~bd!@jQt$X}MlA1dU^f?m$=yfL#wv1ax69z{p7;HXVqcLF{?R*XY-1 zU(lAdg(Zd9h;67();1M}kVhiFUC%8}QcPKVLL@O!U34nQe_>i;0ymqfVgSj4W;UMU z3}vyfVzZ{GbXuZ5rKzLLnPx^@#=}zzWkDSPN)z9e`XstE6!`6FzX{+HQO>Je#^rhI z%9~d*&dU4lss;W=^m;VqZk@Aa9PYRF&hK3uy0z=(u5{gIxo&g1?vPw}C{;JQ;y8lz z;EHcFTyI!#B{v*NmLHun-7jxklv3p_Nm~oUuXjPTCu31TVq`XJCJ8fZRYZF6b(B7- zArWCS%@F!t{l{=_aB+Q_%o?--%Of3ccpYo-0d74aOc}43?KF*wpyaHXSeYx9S<4Bo zg^TNJZYw7?8MwH4ScnzAZtd}iNu zT9_6tpBMKe26PNy3!T!_`DLST7h6K5J$-tX?*foSu>URh>#N+o&at~qE5RLi2GYUZ za_87@7#6-(RbvppLFHSr#xS3?W6^{fP7>ncG(xksqrwbRJ&9W>kySzHzXQMccgdlV z&e|ChH-1i-A+M?kVN?+~jz>ZBYGs99U-3la=Qr&4P=X}Fxyn5%=c;{+=5K%LdoyUj z-HR)oW2p^eN$)dr_MFjd-)G49>eId<**A3iCE2%kZZv1(-2SA^_v=R`oZI&aXGEI& zzK&({^3>hh72mPB(ae^;a|hDSPTASH?7!z6%(#3=pDUr1pGiblZn-vcx7+vEnm+U! z;EETh#kRN*CBh+07UH6g<@b>02FGv}zV#1?Ss__gqZ$61XN{6^)_j7nT*ujbe(<7e zu$SSwUIXAd)ZGOfs$mw~==%m8*UiMs79;w_Yoy@+wIc=C4_2*YO5yTVtP!KAp7<&` z{~b9)0E7qeznP6TnMwz*acT z_QQsZrzY*$Bzrd99!d|6$oTUdnmh0is8EflxuYP8X;+u*>RKMUU48d(($$r6J)N{Y z{p&{#6-f>o?t6NcPu|{k_vDJ_$lQU+$+{uqiCG9 zUd4Zg94h(J($jkuX+YZa;XVPHGNz1@G25tg@mf8g($B;vC?i&qU#<#9?Dqj%yg?2d zJ6iAA*lF{+_~;ST-!giXGzCU5a=h2MQz0kRMV5wu(WDJ(hnIBp) zc#Gb}`p+Fewk}N)ZfOs3A=Fc=8!_RC<0+2*7dggb7>i9yaVN{APcjWO$6YjtjrO(E z4T2+$8^%Db#S@kmrm1{V91#MHG1b+bFHQ5QrRu^I(iJPUNX}WU)S_`psaQI7&MmI< zYg0y$mZ2+_xGr{{)j2M$UeIwFQ5Oqu;>}^h`#R3zwd zk(ceSwDnvq#gD59QB~0i$m$U?K1vc+jB;DMd1FD&s@g&+|VD!Vo-khUIp9MU!hsZaLyEyrc= zP%gkA^~#>!WnT6SCY^)7ezcqO_r4!X*6jI&v!O!X+8al&AI z&Q%2-ah9s;oRix$NEPgqy`9Tmz`kF%;cs#k$ow~tx;S6Ye?FYgq<-}2dks%jav!!g z4Ewl0sdNojnf|1yYuIi2Q?~{FKlRxUz-{U};5Pl4+X8>qLR()F2Z4dWZ8H!N@1-za^ldlPJQl)Y>52)S35dvV8s|;O;Xq%kdw4U5mAVA8l%{!mzJ|!76TN&!J-ru@?blv5 zL%|;>L7Y8toxl=NoifhZ=PYxjbKIP9&H;sK$?MK5B}iYXCgWO`1so;VK{(8O2#{-Z)?KzFFsW4RKwyke4y%O>C(LzCXq}n+%ZkX7t4; zXi022B*dX25CS^WiCz?ykP9O197bk(RRy)c2UK3KZ;Z&i1Cvw~A_9bB35&>D9ynOS zv^}DTeq>B@)`mT>I5w{(h0pp9MO=del|;E-!Z_3LEl?a2z5WOCG14!Q?+?kLjgx{R4@qxPVxPV&Fm)nBle|zV<)z9eLGWVgNW}R=#3XUc3pLa|S8JxG zE@w2A)n}U8(oI|BrY*PQa?`Gba_G*y4QWrC>}gw?PPgxp+jsq}HR)+v@jQbpOn%!U z`?h4NS~4{a8Glo*g!6A*<;?!_xzR^X&Rw|>{N|NpV598XNa;QGNoW19A2o2^`cF7R zS^Y;S)`a(GQU$8C;M(8Beb{8*-)s7?#{hQ?K9hXKg!emW!gs7kITGLJON-(3S)!lo zo_YJcW8Ri$x36$6e-_S(QvIXUZs7Xt=4?`H+syM z|I&QLOPDX2ch1`pM;g&}&->Q*R51x_K+zPl)+wW^LOG+UP=Y03(z4F;V(ct7o0+a# znF-$q_%*s3B1dev55uDjHgq+p$Q6)-qJv(9fT_jTYsD)X9HXM)vqN(?GckQm;DbhS z9;JYD!%Qnw=!oA$aN_wdI_XpuKPYy7PGTBQ#R?{-uI|}NGm$!0QTNmj-#)o`^43c? zUrIM@{CUGhxqetx`2?B`N*}#~#B2J9q#Q=#X+o213dGs>nyU>Qe>*5p49f1>AVTw0rmNlb;!P?@k!|x<)YWw%B=C ziopbe(M_<^)4X&ECMM{AB8OR{biT0nvou1mADb5V|FUDCgN11zCmll3SGix-wk$lA zsqx?V>h-TK3HNHcKiUAArhM}EYPyI|#%JPsB3;uZ*FYPwQnL|(AJuKhxwyJkh{L`H zCelKa!gzf~^@+mg<&j{yqL22_hS~Tj7)|66g?0d7Gv{JR1iLv{!7!sb6HLlPVmY9+ zjghUKDA3v^@JcDSDaJl^VH&0-v51r{ft5@=JP{H9fJ!DkK(LJVR3(^#flVa@&z1tD ziu&S@DZf?eW$}mfVJ2Y8nnkm+=$b`~wW?JpT)1kVJOdI>{pZi39vZF{6#Z*9XEIg( z8(+Epm2}l+xoR^>FtxM_VF{|bBVY47 z7jF;!c>52xLs@lia3tfczh4tb*L2D?ov=kwM5m0u;gw!}?+5ko)Tf&^$xWM5uE9C;ubR5PUpHs{rPmMTo~P!JGah_An^CXOXeRq z-f^U=dt_(N{0NDbwK-?Cz2W`NA8nVrc7Mvj{|Py{jqUc}`-fLHACh|xf6C$G6LKCM zH*oF^8E5-P&eoK(J>zW1IO|vK7I$fmv)D_O&AbXGudB8WWOym*+bie_#+tX_y-J;~ zu5Bbx?E~#L&6>^v&DTE~qXA=I?ur@PAm*!vYyP}oH>*=&63MQT0BF?myhggIB9xmn zkQ%G5u9Q!Kb{lA~BWRk~hHAhBlfN(tlONTtFwa~|0ot!;>@_tua5@YdxxmCUlESdF z7aX=~8rN4^s#1!;4$!8FXyCEV*%5dyZ|5fk&P~TIVYe^FfHO-v5WK#?$uoiui69ns zZvdu&fzuZN9`X>%MrPVZJTq~T>P~j6eR^KC7E16A0;?vWT;XYAOz={R*Bf3~T89pc z>Y;Pz1!asS%BN!**fWqVu=;t4sn-*aM`AH3nZz9!={4%y|AhkBl>8U)WgSX7mN9D> z&)RiWkVHHyRRE7NM_b0(9MtNZFHG6>V`im^?zMFIa}$4=2renU8NFTgao)DM;S9Fm z8#c=gn^O&2=f~!bE>>h*wMkcV#_c0Y*|prA@@>Hs1henyOgeWYyLP1DdOBgnm#*xU zD|?s2cdApB`=FG6SOJg<>3eN|$$mR_DPi$D9cSj;v}3862~QHQqdi3L*!=mQ;8Ev~ zu^2ytIrS9H7vR51%bb7b=M1!-#b=1QK(%0=)dkzUAdnYUnE{SkOWLNC4A=I~TGV-U zAV04Xzxb__D&K6Nl#XjBY5RK;7Rhlz3N%l_K&v@0`k1A4Aa;r{SiU{|iUL@i45ETwqC6gKAhEotl{}lt)SOCG=fghWmyA8bR|L z);C;*`|=v8zfy9VyJCZG#X!0#pg*{REB0A?G4$8+uqCAwHejW{TQOTwbfGAHPhFBQ zQ5;x!dS-3KB<5LNuEnU|r z)xPp?gtq6uG~cXc-lc8zo#5uobA~zBoORAPW#P@Q+h$Ah`W(_X4#2YO5`^WKfR(`K z?sjz{5+U9V>_`I7^U_(gQGh6RAPNzvxOE~V3y9kZkxBxn-rR$&3mn;+waz)zPEqjhD+LUj2 zs$supV(MB}zW7g&1u9-vv0qZ{*kY7~FYD9@HEq%;sfmCqjMu)r!d9uZZu9lqYyIa` z*AamF4O@Rc;jHe`2kwgdu8M`GZ(dkDCc8Q_?%K4wOLliH53IO*@4G!KXwdB4Bl6Z~ z;9GGYe`M#%${(7LQ{kUp-*4P+HNYI#MAkrmPW3lU@O;(^T>=y>jG2mq>BT{mtc~o| zz*$Qo(M_?B9Fj${)(hw9RFwF?vFu=2MJ9RvT}tqCasuRBBj;!2=;CG2tq7geZ)}wl ze?dOhmrU}cvCevmaGT;gl#rnW&iPIA;!i1MB}4`2I0_GTiT{!kvLU(;pX7$4h^enI z9vF@)tGd>WK!HUj>0R;&^#+YY7S4Z!wUU?X-}Ii4gym{i4{Yu{8)&c=+ZDeY>PUG2+V_gq5^CXG7NCG3*DyE4Ak zw69b4btZ#5)4_dmaNphLl<(kuUsJMqDBZkMZr+*l?OL^%s;VEEEESayuIoF~b=`7Z zcd}#x1GFZPyPi>|cmOCok7@WPA;`oHw0ICx7ni zg7&0-)bObXm3-LBIV*BTM_KLKTJ4a%J2Jjz`fF-mdi5QcUvX7Cp>d%aSW$y|u5)|3 zW0%~q>rUurm8p(nzo>b7sp)&h#eugi_iCP=bCPjS3$y#_lRY@_RK<|JRd%;BPm}C! z%Fti^s>A9n&vDkW@=x6~MXEXZU6((OgAi--doigU@->i)9;qh|$z6Ghu~AGlqN~6e0?B}{i>_>R{x`6aW)x4M)ovOa@od9W zll!2(xjIrjkK{-Db=Ehb{t45RQKpI?t~=8Cc{{; zctuPl=~YogJuVpcL0Hy-Mq}7e$Ek8i(#)#-QaBPJ@pmF1!Bi+Bs3kA~n1D{k%OWW672%v$lvJeap9%EtK?_MqPbToN zR*lbmaj2(a5YZ=G0j(DsPRY5jr*JO=a(+JOe0*7x*D4c4P}8HJCFlQuv+le?i(*S!08dq&s0IeaV-;ux*BAbH z;uO|2>1jBM^2Eoi2%2OUIFd~(uEG1x%D0ZrAI-QALuYcse%($lFhze|VlE?tg39U} z{%`rgFTM5EH@~_VzjgWM<>ZFJJLW&O{lu2ucI4i+BloMJXh~J?zUSV3zp{NPo~rCg zIeQ-D6*E5`{o&|}a}QZ3z&dSD_+6x^Ja_-(Bxd{U7>M{YO*P$5QTNu(7MDOIPoZt9RTPN>%T>=iW#A6Fa}P z^8vxwBiHU>3Zy~V2X)dv4c$igU8f+eITBQY(FM!Ft^N!YvQYnX8fW&xoW>ShF&1nL=vtHm+=AidPL5;x9ut(J z=3;hV;vW>MJm148(?beP(NUoG)NQb^xnM44;iE~JP=oG5iXzK0vr;o?>9E-8Mykcr z>vh2f2M#h3`@imiwUDoP%&hgY@iMcSn>CZw*raLF2r-+x_GX@yIjh@s<-z7v#7~0D zp!|cluJOQQtYvtLB4_ zzz?(LqH)FHP#ciG2y=3_NrRey!%Mm^QtPxglC1VNS zu&(LXjorv5pI7t-28Fm02faowK>@^yt`5Or#`$=!e=s7HZryWkE17L;1|dYeMcPe( zF&IwuQT>!XmCtOuA`{V5{KTHbpr)0;jWu*t!Z@3xg=DorKcQyoN6E~#=_+@->BsFq zY`?SrkH>y8c5l-W#Zp7j^et#tME3uiV(e<8a8%n6 zR%D6)Ni6I`k3#=bm0iJB+fyOPbjQtn*~Gxuv?H2i`8U4N=(aKQ{py|_JHw^7EQXJZC- zZr-5m4KBB)y!~YSymiIf|Eo>A(wj!)O(S>XsZGZgMztjO5CwZS+VEF|^!iM&8+5#C z_bLZTeAQ&3o&JYTtSD5Ix(!Q)n_CxbOy+I7=V@E+{Gj*U-a9kty)Vl6>v}P>XD>nT zk-a_3U;5zXcVCvh*mCfv-R-iwJ?-w5-7uT}g?li!ne+ALMhu+2GHq*=ZH;MLi;Ta{ zBRJ`|V#8?}IuON>OI*M>tyw;3>0rwTsmThLkGxc*O$mdz8);yeBjLp$6Z_ zL$!YVPmmUvJW?nVJO=a&%LwR?Vlu&F02Q(7Zy_T9>!*NijFxK0;{K2VUMGjK*~DVDbPf7^a%N6IxaX9o34ySB_p&sQlDL=gBL}QV;0+vAtHs; zG#cxk{9$GgCey?XP`G0-1qoa@&lCqFwKFjsS_kFiJ3FmgUEUSTtath~#+K zD=W8rDR*;}=MVeSB_Bw{QzCW`opQ1orHC_P455f*3n)_u5dS6-o`HTUY*Q7P1hHPn zrUZrncl9A>qCuMgMWas=*6#xtV0|^teBpqX?5IyVT7mA2Mg(M6Anjr{_Z3xSept6b zIj;ppy?X$PdeWeqRa><+3<9Amn+R55<&!2tada<+>hGzmH(fk|=|e^~Mbxc0K@BMY zGDHzYH|*aL7k8ju?9rq}aS-W?NJL@>6zRrd3T|9JLDydtks80ty$!qkyc`J5L9O>| zs59;mNQ}Km>OnFnQ&lE}K7{MUXG3Echmnmslb}Omy2J=DCLqm7eK_WIh7fd8fL+rh zL%f8UCO8fiifEJgZ^$9hLp%*9>j+P?n{NoJ*iRuiE;deI{TxN z)4{!RaBs@B56hIpHMa|>2;~f&E@{38%P=~}4P6Q0YTZ2t&Vk??$3vX0D~`71)^yk2 zdtG~TW`n0I)73|e@$v>3+MN93mw)o|oo8@Bq~d7cCLS*Q7Kp!HT>X>%%J|60*#4*XS?jhaQXAL zIj-OsE>86+d5hq6QH(b7mRTe4+B$3cuJLW_6?42ot9M>+af0JZSSs7wr1LSrvgDAW z&nY&4irLXX#gzBUR=p`tYpI>!<{&nc#% zQm=ARWl`g8)+2I=m3TNAvp)h zVZ!_d__A)g&SoM`cU+CL#=#naEgCMMt#ZPQWh=vH*23CJR{rb`*vD-^8^B6Y*JvD- z&Nng8i8gI%`P^jRKo?4+7l6?=o#jv34kl|3rfdi2EpeNb7uxMiv7CIoKUnpVW_WbI&% zGYr*b>Y5jWOWT%5mv_@_-=R%*$ijzGo}r|3=z(|posK*HyPe6(qjM#{tg4$kn5kw) z^y%tBxq2{Fy?O2sm3}Z?-z(Smrt7!L^;=WEZDb1WS*%LA1Ko6l z#fA`Z-9yU|EjPt^!=grY#dmc&FxGl&x0rHYp z&swz@7@?I;8c%CRXr%?Cshc}qXGUmO99K#UAn5APzXb#*uI+P*!MJ|(?ySBet+fL; zGT?~d*&+savretfmkkmO(s-*Tfnj&t@>`*n@V25*brt^OP=8B3LB^j@Q{4bmhl$xj z4-7k1jHMlKtv!4xTR^J{$|I7v?%{Q)fYPKz@=ls(Z|fEoCoq!in!?gc1-@X}SfV7* z$z%|*5>*&U1lbNC9TFgEMc>#}jsj}ug0VN)CVgh?3E*xRs4Egjif2+!5vv=z>O!z) z)ljY+)4&qcgmGseF*Zyl*KFk>Vm z6J6?yUydjK=fk68CwBy1id|q<;1h8&>yDEe1k9_($4+RcG_YF?ev?^=GrfDDS#1nE zy+Qz+1D%)7gt0Y>eMn-3+17WkFF=}mx}_V;FawVIcJzuJfvL#Enxd#7+Ny=p=)PcL zgVz_6Xc>zsd$0tJouO7QTE|$?p?Esf9js8+RJMpt0wc1@i8?yhrf-u7I9=+HX)(z;>XCJKT9Y6EBd@aFs;f3acqwlXTC+4YQv5`Yd#wbPm4>Gj3#lg zOj)hjJ})ipbV3hTriZ2Tv|8hcW42Z+^3=@wWjX8A#&H~Gds&Zyh1!*FW+uT)(p)ZexPgsr`;Q6_r}|v z^uT_3V1LT}6s+vpf#t@HcO&pGe+^uKoy#(2N1sGi%O z>FNDo%a=F8Gkjow*Zy<&rU&l&v^yZX14|V@@W12# zxw|{(;3{iy8ChHR@~%|twqJO*FTVPF!;6ORj3hnV=WKB9cMl{t9ZYqP{G#^I(!}=$ z7hipQOS1ORoD0rhIBKygQRaE;nfYfjZaN1*d)kZrDRW(^2=vTDB$PZx3Id^Naee`E7KdVZ%K9h1CPuh|Xqr*&b7I z4(NXbzX1-Y=n3M-M69BzuySGpmaVu zYn84G!l$+dLH%IDI)Bhi=jw19lvs!KIxm#Zm*1X-BEhWHLxTb(MP7s{+GZ^!&RAm; zUffi?|CEhjwncAY2kR^IHPC#sMr`p`qLxLDH{g0iojZW&XNl8(A$#&`EbUL@LKB@A z!PNvMxS9ZbLR{Z`UKejiye)5orgM$B2XRpjKF~R^W<&A}hNNr*xXG zNwJ~sDwhC$$$nN}>+`T@b>0jd;UKo2?P4Weuo7?4(&R6C)?qoOA#`4G@Hi*|{@V#b z*cort(x2_neED~t;{vx;hSWM&rq{Uai7k&7wA^yG`1oPzm@O;XzM?s_mVn=L^5qFs z6h~sLVqg|-u@cZq7h-^C>mS6p-!>}{rY(S0p+a+h{s<|luEo&fWf)y7d{@e$;Vvg! zI!k*N>z*qvz^HFImoT{AYl>%ii(aBSkF zAY%{j)A~r~15G%D;U5FLr<{>fRJ@<3JxJ7OKST3nFg5v~p?Ep3R>)fDc)cXPfV!tUegXHFDraXfJxxV*sdPfeT$|5lp>9DgW+Os=Y#dm}@|6<( zm^6R&|KUkkm|h)wFCGMm8{pvR32vFhQ5NJ=wa#`r1~5)sO#YTq(lo0~A?qkb6OlJ) z(6c4Vbe%nVKszP2) z*_~t@G2>oK!(icXe?OGYVh~vw#|+G1+NYl)V9lH~Uw*cdxh@UpaJZ@6EmGx_-H?KUK3a>E3wXQ@s$s@%8IpPkB0$ z&JKo7iE2$wVn+MAppkHaqbXF}C-&&7dgQ>?mnxEI;+Ldsb7_1rlR*SJKLh1G4r=x# z>Pk;SkkR64w~cA!Ncp!TVJRiP`!hoz;SBIBn?#p*B|MaeZ5EI)qEs=_#u68a=>&B3 z*O7vOgt4?V(Rh-!t1d$rM0qexMfoH>Vy_6o+>X-3_JKa^)5Wj}rpSvE)2Cs=JoR|v zkhcT7c$ygiUz*spsSh$(G=|W}x&neCv(gRV$8AVzRAor=f{{dygb$slwiF$N6UHjt zEKR&tjM?15q_;CdF&=Z@8@%VXZM?d{~4t^Eq{6t?k)-O!=(^b7vydOWt6Q0EH z^JoJw(~FHh^{2Y}TX+Fx!_%jG>40)?K^mt=71yDR*Pr&b$=e49^iIVNv8w&H#IlM=41 zGG{`*q^%K`Xf&6?ZpzsV(UOdNH_M*Q_ubxPRbO)BNXmT(X0vo8$Os{*l7ysJ-?}`1 z`J1~J_uq3gWKf6Bo1IWVch4W48(yf+xGE`n@vFE#m|2JIm239iHQjw7RdXx}^Icp( zy!U%2|ET5WOSB=n_x(X^j@tL;oK}11A0Y^@A0Y^@M{dqr^X<*Ju%xd3*0%3$)4*5F zeGMY7VlAAi-FUs^FKWA%x1?$}EtF)O-nWj;A6u-UpCBmX>RWOBiPQU$r~Z2{EFDfY z^rk$0^9LT_fY|}G)YZ7iFTMa}cxx}5vR-Jw?M~>X6=8AFv|_8zl=sY;ezl?byBCu9 zSX&LHl{;~YEaPrXyE|p*v^^jA-u11xH)SfT7H!x2=7v9VRb{IEix+Qw_2yR>qss%! zFMRMj@BU7*XV;x$$@)>bdi1*KLA5^#&3*O2f{C)3(!L(q*OT(~$(4Qc!?_ByVzrX< zcH&T+2lva%o|d$SZuF#6^R8so&O5_*HsAH$wI)4>WalB|fMs(h@TJV1Dfd3aO>b2X z%KIN$jAa|C%|{InaZu~10r$|ko;EzRo6E4zSIW7%9y%;#T}l^JQWxNw%Z1?;o9|by zmYmU8Hn3{awy=NmNz4d@VV4E`;eOj_xmmlU{Rk#QaJM)@lMfqS>d#R%k*}ScZgOa+ zO{^v7pOQnH!{SMDF2bRo!=VeS;xo!`YqV0tYvgPu$4U;P5o~qcN}t!sX(or!jqi|; zgfy{+oIfDvCOM=^XLmY@#Ndi#8z<5RgL0^HkbJZm&W>R+J5S~CWhsT3$@xoi{yjOw zv?#xs_5YA>H#z@~9H?B`U0<9?Ji1sypXKC`9Hx*yB2^+Ic*MRcmZo&;i%6ZPuxZE0 z_k!k(!y`eT&b>~i2U~VLtZK7#Ja9MUEO=u`J?*&?^4Yk$%{e>yO1bLB#j|o%Fz298 zGKkETk*}PqZOpmI=jL#QRt5Pgxu&+9hkRbHwt1;-*|dCO+4c@DZ`zcjl2B%8`DzXM z#tfXb97+^R+maVo30m4#O!79Tq$l)lzz{Q)o zyDe8jKFl8#jGaDl#6pGQpii`=a-mnY2Ug4IQ#6blETs=zHAx?CRfo|keFB&_kSk$c z8&^@2vomigS0BhZnAgeGH7-ux?97$1&w`q<@25;&%YMUyx|XG*u&2#g=&PW!*r!cz zjh%h>crAek-Wp0AK-#Jexf1dzeM&xbsoH!8efAuoic<#iAV&>qgl)s4a?7@4<2Jc^ zd#;4V*tq(ZrNL#}ZNJ>PGug6JuG^Kfvlxu?hMa?WaZWanD`Q^ZV)N3@+xBGhjyngE z&HH5k{+x@&xb+%TuZookK9>9r^SzB zB*_f}a_y#^311KF&8rr?b0-ZZOJBy{oHOD507GlR8>rvi`_S&T95+1h;6Mm@s7o}Y zEMWndR%qAF-W*G)bPp@k!J=F3mSf1iA!i{EvZMD{bP4;euCSECVmW7`cK{2-J7vsI zRqvAR4XYMJbiN$`o3dfFF7%-&n zk)6B>^&!F&oDd%n{rP8bvL$rKHkiJw6+at_w`ig$MiLnbV?>!zQbs=+ab#4}LFpK| zFC!l#z>MrNnqNU-#0X}ai4%qTeVUJnu-&0eb`+yo*|E(Kc4j_HJaLhP8fPs^%AI|6 z#gpNeVsYQI0($E?W|!cWUv*0(lV zxI8JaU*VM)yQ)xr(s8ky%#{@)K>3vJ(7`ebKDAo}?N`5=D4|k0Jz-S+-CJcbB;8!r zzqSf6yo0S_ADKIftrTBdG@cp9DL?O{^tfJxa+f4K-KQBt(!!o?Tnh&*cb_6pU7#P| zl*A4sV%HFv?Q zGrl-NflP3Enqn-&Wb>#nFO0=l%XZ-Cjq=m3d&Co9O7O=?{}&vXh!_mN5S7(eCKIIHye*X^9)DZ|Iy_J7Tde#{Mg%x(QkZp){}5=sr{uiczs_rKRSS5Zc3)bgdF_j6ClGhyqAuD1-S(mMDh0A>QS|#~ zIHYVT+dQ-cc;;OG^Pm5m^MC*4{9QaAVfbDDlby5wo@DHwsNw#C&C13RiLu*EWf`VQ zswXdHB>U^hc<}Y+y#-&!C()QM?=J*0fkH47EQB(lLO2sHL^6>=G!revGBKORpN|(h zG97k3kWUmkGo7dh)lj~x(4Fa)n1^xC{4=f)?Jw_Lg&g$D?BFrp!9%l*M|gKXdS*QB zGP9EhM1cF8kxXCF!+n`PHO#|&CsC;p)SOv9HTt$MlT>58d)x7V8pnA5uNm*a_<)DK z#?-{yOzq@-t6q{2G7eTesV?PjAo90OEw7mxH)KC>;e~+XXTu3m|(1zxWFvEn3g9@St~B+ z`2}u7X1JM~!}R?!zhnv}M|}6oCEesjQ&aMoI9=BADlJgZ)pDN15PCs2^s>nD{f-D+ zXfqX%L{!Z%g*IKLb>sp!6$q|43u2RVT<{rPaBQ-i19NOh$Pf#kf>O+JI);m!mm-`b zH%Tm+=Fr(xWC%knxvUoLRa>$cuBl*y2g_;Lc@8W6*~5nTVldS0q?E@(a4nsgz`e-sEqU zIpj|Tt@yd~Z@ij4dHU6plM_>~S>EHtiWNEu(Us{uw?Y#pU4kyG(Ag55k&?H(Z*tS} zpDUO09K2%L6N5+#003qD&dmX2TJt^$aAgDPVk;17X-UalRAxC1khUp#U{d2VT@ys<5{hUV+HQU1-A_YK;nDHKpe_>x-W1q)ZYX7SL+SI50yKcmng136>(e7KtT6DA?>uq?t z!+U?89C|OXG|?Dho&9SGx!#$qcMraEwjLW;kL{|(b}cV{5*vH8j|~ie@p*)G4*!xx z!+RgZx_>xzW2)itbiF1u0<0@p@9erAcsFo6`fe1}&*Q;(N28a;2VExXv9Vfg>^~cQ znEhYIKFD`Hd7@K#FL=!J{vaxU9X=8F|83ydiID#zuOA&Bh5YFGDDFkw3b#}<2Q$$6 z5wvU*@(wDF38}Is{MmeqtX-LtuE2c2pro1x#e2n9g-LM?3e1VGWlsE6Kg`LFs=vw4 zv#mMtt~N~;%*j47CpJ($$|Sn~Z?I~s0yI)C!9PLWY>&`H>~pPSu@TqO4BPQdojqrR zq%2dJg!Vj205`v~1-gD*I_{OWSKt4}+F$7b z9fgH>wg-GnVXJI@GaSH$epT9GzyQdw6>1BBT%Wkv^*O<$qvQ%AJtv5P=DLp0X7yES z4i(EQxv#J1HZvQf1%z7#gt&G@+;rmzZOu8MmuKf}aNFR7GbQA| z+hU$yLNHBnH+kV{C+LsXtJ|y)Mrw%iAl75+AxKtcC>Wp!_(^fd zVM7Fj$2dJADDp)vn&CmpE4rbOZCs1pXl?;-{}%8%TLgATL7$~LH&Hn5Zs6CryNA)< z_2^J7IlLYHDKN71FYdOLtX2^WG$Fn>8J(Mfd3B?4KE9g zyMTZB_%SI5(ON$@oZR>eblqm0Atz;&k7m3o@;zjRejaG&gsPVZdC1QGd_1iBkvB%| z(U2NI1{YI@VZ1P1u7z z40_~;t{=?wR1&F9EAd36sZc0?+{t~6W`;rDrX=(QO+^yr#!OIK-F8{7A8SRZq?t(M z$ie2lVYQku2-WE@mH5qm=_8JX%u2PIZ`mYawRkwn=}&+2N10qAQ6>sBXX zX}wT_wE+LDrW(1;#+e)hB|;lVQQSsaRJAeVC;?I#mTlfWIS#a14yEcttCd1k*d1vq z<+CE$mO!Yth3F=qO7Y32zAn@smn`MCdc&0ALRlPW7BE`2A^p0fpOzGx?Yp}Wcst~$BuyO!= z#9ZVu_KJ@%tTz)N&++x!+_d&(xNU(*bY%7K%TR-01(i$bqg%?T3W+ zW^Q=46LUc_q??0P$%*oB%820^#qeSu*rq&|M^nW(RlSxceZZ1(_SG76d4<5GmeqsBrdx^q@olJ5xA%AYE^wE11n9Ji(UwwqAlg@MD_%A{7K95l4a7s$fC6 zWN4T9W7^e{<_w5nHMh+sMSS}ZS0Jd}1SjU25L=1Q;d<=*qU*y;MX@4IqGoK`2rg$@ z*Yn$7jx$05gh6+IjXjJe)}tf$q9ZHjpI?3dYQ3lLL8ANCksnmnLP>k0Q>k7HEa}N3 zn}yNNI&Y<@$FkYC;K`aJI6qa-WwV0tF6bTI>YgBbdD3;}6YxWVR8e%$sE=e3WCtuS ze7QJCBV87iBzQz?X~D7`oHE3(C{PGj4Ge730rPyv-hY z0{&2=GvYt=uxD`j#7bx_^>R%xM#>;7cT zpIqts*uSUY@%sChM}Nui+3>Q!=p*WIw26dI4T;xj4{xBbg7ox6Pfm%Pjz={-Uh738 ztxV?xDVG&6Dx($0$!X5vxFe)$z-TCJo_ z<31pzom87vbl$;y(|AmCZjB;}*X>s^F+of8Qt>U~(dE7sw=UcO$PvsYaK9UV3^n#YB_(Y-`nKuNYSW?d`EN?&Qvce{vHxKB+Gp`U DOe+9- literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..306001fdb6ccec24eff248c084b24839cc495e0c GIT binary patch literal 10528 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c18e4a11fdfa455420007039eb11faba012b62c6 GIT binary patch literal 5052 zcmd5ATWlN0@s4*#9z}|x9)3uPk#*$6rY)1U<64&Dx^W~lRh-I-A1JK0zMk$@)XB#? zX74DQ3=IT@KV+al)Suc#n^yUX3>S#{RrRa+G|+xXumvfH1a(mqg;AhTA@#>!ow*|^ zN@CLnNP!-t+1cIM*_qkdnOXk6xw(mh?}s1k&i)|Iaeu~6^^+>d`fWh&ayqB;CYR$! zc^>hQ8OjNxf{zQPn3G1OTzE9>_eC?3lSgI1B|U6Lb4{a7x!7oo=RzD6X#4>ma2{q&c_U8@hnTi~-LSGm zbx974WaLdsrYLg^+j59KPTtL{+I2Nc6-&+0Tg0`APQflY!=mKIgrQATsgapx=kls+ zi~)}uhC4xQcY-p)Htpr4$>j;3uwd%MRj*T`A{&#YOFyYdYPrZ-9Rs%psX!fI-ve?|#~}kQGszJ$kWL9q z24{NegJ!@|B16aV1dz?!!{{W{Tt%}%GG(l&RD8qhRC2%uyu?vdSE;AE&wHXn&2a}^ zmOOhmbHxGY%IHQ;bta6=Aa$<0c0S`$ZNg@{nz;epRM$xX zc#r$+?9d;&ADtbZ79Yz8*5puY-&&Iogx2%?KRR0vH%*Jn^2_T$%z06bfmjSS2DBO_ zwAyt85)2I3UvGn}d6z45lhE1zl|z%Yi@P~@Gjuc530<8pfqa^vh0Z|l%W%New}di; zfJqD^+rBBD@kQj(LuGL?wsX9(KED#Gf$Bj;TL}E(Evd{; zLQ2{G4RYVV3etzm;mO4IIj}-_GP!f~mV7HxmUId21$<>j$^aYL_Gg?PhMBgVJYXjB zff#VGB;Y1jxJl*6B7{rb7$2t$k`JkQTMy9-5Nm7U;`MBsbIlTy4AfFPV( zq||;HB2ob^p&yp1<3hYj#TgpG6EViKc0|LbpCUccu*PjK3^66Ax?T)>h@rE`>f*W= z&Z{Vr7pde9FBuRj&?uBKn|YE>#|qh0l%W9`x)$rgtt3C3c#%p7@r0a{^<-cUw-xpl z0AmM$&_U-zrTmZW#gr&i-_Pug~`v>jV& zJ2t;-sjYW9@|m1?KXxZJ^X6>iqr``ag`wXK|8{sb@ray%EWh<6@!GVox_AG|-lLEA z9-aQyYS)V^UFoH+^t}9=mS4Bb?4BNY5^tF~edogTz^5&{R+H`bUjF5gpB}llZ&sZP zf1J3VSUlJ}UtZiZxRf0HvG63>zPJYkoDo)G*()pU2bbCpK59=b#Zz|%)>^sF^hO&O zZFxU_Cq8p&S?*+eLFM})hH-8<6~Svh1UeVCH04Z*TC2C8X#Xz!@6UwK9qn*^@9w`mqXPj zjh_*O;S#CY1Byosa8+yc5MQ=bY2Ux60GmN6x9J84VJ{f)BQM&Iy$ZlVZ6KHiR*ctg zQ`+CqhV>)^$l*l*brw9eAU&4PqQgMYS=@DUo-SNjmIr*3ezo4R>G*+6JG{hKu-;3; z0b%L6FVO4_)M=Ynq~^dYjt5bz8|M97)Yvgj!1RCP7~2jToWHwvl&T&a_U4-jRO=zN zOHet)nj~8fv2Ew_(!qub?<9N^mB-{?cc6U>uRaVf%NGLmYdQO?R{uav{RZi}q5d^d zw&?FCsM4W^3OC^V?FJh6FARNBT$bPdANXuXP0PGt;lpi*(_%feCA38QtE> z!DZXr_VC=$vV1ByH_R=m7M6jAVR&Z80eBHb(QQppST7FYa@LQ)Pxl!A**6g2Z$3fx zKZh8W0BjHedV9bhOEGq`3XqBO3jnvdPsM?Ck(Z9Fg?Xuec3_QzW^QmDo3(IA8sulY z*EnqFw4j~W*ZuyQ%u6Tk`3p|W`U_4Vj}d_vaJceWD;d*|E@Yy#0y>fuz>B_qvUYvjiwSmJTNG6WKuStRZd`tR=;0I>EcJi&Z)soNTGeI?W zmYoL<_;7ach}Hz2=RfDVKj-%Sk?Z~o*Y{WM(4V4hGp8R#pMNjB5kA6q&Gc+=&}@8< Q-^2IbJM&Kt8eh+U0ngOPi2wiq literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f5d5158db7d3e1e9f49ee29d17dc5d175246b57c GIT binary patch literal 15362 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py new file mode 100644 index 00000000..0f31dc9b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py @@ -0,0 +1,139 @@ +from dataclasses import dataclass +from typing import FrozenSet, Iterable, Optional, Tuple + +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName +from pip._vendor.packaging.version import Version + +from pip._internal.models.link import Link, links_equivalent +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.hashes import Hashes + +CandidateLookup = Tuple[Optional["Candidate"], Optional[InstallRequirement]] + + +def format_name(project: NormalizedName, extras: FrozenSet[NormalizedName]) -> str: + if not extras: + return project + extras_expr = ",".join(sorted(extras)) + return f"{project}[{extras_expr}]" + + +@dataclass(frozen=True) +class Constraint: + specifier: SpecifierSet + hashes: Hashes + links: FrozenSet[Link] + + @classmethod + def empty(cls) -> "Constraint": + return Constraint(SpecifierSet(), Hashes(), frozenset()) + + @classmethod + def from_ireq(cls, ireq: InstallRequirement) -> "Constraint": + links = frozenset([ireq.link]) if ireq.link else frozenset() + return Constraint(ireq.specifier, ireq.hashes(trust_internet=False), links) + + def __bool__(self) -> bool: + return bool(self.specifier) or bool(self.hashes) or bool(self.links) + + def __and__(self, other: InstallRequirement) -> "Constraint": + if not isinstance(other, InstallRequirement): + return NotImplemented + specifier = self.specifier & other.specifier + hashes = self.hashes & other.hashes(trust_internet=False) + links = self.links + if other.link: + links = links.union([other.link]) + return Constraint(specifier, hashes, links) + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + # Reject if there are any mismatched URL constraints on this package. + if self.links and not all(_match_link(link, candidate) for link in self.links): + return False + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class Requirement: + @property + def project_name(self) -> NormalizedName: + """The "project name" of a requirement. + + This is different from ``name`` if this requirement contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Subclass should override") + + @property + def name(self) -> str: + """The name identifying this requirement in the resolver. + + This is different from ``project_name`` if this requirement contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Subclass should override") + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + return False + + def get_candidate_lookup(self) -> CandidateLookup: + raise NotImplementedError("Subclass should override") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") + + +def _match_link(link: Link, candidate: "Candidate") -> bool: + if candidate.source_link: + return links_equivalent(link, candidate.source_link) + return False + + +class Candidate: + @property + def project_name(self) -> NormalizedName: + """The "project name" of the candidate. + + This is different from ``name`` if this candidate contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Override in subclass") + + @property + def name(self) -> str: + """The name identifying this candidate in the resolver. + + This is different from ``project_name`` if this candidate contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Override in subclass") + + @property + def version(self) -> Version: + raise NotImplementedError("Override in subclass") + + @property + def is_installed(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def is_editable(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def source_link(self) -> Optional[Link]: + raise NotImplementedError("Override in subclass") + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + raise NotImplementedError("Override in subclass") + + def get_install_requirement(self) -> Optional[InstallRequirement]: + raise NotImplementedError("Override in subclass") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 00000000..d30d477b --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,569 @@ +import logging +import sys +from typing import TYPE_CHECKING, Any, FrozenSet, Iterable, Optional, Tuple, Union, cast + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import ( + HashError, + InstallationSubprocessError, + MetadataInconsistent, + MetadataInvalid, +) +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link, links_equivalent +from pip._internal.models.wheel import Wheel +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.misc import normalize_version_info + +from .base import Candidate, Requirement, format_name + +if TYPE_CHECKING: + from .factory import Factory + +logger = logging.getLogger(__name__) + +BaseCandidate = Union[ + "AlreadyInstalledCandidate", + "EditableCandidate", + "LinkCandidate", +] + +# Avoid conflicting with the PyPI package "Python". +REQUIRES_PYTHON_IDENTIFIER = cast(NormalizedName, "") + + +def as_base_candidate(candidate: Candidate) -> Optional[BaseCandidate]: + """The runtime version of BaseCandidate.""" + base_candidate_classes = ( + AlreadyInstalledCandidate, + EditableCandidate, + LinkCandidate, + ) + if isinstance(candidate, base_candidate_classes): + return candidate + return None + + +def make_install_req_from_link( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert not template.editable, "template is editable" + if template.req: + line = str(template.req) + else: + line = link.url + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.original_link = template.original_link + ireq.link = link + ireq.extras = template.extras + return ireq + + +def make_install_req_from_editable( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert template.editable, "template not editable" + ireq = install_req_from_editable( + link.url, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + permit_editable_wheels=template.permit_editable_wheels, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.extras = template.extras + return ireq + + +def _make_install_req_from_dist( + dist: BaseDistribution, template: InstallRequirement +) -> InstallRequirement: + if template.req: + line = str(template.req) + elif template.link: + line = f"{dist.canonical_name} @ {template.link.url}" + else: + line = f"{dist.canonical_name}=={dist.version}" + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.satisfied_by = dist + return ireq + + +class _InstallRequirementBackedCandidate(Candidate): + """A candidate backed by an ``InstallRequirement``. + + This represents a package request with the target not being already + in the environment, and needs to be fetched and installed. The backing + ``InstallRequirement`` is responsible for most of the leg work; this + class exposes appropriate information to the resolver. + + :param link: The link passed to the ``InstallRequirement``. The backing + ``InstallRequirement`` will use this link to fetch the distribution. + :param source_link: The link this candidate "originates" from. This is + different from ``link`` when the link is found in the wheel cache. + ``link`` would point to the wheel cache, while this points to the + found remote link (e.g. from pypi.org). + """ + + dist: BaseDistribution + is_installed = False + + def __init__( + self, + link: Link, + source_link: Link, + ireq: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[Version] = None, + ) -> None: + self._link = link + self._source_link = source_link + self._factory = factory + self._ireq = ireq + self._name = name + self._version = version + self.dist = self._prepare() + self._hash: Optional[int] = None + + def __str__(self) -> str: + return f"{self.name} {self.version}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._link)!r})" + + def __hash__(self) -> int: + if self._hash is not None: + return self._hash + + self._hash = hash((self.__class__, self._link)) + return self._hash + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return links_equivalent(self._link, other._link) + return False + + @property + def source_link(self) -> Optional[Link]: + return self._source_link + + @property + def project_name(self) -> NormalizedName: + """The normalised name of the project the candidate refers to""" + if self._name is None: + self._name = self.dist.canonical_name + return self._name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> Version: + if self._version is None: + self._version = self.dist.version + return self._version + + def format_for_error(self) -> str: + return ( + f"{self.name} {self.version} " + f"(from {self._link.file_path if self._link.is_file else self._link})" + ) + + def _prepare_distribution(self) -> BaseDistribution: + raise NotImplementedError("Override in subclass") + + def _check_metadata_consistency(self, dist: BaseDistribution) -> None: + """Check for consistency of project name and version of dist.""" + if self._name is not None and self._name != dist.canonical_name: + raise MetadataInconsistent( + self._ireq, + "name", + self._name, + dist.canonical_name, + ) + if self._version is not None and self._version != dist.version: + raise MetadataInconsistent( + self._ireq, + "version", + str(self._version), + str(dist.version), + ) + # check dependencies are valid + # TODO performance: this means we iterate the dependencies at least twice, + # we may want to cache parsed Requires-Dist + try: + list(dist.iter_dependencies(list(dist.iter_provided_extras()))) + except InvalidRequirement as e: + raise MetadataInvalid(self._ireq, str(e)) + + def _prepare(self) -> BaseDistribution: + try: + dist = self._prepare_distribution() + except HashError as e: + # Provide HashError the underlying ireq that caused it. This + # provides context for the resulting error message to show the + # offending line to the user. + e.req = self._ireq + raise + except InstallationSubprocessError as exc: + # The output has been presented already, so don't duplicate it. + exc.context = "See above for output." + raise + + self._check_metadata_consistency(dist) + return dist + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + requires = self.dist.iter_dependencies() if with_requires else () + for r in requires: + yield from self._factory.make_requirements_from_spec(str(r), self._ireq) + yield self._factory.make_requires_python_requirement(self.dist.requires_python) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return self._ireq + + +class LinkCandidate(_InstallRequirementBackedCandidate): + is_editable = False + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[Version] = None, + ) -> None: + source_link = link + cache_entry = factory.get_wheel_cache_entry(source_link, name) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + link = cache_entry.link + ireq = make_install_req_from_link(link, template) + assert ireq.link == link + if ireq.link.is_wheel and not ireq.link.is_file: + wheel = Wheel(ireq.link.filename) + wheel_name = canonicalize_name(wheel.name) + assert name == wheel_name, f"{name!r} != {wheel_name!r} for wheel" + # Version may not be present for PEP 508 direct URLs + if version is not None: + wheel_version = Version(wheel.version) + assert ( + version == wheel_version + ), f"{version!r} != {wheel_version!r} for wheel {name}" + + if cache_entry is not None: + assert ireq.link.is_wheel + assert ireq.link.is_file + if cache_entry.persistent and template.link is template.original_link: + ireq.cached_wheel_source_link = source_link + if cache_entry.origin is not None: + ireq.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hashes field. + ireq.download_info = direct_url_from_link( + source_link, link_is_in_wheel_cache=cache_entry.persistent + ) + + super().__init__( + link=link, + source_link=source_link, + ireq=ireq, + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + preparer = self._factory.preparer + return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) + + +class EditableCandidate(_InstallRequirementBackedCandidate): + is_editable = True + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[Version] = None, + ) -> None: + super().__init__( + link=link, + source_link=link, + ireq=make_install_req_from_editable(link, template), + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + return self._factory.preparer.prepare_editable_requirement(self._ireq) + + +class AlreadyInstalledCandidate(Candidate): + is_installed = True + source_link = None + + def __init__( + self, + dist: BaseDistribution, + template: InstallRequirement, + factory: "Factory", + ) -> None: + self.dist = dist + self._ireq = _make_install_req_from_dist(dist, template) + self._factory = factory + self._version = None + + # This is just logging some messages, so we can do it eagerly. + # The returned dist would be exactly the same as self.dist because we + # set satisfied_by in _make_install_req_from_dist. + # TODO: Supply reason based on force_reinstall and upgrade_strategy. + skip_reason = "already satisfied" + factory.preparer.prepare_installed_requirement(self._ireq, skip_reason) + + def __str__(self) -> str: + return str(self.dist) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.dist!r})" + + def __eq__(self, other: object) -> bool: + if not isinstance(other, AlreadyInstalledCandidate): + return NotImplemented + return self.name == other.name and self.version == other.version + + def __hash__(self) -> int: + return hash((self.name, self.version)) + + @property + def project_name(self) -> NormalizedName: + return self.dist.canonical_name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> Version: + if self._version is None: + self._version = self.dist.version + return self._version + + @property + def is_editable(self) -> bool: + return self.dist.editable + + def format_for_error(self) -> str: + return f"{self.name} {self.version} (Installed)" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + if not with_requires: + return + for r in self.dist.iter_dependencies(): + yield from self._factory.make_requirements_from_spec(str(r), self._ireq) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None + + +class ExtrasCandidate(Candidate): + """A candidate that has 'extras', indicating additional dependencies. + + Requirements can be for a project with dependencies, something like + foo[extra]. The extras don't affect the project/version being installed + directly, but indicate that we need additional dependencies. We model that + by having an artificial ExtrasCandidate that wraps the "base" candidate. + + The ExtrasCandidate differs from the base in the following ways: + + 1. It has a unique name, of the form foo[extra]. This causes the resolver + to treat it as a separate node in the dependency graph. + 2. When we're getting the candidate's dependencies, + a) We specify that we want the extra dependencies as well. + b) We add a dependency on the base candidate. + See below for why this is needed. + 3. We return None for the underlying InstallRequirement, as the base + candidate will provide it, and we don't want to end up with duplicates. + + The dependency on the base candidate is needed so that the resolver can't + decide that it should recommend foo[extra1] version 1.0 and foo[extra2] + version 2.0. Having those candidates depend on foo=1.0 and foo=2.0 + respectively forces the resolver to recognise that this is a conflict. + """ + + def __init__( + self, + base: BaseCandidate, + extras: FrozenSet[str], + *, + comes_from: Optional[InstallRequirement] = None, + ) -> None: + """ + :param comes_from: the InstallRequirement that led to this candidate if it + differs from the base's InstallRequirement. This will often be the + case in the sense that this candidate's requirement has the extras + while the base's does not. Unlike the InstallRequirement backed + candidates, this requirement is used solely for reporting purposes, + it does not do any leg work. + """ + self.base = base + self.extras = frozenset(canonicalize_name(e) for e in extras) + self._comes_from = comes_from if comes_from is not None else self.base._ireq + + def __str__(self) -> str: + name, rest = str(self.base).split(" ", 1) + return "{}[{}] {}".format(name, ",".join(self.extras), rest) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}(base={self.base!r}, extras={self.extras!r})" + + def __hash__(self) -> int: + return hash((self.base, self.extras)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.base == other.base and self.extras == other.extras + return False + + @property + def project_name(self) -> NormalizedName: + return self.base.project_name + + @property + def name(self) -> str: + """The normalised name of the project the candidate refers to""" + return format_name(self.base.project_name, self.extras) + + @property + def version(self) -> Version: + return self.base.version + + def format_for_error(self) -> str: + return "{} [{}]".format( + self.base.format_for_error(), ", ".join(sorted(self.extras)) + ) + + @property + def is_installed(self) -> bool: + return self.base.is_installed + + @property + def is_editable(self) -> bool: + return self.base.is_editable + + @property + def source_link(self) -> Optional[Link]: + return self.base.source_link + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + factory = self.base._factory + + # Add a dependency on the exact base + # (See note 2b in the class docstring) + yield factory.make_requirement_from_candidate(self.base) + if not with_requires: + return + + # The user may have specified extras that the candidate doesn't + # support. We ignore any unsupported extras here. + valid_extras = self.extras.intersection(self.base.dist.iter_provided_extras()) + invalid_extras = self.extras.difference(self.base.dist.iter_provided_extras()) + for extra in sorted(invalid_extras): + logger.warning( + "%s %s does not provide the extra '%s'", + self.base.name, + self.version, + extra, + ) + + for r in self.base.dist.iter_dependencies(valid_extras): + yield from factory.make_requirements_from_spec( + str(r), + self._comes_from, + valid_extras, + ) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + # We don't return anything here, because we always + # depend on the base candidate, and we'll get the + # install requirement from that. + return None + + +class RequiresPythonCandidate(Candidate): + is_installed = False + source_link = None + + def __init__(self, py_version_info: Optional[Tuple[int, ...]]) -> None: + if py_version_info is not None: + version_info = normalize_version_info(py_version_info) + else: + version_info = sys.version_info[:3] + self._version = Version(".".join(str(c) for c in version_info)) + + # We don't need to implement __eq__() and __ne__() since there is always + # only one RequiresPythonCandidate in a resolution, i.e. the host Python. + # The built-in object.__eq__() and object.__ne__() do exactly what we want. + + def __str__(self) -> str: + return f"Python {self._version}" + + @property + def project_name(self) -> NormalizedName: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def name(self) -> str: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def version(self) -> Version: + return self._version + + def format_for_error(self) -> str: + return f"Python {self.version}" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + return () + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 00000000..145bdbf7 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,817 @@ +import contextlib +import functools +import logging +from typing import ( + TYPE_CHECKING, + Callable, + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Mapping, + NamedTuple, + Optional, + Protocol, + Sequence, + Set, + Tuple, + TypeVar, + cast, +) + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.resolvelib import ResolutionImpossible + +from pip._internal.cache import CacheEntry, WheelCache +from pip._internal.exceptions import ( + DistributionNotFound, + InstallationError, + MetadataInconsistent, + MetadataInvalid, + UnsupportedPythonVersion, + UnsupportedWheel, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import ( + install_req_drop_extras, + install_req_from_link_and_ireq, +) +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.resolution.base import InstallRequirementProvider +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import Candidate, Constraint, Requirement +from .candidates import ( + AlreadyInstalledCandidate, + BaseCandidate, + EditableCandidate, + ExtrasCandidate, + LinkCandidate, + RequiresPythonCandidate, + as_base_candidate, +) +from .found_candidates import FoundCandidates, IndexCandidateInfo +from .requirements import ( + ExplicitRequirement, + RequiresPythonRequirement, + SpecifierRequirement, + SpecifierWithoutExtrasRequirement, + UnsatisfiableRequirement, +) + +if TYPE_CHECKING: + + class ConflictCause(Protocol): + requirement: RequiresPythonRequirement + parent: Candidate + + +logger = logging.getLogger(__name__) + +C = TypeVar("C") +Cache = Dict[Link, C] + + +class CollectedRootRequirements(NamedTuple): + requirements: List[Requirement] + constraints: Dict[str, Constraint] + user_requested: Dict[str, int] + + +class Factory: + def __init__( + self, + finder: PackageFinder, + preparer: RequirementPreparer, + make_install_req: InstallRequirementProvider, + wheel_cache: Optional[WheelCache], + use_user_site: bool, + force_reinstall: bool, + ignore_installed: bool, + ignore_requires_python: bool, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + self._finder = finder + self.preparer = preparer + self._wheel_cache = wheel_cache + self._python_candidate = RequiresPythonCandidate(py_version_info) + self._make_install_req_from_spec = make_install_req + self._use_user_site = use_user_site + self._force_reinstall = force_reinstall + self._ignore_requires_python = ignore_requires_python + + self._build_failures: Cache[InstallationError] = {} + self._link_candidate_cache: Cache[LinkCandidate] = {} + self._editable_candidate_cache: Cache[EditableCandidate] = {} + self._installed_candidate_cache: Dict[str, AlreadyInstalledCandidate] = {} + self._extras_candidate_cache: Dict[ + Tuple[int, FrozenSet[NormalizedName]], ExtrasCandidate + ] = {} + self._supported_tags_cache = get_supported() + + if not ignore_installed: + env = get_default_environment() + self._installed_dists = { + dist.canonical_name: dist + for dist in env.iter_installed_distributions(local_only=False) + } + else: + self._installed_dists = {} + + @property + def force_reinstall(self) -> bool: + return self._force_reinstall + + def _fail_if_link_is_unsupported_wheel(self, link: Link) -> None: + if not link.is_wheel: + return + wheel = Wheel(link.filename) + if wheel.supported(self._finder.target_python.get_unsorted_tags()): + return + msg = f"{link.filename} is not a supported wheel on this platform." + raise UnsupportedWheel(msg) + + def _make_extras_candidate( + self, + base: BaseCandidate, + extras: FrozenSet[str], + *, + comes_from: Optional[InstallRequirement] = None, + ) -> ExtrasCandidate: + cache_key = (id(base), frozenset(canonicalize_name(e) for e in extras)) + try: + candidate = self._extras_candidate_cache[cache_key] + except KeyError: + candidate = ExtrasCandidate(base, extras, comes_from=comes_from) + self._extras_candidate_cache[cache_key] = candidate + return candidate + + def _make_candidate_from_dist( + self, + dist: BaseDistribution, + extras: FrozenSet[str], + template: InstallRequirement, + ) -> Candidate: + try: + base = self._installed_candidate_cache[dist.canonical_name] + except KeyError: + base = AlreadyInstalledCandidate(dist, template, factory=self) + self._installed_candidate_cache[dist.canonical_name] = base + if not extras: + return base + return self._make_extras_candidate(base, extras, comes_from=template) + + def _make_candidate_from_link( + self, + link: Link, + extras: FrozenSet[str], + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[Version], + ) -> Optional[Candidate]: + base: Optional[BaseCandidate] = self._make_base_candidate_from_link( + link, template, name, version + ) + if not extras or base is None: + return base + return self._make_extras_candidate(base, extras, comes_from=template) + + def _make_base_candidate_from_link( + self, + link: Link, + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[Version], + ) -> Optional[BaseCandidate]: + # TODO: Check already installed candidate, and use it if the link and + # editable flag match. + + if link in self._build_failures: + # We already tried this candidate before, and it does not build. + # Don't bother trying again. + return None + + if template.editable: + if link not in self._editable_candidate_cache: + try: + self._editable_candidate_cache[link] = EditableCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except (MetadataInconsistent, MetadataInvalid) as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + + return self._editable_candidate_cache[link] + else: + if link not in self._link_candidate_cache: + try: + self._link_candidate_cache[link] = LinkCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + return self._link_candidate_cache[link] + + def _iter_found_candidates( + self, + ireqs: Sequence[InstallRequirement], + specifier: SpecifierSet, + hashes: Hashes, + prefers_installed: bool, + incompatible_ids: Set[int], + ) -> Iterable[Candidate]: + if not ireqs: + return () + + # The InstallRequirement implementation requires us to give it a + # "template". Here we just choose the first requirement to represent + # all of them. + # Hopefully the Project model can correct this mismatch in the future. + template = ireqs[0] + assert template.req, "Candidates found on index must be PEP 508" + name = canonicalize_name(template.req.name) + + extras: FrozenSet[str] = frozenset() + for ireq in ireqs: + assert ireq.req, "Candidates found on index must be PEP 508" + specifier &= ireq.req.specifier + hashes &= ireq.hashes(trust_internet=False) + extras |= frozenset(ireq.extras) + + def _get_installed_candidate() -> Optional[Candidate]: + """Get the candidate for the currently-installed version.""" + # If --force-reinstall is set, we want the version from the index + # instead, so we "pretend" there is nothing installed. + if self._force_reinstall: + return None + try: + installed_dist = self._installed_dists[name] + except KeyError: + return None + # Don't use the installed distribution if its version does not fit + # the current dependency graph. + if not specifier.contains(installed_dist.version, prereleases=True): + return None + candidate = self._make_candidate_from_dist( + dist=installed_dist, + extras=extras, + template=template, + ) + # The candidate is a known incompatibility. Don't use it. + if id(candidate) in incompatible_ids: + return None + return candidate + + def iter_index_candidate_infos() -> Iterator[IndexCandidateInfo]: + result = self._finder.find_best_candidate( + project_name=name, + specifier=specifier, + hashes=hashes, + ) + icans = list(result.iter_applicable()) + + # PEP 592: Yanked releases are ignored unless the specifier + # explicitly pins a version (via '==' or '===') that can be + # solely satisfied by a yanked release. + all_yanked = all(ican.link.is_yanked for ican in icans) + + def is_pinned(specifier: SpecifierSet) -> bool: + for sp in specifier: + if sp.operator == "===": + return True + if sp.operator != "==": + continue + if sp.version.endswith(".*"): + continue + return True + return False + + pinned = is_pinned(specifier) + + # PackageFinder returns earlier versions first, so we reverse. + for ican in reversed(icans): + if not (all_yanked and pinned) and ican.link.is_yanked: + continue + func = functools.partial( + self._make_candidate_from_link, + link=ican.link, + extras=extras, + template=template, + name=name, + version=ican.version, + ) + yield ican.version, func + + return FoundCandidates( + iter_index_candidate_infos, + _get_installed_candidate(), + prefers_installed, + incompatible_ids, + ) + + def _iter_explicit_candidates_from_base( + self, + base_requirements: Iterable[Requirement], + extras: FrozenSet[str], + ) -> Iterator[Candidate]: + """Produce explicit candidates from the base given an extra-ed package. + + :param base_requirements: Requirements known to the resolver. The + requirements are guaranteed to not have extras. + :param extras: The extras to inject into the explicit requirements' + candidates. + """ + for req in base_requirements: + lookup_cand, _ = req.get_candidate_lookup() + if lookup_cand is None: # Not explicit. + continue + # We've stripped extras from the identifier, and should always + # get a BaseCandidate here, unless there's a bug elsewhere. + base_cand = as_base_candidate(lookup_cand) + assert base_cand is not None, "no extras here" + yield self._make_extras_candidate(base_cand, extras) + + def _iter_candidates_from_constraints( + self, + identifier: str, + constraint: Constraint, + template: InstallRequirement, + ) -> Iterator[Candidate]: + """Produce explicit candidates from constraints. + + This creates "fake" InstallRequirement objects that are basically clones + of what "should" be the template, but with original_link set to link. + """ + for link in constraint.links: + self._fail_if_link_is_unsupported_wheel(link) + candidate = self._make_base_candidate_from_link( + link, + template=install_req_from_link_and_ireq(link, template), + name=canonicalize_name(identifier), + version=None, + ) + if candidate: + yield candidate + + def find_candidates( + self, + identifier: str, + requirements: Mapping[str, Iterable[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + constraint: Constraint, + prefers_installed: bool, + is_satisfied_by: Callable[[Requirement, Candidate], bool], + ) -> Iterable[Candidate]: + # Collect basic lookup information from the requirements. + explicit_candidates: Set[Candidate] = set() + ireqs: List[InstallRequirement] = [] + for req in requirements[identifier]: + cand, ireq = req.get_candidate_lookup() + if cand is not None: + explicit_candidates.add(cand) + if ireq is not None: + ireqs.append(ireq) + + # If the current identifier contains extras, add requires and explicit + # candidates from entries from extra-less identifier. + with contextlib.suppress(InvalidRequirement): + parsed_requirement = get_requirement(identifier) + if parsed_requirement.name != identifier: + explicit_candidates.update( + self._iter_explicit_candidates_from_base( + requirements.get(parsed_requirement.name, ()), + frozenset(parsed_requirement.extras), + ), + ) + for req in requirements.get(parsed_requirement.name, []): + _, ireq = req.get_candidate_lookup() + if ireq is not None: + ireqs.append(ireq) + + # Add explicit candidates from constraints. We only do this if there are + # known ireqs, which represent requirements not already explicit. If + # there are no ireqs, we're constraining already-explicit requirements, + # which is handled later when we return the explicit candidates. + if ireqs: + try: + explicit_candidates.update( + self._iter_candidates_from_constraints( + identifier, + constraint, + template=ireqs[0], + ), + ) + except UnsupportedWheel: + # If we're constrained to install a wheel incompatible with the + # target architecture, no candidates will ever be valid. + return () + + # Since we cache all the candidates, incompatibility identification + # can be made quicker by comparing only the id() values. + incompat_ids = {id(c) for c in incompatibilities.get(identifier, ())} + + # If none of the requirements want an explicit candidate, we can ask + # the finder for candidates. + if not explicit_candidates: + return self._iter_found_candidates( + ireqs, + constraint.specifier, + constraint.hashes, + prefers_installed, + incompat_ids, + ) + + return ( + c + for c in explicit_candidates + if id(c) not in incompat_ids + and constraint.is_satisfied_by(c) + and all(is_satisfied_by(req, c) for req in requirements[identifier]) + ) + + def _make_requirements_from_install_req( + self, ireq: InstallRequirement, requested_extras: Iterable[str] + ) -> Iterator[Requirement]: + """ + Returns requirement objects associated with the given InstallRequirement. In + most cases this will be a single object but the following special cases exist: + - the InstallRequirement has markers that do not apply -> result is empty + - the InstallRequirement has both a constraint (or link) and extras + -> result is split in two requirement objects: one with the constraint + (or link) and one with the extra. This allows centralized constraint + handling for the base, resulting in fewer candidate rejections. + """ + if not ireq.match_markers(requested_extras): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + ireq.name, + ireq.markers, + ) + elif not ireq.link: + if ireq.extras and ireq.req is not None and ireq.req.specifier: + yield SpecifierWithoutExtrasRequirement(ireq) + yield SpecifierRequirement(ireq) + else: + self._fail_if_link_is_unsupported_wheel(ireq.link) + # Always make the link candidate for the base requirement to make it + # available to `find_candidates` for explicit candidate lookup for any + # set of extras. + # The extras are required separately via a second requirement. + cand = self._make_base_candidate_from_link( + ireq.link, + template=install_req_drop_extras(ireq) if ireq.extras else ireq, + name=canonicalize_name(ireq.name) if ireq.name else None, + version=None, + ) + if cand is None: + # There's no way we can satisfy a URL requirement if the underlying + # candidate fails to build. An unnamed URL must be user-supplied, so + # we fail eagerly. If the URL is named, an unsatisfiable requirement + # can make the resolver do the right thing, either backtrack (and + # maybe find some other requirement that's buildable) or raise a + # ResolutionImpossible eventually. + if not ireq.name: + raise self._build_failures[ireq.link] + yield UnsatisfiableRequirement(canonicalize_name(ireq.name)) + else: + # require the base from the link + yield self.make_requirement_from_candidate(cand) + if ireq.extras: + # require the extras on top of the base candidate + yield self.make_requirement_from_candidate( + self._make_extras_candidate(cand, frozenset(ireq.extras)) + ) + + def collect_root_requirements( + self, root_ireqs: List[InstallRequirement] + ) -> CollectedRootRequirements: + collected = CollectedRootRequirements([], {}, {}) + for i, ireq in enumerate(root_ireqs): + if ireq.constraint: + # Ensure we only accept valid constraints + problem = check_invalid_constraint_type(ireq) + if problem: + raise InstallationError(problem) + if not ireq.match_markers(): + continue + assert ireq.name, "Constraint must be named" + name = canonicalize_name(ireq.name) + if name in collected.constraints: + collected.constraints[name] &= ireq + else: + collected.constraints[name] = Constraint.from_ireq(ireq) + else: + reqs = list( + self._make_requirements_from_install_req( + ireq, + requested_extras=(), + ) + ) + if not reqs: + continue + template = reqs[0] + if ireq.user_supplied and template.name not in collected.user_requested: + collected.user_requested[template.name] = i + collected.requirements.extend(reqs) + # Put requirements with extras at the end of the root requires. This does not + # affect resolvelib's picking preference but it does affect its initial criteria + # population: by putting extras at the end we enable the candidate finder to + # present resolvelib with a smaller set of candidates to resolvelib, already + # taking into account any non-transient constraints on the associated base. This + # means resolvelib will have fewer candidates to visit and reject. + # Python's list sort is stable, meaning relative order is kept for objects with + # the same key. + collected.requirements.sort(key=lambda r: r.name != r.project_name) + return collected + + def make_requirement_from_candidate( + self, candidate: Candidate + ) -> ExplicitRequirement: + return ExplicitRequirement(candidate) + + def make_requirements_from_spec( + self, + specifier: str, + comes_from: Optional[InstallRequirement], + requested_extras: Iterable[str] = (), + ) -> Iterator[Requirement]: + """ + Returns requirement objects associated with the given specifier. In most cases + this will be a single object but the following special cases exist: + - the specifier has markers that do not apply -> result is empty + - the specifier has both a constraint and extras -> result is split + in two requirement objects: one with the constraint and one with the + extra. This allows centralized constraint handling for the base, + resulting in fewer candidate rejections. + """ + ireq = self._make_install_req_from_spec(specifier, comes_from) + return self._make_requirements_from_install_req(ireq, requested_extras) + + def make_requires_python_requirement( + self, + specifier: SpecifierSet, + ) -> Optional[Requirement]: + if self._ignore_requires_python: + return None + # Don't bother creating a dependency for an empty Requires-Python. + if not str(specifier): + return None + return RequiresPythonRequirement(specifier, self._python_candidate) + + def get_wheel_cache_entry( + self, link: Link, name: Optional[str] + ) -> Optional[CacheEntry]: + """Look up the link in the wheel cache. + + If ``preparer.require_hashes`` is True, don't use the wheel cache, + because cached wheels, always built locally, have different hashes + than the files downloaded from the index server and thus throw false + hash mismatches. Furthermore, cached wheels at present have + nondeterministic contents due to file modification times. + """ + if self._wheel_cache is None: + return None + return self._wheel_cache.get_cache_entry( + link=link, + package_name=name, + supported_tags=self._supported_tags_cache, + ) + + def get_dist_to_uninstall(self, candidate: Candidate) -> Optional[BaseDistribution]: + # TODO: Are there more cases this needs to return True? Editable? + dist = self._installed_dists.get(candidate.project_name) + if dist is None: # Not installed, no uninstallation required. + return None + + # We're installing into global site. The current installation must + # be uninstalled, no matter it's in global or user site, because the + # user site installation has precedence over global. + if not self._use_user_site: + return dist + + # We're installing into user site. Remove the user site installation. + if dist.in_usersite: + return dist + + # We're installing into user site, but the installed incompatible + # package is in global site. We can't uninstall that, and would let + # the new user installation to "shadow" it. But shadowing won't work + # in virtual environments, so we error out. + if running_under_virtualenv() and dist.in_site_packages: + message = ( + f"Will not install to the user site because it will lack " + f"sys.path precedence to {dist.raw_name} in {dist.location}" + ) + raise InstallationError(message) + return None + + def _report_requires_python_error( + self, causes: Sequence["ConflictCause"] + ) -> UnsupportedPythonVersion: + assert causes, "Requires-Python error reported with no cause" + + version = self._python_candidate.version + + if len(causes) == 1: + specifier = str(causes[0].requirement.specifier) + message = ( + f"Package {causes[0].parent.name!r} requires a different " + f"Python: {version} not in {specifier!r}" + ) + return UnsupportedPythonVersion(message) + + message = f"Packages require a different Python. {version} not in:" + for cause in causes: + package = cause.parent.format_for_error() + specifier = str(cause.requirement.specifier) + message += f"\n{specifier!r} (required by {package})" + return UnsupportedPythonVersion(message) + + def _report_single_requirement_conflict( + self, req: Requirement, parent: Optional[Candidate] + ) -> DistributionNotFound: + if parent is None: + req_disp = str(req) + else: + req_disp = f"{req} (from {parent.name})" + + cands = self._finder.find_all_candidates(req.project_name) + skipped_by_requires_python = self._finder.requires_python_skipped_reasons() + + versions_set: Set[Version] = set() + yanked_versions_set: Set[Version] = set() + for c in cands: + is_yanked = c.link.is_yanked if c.link else False + if is_yanked: + yanked_versions_set.add(c.version) + else: + versions_set.add(c.version) + + versions = [str(v) for v in sorted(versions_set)] + yanked_versions = [str(v) for v in sorted(yanked_versions_set)] + + if yanked_versions: + # Saying "version X is yanked" isn't entirely accurate. + # https://github.com/pypa/pip/issues/11745#issuecomment-1402805842 + logger.critical( + "Ignored the following yanked versions: %s", + ", ".join(yanked_versions) or "none", + ) + if skipped_by_requires_python: + logger.critical( + "Ignored the following versions that require a different python " + "version: %s", + "; ".join(skipped_by_requires_python) or "none", + ) + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req_disp, + ", ".join(versions) or "none", + ) + if str(req) == "requirements.txt": + logger.info( + "HINT: You are attempting to install a package literally " + 'named "requirements.txt" (which cannot exist). Consider ' + "using the '-r' flag to install the packages listed in " + "requirements.txt" + ) + + return DistributionNotFound(f"No matching distribution found for {req}") + + def get_installation_error( + self, + e: "ResolutionImpossible[Requirement, Candidate]", + constraints: Dict[str, Constraint], + ) -> InstallationError: + assert e.causes, "Installation error reported with no cause" + + # If one of the things we can't solve is "we need Python X.Y", + # that is what we report. + requires_python_causes = [ + cause + for cause in e.causes + if isinstance(cause.requirement, RequiresPythonRequirement) + and not cause.requirement.is_satisfied_by(self._python_candidate) + ] + if requires_python_causes: + # The comprehension above makes sure all Requirement instances are + # RequiresPythonRequirement, so let's cast for convenience. + return self._report_requires_python_error( + cast("Sequence[ConflictCause]", requires_python_causes), + ) + + # Otherwise, we have a set of causes which can't all be satisfied + # at once. + + # The simplest case is when we have *one* cause that can't be + # satisfied. We just report that case. + if len(e.causes) == 1: + req, parent = e.causes[0] + if req.name not in constraints: + return self._report_single_requirement_conflict(req, parent) + + # OK, we now have a list of requirements that can't all be + # satisfied at once. + + # A couple of formatting helpers + def text_join(parts: List[str]) -> str: + if len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def describe_trigger(parent: Candidate) -> str: + ireq = parent.get_install_requirement() + if not ireq or not ireq.comes_from: + return f"{parent.name}=={parent.version}" + if isinstance(ireq.comes_from, InstallRequirement): + return str(ireq.comes_from.name) + return str(ireq.comes_from) + + triggers = set() + for req, parent in e.causes: + if parent is None: + # This is a root requirement, so we can report it directly + trigger = req.format_for_error() + else: + trigger = describe_trigger(parent) + triggers.add(trigger) + + if triggers: + info = text_join(sorted(triggers)) + else: + info = "the requested packages" + + msg = ( + f"Cannot install {info} because these package versions " + "have conflicting dependencies." + ) + logger.critical(msg) + msg = "\nThe conflict is caused by:" + + relevant_constraints = set() + for req, parent in e.causes: + if req.name in constraints: + relevant_constraints.add(req.name) + msg = msg + "\n " + if parent: + msg = msg + f"{parent.name} {parent.version} depends on " + else: + msg = msg + "The user requested " + msg = msg + req.format_for_error() + for key in relevant_constraints: + spec = constraints[key].specifier + msg += f"\n The user requested (constraint) {key}{spec}" + + msg = ( + msg + + "\n\n" + + "To fix this you could try to:\n" + + "1. loosen the range of package versions you've specified\n" + + "2. remove package versions to allow pip to attempt to solve " + + "the dependency conflict\n" + ) + + logger.info(msg) + + return DistributionNotFound( + "ResolutionImpossible: for help visit " + "https://pip.pypa.io/en/latest/topics/dependency-resolution/" + "#dealing-with-dependency-conflicts" + ) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 00000000..a1d57e0f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py @@ -0,0 +1,174 @@ +"""Utilities to lazily create and visit candidates found. + +Creating and visiting a candidate is a *very* costly operation. It involves +fetching, extracting, potentially building modules from source, and verifying +distribution metadata. It is therefore crucial for performance to keep +everything here lazy all the way down, so we only touch candidates that we +absolutely need, and not "download the world" when we only need one version of +something. +""" + +import functools +import logging +from collections.abc import Sequence +from typing import TYPE_CHECKING, Any, Callable, Iterator, Optional, Set, Tuple + +from pip._vendor.packaging.version import _BaseVersion + +from pip._internal.exceptions import MetadataInvalid + +from .base import Candidate + +logger = logging.getLogger(__name__) + +IndexCandidateInfo = Tuple[_BaseVersion, Callable[[], Optional[Candidate]]] + +if TYPE_CHECKING: + SequenceCandidate = Sequence[Candidate] +else: + # For compatibility: Python before 3.9 does not support using [] on the + # Sequence class. + # + # >>> from collections.abc import Sequence + # >>> Sequence[str] + # Traceback (most recent call last): + # File "", line 1, in + # TypeError: 'ABCMeta' object is not subscriptable + # + # TODO: Remove this block after dropping Python 3.8 support. + SequenceCandidate = Sequence + + +def _iter_built(infos: Iterator[IndexCandidateInfo]) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the package is not already installed. Candidates + from index come later in their normal ordering. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + try: + candidate = func() + except MetadataInvalid as e: + logger.warning( + "Ignoring version %s of %s since it has invalid metadata:\n" + "%s\n" + "Please use pip<24.1 if you need to use this version.", + version, + e.ireq.name, + e, + ) + # Mark version as found to avoid trying other candidates with the same + # version, since they most likely have invalid metadata as well. + versions_found.add(version) + else: + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_prepended( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers the already-installed + candidate and NOT to upgrade. The installed candidate is therefore + always yielded first, and candidates from index come later in their + normal ordering, except skipped when the version is already installed. + """ + yield installed + versions_found: Set[_BaseVersion] = {installed.version} + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_inserted( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers to upgrade an + already-installed package. Candidates from index are returned in their + normal ordering, except replaced when the version is already installed. + + The implementation iterates through and yields other candidates, inserting + the installed candidate exactly once before we start yielding older or + equivalent candidates, or after all other candidates if they are all newer. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + # If the installed candidate is better, yield it first. + if installed.version >= version: + yield installed + versions_found.add(installed.version) + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + # If the installed candidate is older than all other candidates. + if installed.version not in versions_found: + yield installed + + +class FoundCandidates(SequenceCandidate): + """A lazy sequence to provide candidates to the resolver. + + The intended usage is to return this from `find_matches()` so the resolver + can iterate through the sequence multiple times, but only access the index + page when remote packages are actually needed. This improve performances + when suitable candidates are already installed on disk. + """ + + def __init__( + self, + get_infos: Callable[[], Iterator[IndexCandidateInfo]], + installed: Optional[Candidate], + prefers_installed: bool, + incompatible_ids: Set[int], + ): + self._get_infos = get_infos + self._installed = installed + self._prefers_installed = prefers_installed + self._incompatible_ids = incompatible_ids + + def __getitem__(self, index: Any) -> Any: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + def __iter__(self) -> Iterator[Candidate]: + infos = self._get_infos() + if not self._installed: + iterator = _iter_built(infos) + elif self._prefers_installed: + iterator = _iter_built_with_prepended(self._installed, infos) + else: + iterator = _iter_built_with_inserted(self._installed, infos) + return (c for c in iterator if id(c) not in self._incompatible_ids) + + def __len__(self) -> int: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + @functools.lru_cache(maxsize=1) + def __bool__(self) -> bool: + if self._prefers_installed and self._installed: + return True + return any(self) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 00000000..fb0dd85f --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py @@ -0,0 +1,258 @@ +import collections +import math +from functools import lru_cache +from typing import ( + TYPE_CHECKING, + Dict, + Iterable, + Iterator, + Mapping, + Sequence, + TypeVar, + Union, +) + +from pip._vendor.resolvelib.providers import AbstractProvider + +from .base import Candidate, Constraint, Requirement +from .candidates import REQUIRES_PYTHON_IDENTIFIER +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.providers import Preference + from pip._vendor.resolvelib.resolvers import RequirementInformation + + PreferenceInformation = RequirementInformation[Requirement, Candidate] + + _ProviderBase = AbstractProvider[Requirement, Candidate, str] +else: + _ProviderBase = AbstractProvider + +# Notes on the relationship between the provider, the factory, and the +# candidate and requirement classes. +# +# The provider is a direct implementation of the resolvelib class. Its role +# is to deliver the API that resolvelib expects. +# +# Rather than work with completely abstract "requirement" and "candidate" +# concepts as resolvelib does, pip has concrete classes implementing these two +# ideas. The API of Requirement and Candidate objects are defined in the base +# classes, but essentially map fairly directly to the equivalent provider +# methods. In particular, `find_matches` and `is_satisfied_by` are +# requirement methods, and `get_dependencies` is a candidate method. +# +# The factory is the interface to pip's internal mechanisms. It is stateless, +# and is created by the resolver and held as a property of the provider. It is +# responsible for creating Requirement and Candidate objects, and provides +# services to those objects (access to pip's finder and preparer). + + +D = TypeVar("D") +V = TypeVar("V") + + +def _get_with_identifier( + mapping: Mapping[str, V], + identifier: str, + default: D, +) -> Union[D, V]: + """Get item from a package name lookup mapping with a resolver identifier. + + This extra logic is needed when the target mapping is keyed by package + name, which cannot be directly looked up with an identifier (which may + contain requested extras). Additional logic is added to also look up a value + by "cleaning up" the extras from the identifier. + """ + if identifier in mapping: + return mapping[identifier] + # HACK: Theoretically we should check whether this identifier is a valid + # "NAME[EXTRAS]" format, and parse out the name part with packaging or + # some regular expression. But since pip's resolver only spits out three + # kinds of identifiers: normalized PEP 503 names, normalized names plus + # extras, and Requires-Python, we can cheat a bit here. + name, open_bracket, _ = identifier.partition("[") + if open_bracket and name in mapping: + return mapping[name] + return default + + +class PipProvider(_ProviderBase): + """Pip's provider implementation for resolvelib. + + :params constraints: A mapping of constraints specified by the user. Keys + are canonicalized project names. + :params ignore_dependencies: Whether the user specified ``--no-deps``. + :params upgrade_strategy: The user-specified upgrade strategy. + :params user_requested: A set of canonicalized package names that the user + supplied for pip to install/upgrade. + """ + + def __init__( + self, + factory: Factory, + constraints: Dict[str, Constraint], + ignore_dependencies: bool, + upgrade_strategy: str, + user_requested: Dict[str, int], + ) -> None: + self._factory = factory + self._constraints = constraints + self._ignore_dependencies = ignore_dependencies + self._upgrade_strategy = upgrade_strategy + self._user_requested = user_requested + self._known_depths: Dict[str, float] = collections.defaultdict(lambda: math.inf) + + def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str: + return requirement_or_candidate.name + + def get_preference( + self, + identifier: str, + resolutions: Mapping[str, Candidate], + candidates: Mapping[str, Iterator[Candidate]], + information: Mapping[str, Iterable["PreferenceInformation"]], + backtrack_causes: Sequence["PreferenceInformation"], + ) -> "Preference": + """Produce a sort key for given requirement based on preference. + + The lower the return value is, the more preferred this group of + arguments is. + + Currently pip considers the following in order: + + * Prefer if any of the known requirements is "direct", e.g. points to an + explicit URL. + * If equal, prefer if any requirement is "pinned", i.e. contains + operator ``===`` or ``==``. + * If equal, calculate an approximate "depth" and resolve requirements + closer to the user-specified requirements first. If the depth cannot + by determined (eg: due to no matching parents), it is considered + infinite. + * Order user-specified requirements by the order they are specified. + * If equal, prefers "non-free" requirements, i.e. contains at least one + operator, such as ``>=`` or ``<``. + * If equal, order alphabetically for consistency (helps debuggability). + """ + try: + next(iter(information[identifier])) + except StopIteration: + # There is no information for this identifier, so there's no known + # candidates. + has_information = False + else: + has_information = True + + if has_information: + lookups = (r.get_candidate_lookup() for r, _ in information[identifier]) + candidate, ireqs = zip(*lookups) + else: + candidate, ireqs = None, () + + operators = [ + specifier.operator + for specifier_set in (ireq.specifier for ireq in ireqs if ireq) + for specifier in specifier_set + ] + + direct = candidate is not None + pinned = any(op[:2] == "==" for op in operators) + unfree = bool(operators) + + try: + requested_order: Union[int, float] = self._user_requested[identifier] + except KeyError: + requested_order = math.inf + if has_information: + parent_depths = ( + self._known_depths[parent.name] if parent is not None else 0.0 + for _, parent in information[identifier] + ) + inferred_depth = min(d for d in parent_depths) + 1.0 + else: + inferred_depth = math.inf + else: + inferred_depth = 1.0 + self._known_depths[identifier] = inferred_depth + + requested_order = self._user_requested.get(identifier, math.inf) + + # Requires-Python has only one candidate and the check is basically + # free, so we always do it first to avoid needless work if it fails. + requires_python = identifier == REQUIRES_PYTHON_IDENTIFIER + + # Prefer the causes of backtracking on the assumption that the problem + # resolving the dependency tree is related to the failures that caused + # the backtracking + backtrack_cause = self.is_backtrack_cause(identifier, backtrack_causes) + + return ( + not requires_python, + not direct, + not pinned, + not backtrack_cause, + inferred_depth, + requested_order, + not unfree, + identifier, + ) + + def find_matches( + self, + identifier: str, + requirements: Mapping[str, Iterator[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + ) -> Iterable[Candidate]: + def _eligible_for_upgrade(identifier: str) -> bool: + """Are upgrades allowed for this project? + + This checks the upgrade strategy, and whether the project was one + that the user specified in the command line, in order to decide + whether we should upgrade if there's a newer version available. + + (Note that we don't need access to the `--upgrade` flag, because + an upgrade strategy of "to-satisfy-only" means that `--upgrade` + was not specified). + """ + if self._upgrade_strategy == "eager": + return True + elif self._upgrade_strategy == "only-if-needed": + user_order = _get_with_identifier( + self._user_requested, + identifier, + default=None, + ) + return user_order is not None + return False + + constraint = _get_with_identifier( + self._constraints, + identifier, + default=Constraint.empty(), + ) + return self._factory.find_candidates( + identifier=identifier, + requirements=requirements, + constraint=constraint, + prefers_installed=(not _eligible_for_upgrade(identifier)), + incompatibilities=incompatibilities, + is_satisfied_by=self.is_satisfied_by, + ) + + @lru_cache(maxsize=None) + def is_satisfied_by(self, requirement: Requirement, candidate: Candidate) -> bool: + return requirement.is_satisfied_by(candidate) + + def get_dependencies(self, candidate: Candidate) -> Sequence[Requirement]: + with_requires = not self._ignore_dependencies + return [r for r in candidate.iter_dependencies(with_requires) if r is not None] + + @staticmethod + def is_backtrack_cause( + identifier: str, backtrack_causes: Sequence["PreferenceInformation"] + ) -> bool: + for backtrack_cause in backtrack_causes: + if identifier == backtrack_cause.requirement.name: + return True + if backtrack_cause.parent and identifier == backtrack_cause.parent.name: + return True + return False diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 00000000..0594569d --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py @@ -0,0 +1,81 @@ +from collections import defaultdict +from logging import getLogger +from typing import Any, DefaultDict + +from pip._vendor.resolvelib.reporters import BaseReporter + +from .base import Candidate, Requirement + +logger = getLogger(__name__) + + +class PipReporter(BaseReporter): + def __init__(self) -> None: + self.reject_count_by_package: DefaultDict[str, int] = defaultdict(int) + + self._messages_at_reject_count = { + 1: ( + "pip is looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 8: ( + "pip is still looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 13: ( + "This is taking longer than usual. You might need to provide " + "the dependency resolver with stricter constraints to reduce " + "runtime. See https://pip.pypa.io/warnings/backtracking for " + "guidance. If you want to abort this run, press Ctrl + C." + ), + } + + def rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None: + self.reject_count_by_package[candidate.name] += 1 + + count = self.reject_count_by_package[candidate.name] + if count not in self._messages_at_reject_count: + return + + message = self._messages_at_reject_count[count] + logger.info("INFO: %s", message.format(package_name=candidate.name)) + + msg = "Will try a different candidate, due to conflict:" + for req_info in criterion.information: + req, parent = req_info.requirement, req_info.parent + # Inspired by Factory.get_installation_error + msg += "\n " + if parent: + msg += f"{parent.name} {parent.version} depends on " + else: + msg += "The user requested " + msg += req.format_for_error() + logger.debug(msg) + + +class PipDebuggingReporter(BaseReporter): + """A reporter that does an info log for every event it sees.""" + + def starting(self) -> None: + logger.info("Reporter.starting()") + + def starting_round(self, index: int) -> None: + logger.info("Reporter.starting_round(%r)", index) + + def ending_round(self, index: int, state: Any) -> None: + logger.info("Reporter.ending_round(%r, state)", index) + logger.debug("Reporter.ending_round(%r, %r)", index, state) + + def ending(self, state: Any) -> None: + logger.info("Reporter.ending(%r)", state) + + def adding_requirement(self, requirement: Requirement, parent: Candidate) -> None: + logger.info("Reporter.adding_requirement(%r, %r)", requirement, parent) + + def rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None: + logger.info("Reporter.rejecting_candidate(%r, %r)", criterion, candidate) + + def pinning(self, candidate: Candidate) -> None: + logger.info("Reporter.pinning(%r)", candidate) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 00000000..b04f41b2 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,245 @@ +from typing import Any, Optional + +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.req.constructors import install_req_drop_extras +from pip._internal.req.req_install import InstallRequirement + +from .base import Candidate, CandidateLookup, Requirement, format_name + + +class ExplicitRequirement(Requirement): + def __init__(self, candidate: Candidate) -> None: + self.candidate = candidate + + def __str__(self) -> str: + return str(self.candidate) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.candidate!r})" + + def __hash__(self) -> int: + return hash(self.candidate) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, ExplicitRequirement): + return False + return self.candidate == other.candidate + + @property + def project_name(self) -> NormalizedName: + # No need to canonicalize - the candidate did this + return self.candidate.project_name + + @property + def name(self) -> str: + # No need to canonicalize - the candidate did this + return self.candidate.name + + def format_for_error(self) -> str: + return self.candidate.format_for_error() + + def get_candidate_lookup(self) -> CandidateLookup: + return self.candidate, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return candidate == self.candidate + + +class SpecifierRequirement(Requirement): + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = ireq + self._equal_cache: Optional[str] = None + self._hash: Optional[int] = None + self._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) + + @property + def _equal(self) -> str: + if self._equal_cache is not None: + return self._equal_cache + + self._equal_cache = str(self._ireq) + return self._equal_cache + + def __str__(self) -> str: + return str(self._ireq.req) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._ireq.req)!r})" + + def __eq__(self, other: object) -> bool: + if not isinstance(other, SpecifierRequirement): + return NotImplemented + return self._equal == other._equal + + def __hash__(self) -> int: + if self._hash is not None: + return self._hash + + self._hash = hash(self._equal) + return self._hash + + @property + def project_name(self) -> NormalizedName: + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + return canonicalize_name(self._ireq.req.name) + + @property + def name(self) -> str: + return format_name(self.project_name, self._extras) + + def format_for_error(self) -> str: + # Convert comma-separated specifiers into "A, B, ..., F and G" + # This makes the specifier a bit more "human readable", without + # risking a change in meaning. (Hopefully! Not all edge cases have + # been checked) + parts = [s.strip() for s in str(self).split(",")] + if len(parts) == 0: + return "" + elif len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def get_candidate_lookup(self) -> CandidateLookup: + return None, self._ireq + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self.name, ( + f"Internal issue: Candidate is not for this requirement " + f"{candidate.name} vs {self.name}" + ) + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + spec = self._ireq.req.specifier + return spec.contains(candidate.version, prereleases=True) + + +class SpecifierWithoutExtrasRequirement(SpecifierRequirement): + """ + Requirement backed by an install requirement on a base package. + Trims extras from its install requirement if there are any. + """ + + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = install_req_drop_extras(ireq) + self._equal_cache: Optional[str] = None + self._hash: Optional[int] = None + self._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) + + @property + def _equal(self) -> str: + if self._equal_cache is not None: + return self._equal_cache + + self._equal_cache = str(self._ireq) + return self._equal_cache + + def __eq__(self, other: object) -> bool: + if not isinstance(other, SpecifierWithoutExtrasRequirement): + return NotImplemented + return self._equal == other._equal + + def __hash__(self) -> int: + if self._hash is not None: + return self._hash + + self._hash = hash(self._equal) + return self._hash + + +class RequiresPythonRequirement(Requirement): + """A requirement representing Requires-Python metadata.""" + + def __init__(self, specifier: SpecifierSet, match: Candidate) -> None: + self.specifier = specifier + self._specifier_string = str(specifier) # for faster __eq__ + self._hash: Optional[int] = None + self._candidate = match + + def __str__(self) -> str: + return f"Python {self.specifier}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self.specifier)!r})" + + def __hash__(self) -> int: + if self._hash is not None: + return self._hash + + self._hash = hash((self._specifier_string, self._candidate)) + return self._hash + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, RequiresPythonRequirement): + return False + return ( + self._specifier_string == other._specifier_string + and self._candidate == other._candidate + ) + + @property + def project_name(self) -> NormalizedName: + return self._candidate.project_name + + @property + def name(self) -> str: + return self._candidate.name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + if self.specifier.contains(self._candidate.version, prereleases=True): + return self._candidate, None + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self._candidate.name, "Not Python candidate" + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class UnsatisfiableRequirement(Requirement): + """A requirement that cannot be satisfied.""" + + def __init__(self, name: NormalizedName) -> None: + self._name = name + + def __str__(self) -> str: + return f"{self._name} (unavailable)" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._name)!r})" + + def __eq__(self, other: object) -> bool: + if not isinstance(other, UnsatisfiableRequirement): + return NotImplemented + return self._name == other._name + + def __hash__(self) -> int: + return hash(self._name) + + @property + def project_name(self) -> NormalizedName: + return self._name + + @property + def name(self) -> str: + return self._name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return False diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 00000000..c12beef0 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,317 @@ +import contextlib +import functools +import logging +import os +from typing import TYPE_CHECKING, Dict, List, Optional, Set, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.resolvelib import BaseReporter, ResolutionImpossible +from pip._vendor.resolvelib import Resolver as RLResolver +from pip._vendor.resolvelib.structs import DirectedGraph + +from pip._internal.cache import WheelCache +from pip._internal.index.package_finder import PackageFinder +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import install_req_extend_extras +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.resolution.resolvelib.provider import PipProvider +from pip._internal.resolution.resolvelib.reporter import ( + PipDebuggingReporter, + PipReporter, +) +from pip._internal.utils.packaging import get_requirement + +from .base import Candidate, Requirement +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.resolvers import Result as RLResult + + Result = RLResult[Requirement, Candidate, str] + + +logger = logging.getLogger(__name__) + + +class Resolver(BaseResolver): + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ): + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + self.factory = Factory( + finder=finder, + preparer=preparer, + make_install_req=make_install_req, + wheel_cache=wheel_cache, + use_user_site=use_user_site, + force_reinstall=force_reinstall, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + py_version_info=py_version_info, + ) + self.ignore_dependencies = ignore_dependencies + self.upgrade_strategy = upgrade_strategy + self._result: Optional[Result] = None + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + collected = self.factory.collect_root_requirements(root_reqs) + provider = PipProvider( + factory=self.factory, + constraints=collected.constraints, + ignore_dependencies=self.ignore_dependencies, + upgrade_strategy=self.upgrade_strategy, + user_requested=collected.user_requested, + ) + if "PIP_RESOLVER_DEBUG" in os.environ: + reporter: BaseReporter = PipDebuggingReporter() + else: + reporter = PipReporter() + resolver: RLResolver[Requirement, Candidate, str] = RLResolver( + provider, + reporter, + ) + + try: + limit_how_complex_resolution_can_be = 200000 + result = self._result = resolver.resolve( + collected.requirements, max_rounds=limit_how_complex_resolution_can_be + ) + + except ResolutionImpossible as e: + error = self.factory.get_installation_error( + cast("ResolutionImpossible[Requirement, Candidate]", e), + collected.constraints, + ) + raise error from e + + req_set = RequirementSet(check_supported_wheels=check_supported_wheels) + # process candidates with extras last to ensure their base equivalent is + # already in the req_set if appropriate. + # Python's sort is stable so using a binary key function keeps relative order + # within both subsets. + for candidate in sorted( + result.mapping.values(), key=lambda c: c.name != c.project_name + ): + ireq = candidate.get_install_requirement() + if ireq is None: + if candidate.name != candidate.project_name: + # extend existing req's extras + with contextlib.suppress(KeyError): + req = req_set.get_requirement(candidate.project_name) + req_set.add_named_requirement( + install_req_extend_extras( + req, get_requirement(candidate.name).extras + ) + ) + continue + + # Check if there is already an installation under the same name, + # and set a flag for later stages to uninstall it, if needed. + installed_dist = self.factory.get_dist_to_uninstall(candidate) + if installed_dist is None: + # There is no existing installation -- nothing to uninstall. + ireq.should_reinstall = False + elif self.factory.force_reinstall: + # The --force-reinstall flag is set -- reinstall. + ireq.should_reinstall = True + elif installed_dist.version != candidate.version: + # The installation is different in version -- reinstall. + ireq.should_reinstall = True + elif candidate.is_editable or installed_dist.editable: + # The incoming distribution is editable, or different in + # editable-ness to installation -- reinstall. + ireq.should_reinstall = True + elif candidate.source_link and candidate.source_link.is_file: + # The incoming distribution is under file:// + if candidate.source_link.is_wheel: + # is a local wheel -- do nothing. + logger.info( + "%s is already installed with the same version as the " + "provided wheel. Use --force-reinstall to force an " + "installation of the wheel.", + ireq.name, + ) + continue + + # is a local sdist or path -- reinstall + ireq.should_reinstall = True + else: + continue + + link = candidate.source_link + if link and link.is_yanked: + # The reason can contain non-ASCII characters, Unicode + # is required for Python 2. + msg = ( + "The candidate selected for download or install is a " + "yanked version: {name!r} candidate (version {version} " + "at {link})\nReason for being yanked: {reason}" + ).format( + name=candidate.name, + version=candidate.version, + link=link, + reason=link.yanked_reason or "", + ) + logger.warning(msg) + + req_set.add_named_requirement(ireq) + + reqs = req_set.all_requirements + self.factory.preparer.prepare_linked_requirements_more(reqs) + for req in reqs: + req.prepared = True + req.needs_more_preparation = False + return req_set + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Get order for installation of requirements in RequirementSet. + + The returned list contains a requirement before another that depends on + it. This helps ensure that the environment is kept consistent as they + get installed one-by-one. + + The current implementation creates a topological ordering of the + dependency graph, giving more weight to packages with less + or no dependencies, while breaking any cycles in the graph at + arbitrary points. We make no guarantees about where the cycle + would be broken, other than it *would* be broken. + """ + assert self._result is not None, "must call resolve() first" + + if not req_set.requirements: + # Nothing is left to install, so we do not need an order. + return [] + + graph = self._result.graph + weights = get_topological_weights(graph, set(req_set.requirements.keys())) + + sorted_items = sorted( + req_set.requirements.items(), + key=functools.partial(_req_set_item_sorter, weights=weights), + reverse=True, + ) + return [ireq for _, ireq in sorted_items] + + +def get_topological_weights( + graph: "DirectedGraph[Optional[str]]", requirement_keys: Set[str] +) -> Dict[Optional[str], int]: + """Assign weights to each node based on how "deep" they are. + + This implementation may change at any point in the future without prior + notice. + + We first simplify the dependency graph by pruning any leaves and giving them + the highest weight: a package without any dependencies should be installed + first. This is done again and again in the same way, giving ever less weight + to the newly found leaves. The loop stops when no leaves are left: all + remaining packages have at least one dependency left in the graph. + + Then we continue with the remaining graph, by taking the length for the + longest path to any node from root, ignoring any paths that contain a single + node twice (i.e. cycles). This is done through a depth-first search through + the graph, while keeping track of the path to the node. + + Cycles in the graph result would result in node being revisited while also + being on its own path. In this case, take no action. This helps ensure we + don't get stuck in a cycle. + + When assigning weight, the longer path (i.e. larger length) is preferred. + + We are only interested in the weights of packages that are in the + requirement_keys. + """ + path: Set[Optional[str]] = set() + weights: Dict[Optional[str], int] = {} + + def visit(node: Optional[str]) -> None: + if node in path: + # We hit a cycle, so we'll break it here. + return + + # Time to visit the children! + path.add(node) + for child in graph.iter_children(node): + visit(child) + path.remove(node) + + if node not in requirement_keys: + return + + last_known_parent_count = weights.get(node, 0) + weights[node] = max(last_known_parent_count, len(path)) + + # Simplify the graph, pruning leaves that have no dependencies. + # This is needed for large graphs (say over 200 packages) because the + # `visit` function is exponentially slower then, taking minutes. + # See https://github.com/pypa/pip/issues/10557 + # We will loop until we explicitly break the loop. + while True: + leaves = set() + for key in graph: + if key is None: + continue + for _child in graph.iter_children(key): + # This means we have at least one child + break + else: + # No child. + leaves.add(key) + if not leaves: + # We are done simplifying. + break + # Calculate the weight for the leaves. + weight = len(graph) - 1 + for leaf in leaves: + if leaf not in requirement_keys: + continue + weights[leaf] = weight + # Remove the leaves from the graph, making it simpler. + for leaf in leaves: + graph.remove(leaf) + + # Visit the remaining graph. + # `None` is guaranteed to be the root node by resolvelib. + visit(None) + + # Sanity check: all requirement keys should be in the weights, + # and no other keys should be in the weights. + difference = set(weights.keys()).difference(requirement_keys) + assert not difference, difference + + return weights + + +def _req_set_item_sorter( + item: Tuple[str, InstallRequirement], + weights: Dict[Optional[str], int], +) -> Tuple[int, str]: + """Key function used to sort install requirements for installation. + + Based on the "weight" mapping calculated in ``get_installation_order()``. + The canonical package name is returned as the second member as a tie- + breaker to ensure the result is predictable, which is useful in tests. + """ + name = canonicalize_name(item[0]) + return weights[name], name diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py b/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 00000000..f9a91af9 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,244 @@ +import datetime +import functools +import hashlib +import json +import logging +import optparse +import os.path +import sys +from dataclasses import dataclass +from typing import Any, Callable, Dict, Optional + +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.rich.console import Group +from pip._vendor.rich.markup import escape +from pip._vendor.rich.text import Text + +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import get_default_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.entrypoints import ( + get_best_invocation_for_this_pip, + get_best_invocation_for_this_python, +) +from pip._internal.utils.filesystem import adjacent_tmp_file, check_path_owner, replace +from pip._internal.utils.misc import ensure_dir + +_WEEK = datetime.timedelta(days=7) + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key: str) -> str: + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +def _convert_date(isodate: str) -> datetime.datetime: + """Convert an ISO format string to a date. + + Handles the format 2020-01-22T14:24:01Z (trailing Z) + which is not supported by older versions of fromisoformat. + """ + return datetime.datetime.fromisoformat(isodate.replace("Z", "+00:00")) + + +class SelfCheckState: + def __init__(self, cache_dir: str) -> None: + self._state: Dict[str, Any] = {} + self._statefile_path = None + + # Try to load the existing state + if cache_dir: + self._statefile_path = os.path.join( + cache_dir, "selfcheck", _get_statefile_name(self.key) + ) + try: + with open(self._statefile_path, encoding="utf-8") as statefile: + self._state = json.load(statefile) + except (OSError, ValueError, KeyError): + # Explicitly suppressing exceptions, since we don't want to + # error out if the cache file is invalid. + pass + + @property + def key(self) -> str: + return sys.prefix + + def get(self, current_time: datetime.datetime) -> Optional[str]: + """Check if we have a not-outdated version loaded already.""" + if not self._state: + return None + + if "last_check" not in self._state: + return None + + if "pypi_version" not in self._state: + return None + + # Determine if we need to refresh the state + last_check = _convert_date(self._state["last_check"]) + time_since_last_check = current_time - last_check + if time_since_last_check > _WEEK: + return None + + return self._state["pypi_version"] + + def set(self, pypi_version: str, current_time: datetime.datetime) -> None: + # If we do not have a path to cache in, don't bother saving. + if not self._statefile_path: + return + + # Check to make sure that we own the directory + if not check_path_owner(os.path.dirname(self._statefile_path)): + return + + # Now that we've ensured the directory is owned by this user, we'll go + # ahead and make sure that all our directories are created. + ensure_dir(os.path.dirname(self._statefile_path)) + + state = { + # Include the key so it's easy to tell which pip wrote the + # file. + "key": self.key, + "last_check": current_time.isoformat(), + "pypi_version": pypi_version, + } + + text = json.dumps(state, sort_keys=True, separators=(",", ":")) + + with adjacent_tmp_file(self._statefile_path) as f: + f.write(text.encode()) + + try: + # Since we have a prefix-specific state file, we can just + # overwrite whatever is there, no need to check. + replace(f.name, self._statefile_path) + except OSError: + # Best effort. + pass + + +@dataclass +class UpgradePrompt: + old: str + new: str + + def __rich__(self) -> Group: + if WINDOWS: + pip_cmd = f"{get_best_invocation_for_this_python()} -m pip" + else: + pip_cmd = get_best_invocation_for_this_pip() + + notice = "[bold][[reset][blue]notice[reset][bold]][reset]" + return Group( + Text(), + Text.from_markup( + f"{notice} A new release of pip is available: " + f"[red]{self.old}[reset] -> [green]{self.new}[reset]" + ), + Text.from_markup( + f"{notice} To update, run: " + f"[green]{escape(pip_cmd)} install --upgrade pip" + ), + ) + + +def was_installed_by_pip(pkg: str) -> bool: + """Checks whether pkg was installed by pip + + This is used not to display the upgrade message when pip is in fact + installed by system package manager, such as dnf on Fedora. + """ + dist = get_default_environment().get_distribution(pkg) + return dist is not None and "pip" == dist.installer + + +def _get_current_remote_pip_version( + session: PipSession, options: optparse.Values +) -> Optional[str]: + # Lets use PackageFinder to see what the latest pip version is + link_collector = LinkCollector.create( + session, + options=options, + suppress_no_index=True, + ) + + # Pass allow_yanked=False so we don't suggest upgrading to a + # yanked version. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=False, # Explicitly set to False + ) + + finder = PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + best_candidate = finder.find_best_candidate("pip").best_candidate + if best_candidate is None: + return None + + return str(best_candidate.version) + + +def _self_version_check_logic( + *, + state: SelfCheckState, + current_time: datetime.datetime, + local_version: Version, + get_remote_version: Callable[[], Optional[str]], +) -> Optional[UpgradePrompt]: + remote_version_str = state.get(current_time) + if remote_version_str is None: + remote_version_str = get_remote_version() + if remote_version_str is None: + logger.debug("No remote pip version found") + return None + state.set(remote_version_str, current_time) + + remote_version = parse_version(remote_version_str) + logger.debug("Remote version of pip: %s", remote_version) + logger.debug("Local version of pip: %s", local_version) + + pip_installed_by_pip = was_installed_by_pip("pip") + logger.debug("Was pip installed by pip? %s", pip_installed_by_pip) + if not pip_installed_by_pip: + return None # Only suggest upgrade if pip is installed by pip. + + local_version_is_older = ( + local_version < remote_version + and local_version.base_version != remote_version.base_version + ) + if local_version_is_older: + return UpgradePrompt(old=str(local_version), new=remote_version_str) + + return None + + +def pip_self_version_check(session: PipSession, options: optparse.Values) -> None: + """Check for an update for pip. + + Limit the frequency of checks to once per week. State is stored either in + the active virtualenv or in the user's USER_CACHE_DIR keyed off the prefix + of the pip script path. + """ + installed_dist = get_default_environment().get_distribution("pip") + if not installed_dist: + return + + upgrade_prompt = _self_version_check_logic( + state=SelfCheckState(cache_dir=options.cache_dir), + current_time=datetime.datetime.now(datetime.timezone.utc), + local_version=installed_dist.version, + get_remote_version=functools.partial( + _get_current_remote_pip_version, session, options + ), + ) + if upgrade_prompt is not None: + logger.warning("%s", upgrade_prompt, extra={"rich": True}) diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d2ba69bf35f7f5901413f9a274de61c397cc45bc GIT binary patch literal 204 zcmX@j%ge<81Wj|r(n0iN5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!%GM7pPAw|dPsz+p zEY8T(cS$YIF3B&@FG)?#$S+Ds)DHnN{6P%8vedjX{hZ7s{esGpjQl)fJwqe?;>?m% z-GapA?8NlcV*P^50{!^Rypq(Syu=*+(vr-aV*PlaKxRpNyk0@&FAkgB{FKt1RJ$Tp Upxul>Tnu7-WM*V!EMf+-0AGnWYXATM literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3f7e6bf1cf7cf907195d8a4a448b1e8e81bd5922 GIT binary patch literal 4539 zcmcgvOKcm*8Qvu+TUuIv#I+qea59mMN>mvVO^Y7lRt_yv7Gs(eNGh%zCG?6r5?5aC zE@qaNDL9E?-k}R2 zEBuCbAAy8#!j>0C^(HVt4JHSYMtr$_EV_80s3UnJ_>H5VPu zE_2uNgzYXfm#=bRR6XD3l6gzucWJpIxbzyL%H>5RhSvyK&Ad$DAkoHUJ4u_a#q2?LzZLfB=WX*)^ zNUXNOz}I#STI#AJNMRYk@iuJld!n7r%B9;*pah=Duu@^Vd_GmouxyFV77H(C)0s3I zNtN(D5@+YL<(a}T(QP7FXDrhW>UEvu`*I~kiJOr zv8lrBd@*}wrp#svxpW4Lr!$Z&bvl=6vw~7nxm5OCoTXFeQfElIA}fGO(IBw4bnN_0 zhL(t53jb5(Y#~o-OcnCwB0l5LvRLk+p3jytah57(OAytVE*3zZ%n1xo2NB@qGi@ql zYGt6FM*u~k2wh|cDwX50{T|B1a zz0wb*Ks7X-Zj;!fm9$tWe_tPs=`90+Bmzk(iLWq{N)j@=?!z&P$uyUj z0?$tdyjt^wWhTp*6ljt_jlG<7?8T(tL}I(&OMLg)q_hM6jBi#inaf-z(H4@uwvcQD zwj-03cD1jlZsRvwLlxI^7ah~RB&ZLbz)v25~ZNFF048QsWySpnvuNPm{Zg;S|288)^^E%9A zFg)`%cPw_LGT1R4HwiJkdXvGIXMY98H_gxv7%7M$HrnYwfoY` zUk~)s*plas#o5@RDaKyzBJ5cFdSn7ya0&B&MO<(d>L_rDz#1E^dUa|J524hz`QH?2 z3!}7IQ%b>H3oiXVT(_N&V{P)Wfz}Y&H}E`1wg%AsY_~N`Ew<7%dn;Tw{Z_Qk+6eT) z?ruBU1^Hd<>ki|XNQU8>_Bqq`9D4iIjZ+^*$L~hR-#_^NOCOAH#HKc)={u3M7y{6a z5TvkCA?RX)5bR}Q&X?w?H|ztKaKso^s9rvIr__^ zzfJ$X@Lpjf{-cfKlN-@fcOs`AG(fK?O#q*Y(l-|)D?~XC;lpcxRKc4To{v_i0!;R$ zjD__|XMLQ4nT;|P%?e8;K|8-vIQ_|5?~s8^L>c0&ZZ_LZm6>d=nEP7FwIJ}HOD6dh zv+g5j!7&MD6#QfD3?2Ih2qnu}h>Z&J3M@S2qq?dC0hwFbU6ofAaIHQ4N{M4Yc^*Ic zIEHK5=HuF){clg+n7nmjBl^_4`rYWroyf?82B&Bm#c%6x7|v??j;KTN>O|nHa79{s zIjd=}>R0s@a?@9y?G7QH9n!Ail46CAX%8!t-5A_1m)m^SK=lzg=x;rHRsWg3uIt)c zXCqoOG^%Zv+!LCJ=-NDVX@*v{E8%%x6?W~m$5d|8xQOTEAmo*&jS8F&yrrgDj25FzXgSS3!InMs-AzxbPBz`^K-SzLS9S@PD&Et zcYRD}Zyyp%9M~bP3V=ru4LRKLZP&?bnC$Rxr={H27xJI}`^zuCL~n^un`jN(8DTf-%shO*dJ0Tc_h29zucr7kJ`8Ea?xfd|4voWOPgKj~rkr}hQG*?;IKk&pL2_ICY7{Z{%fd!OD6g@=!PeB_B+Q@4sYo9nN?^ZLe-@%O*~ zhk@HC?;iQV&B*3}w(npY`mcaC@b#u~Z&*8U_>0d6wQoKBnWhgPY3)C}8OHlxl1_`) zM^ew|zkVupJoI7Y0Hz-v-c952q142{hu;prBJ7J~L8d5iSYPW*A zlj<|Ay%OQ$Ac#E;P7 oH2jf%=&pX~W_3e9b}yvs&nti@Hr4dA!9Duu){{@_2NnPS0HuS|-~a#s literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..30f9dbd48db7dc318fb14340c66d256bfbd11978 GIT binary patch literal 1875 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0c7decd6ddf93ac00c02015519f486c897e9520 GIT binary patch literal 2916 zcmaJDTWlN0aqmI$cqBzylr2k!i?ik0W+RiT)i|!~2577pRjZ1wX-6>;;Bev{$)iqp z#O~6x1SwUG0F{6MlA8ij(FQHr9~%yke)hBZ>PLS>D*)ZK3m9!tz<*4X0)@XidlV%` zHag(V>|9hOq55aV2X~A7kw(_C7;T9 z*{6Yg0I1{y=R*0AfJ(@ee=p<}5m{2Dx1)5QTIxg4%OM{z16H&sn!yj`e9R14Jur_K zWmAE9!U|MQw)wiT8J-mp!u^(5In}-19#>Akyq52ClVM~gO%?P<;ETc+^KF5}0T3vv zX3qzKd|w%v@jnRp!(e&%Wj&S5%WGz$bCx>-(FF8rN%PR`S%mHgI1U_gW#koldO1ga zU|vl1E&M1)YsI2Q%Ldg6a#m^hJ5Ni15js9rT_S+Ch9ix6r$_KaSgEfE%)o|qcXPUlzlRl5JDYGOG1|=zmt5Oe^KbvMWxeCx)_$kE@>XT1F$a*mqyHW`^Ce204m7? z3ouKd7!b8L5(jQP7DXWHm0jo8~$$WS8 z^&zP2LXGf}*YWG4BX5k1jJEY(bBuyzLc_3$R;;-NUi!Raw6CgW)+~*Bd;OyT&cOcn zC*I|a!*}6_egO=(TMj9EHOJH}C=XgQ9A{oDd74o-=66psh7Fs5j%?1a(J^hhY`OlS zHL!1VPN#WTD;Vw>s?As$whRacKPgkQ`c(F6c5*U1y^#5u#3gOob{s!Y?H0sC2rCZ51GJ33I*OF|hj{(+=OOKBEWS3q zI=z15H|KwQ=~tIN>HYNhgX4{37q(+>tcXvOhc_drDBw0!_BwoL1)&P(J^=e=woj2CYFNjX9 zJ5=u|!MsVo2_G2)1ZfPSLxau4P$MzaOr#o#)crHtiSvJaw~_c>Gk&EJzw$U5-#mN& zLQ6u4abX9E3AKg9u!_II_3%TmVEX}Kp*ktq*eWu`z@@5ziN&P4?J}w0*i3Y3N?Zuk zXz|=demSvSps7I?(sk1-=sHX89XQ=_mEbd6eaP`jCCC}(jgCoVp0FUDuksb&Jg9&& z1r=d<-6w(9!c5V1*O;?lG03H1MV|3I$A79o1=NoO@0x$5S#vG88p z{BU8OYo>JmV=xu!2UAjqZpCD72lLnD0rF$wSIi6L@|ABr zX$>9~`qoJc0of!woV3P}9BN9*hLl_{J(7+;9yr+?7;X#;3pq}viY%aQ}{v( z1k}fe`dU8KhT1f9zD=)A`1DygvT|j$e(RM){*3=p|E#`s{hiN#`m>N9hyMYSleD@3 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..54611c6f7426dd1ecbf2afb84282a4ffc9b34395 GIT binary patch literal 5565 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b228ed8f5a5d867a18621e6c5cf667b124fad3af GIT binary patch literal 4199 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c7b81ed98b79dcab1b9f1a7828aae97ea21a767b GIT binary patch literal 3545 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 JB>_>p^IttZAoKtL literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a6cf85c555f208b2bf708332aa1210ff75cbc2e2 GIT binary patch literal 2157 zcma)7&2JM&6rcUf#&+Ta$2dtLY)FAPC^m@!K|?_zAN>#wRRO6oAZz0p+v{w0-JLOz z$Wc>NsZLdiL_Ne(TPcSgsOW)X|A$^;EaYfG>Y-94ZkAH166&Ed>#U8c9C-51`@OGu zZ{EIH|K8Q*1C$>AbU3>y0`MmjJW}?--enGeEpQ7!067CBo19B>uFNNSmkUXOa^4V^ zq@=VYCuI&Gkni?3YjY@McxvfsYdi!+*K){{+Z;-+rLV2=5R_fZVNY&z*x_3G+Zqo+ z#kCB2a+|}>44>^tb|VSND2RG8`~Wqw2lYbVCCYh#`24%=2oFL36WS$4$q)>nAnc;i zBJBQJO!h5v(cmj)nve31cumK|k!}_X23nDdBr|?tMP_W`{7Pq&k1wDWq)x6iG1*il zCRk*pdZ z(MO=q-oNe(CQRqj47hs^fIB<@tK2GI0(s{3KPqwFfid@8e+dw_n@epA!Emg z9&osi10>w?KHy?_b$c;4K(uq^+vyxiFRGfluuKqEF|p|^sTs?rDmq~*vDCC>+bB(p zWfdYqfl6{nMP_sCd_I-ZoMspc8r_Gw8&+B~P%Mi`!A2QGW1;6fO8qd3s)oLZRI7l@ z(Wq*f>Zi*jXPJrlJvOAiS9JV<&6Zb8c9kQJq~Wx#&qV_^n>WXYiDnagUne<7Fp%lU z5Yd8=BjJLf6URS0KYe}Xqxla~pUpZlMw*?@IdayviUsV*%@UoygKBgHyo{Yg)C5sR zD;mTrJ}TKVOD!x|OOE1c9nsKD#I6~pzL*uq8lt{ljNih@#&M`GX*j3HXAoW_Rv}J1 zn6qrC#cxt@oq^arWZsJ#`a-X4T**{6wn*q@@@Jm=W0E}+sC&jYCR{)BHd$y+ZZli ztcW%Lk)PkG4=1X_iKjEqhcCVitM%}yYWUP+u@)XL&+Uc=c0wn10w?IY8#%hQy1DxO zm)l=dBhh-~Of_=mX`~jpSpJY!vNg3iRe4YgjXn#EHvFLXWFr6qJ&&f=r(P=Eb!DWg zjBL-=l(A>Z+^^|+Y^EBUsm12@1U?`)058dV^rRpfc4RgKX>7B5;P5uGBMiu7xj?7d zW?wU#{@VdZp`)F;b#v~5)47i(&O3n?OkJIQQ@S?Wa!X9M42j7%-KcbJwmF-UdzI)M z5!(r-QkrR6L?gOo;#A7%NLxz<-9R?G&hD%F1=z77cXSj#H7%KmLs_ z4T0mhm!Rtf`*pqmzCXZFLk4o-o77jSjqHv%v@7}RQn)IGHy-SWsw?$ZrT)t49r5G= z(pz~pg32(zCa%Hqxs7l|*chz(k5uKOdqCm%Mjr?clouZ5*Yi6AiCXvBHGf0y;p7d} N0F-SDe>3Ku>_0RG?+X9` literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..73d44e194470cf01ad15b8cf18a892e0a8c35300 GIT binary patch literal 3997 zcmb7HU2GHC6}~eb|HS!moF6Bop*wL4bn;=@xmjott$1QFSgP)>_D|uTORtBg|upU>bWzXIMB4T zSDv|N?$5dBo}cd=|E9e?ilF`YZes2qtqA>@fA}rbAYOhfAhe8BqzXDpd%chr+;1^0 zx_uxWfL_$4VlW*nhSDK{uM6nmVk8}LX-RJ>M$=KCgKCfj3JL$1W?$%U(mwSmx-0&F z>($VI;6C8+$+KA1(fbkJJc2uB0U^rh9* zhf=z?LAL{)s0dk6a5>DQWbCh;=~Pm5q;ndxoyY~t)=WdulY%1^70rM?eCh1e=?j;p zoq(lTuLRja*Cd%-C61)fIp%~Yu}jp*HU#ASP@wU={0Sa{fAhW&-1_Cw zs^DK(Kz7)lZ>nJ$B}L^0963e|n<_e@w#yH=!PHV8}9Q4A7LhFK|>gKKheE7;bG1ek1*8qX2i6R&8NL3Z!jGbYywDQk*N z;1G>r3ry>sZ&9qCm!H?bL2`*MhMQ^w#AO7QgfP}FU`tXvzW3fmXd;XDbFKPhYue);yIsM z)<6TmD5qU*C<>Phl~BFn%E&!Pj&hTfO-*f>gPOBC*uG+xa27=OF4Axwkk`)Rkpo38 z*9gopn}ExLoU~-PHsYS_Sw^qO(WK-Az!RMiv*A?g1m~#+UdN*>DNv5mjK?Z|Wu!jf zK9y3nqQdf8>NH_jY|~2F;0PvFmDCIn7dRo8iBV4J+AQ3g`}0BhoA0I=a6Mot*(=H% zVXiJRu6qM|q)N7?v(%PolC6pp$uz7><8Xc-7i0upi)f=C1tT9#{%CSd>ZwaT>te8F zXd@5~hBi7;Tjwq5Cr4{i?@L&Uvi#*Yo>l_zy!;uU%2t%2qAD1I3Lt53;!Q#Fw>A61 zCbBfg?1)bn+=S+Tc|9OdgX4nm7T)cz@8n-wc69vvY=LX#jiv@v$v^R717Qo0DBf&a zIQP6chc=VPg1BYfcKX;x=ISOASH&_~2vh^~BYQLDo<^5{2x&{QdG>KzVVmSwm3-M3 zf^U&v8;ev0*zapSR1GrW0E|xJTFsm7k#4`?Ufdj9Fu?G#wIOP%Hh$eF+o`xK$0LhPXqdFmrLOQ$Z zL=2M_vjA*PxWU~CK+bT2%+fX63G;o7SWY~1=DTOcKA1Uq>fD*k)XDQ_rU6g#Jgfmv z@>(|UgveFMrp$>jr3kEb;tT_$48IxRK-tVHJj-PuA!m5X$#}?-3_G15zd|b+53x*I zaoQUr4H=_ch>WFB;2wiQBco6PEHnJdPJ|B_aHP|jGXYmK@SQE$3gD*`Z}4djG44-1 z^FyPZToF7&{ud!NiynYwGCYjeMvLhAo_Cfik9uoT&$FJy^7zvD^0}pRpLgFMxHnKc zaD27r#Nzpl26VG<-{j7SY`e0&p z*Wp^*;4?gQKYTBIzwKVzgUgR6R`Hoy+s;3AVqd7KrK#HRq2Ki!ZVasT?5X$cdBT5t z{}v4NcCANIKmH`P-iLPV-xx%(cUL$Kyn}AaA>wVbgw*q(7H(Ilt12BdE3|=d=`BbxSg3y9k73t7h&Wbg6`czeHLN^tw z!ZfNv@Fs<8$NuL4-5Qx*StlnWUUWs99!Ggzqx}De6PblLa+1X<7d4KRsf&b~VXb*ec}cvRcO;Pn^-OroY*%G#9Y7$|LQ z>I9(BaEk~xSY2hoAC;gB8E$d&4L8_dMUE9=t4>bP6R?-(Pxc&M>j6O!o}$jDsO2eY ze~O}CqTSEY$RCgl+6hLVgj%i-uSEyy(Sfxnu19gLWp_;)+HQCyzH)GF_+Wh)-bd=g zM`}Y*s=U7*mU_h+ihmVFQtOki?Yv#SJzA6cfO%r%*7w$W_tks%)kfZ{9X-F=JN5Tq zU`ObWZSnO0YH7V0z7f6^{AtIF01QIW^Hp1qkht~U?b9pWch1(k_pKxNel+}&ck6P$ jaQp$#(5-)~Rfs*9-ayd(^TiJY*v)tp{xaG>CP@DRNcqcD literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c772f892847a28d7ddb5cf1ccf263648dccd4989 GIT binary patch literal 7341 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c4b44d2d5fa6fc981ea43d08e0cc24098632e60a GIT binary patch literal 2428 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de42b6cb8d97d78ce7e1d9471f24ecdd1944a2c5 GIT binary patch literal 33559 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 z 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4fac88efdb2ea90f61cdaebc934febe459ead113 GIT binary patch literal 8653 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 literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..863d5bcf763a1116d62b3429b26395b472d4a785 GIT binary patch literal 13516 zcmc&)YfKzhmcG?p{eJU)Q#9D7!=wF*P3)M&HpV8lA&H%g(|O>ADxh)G%~Tb}kR~CS zXhP3=1ngu4-kDK4nvp^_BZZOnha;^tPR4m?N2`T2F`YK6^=h&|{I3(dO2+=Nd(N${ z?lvK@lF@1}^sW0m_tw3q&iT%{_s=$)nLv2?H%0yLG!ya{%&39ZKxVyDL&zNAiI4CM zuL&|fhCVeu4Si~TTKZ&tEPd*HI{MW6^z>=)8Q`f68i!0i(~#L`9

P^=S=15&-pWSXift6 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 SUGx0Q^NJw&9uuVYn*RYt(#(4R literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45912e1ba9bd700a83cd8aa5abde922b6771ab0a GIT binary patch literal 32137 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 OmKNUgkb}o2 Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def _set_requirement_extras(req: Requirement, new_extras: Set[str]) -> Requirement: + """ + Returns a new requirement based on the given one, with the supplied extras. If the + given requirement already has extras those are replaced (or dropped if no new extras + are given). + """ + match: Optional[re.Match[str]] = re.fullmatch( + # see https://peps.python.org/pep-0508/#complete-grammar + r"([\w\t .-]+)(\[[^\]]*\])?(.*)", + str(req), + flags=re.ASCII, + ) + # ireq.req is a valid requirement so the regex should always match + assert ( + match is not None + ), f"regex match on requirement {req} failed, this should never happen" + pre: Optional[str] = match.group(1) + post: Optional[str] = match.group(3) + assert ( + pre is not None and post is not None + ), f"regex group selection for requirement {req} failed, this should never happen" + extras: str = "[%s]" % ",".join(sorted(new_extras)) if new_extras else "" + return get_requirement(f"{pre}{extras}{post}") + + +def parse_editable(editable_req: str) -> Tuple[Optional[str], str, Set[str]]: + """Parses an editable requirement into: + - a requirement name + - an URL + - extras + - editable options + Accepted requirements: + svn+http://blahblah@rev#egg=Foobar[baz]&subdirectory=version_subdir + .[some_extra] + """ + + url = editable_req + + # If a file path is specified with extras, strip off the extras. + url_no_extras, extras = _strip_extras(url) + + if os.path.isdir(url_no_extras): + # Treating it as code that has already been checked out + url_no_extras = path_to_url(url_no_extras) + + if url_no_extras.lower().startswith("file:"): + package_name = Link(url_no_extras).egg_fragment + if extras: + return ( + package_name, + url_no_extras, + get_requirement("placeholder" + extras.lower()).extras, + ) + else: + return package_name, url_no_extras, set() + + for version_control in vcs: + if url.lower().startswith(f"{version_control}:"): + url = f"{version_control}+{url}" + break + + link = Link(url) + + if not link.is_vcs: + backends = ", ".join(vcs.all_schemes) + raise InstallationError( + f"{editable_req} is not a valid editable requirement. " + f"It should either be a path to a local project or a VCS URL " + f"(beginning with {backends})." + ) + + package_name = link.egg_fragment + if not package_name: + raise InstallationError( + f"Could not detect requirement name for '{editable_req}', " + "please specify one with #egg=your_package_name" + ) + return package_name, url, set() + + +def check_first_requirement_in_file(filename: str) -> None: + """Check if file is parsable as a requirements file. + + This is heavily based on ``pkg_resources.parse_requirements``, but + simplified to just check the first meaningful line. + + :raises InvalidRequirement: If the first meaningful line cannot be parsed + as an requirement. + """ + with open(filename, encoding="utf-8", errors="ignore") as f: + # Create a steppable iterator, so we can handle \-continuations. + lines = ( + line + for line in (line.strip() for line in f) + if line and not line.startswith("#") # Skip blank lines/comments. + ) + + for line in lines: + # Drop comments -- a hash without a space may be in a URL. + if " #" in line: + line = line[: line.find(" #")] + # If there is a line continuation, drop it, and append the next line. + if line.endswith("\\"): + line = line[:-2].strip() + next(lines, "") + get_requirement(line) + return + + +def deduce_helpful_msg(req: str) -> str: + """Returns helpful msg in case requirements file does not exist, + or cannot be parsed. + + :params req: Requirements file path + """ + if not os.path.exists(req): + return f" File '{req}' does not exist." + msg = " The path does exist. " + # Try to parse and check if it is a requirements file. + try: + check_first_requirement_in_file(req) + except InvalidRequirement: + logger.debug("Cannot parse '%s' as requirements file", req) + else: + msg += ( + f"The argument you provided " + f"({req}) appears to be a" + f" requirements file. If that is the" + f" case, use the '-r' flag to install" + f" the packages specified within it." + ) + return msg + + +@dataclass(frozen=True) +class RequirementParts: + requirement: Optional[Requirement] + link: Optional[Link] + markers: Optional[Marker] + extras: Set[str] + + +def parse_req_from_editable(editable_req: str) -> RequirementParts: + name, url, extras_override = parse_editable(editable_req) + + if name is not None: + try: + req: Optional[Requirement] = get_requirement(name) + except InvalidRequirement as exc: + raise InstallationError(f"Invalid requirement: {name!r}: {exc}") + else: + req = None + + link = Link(url) + + return RequirementParts(req, link, None, extras_override) + + +# ---- The actual constructors follow ---- + + +def install_req_from_editable( + editable_req: str, + comes_from: Optional[Union[InstallRequirement, str]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + user_supplied: bool = False, + permit_editable_wheels: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + parts = parse_req_from_editable(editable_req) + + return InstallRequirement( + parts.requirement, + comes_from=comes_from, + user_supplied=user_supplied, + editable=True, + permit_editable_wheels=permit_editable_wheels, + link=parts.link, + constraint=constraint, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + extras=parts.extras, + ) + + +def _looks_like_path(name: str) -> bool: + """Checks whether the string "looks like" a path on the filesystem. + + This does not check whether the target actually exists, only judge from the + appearance. + + Returns true if any of the following conditions is true: + * a path separator is found (either os.path.sep or os.path.altsep); + * a dot is found (which represents the current directory). + """ + if os.path.sep in name: + return True + if os.path.altsep is not None and os.path.altsep in name: + return True + if name.startswith("."): + return True + return False + + +def _get_url_from_path(path: str, name: str) -> Optional[str]: + """ + First, it checks whether a provided path is an installable directory. If it + is, returns the path. + + If false, check if the path is an archive file (such as a .whl). + The function checks if the path is a file. If false, if the path has + an @, it will treat it as a PEP 440 URL requirement and return the path. + """ + if _looks_like_path(name) and os.path.isdir(path): + if is_installable_dir(path): + return path_to_url(path) + # TODO: The is_installable_dir test here might not be necessary + # now that it is done in load_pyproject_toml too. + raise InstallationError( + f"Directory {name!r} is not installable. Neither 'setup.py' " + "nor 'pyproject.toml' found." + ) + if not is_archive_file(path): + return None + if os.path.isfile(path): + return path_to_url(path) + urlreq_parts = name.split("@", 1) + if len(urlreq_parts) >= 2 and not _looks_like_path(urlreq_parts[0]): + # If the path contains '@' and the part before it does not look + # like a path, try to treat it as a PEP 440 URL req instead. + return None + logger.warning( + "Requirement %r looks like a filename, but the file does not exist", + name, + ) + return path_to_url(path) + + +def parse_req_from_line(name: str, line_source: Optional[str]) -> RequirementParts: + if is_url(name): + marker_sep = "; " + else: + marker_sep = ";" + if marker_sep in name: + name, markers_as_string = name.split(marker_sep, 1) + markers_as_string = markers_as_string.strip() + if not markers_as_string: + markers = None + else: + markers = Marker(markers_as_string) + else: + markers = None + name = name.strip() + req_as_string = None + path = os.path.normpath(os.path.abspath(name)) + link = None + extras_as_string = None + + if is_url(name): + link = Link(name) + else: + p, extras_as_string = _strip_extras(path) + url = _get_url_from_path(p, name) + if url is not None: + link = Link(url) + + # it's a local file, dir, or url + if link: + # Handle relative file URLs + if link.scheme == "file" and re.search(r"\.\./", link.url): + link = Link(path_to_url(os.path.normpath(os.path.abspath(link.path)))) + # wheel file + if link.is_wheel: + wheel = Wheel(link.filename) # can raise InvalidWheelFilename + req_as_string = f"{wheel.name}=={wheel.version}" + else: + # set the req to the egg fragment. when it's not there, this + # will become an 'unnamed' requirement + req_as_string = link.egg_fragment + + # a requirement specifier + else: + req_as_string = name + + extras = convert_extras(extras_as_string) + + def with_source(text: str) -> str: + if not line_source: + return text + return f"{text} (from {line_source})" + + def _parse_req_string(req_as_string: str) -> Requirement: + try: + return get_requirement(req_as_string) + except InvalidRequirement as exc: + if os.path.sep in req_as_string: + add_msg = "It looks like a path." + add_msg += deduce_helpful_msg(req_as_string) + elif "=" in req_as_string and not any( + op in req_as_string for op in operators + ): + add_msg = "= is not a valid operator. Did you mean == ?" + else: + add_msg = "" + msg = with_source(f"Invalid requirement: {req_as_string!r}: {exc}") + if add_msg: + msg += f"\nHint: {add_msg}" + raise InstallationError(msg) + + if req_as_string is not None: + req: Optional[Requirement] = _parse_req_string(req_as_string) + else: + req = None + + return RequirementParts(req, link, markers, extras) + + +def install_req_from_line( + name: str, + comes_from: Optional[Union[str, InstallRequirement]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + line_source: Optional[str] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + """Creates an InstallRequirement from a name, which might be a + requirement, directory containing 'setup.py', filename, or URL. + + :param line_source: An optional string describing where the line is from, + for logging purposes in case of an error. + """ + parts = parse_req_from_line(name, line_source) + + return InstallRequirement( + parts.requirement, + comes_from, + link=parts.link, + markers=parts.markers, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + constraint=constraint, + extras=parts.extras, + user_supplied=user_supplied, + ) + + +def install_req_from_req_string( + req_string: str, + comes_from: Optional[InstallRequirement] = None, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, +) -> InstallRequirement: + try: + req = get_requirement(req_string) + except InvalidRequirement as exc: + raise InstallationError(f"Invalid requirement: {req_string!r}: {exc}") + + domains_not_allowed = [ + PyPI.file_storage_domain, + TestPyPI.file_storage_domain, + ] + if ( + req.url + and comes_from + and comes_from.link + and comes_from.link.netloc in domains_not_allowed + ): + # Explicitly disallow pypi packages that depend on external urls + raise InstallationError( + "Packages installed from PyPI cannot depend on packages " + "which are not also hosted on PyPI.\n" + f"{comes_from.name} depends on {req} " + ) + + return InstallRequirement( + req, + comes_from, + isolated=isolated, + use_pep517=use_pep517, + user_supplied=user_supplied, + ) + + +def install_req_from_parsed_requirement( + parsed_req: ParsedRequirement, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + if parsed_req.is_editable: + req = install_req_from_editable( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + constraint=parsed_req.constraint, + isolated=isolated, + user_supplied=user_supplied, + config_settings=config_settings, + ) + + else: + req = install_req_from_line( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + isolated=isolated, + global_options=( + parsed_req.options.get("global_options", []) + if parsed_req.options + else [] + ), + hash_options=( + parsed_req.options.get("hashes", {}) if parsed_req.options else {} + ), + constraint=parsed_req.constraint, + line_source=parsed_req.line_source, + user_supplied=user_supplied, + config_settings=config_settings, + ) + return req + + +def install_req_from_link_and_ireq( + link: Link, ireq: InstallRequirement +) -> InstallRequirement: + return InstallRequirement( + req=ireq.req, + comes_from=ireq.comes_from, + editable=ireq.editable, + link=link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + ) + + +def install_req_drop_extras(ireq: InstallRequirement) -> InstallRequirement: + """ + Creates a new InstallationRequirement using the given template but without + any extras. Sets the original requirement as the new one's parent + (comes_from). + """ + return InstallRequirement( + req=( + _set_requirement_extras(ireq.req, set()) if ireq.req is not None else None + ), + comes_from=ireq, + editable=ireq.editable, + link=ireq.link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + constraint=ireq.constraint, + extras=[], + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + permit_editable_wheels=ireq.permit_editable_wheels, + ) + + +def install_req_extend_extras( + ireq: InstallRequirement, + extras: Collection[str], +) -> InstallRequirement: + """ + Returns a copy of an installation requirement with some additional extras. + Makes a shallow copy of the ireq object. + """ + result = copy.copy(ireq) + result.extras = {*ireq.extras, *extras} + result.req = ( + _set_requirement_extras(ireq.req, result.extras) + if ireq.req is not None + else None + ) + return result diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 00000000..53ad8674 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,551 @@ +""" +Requirements file parsing +""" + +import logging +import optparse +import os +import re +import shlex +import urllib.parse +from optparse import Values +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + Generator, + Iterable, + List, + NoReturn, + Optional, + Tuple, +) + +from pip._internal.cli import cmdoptions +from pip._internal.exceptions import InstallationError, RequirementsFileParseError +from pip._internal.models.search_scope import SearchScope +from pip._internal.utils.encoding import auto_decode + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + from pip._internal.network.session import PipSession + +__all__ = ["parse_requirements"] + +ReqFileLines = Iterable[Tuple[int, str]] + +LineParser = Callable[[str], Tuple[str, Values]] + +SCHEME_RE = re.compile(r"^(http|https|file):", re.I) +COMMENT_RE = re.compile(r"(^|\s+)#.*$") + +# Matches environment variable-style values in '${MY_VARIABLE_1}' with the +# variable name consisting of only uppercase letters, digits or the '_' +# (underscore). This follows the POSIX standard defined in IEEE Std 1003.1, +# 2013 Edition. +ENV_VAR_RE = re.compile(r"(?P\$\{(?P[A-Z0-9_]+)\})") + +SUPPORTED_OPTIONS: List[Callable[..., optparse.Option]] = [ + cmdoptions.index_url, + cmdoptions.extra_index_url, + cmdoptions.no_index, + cmdoptions.constraints, + cmdoptions.requirements, + cmdoptions.editable, + cmdoptions.find_links, + cmdoptions.no_binary, + cmdoptions.only_binary, + cmdoptions.prefer_binary, + cmdoptions.require_hashes, + cmdoptions.pre, + cmdoptions.trusted_host, + cmdoptions.use_new_feature, +] + +# options to be passed to requirements +SUPPORTED_OPTIONS_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.global_options, + cmdoptions.hash, + cmdoptions.config_settings, +] + +SUPPORTED_OPTIONS_EDITABLE_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.config_settings, +] + + +# the 'dest' string values +SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] +SUPPORTED_OPTIONS_EDITABLE_REQ_DEST = [ + str(o().dest) for o in SUPPORTED_OPTIONS_EDITABLE_REQ +] + +logger = logging.getLogger(__name__) + + +class ParsedRequirement: + def __init__( + self, + requirement: str, + is_editable: bool, + comes_from: str, + constraint: bool, + options: Optional[Dict[str, Any]] = None, + line_source: Optional[str] = None, + ) -> None: + self.requirement = requirement + self.is_editable = is_editable + self.comes_from = comes_from + self.options = options + self.constraint = constraint + self.line_source = line_source + + +class ParsedLine: + def __init__( + self, + filename: str, + lineno: int, + args: str, + opts: Values, + constraint: bool, + ) -> None: + self.filename = filename + self.lineno = lineno + self.opts = opts + self.constraint = constraint + + if args: + self.is_requirement = True + self.is_editable = False + self.requirement = args + elif opts.editables: + self.is_requirement = True + self.is_editable = True + # We don't support multiple -e on one line + self.requirement = opts.editables[0] + else: + self.is_requirement = False + + +def parse_requirements( + filename: str, + session: "PipSession", + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + constraint: bool = False, +) -> Generator[ParsedRequirement, None, None]: + """Parse a requirements file and yield ParsedRequirement instances. + + :param filename: Path or url of requirements file. + :param session: PipSession instance. + :param finder: Instance of pip.index.PackageFinder. + :param options: cli options. + :param constraint: If true, parsing a constraint file rather than + requirements file. + """ + line_parser = get_line_parser(finder) + parser = RequirementsFileParser(session, line_parser) + + for parsed_line in parser.parse(filename, constraint): + parsed_req = handle_line( + parsed_line, options=options, finder=finder, session=session + ) + if parsed_req is not None: + yield parsed_req + + +def preprocess(content: str) -> ReqFileLines: + """Split, filter, and join lines, and return a line iterator + + :param content: the content of the requirements file + """ + lines_enum: ReqFileLines = enumerate(content.splitlines(), start=1) + lines_enum = join_lines(lines_enum) + lines_enum = ignore_comments(lines_enum) + lines_enum = expand_env_variables(lines_enum) + return lines_enum + + +def handle_requirement_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, +) -> ParsedRequirement: + # preserve for the nested code path + line_comes_from = "{} {} (line {})".format( + "-c" if line.constraint else "-r", + line.filename, + line.lineno, + ) + + assert line.is_requirement + + # get the options that apply to requirements + if line.is_editable: + supported_dest = SUPPORTED_OPTIONS_EDITABLE_REQ_DEST + else: + supported_dest = SUPPORTED_OPTIONS_REQ_DEST + req_options = {} + for dest in supported_dest: + if dest in line.opts.__dict__ and line.opts.__dict__[dest]: + req_options[dest] = line.opts.__dict__[dest] + + line_source = f"line {line.lineno} of {line.filename}" + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + options=req_options, + line_source=line_source, + ) + + +def handle_option_line( + opts: Values, + filename: str, + lineno: int, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + session: Optional["PipSession"] = None, +) -> None: + if opts.hashes: + logger.warning( + "%s line %s has --hash but no requirement, and will be ignored.", + filename, + lineno, + ) + + if options: + # percolate options upward + if opts.require_hashes: + options.require_hashes = opts.require_hashes + if opts.features_enabled: + options.features_enabled.extend( + f for f in opts.features_enabled if f not in options.features_enabled + ) + + # set finder options + if finder: + find_links = finder.find_links + index_urls = finder.index_urls + no_index = finder.search_scope.no_index + if opts.no_index is True: + no_index = True + index_urls = [] + if opts.index_url and not no_index: + index_urls = [opts.index_url] + if opts.extra_index_urls and not no_index: + index_urls.extend(opts.extra_index_urls) + if opts.find_links: + # FIXME: it would be nice to keep track of the source + # of the find_links: support a find-links local path + # relative to a requirements file. + value = opts.find_links[0] + req_dir = os.path.dirname(os.path.abspath(filename)) + relative_to_reqs_file = os.path.join(req_dir, value) + if os.path.exists(relative_to_reqs_file): + value = relative_to_reqs_file + find_links.append(value) + + if session: + # We need to update the auth urls in session + session.update_index_urls(index_urls) + + search_scope = SearchScope( + find_links=find_links, + index_urls=index_urls, + no_index=no_index, + ) + finder.search_scope = search_scope + + if opts.pre: + finder.set_allow_all_prereleases() + + if opts.prefer_binary: + finder.set_prefer_binary() + + if session: + for host in opts.trusted_hosts or []: + source = f"line {lineno} of {filename}" + session.add_trusted_host(host, source=source) + + +def handle_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, + finder: Optional["PackageFinder"] = None, + session: Optional["PipSession"] = None, +) -> Optional[ParsedRequirement]: + """Handle a single parsed requirements line; This can result in + creating/yielding requirements, or updating the finder. + + :param line: The parsed line to be processed. + :param options: CLI options. + :param finder: The finder - updated by non-requirement lines. + :param session: The session - updated by non-requirement lines. + + Returns a ParsedRequirement object if the line is a requirement line, + otherwise returns None. + + For lines that contain requirements, the only options that have an effect + are from SUPPORTED_OPTIONS_REQ, and they are scoped to the + requirement. Other options from SUPPORTED_OPTIONS may be present, but are + ignored. + + For lines that do not contain requirements, the only options that have an + effect are from SUPPORTED_OPTIONS. Options from SUPPORTED_OPTIONS_REQ may + be present, but are ignored. These lines may contain multiple options + (although our docs imply only one is supported), and all our parsed and + affect the finder. + """ + + if line.is_requirement: + parsed_req = handle_requirement_line(line, options) + return parsed_req + else: + handle_option_line( + line.opts, + line.filename, + line.lineno, + finder, + options, + session, + ) + return None + + +class RequirementsFileParser: + def __init__( + self, + session: "PipSession", + line_parser: LineParser, + ) -> None: + self._session = session + self._line_parser = line_parser + + def parse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + """Parse a given file, yielding parsed lines.""" + yield from self._parse_and_recurse(filename, constraint) + + def _parse_and_recurse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + for line in self._parse_file(filename, constraint): + if not line.is_requirement and ( + line.opts.requirements or line.opts.constraints + ): + # parse a nested requirements file + if line.opts.requirements: + req_path = line.opts.requirements[0] + nested_constraint = False + else: + req_path = line.opts.constraints[0] + nested_constraint = True + + # original file is over http + if SCHEME_RE.search(filename): + # do a url join so relative paths work + req_path = urllib.parse.urljoin(filename, req_path) + # original file and nested file are paths + elif not SCHEME_RE.search(req_path): + # do a join so relative paths work + req_path = os.path.join( + os.path.dirname(filename), + req_path, + ) + + yield from self._parse_and_recurse(req_path, nested_constraint) + else: + yield line + + def _parse_file( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + _, content = get_file_content(filename, self._session) + + lines_enum = preprocess(content) + + for line_number, line in lines_enum: + try: + args_str, opts = self._line_parser(line) + except OptionParsingError as e: + # add offending line + msg = f"Invalid requirement: {line}\n{e.msg}" + raise RequirementsFileParseError(msg) + + yield ParsedLine( + filename, + line_number, + args_str, + opts, + constraint, + ) + + +def get_line_parser(finder: Optional["PackageFinder"]) -> LineParser: + def parse_line(line: str) -> Tuple[str, Values]: + # Build new parser for each line since it accumulates appendable + # options. + parser = build_parser() + defaults = parser.get_default_values() + defaults.index_url = None + if finder: + defaults.format_control = finder.format_control + + args_str, options_str = break_args_options(line) + + try: + options = shlex.split(options_str) + except ValueError as e: + raise OptionParsingError(f"Could not split options: {options_str}") from e + + opts, _ = parser.parse_args(options, defaults) + + return args_str, opts + + return parse_line + + +def break_args_options(line: str) -> Tuple[str, str]: + """Break up the line into an args and options string. We only want to shlex + (and then optparse) the options, not the args. args can contain markers + which are corrupted by shlex. + """ + tokens = line.split(" ") + args = [] + options = tokens[:] + for token in tokens: + if token.startswith("-") or token.startswith("--"): + break + else: + args.append(token) + options.pop(0) + return " ".join(args), " ".join(options) + + +class OptionParsingError(Exception): + def __init__(self, msg: str) -> None: + self.msg = msg + + +def build_parser() -> optparse.OptionParser: + """ + Return a parser for parsing requirement lines + """ + parser = optparse.OptionParser(add_help_option=False) + + option_factories = SUPPORTED_OPTIONS + SUPPORTED_OPTIONS_REQ + for option_factory in option_factories: + option = option_factory() + parser.add_option(option) + + # By default optparse sys.exits on parsing errors. We want to wrap + # that in our own exception. + def parser_exit(self: Any, msg: str) -> "NoReturn": + raise OptionParsingError(msg) + + # NOTE: mypy disallows assigning to a method + # https://github.com/python/mypy/issues/2427 + parser.exit = parser_exit # type: ignore + + return parser + + +def join_lines(lines_enum: ReqFileLines) -> ReqFileLines: + """Joins a line ending in '\' with the previous line (except when following + comments). The joined line takes on the index of the first line. + """ + primary_line_number = None + new_line: List[str] = [] + for line_number, line in lines_enum: + if not line.endswith("\\") or COMMENT_RE.match(line): + if COMMENT_RE.match(line): + # this ensures comments are always matched later + line = " " + line + if new_line: + new_line.append(line) + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + new_line = [] + else: + yield line_number, line + else: + if not new_line: + primary_line_number = line_number + new_line.append(line.strip("\\")) + + # last line contains \ + if new_line: + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + + # TODO: handle space after '\'. + + +def ignore_comments(lines_enum: ReqFileLines) -> ReqFileLines: + """ + Strips comments and filter empty lines. + """ + for line_number, line in lines_enum: + line = COMMENT_RE.sub("", line) + line = line.strip() + if line: + yield line_number, line + + +def expand_env_variables(lines_enum: ReqFileLines) -> ReqFileLines: + """Replace all environment variables that can be retrieved via `os.getenv`. + + The only allowed format for environment variables defined in the + requirement file is `${MY_VARIABLE_1}` to ensure two things: + + 1. Strings that contain a `$` aren't accidentally (partially) expanded. + 2. Ensure consistency across platforms for requirement files. + + These points are the result of a discussion on the `github pull + request #3514 `_. + + Valid characters in variable names follow the `POSIX standard + `_ and are limited + to uppercase letter, digits and the `_` (underscore). + """ + for line_number, line in lines_enum: + for env_var, var_name in ENV_VAR_RE.findall(line): + value = os.getenv(var_name) + if not value: + continue + + line = line.replace(env_var, value) + + yield line_number, line + + +def get_file_content(url: str, session: "PipSession") -> Tuple[str, str]: + """Gets the content of a file; it may be a filename, file: URL, or + http: URL. Returns (location, content). Content is unicode. + Respects # -*- coding: declarations on the retrieved files. + + :param url: File path or url. + :param session: PipSession instance. + """ + scheme = urllib.parse.urlsplit(url).scheme + # Pip has special support for file:// URLs (LocalFSAdapter). + if scheme in ["http", "https", "file"]: + # Delay importing heavy network modules until absolutely necessary. + from pip._internal.network.utils import raise_for_status + + resp = session.get(url) + raise_for_status(resp) + return resp.url, resp.text + + # Assume this is a bare path. + try: + with open(url, "rb") as f: + content = auto_decode(f.read()) + except OSError as exc: + raise InstallationError(f"Could not open requirements file: {exc}") + return url, content diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 00000000..834bc513 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,934 @@ +import functools +import logging +import os +import shutil +import sys +import uuid +import zipfile +from optparse import Values +from pathlib import Path +from typing import Any, Collection, Dict, Iterable, List, Optional, Sequence, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment, NoOpBuildEnvironment +from pip._internal.exceptions import InstallationError, PreviousBuildDirError +from pip._internal.locations import get_scheme +from pip._internal.metadata import ( + BaseDistribution, + get_default_environment, + get_directory_distribution, + get_wheel_distribution, +) +from pip._internal.metadata.base import FilesystemWheel +from pip._internal.models.direct_url import DirectUrl +from pip._internal.models.link import Link +from pip._internal.operations.build.metadata import generate_metadata +from pip._internal.operations.build.metadata_editable import generate_editable_metadata +from pip._internal.operations.build.metadata_legacy import ( + generate_metadata as generate_metadata_legacy, +) +from pip._internal.operations.install.editable_legacy import ( + install_editable as install_editable_legacy, +) +from pip._internal.operations.install.wheel import install_wheel +from pip._internal.pyproject import load_pyproject_toml, make_pyproject_path +from pip._internal.req.req_uninstall import UninstallPathSet +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + ConfiguredBuildBackendHookCaller, + ask_path_exists, + backup_dir, + display_path, + hide_url, + is_installable_dir, + redact_auth_from_requirement, + redact_auth_from_url, +) +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.unpacking import unpack_file +from pip._internal.utils.virtualenv import running_under_virtualenv +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +class InstallRequirement: + """ + Represents something that may be installed later on, may have information + about where to fetch the relevant requirement and also contains logic for + installing the said requirement. + """ + + def __init__( + self, + req: Optional[Requirement], + comes_from: Optional[Union[str, "InstallRequirement"]], + editable: bool = False, + link: Optional[Link] = None, + markers: Optional[Marker] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + *, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + constraint: bool = False, + extras: Collection[str] = (), + user_supplied: bool = False, + permit_editable_wheels: bool = False, + ) -> None: + assert req is None or isinstance(req, Requirement), req + self.req = req + self.comes_from = comes_from + self.constraint = constraint + self.editable = editable + self.permit_editable_wheels = permit_editable_wheels + + # source_dir is the local directory where the linked requirement is + # located, or unpacked. In case unpacking is needed, creating and + # populating source_dir is done by the RequirementPreparer. Note this + # is not necessarily the directory where pyproject.toml or setup.py is + # located - that one is obtained via unpacked_source_directory. + self.source_dir: Optional[str] = None + if self.editable: + assert link + if link.is_file: + self.source_dir = os.path.normpath(os.path.abspath(link.file_path)) + + # original_link is the direct URL that was provided by the user for the + # requirement, either directly or via a constraints file. + if link is None and req and req.url: + # PEP 508 URL requirement + link = Link(req.url) + self.link = self.original_link = link + + # When this InstallRequirement is a wheel obtained from the cache of locally + # built wheels, this is the source link corresponding to the cache entry, which + # was used to download and build the cached wheel. + self.cached_wheel_source_link: Optional[Link] = None + + # Information about the location of the artifact that was downloaded . This + # property is guaranteed to be set in resolver results. + self.download_info: Optional[DirectUrl] = None + + # Path to any downloaded or already-existing package. + self.local_file_path: Optional[str] = None + if self.link and self.link.is_file: + self.local_file_path = self.link.file_path + + if extras: + self.extras = extras + elif req: + self.extras = req.extras + else: + self.extras = set() + if markers is None and req: + markers = req.marker + self.markers = markers + + # This holds the Distribution object if this requirement is already installed. + self.satisfied_by: Optional[BaseDistribution] = None + # Whether the installation process should try to uninstall an existing + # distribution before installing this requirement. + self.should_reinstall = False + # Temporary build location + self._temp_build_dir: Optional[TempDirectory] = None + # Set to True after successful installation + self.install_succeeded: Optional[bool] = None + # Supplied options + self.global_options = global_options if global_options else [] + self.hash_options = hash_options if hash_options else {} + self.config_settings = config_settings + # Set to True after successful preparation of this requirement + self.prepared = False + # User supplied requirement are explicitly requested for installation + # by the user via CLI arguments or requirements files, as opposed to, + # e.g. dependencies, extras or constraints. + self.user_supplied = user_supplied + + self.isolated = isolated + self.build_env: BuildEnvironment = NoOpBuildEnvironment() + + # For PEP 517, the directory where we request the project metadata + # gets stored. We need this to pass to build_wheel, so the backend + # can ensure that the wheel matches the metadata (see the PEP for + # details). + self.metadata_directory: Optional[str] = None + + # The static build requirements (from pyproject.toml) + self.pyproject_requires: Optional[List[str]] = None + + # Build requirements that we will check are available + self.requirements_to_check: List[str] = [] + + # The PEP 517 backend we should use to build the project + self.pep517_backend: Optional[BuildBackendHookCaller] = None + + # Are we using PEP 517 for this requirement? + # After pyproject.toml has been loaded, the only valid values are True + # and False. Before loading, None is valid (meaning "use the default"). + # Setting an explicit value before loading pyproject.toml is supported, + # but after loading this flag should be treated as read only. + self.use_pep517 = use_pep517 + + # If config settings are provided, enforce PEP 517. + if self.config_settings: + if self.use_pep517 is False: + logger.warning( + "--no-use-pep517 ignored for %s " + "because --config-settings are specified.", + self, + ) + self.use_pep517 = True + + # This requirement needs more preparation before it can be built + self.needs_more_preparation = False + + # This requirement needs to be unpacked before it can be installed. + self._archive_source: Optional[Path] = None + + def __str__(self) -> str: + if self.req: + s = redact_auth_from_requirement(self.req) + if self.link: + s += f" from {redact_auth_from_url(self.link.url)}" + elif self.link: + s = redact_auth_from_url(self.link.url) + else: + s = "" + if self.satisfied_by is not None: + if self.satisfied_by.location is not None: + location = display_path(self.satisfied_by.location) + else: + location = "" + s += f" in {location}" + if self.comes_from: + if isinstance(self.comes_from, str): + comes_from: Optional[str] = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += f" (from {comes_from})" + return s + + def __repr__(self) -> str: + return ( + f"<{self.__class__.__name__} object: " + f"{str(self)} editable={self.editable!r}>" + ) + + def format_debug(self) -> str: + """An un-tested helper for getting state, for debugging.""" + attributes = vars(self) + names = sorted(attributes) + + state = (f"{attr}={attributes[attr]!r}" for attr in sorted(names)) + return "<{name} object: {{{state}}}>".format( + name=self.__class__.__name__, + state=", ".join(state), + ) + + # Things that are valid for all kinds of requirements? + @property + def name(self) -> Optional[str]: + if self.req is None: + return None + return self.req.name + + @functools.cached_property + def supports_pyproject_editable(self) -> bool: + if not self.use_pep517: + return False + assert self.pep517_backend + with self.build_env: + runner = runner_with_spinner_message( + "Checking if build backend supports build_editable" + ) + with self.pep517_backend.subprocess_runner(runner): + return "build_editable" in self.pep517_backend._supported_features() + + @property + def specifier(self) -> SpecifierSet: + assert self.req is not None + return self.req.specifier + + @property + def is_direct(self) -> bool: + """Whether this requirement was specified as a direct URL.""" + return self.original_link is not None + + @property + def is_pinned(self) -> bool: + """Return whether I am pinned to an exact version. + + For example, some-package==1.2 is pinned; some-package>1.2 is not. + """ + assert self.req is not None + specifiers = self.req.specifier + return len(specifiers) == 1 and next(iter(specifiers)).operator in {"==", "==="} + + def match_markers(self, extras_requested: Optional[Iterable[str]] = None) -> bool: + if not extras_requested: + # Provide an extra to safely evaluate the markers + # without matching any extra + extras_requested = ("",) + if self.markers is not None: + return any( + self.markers.evaluate({"extra": extra}) for extra in extras_requested + ) + else: + return True + + @property + def has_hash_options(self) -> bool: + """Return whether any known-good hashes are specified as options. + + These activate --require-hashes mode; hashes specified as part of a + URL do not. + + """ + return bool(self.hash_options) + + def hashes(self, trust_internet: bool = True) -> Hashes: + """Return a hash-comparer that considers my option- and URL-based + hashes to be known-good. + + Hashes in URLs--ones embedded in the requirements file, not ones + downloaded from an index server--are almost peers with ones from + flags. They satisfy --require-hashes (whether it was implicitly or + explicitly activated) but do not activate it. md5 and sha224 are not + allowed in flags, which should nudge people toward good algos. We + always OR all hashes together, even ones from URLs. + + :param trust_internet: Whether to trust URL-based (#md5=...) hashes + downloaded from the internet, as by populate_link() + + """ + good_hashes = self.hash_options.copy() + if trust_internet: + link = self.link + elif self.is_direct and self.user_supplied: + link = self.original_link + else: + link = None + if link and link.hash: + assert link.hash_name is not None + good_hashes.setdefault(link.hash_name, []).append(link.hash) + return Hashes(good_hashes) + + def from_path(self) -> Optional[str]: + """Format a nice indicator to show where this "comes from" """ + if self.req is None: + return None + s = str(self.req) + if self.comes_from: + comes_from: Optional[str] + if isinstance(self.comes_from, str): + comes_from = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += "->" + comes_from + return s + + def ensure_build_location( + self, build_dir: str, autodelete: bool, parallel_builds: bool + ) -> str: + assert build_dir is not None + if self._temp_build_dir is not None: + assert self._temp_build_dir.path + return self._temp_build_dir.path + if self.req is None: + # Some systems have /tmp as a symlink which confuses custom + # builds (such as numpy). Thus, we ensure that the real path + # is returned. + self._temp_build_dir = TempDirectory( + kind=tempdir_kinds.REQ_BUILD, globally_managed=True + ) + + return self._temp_build_dir.path + + # This is the only remaining place where we manually determine the path + # for the temporary directory. It is only needed for editables where + # it is the value of the --src option. + + # When parallel builds are enabled, add a UUID to the build directory + # name so multiple builds do not interfere with each other. + dir_name: str = canonicalize_name(self.req.name) + if parallel_builds: + dir_name = f"{dir_name}_{uuid.uuid4().hex}" + + # FIXME: Is there a better place to create the build_dir? (hg and bzr + # need this) + if not os.path.exists(build_dir): + logger.debug("Creating directory %s", build_dir) + os.makedirs(build_dir) + actual_build_dir = os.path.join(build_dir, dir_name) + # `None` indicates that we respect the globally-configured deletion + # settings, which is what we actually want when auto-deleting. + delete_arg = None if autodelete else False + return TempDirectory( + path=actual_build_dir, + delete=delete_arg, + kind=tempdir_kinds.REQ_BUILD, + globally_managed=True, + ).path + + def _set_requirement(self) -> None: + """Set requirement after generating metadata.""" + assert self.req is None + assert self.metadata is not None + assert self.source_dir is not None + + # Construct a Requirement object from the generated metadata + if isinstance(parse_version(self.metadata["Version"]), Version): + op = "==" + else: + op = "===" + + self.req = get_requirement( + "".join( + [ + self.metadata["Name"], + op, + self.metadata["Version"], + ] + ) + ) + + def warn_on_mismatching_name(self) -> None: + assert self.req is not None + metadata_name = canonicalize_name(self.metadata["Name"]) + if canonicalize_name(self.req.name) == metadata_name: + # Everything is fine. + return + + # If we're here, there's a mismatch. Log a warning about it. + logger.warning( + "Generating metadata for package %s " + "produced metadata for project name %s. Fix your " + "#egg=%s fragments.", + self.name, + metadata_name, + self.name, + ) + self.req = get_requirement(metadata_name) + + def check_if_exists(self, use_user_site: bool) -> None: + """Find an installed distribution that satisfies or conflicts + with this requirement, and set self.satisfied_by or + self.should_reinstall appropriately. + """ + if self.req is None: + return + existing_dist = get_default_environment().get_distribution(self.req.name) + if not existing_dist: + return + + version_compatible = self.req.specifier.contains( + existing_dist.version, + prereleases=True, + ) + if not version_compatible: + self.satisfied_by = None + if use_user_site: + if existing_dist.in_usersite: + self.should_reinstall = True + elif running_under_virtualenv() and existing_dist.in_site_packages: + raise InstallationError( + f"Will not install to the user site because it will " + f"lack sys.path precedence to {existing_dist.raw_name} " + f"in {existing_dist.location}" + ) + else: + self.should_reinstall = True + else: + if self.editable: + self.should_reinstall = True + # when installing editables, nothing pre-existing should ever + # satisfy + self.satisfied_by = None + else: + self.satisfied_by = existing_dist + + # Things valid for wheels + @property + def is_wheel(self) -> bool: + if not self.link: + return False + return self.link.is_wheel + + @property + def is_wheel_from_cache(self) -> bool: + # When True, it means that this InstallRequirement is a local wheel file in the + # cache of locally built wheels. + return self.cached_wheel_source_link is not None + + # Things valid for sdists + @property + def unpacked_source_directory(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return os.path.join( + self.source_dir, self.link and self.link.subdirectory_fragment or "" + ) + + @property + def setup_py_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_py = os.path.join(self.unpacked_source_directory, "setup.py") + + return setup_py + + @property + def setup_cfg_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_cfg = os.path.join(self.unpacked_source_directory, "setup.cfg") + + return setup_cfg + + @property + def pyproject_toml_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return make_pyproject_path(self.unpacked_source_directory) + + def load_pyproject_toml(self) -> None: + """Load the pyproject.toml file. + + After calling this routine, all of the attributes related to PEP 517 + processing for this requirement have been set. In particular, the + use_pep517 attribute can be used to determine whether we should + follow the PEP 517 or legacy (setup.py) code path. + """ + pyproject_toml_data = load_pyproject_toml( + self.use_pep517, self.pyproject_toml_path, self.setup_py_path, str(self) + ) + + if pyproject_toml_data is None: + assert not self.config_settings + self.use_pep517 = False + return + + self.use_pep517 = True + requires, backend, check, backend_path = pyproject_toml_data + self.requirements_to_check = check + self.pyproject_requires = requires + self.pep517_backend = ConfiguredBuildBackendHookCaller( + self, + self.unpacked_source_directory, + backend, + backend_path=backend_path, + ) + + def isolated_editable_sanity_check(self) -> None: + """Check that an editable requirement if valid for use with PEP 517/518. + + This verifies that an editable that has a pyproject.toml either supports PEP 660 + or as a setup.py or a setup.cfg + """ + if ( + self.editable + and self.use_pep517 + and not self.supports_pyproject_editable + and not os.path.isfile(self.setup_py_path) + and not os.path.isfile(self.setup_cfg_path) + ): + raise InstallationError( + f"Project {self} has a 'pyproject.toml' and its build " + f"backend is missing the 'build_editable' hook. Since it does not " + f"have a 'setup.py' nor a 'setup.cfg', " + f"it cannot be installed in editable mode. " + f"Consider using a build backend that supports PEP 660." + ) + + def prepare_metadata(self) -> None: + """Ensure that project metadata is available. + + Under PEP 517 and PEP 660, call the backend hook to prepare the metadata. + Under legacy processing, call setup.py egg-info. + """ + assert self.source_dir, f"No source dir for {self}" + details = self.name or f"from {self.link}" + + if self.use_pep517: + assert self.pep517_backend is not None + if ( + self.editable + and self.permit_editable_wheels + and self.supports_pyproject_editable + ): + self.metadata_directory = generate_editable_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata_legacy( + build_env=self.build_env, + setup_py_path=self.setup_py_path, + source_dir=self.unpacked_source_directory, + isolated=self.isolated, + details=details, + ) + + # Act on the newly generated metadata, based on the name and version. + if not self.name: + self._set_requirement() + else: + self.warn_on_mismatching_name() + + self.assert_source_matches_version() + + @property + def metadata(self) -> Any: + if not hasattr(self, "_metadata"): + self._metadata = self.get_dist().metadata + + return self._metadata + + def get_dist(self) -> BaseDistribution: + if self.metadata_directory: + return get_directory_distribution(self.metadata_directory) + elif self.local_file_path and self.is_wheel: + assert self.req is not None + return get_wheel_distribution( + FilesystemWheel(self.local_file_path), + canonicalize_name(self.req.name), + ) + raise AssertionError( + f"InstallRequirement {self} has no metadata directory and no wheel: " + f"can't make a distribution." + ) + + def assert_source_matches_version(self) -> None: + assert self.source_dir, f"No source dir for {self}" + version = self.metadata["version"] + if self.req and self.req.specifier and version not in self.req.specifier: + logger.warning( + "Requested %s, but installing version %s", + self, + version, + ) + else: + logger.debug( + "Source in %s has version %s, which satisfies requirement %s", + display_path(self.source_dir), + version, + self, + ) + + # For both source distributions and editables + def ensure_has_source_dir( + self, + parent_dir: str, + autodelete: bool = False, + parallel_builds: bool = False, + ) -> None: + """Ensure that a source_dir is set. + + This will create a temporary build dir if the name of the requirement + isn't known yet. + + :param parent_dir: The ideal pip parent_dir for the source_dir. + Generally src_dir for editables and build_dir for sdists. + :return: self.source_dir + """ + if self.source_dir is None: + self.source_dir = self.ensure_build_location( + parent_dir, + autodelete=autodelete, + parallel_builds=parallel_builds, + ) + + def needs_unpacked_archive(self, archive_source: Path) -> None: + assert self._archive_source is None + self._archive_source = archive_source + + def ensure_pristine_source_checkout(self) -> None: + """Ensure the source directory has not yet been built in.""" + assert self.source_dir is not None + if self._archive_source is not None: + unpack_file(str(self._archive_source), self.source_dir) + elif is_installable_dir(self.source_dir): + # If a checkout exists, it's unwise to keep going. + # version inconsistencies are logged later, but do not fail + # the installation. + raise PreviousBuildDirError( + f"pip can't proceed with requirements '{self}' due to a " + f"pre-existing build directory ({self.source_dir}). This is likely " + "due to a previous installation that failed . pip is " + "being responsible and not assuming it can delete this. " + "Please delete it and try again." + ) + + # For editable installations + def update_editable(self) -> None: + if not self.link: + logger.debug( + "Cannot update repository at %s; repository location is unknown", + self.source_dir, + ) + return + assert self.editable + assert self.source_dir + if self.link.scheme == "file": + # Static paths don't get updated + return + vcs_backend = vcs.get_backend_for_scheme(self.link.scheme) + # Editable requirements are validated in Requirement constructors. + # So here, if it's neither a path nor a valid VCS URL, it's a bug. + assert vcs_backend, f"Unsupported VCS URL {self.link.url}" + hidden_url = hide_url(self.link.url) + vcs_backend.obtain(self.source_dir, url=hidden_url, verbosity=0) + + # Top-level Actions + def uninstall( + self, auto_confirm: bool = False, verbose: bool = False + ) -> Optional[UninstallPathSet]: + """ + Uninstall the distribution currently satisfying this requirement. + + Prompts before removing or modifying files unless + ``auto_confirm`` is True. + + Refuses to delete or modify files outside of ``sys.prefix`` - + thus uninstallation within a virtual environment can only + modify that virtual environment, even if the virtualenv is + linked to global site-packages. + + """ + assert self.req + dist = get_default_environment().get_distribution(self.req.name) + if not dist: + logger.warning("Skipping %s as it is not installed.", self.name) + return None + logger.info("Found existing installation: %s", dist) + + uninstalled_pathset = UninstallPathSet.from_dist(dist) + uninstalled_pathset.remove(auto_confirm, verbose) + return uninstalled_pathset + + def _get_archive_name(self, path: str, parentdir: str, rootdir: str) -> str: + def _clean_zip_name(name: str, prefix: str) -> str: + assert name.startswith( + prefix + os.path.sep + ), f"name {name!r} doesn't start with prefix {prefix!r}" + name = name[len(prefix) + 1 :] + name = name.replace(os.path.sep, "/") + return name + + assert self.req is not None + path = os.path.join(parentdir, path) + name = _clean_zip_name(path, rootdir) + return self.req.name + "/" + name + + def archive(self, build_dir: Optional[str]) -> None: + """Saves archive to provided build_dir. + + Used for saving downloaded VCS requirements as part of `pip download`. + """ + assert self.source_dir + if build_dir is None: + return + + create_archive = True + archive_name = "{}-{}.zip".format(self.name, self.metadata["version"]) + archive_path = os.path.join(build_dir, archive_name) + + if os.path.exists(archive_path): + response = ask_path_exists( + f"The file {display_path(archive_path)} exists. (i)gnore, (w)ipe, " + "(b)ackup, (a)bort ", + ("i", "w", "b", "a"), + ) + if response == "i": + create_archive = False + elif response == "w": + logger.warning("Deleting %s", display_path(archive_path)) + os.remove(archive_path) + elif response == "b": + dest_file = backup_dir(archive_path) + logger.warning( + "Backing up %s to %s", + display_path(archive_path), + display_path(dest_file), + ) + shutil.move(archive_path, dest_file) + elif response == "a": + sys.exit(-1) + + if not create_archive: + return + + zip_output = zipfile.ZipFile( + archive_path, + "w", + zipfile.ZIP_DEFLATED, + allowZip64=True, + ) + with zip_output: + dir = os.path.normcase(os.path.abspath(self.unpacked_source_directory)) + for dirpath, dirnames, filenames in os.walk(dir): + for dirname in dirnames: + dir_arcname = self._get_archive_name( + dirname, + parentdir=dirpath, + rootdir=dir, + ) + zipdir = zipfile.ZipInfo(dir_arcname + "/") + zipdir.external_attr = 0x1ED << 16 # 0o755 + zip_output.writestr(zipdir, "") + for filename in filenames: + file_arcname = self._get_archive_name( + filename, + parentdir=dirpath, + rootdir=dir, + ) + filename = os.path.join(dirpath, filename) + zip_output.write(filename, file_arcname) + + logger.info("Saved %s", display_path(archive_path)) + + def install( + self, + global_options: Optional[Sequence[str]] = None, + root: Optional[str] = None, + home: Optional[str] = None, + prefix: Optional[str] = None, + warn_script_location: bool = True, + use_user_site: bool = False, + pycompile: bool = True, + ) -> None: + assert self.req is not None + scheme = get_scheme( + self.req.name, + user=use_user_site, + home=home, + root=root, + isolated=self.isolated, + prefix=prefix, + ) + + if self.editable and not self.is_wheel: + deprecated( + reason=( + f"Legacy editable install of {self} (setup.py develop) " + "is deprecated." + ), + replacement=( + "to add a pyproject.toml or enable --use-pep517, " + "and use setuptools >= 64. " + "If the resulting installation is not behaving as expected, " + "try using --config-settings editable_mode=compat. " + "Please consult the setuptools documentation for more information" + ), + gone_in="25.0", + issue=11457, + ) + if self.config_settings: + logger.warning( + "--config-settings ignored for legacy editable install of %s. " + "Consider upgrading to a version of setuptools " + "that supports PEP 660 (>= 64).", + self, + ) + install_editable_legacy( + global_options=global_options if global_options is not None else [], + prefix=prefix, + home=home, + use_user_site=use_user_site, + name=self.req.name, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + ) + self.install_succeeded = True + return + + assert self.is_wheel + assert self.local_file_path + + install_wheel( + self.req.name, + self.local_file_path, + scheme=scheme, + req_description=str(self.req), + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=self.download_info if self.is_direct else None, + requested=self.user_supplied, + ) + self.install_succeeded = True + + +def check_invalid_constraint_type(req: InstallRequirement) -> str: + # Check for unsupported forms + problem = "" + if not req.name: + problem = "Unnamed requirements are not allowed as constraints" + elif req.editable: + problem = "Editable requirements are not allowed as constraints" + elif req.extras: + problem = "Constraints cannot have extras" + + if problem: + deprecated( + reason=( + "Constraints are only allowed to take the form of a package " + "name and a version specifier. Other forms were originally " + "permitted as an accident of the implementation, but were " + "undocumented. The new implementation of the resolver no " + "longer supports these forms." + ), + replacement="replacing the constraint with a requirement", + # No plan yet for when the new resolver becomes default + gone_in=None, + issue=8210, + ) + + return problem + + +def _has_option(options: Values, reqs: List[InstallRequirement], option: str) -> bool: + if getattr(options, option, None): + return True + for req in reqs: + if getattr(req, option, None): + return True + return False + + +def check_legacy_setup_py_options( + options: Values, + reqs: List[InstallRequirement], +) -> None: + has_build_options = _has_option(options, reqs, "build_options") + has_global_options = _has_option(options, reqs, "global_options") + if has_build_options or has_global_options: + deprecated( + reason="--build-option and --global-option are deprecated.", + issue=11859, + replacement="to use --config-settings", + gone_in="25.0", + ) + logger.warning( + "Implying --no-binary=:all: due to the presence of " + "--build-option / --global-option. " + ) + options.format_control.disallow_binaries() diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 00000000..ec7a6e07 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py @@ -0,0 +1,82 @@ +import logging +from collections import OrderedDict +from typing import Dict, List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +class RequirementSet: + def __init__(self, check_supported_wheels: bool = True) -> None: + """Create a RequirementSet.""" + + self.requirements: Dict[str, InstallRequirement] = OrderedDict() + self.check_supported_wheels = check_supported_wheels + + self.unnamed_requirements: List[InstallRequirement] = [] + + def __str__(self) -> str: + requirements = sorted( + (req for req in self.requirements.values() if not req.comes_from), + key=lambda req: canonicalize_name(req.name or ""), + ) + return " ".join(str(req.req) for req in requirements) + + def __repr__(self) -> str: + requirements = sorted( + self.requirements.values(), + key=lambda req: canonicalize_name(req.name or ""), + ) + + format_string = "<{classname} object; {count} requirement(s): {reqs}>" + return format_string.format( + classname=self.__class__.__name__, + count=len(requirements), + reqs=", ".join(str(req.req) for req in requirements), + ) + + def add_unnamed_requirement(self, install_req: InstallRequirement) -> None: + assert not install_req.name + self.unnamed_requirements.append(install_req) + + def add_named_requirement(self, install_req: InstallRequirement) -> None: + assert install_req.name + + project_name = canonicalize_name(install_req.name) + self.requirements[project_name] = install_req + + def has_requirement(self, name: str) -> bool: + project_name = canonicalize_name(name) + + return ( + project_name in self.requirements + and not self.requirements[project_name].constraint + ) + + def get_requirement(self, name: str) -> InstallRequirement: + project_name = canonicalize_name(name) + + if project_name in self.requirements: + return self.requirements[project_name] + + raise KeyError(f"No project with the name {name!r}") + + @property + def all_requirements(self) -> List[InstallRequirement]: + return self.unnamed_requirements + list(self.requirements.values()) + + @property + def requirements_to_install(self) -> List[InstallRequirement]: + """Return the list of requirements that need to be installed. + + TODO remove this property together with the legacy resolver, since the new + resolver only returns requirements that need to be installed. + """ + return [ + install_req + for install_req in self.all_requirements + if not install_req.constraint and not install_req.satisfied_by + ] diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 00000000..26df2084 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,633 @@ +import functools +import os +import sys +import sysconfig +from importlib.util import cache_from_source +from typing import Any, Callable, Dict, Generator, Iterable, List, Optional, Set, Tuple + +from pip._internal.exceptions import LegacyDistutilsInstall, UninstallMissingRecord +from pip._internal.locations import get_bin_prefix, get_bin_user +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.logging import getLogger, indent_log +from pip._internal.utils.misc import ask, normalize_path, renames, rmtree +from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory +from pip._internal.utils.virtualenv import running_under_virtualenv + +logger = getLogger(__name__) + + +def _script_names( + bin_dir: str, script_name: str, is_gui: bool +) -> Generator[str, None, None]: + """Create the fully qualified name of the files created by + {console,gui}_scripts for the given ``dist``. + Returns the list of file names + """ + exe_name = os.path.join(bin_dir, script_name) + yield exe_name + if not WINDOWS: + return + yield f"{exe_name}.exe" + yield f"{exe_name}.exe.manifest" + if is_gui: + yield f"{exe_name}-script.pyw" + else: + yield f"{exe_name}-script.py" + + +def _unique( + fn: Callable[..., Generator[Any, None, None]] +) -> Callable[..., Generator[Any, None, None]]: + @functools.wraps(fn) + def unique(*args: Any, **kw: Any) -> Generator[Any, None, None]: + seen: Set[Any] = set() + for item in fn(*args, **kw): + if item not in seen: + seen.add(item) + yield item + + return unique + + +@_unique +def uninstallation_paths(dist: BaseDistribution) -> Generator[str, None, None]: + """ + Yield all the uninstallation paths for dist based on RECORD-without-.py[co] + + Yield paths to all the files in RECORD. For each .py file in RECORD, add + the .pyc and .pyo in the same directory. + + UninstallPathSet.add() takes care of the __pycache__ .py[co]. + + If RECORD is not found, raises an error, + with possible information from the INSTALLER file. + + https://packaging.python.org/specifications/recording-installed-packages/ + """ + location = dist.location + assert location is not None, "not installed" + + entries = dist.iter_declared_entries() + if entries is None: + raise UninstallMissingRecord(distribution=dist) + + for entry in entries: + path = os.path.join(location, entry) + yield path + if path.endswith(".py"): + dn, fn = os.path.split(path) + base = fn[:-3] + path = os.path.join(dn, base + ".pyc") + yield path + path = os.path.join(dn, base + ".pyo") + yield path + + +def compact(paths: Iterable[str]) -> Set[str]: + """Compact a path set to contain the minimal number of paths + necessary to contain all paths in the set. If /a/path/ and + /a/path/to/a/file.txt are both in the set, leave only the + shorter path.""" + + sep = os.path.sep + short_paths: Set[str] = set() + for path in sorted(paths, key=len): + should_skip = any( + path.startswith(shortpath.rstrip("*")) + and path[len(shortpath.rstrip("*").rstrip(sep))] == sep + for shortpath in short_paths + ) + if not should_skip: + short_paths.add(path) + return short_paths + + +def compress_for_rename(paths: Iterable[str]) -> Set[str]: + """Returns a set containing the paths that need to be renamed. + + This set may include directories when the original sequence of paths + included every file on disk. + """ + case_map = {os.path.normcase(p): p for p in paths} + remaining = set(case_map) + unchecked = sorted({os.path.split(p)[0] for p in case_map.values()}, key=len) + wildcards: Set[str] = set() + + def norm_join(*a: str) -> str: + return os.path.normcase(os.path.join(*a)) + + for root in unchecked: + if any(os.path.normcase(root).startswith(w) for w in wildcards): + # This directory has already been handled. + continue + + all_files: Set[str] = set() + all_subdirs: Set[str] = set() + for dirname, subdirs, files in os.walk(root): + all_subdirs.update(norm_join(root, dirname, d) for d in subdirs) + all_files.update(norm_join(root, dirname, f) for f in files) + # If all the files we found are in our remaining set of files to + # remove, then remove them from the latter set and add a wildcard + # for the directory. + if not (all_files - remaining): + remaining.difference_update(all_files) + wildcards.add(root + os.sep) + + return set(map(case_map.__getitem__, remaining)) | wildcards + + +def compress_for_output_listing(paths: Iterable[str]) -> Tuple[Set[str], Set[str]]: + """Returns a tuple of 2 sets of which paths to display to user + + The first set contains paths that would be deleted. Files of a package + are not added and the top-level directory of the package has a '*' added + at the end - to signify that all it's contents are removed. + + The second set contains files that would have been skipped in the above + folders. + """ + + will_remove = set(paths) + will_skip = set() + + # Determine folders and files + folders = set() + files = set() + for path in will_remove: + if path.endswith(".pyc"): + continue + if path.endswith("__init__.py") or ".dist-info" in path: + folders.add(os.path.dirname(path)) + files.add(path) + + _normcased_files = set(map(os.path.normcase, files)) + + folders = compact(folders) + + # This walks the tree using os.walk to not miss extra folders + # that might get added. + for folder in folders: + for dirpath, _, dirfiles in os.walk(folder): + for fname in dirfiles: + if fname.endswith(".pyc"): + continue + + file_ = os.path.join(dirpath, fname) + if ( + os.path.isfile(file_) + and os.path.normcase(file_) not in _normcased_files + ): + # We are skipping this file. Add it to the set. + will_skip.add(file_) + + will_remove = files | {os.path.join(folder, "*") for folder in folders} + + return will_remove, will_skip + + +class StashedUninstallPathSet: + """A set of file rename operations to stash files while + tentatively uninstalling them.""" + + def __init__(self) -> None: + # Mapping from source file root to [Adjacent]TempDirectory + # for files under that directory. + self._save_dirs: Dict[str, TempDirectory] = {} + # (old path, new path) tuples for each move that may need + # to be undone. + self._moves: List[Tuple[str, str]] = [] + + def _get_directory_stash(self, path: str) -> str: + """Stashes a directory. + + Directories are stashed adjacent to their original location if + possible, or else moved/copied into the user's temp dir.""" + + try: + save_dir: TempDirectory = AdjacentTempDirectory(path) + except OSError: + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[os.path.normcase(path)] = save_dir + + return save_dir.path + + def _get_file_stash(self, path: str) -> str: + """Stashes a file. + + If no root has been provided, one will be created for the directory + in the user's temp directory.""" + path = os.path.normcase(path) + head, old_head = os.path.dirname(path), None + save_dir = None + + while head != old_head: + try: + save_dir = self._save_dirs[head] + break + except KeyError: + pass + head, old_head = os.path.dirname(head), head + else: + # Did not find any suitable root + head = os.path.dirname(path) + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[head] = save_dir + + relpath = os.path.relpath(path, head) + if relpath and relpath != os.path.curdir: + return os.path.join(save_dir.path, relpath) + return save_dir.path + + def stash(self, path: str) -> str: + """Stashes the directory or file and returns its new location. + Handle symlinks as files to avoid modifying the symlink targets. + """ + path_is_dir = os.path.isdir(path) and not os.path.islink(path) + if path_is_dir: + new_path = self._get_directory_stash(path) + else: + new_path = self._get_file_stash(path) + + self._moves.append((path, new_path)) + if path_is_dir and os.path.isdir(new_path): + # If we're moving a directory, we need to + # remove the destination first or else it will be + # moved to inside the existing directory. + # We just created new_path ourselves, so it will + # be removable. + os.rmdir(new_path) + renames(path, new_path) + return new_path + + def commit(self) -> None: + """Commits the uninstall by removing stashed files.""" + for save_dir in self._save_dirs.values(): + save_dir.cleanup() + self._moves = [] + self._save_dirs = {} + + def rollback(self) -> None: + """Undoes the uninstall by moving stashed files back.""" + for p in self._moves: + logger.info("Moving to %s\n from %s", *p) + + for new_path, path in self._moves: + try: + logger.debug("Replacing %s from %s", new_path, path) + if os.path.isfile(new_path) or os.path.islink(new_path): + os.unlink(new_path) + elif os.path.isdir(new_path): + rmtree(new_path) + renames(path, new_path) + except OSError as ex: + logger.error("Failed to restore %s", new_path) + logger.debug("Exception: %s", ex) + + self.commit() + + @property + def can_rollback(self) -> bool: + return bool(self._moves) + + +class UninstallPathSet: + """A set of file paths to be removed in the uninstallation of a + requirement.""" + + def __init__(self, dist: BaseDistribution) -> None: + self._paths: Set[str] = set() + self._refuse: Set[str] = set() + self._pth: Dict[str, UninstallPthEntries] = {} + self._dist = dist + self._moved_paths = StashedUninstallPathSet() + # Create local cache of normalize_path results. Creating an UninstallPathSet + # can result in hundreds/thousands of redundant calls to normalize_path with + # the same args, which hurts performance. + self._normalize_path_cached = functools.lru_cache(normalize_path) + + def _permitted(self, path: str) -> bool: + """ + Return True if the given path is one we are permitted to + remove/modify, False otherwise. + + """ + # aka is_local, but caching normalized sys.prefix + if not running_under_virtualenv(): + return True + return path.startswith(self._normalize_path_cached(sys.prefix)) + + def add(self, path: str) -> None: + head, tail = os.path.split(path) + + # we normalize the head to resolve parent directory symlinks, but not + # the tail, since we only want to uninstall symlinks, not their targets + path = os.path.join(self._normalize_path_cached(head), os.path.normcase(tail)) + + if not os.path.exists(path): + return + if self._permitted(path): + self._paths.add(path) + else: + self._refuse.add(path) + + # __pycache__ files can show up after 'installed-files.txt' is created, + # due to imports + if os.path.splitext(path)[1] == ".py": + self.add(cache_from_source(path)) + + def add_pth(self, pth_file: str, entry: str) -> None: + pth_file = self._normalize_path_cached(pth_file) + if self._permitted(pth_file): + if pth_file not in self._pth: + self._pth[pth_file] = UninstallPthEntries(pth_file) + self._pth[pth_file].add(entry) + else: + self._refuse.add(pth_file) + + def remove(self, auto_confirm: bool = False, verbose: bool = False) -> None: + """Remove paths in ``self._paths`` with confirmation (unless + ``auto_confirm`` is True).""" + + if not self._paths: + logger.info( + "Can't uninstall '%s'. No files were found to uninstall.", + self._dist.raw_name, + ) + return + + dist_name_version = f"{self._dist.raw_name}-{self._dist.raw_version}" + logger.info("Uninstalling %s:", dist_name_version) + + with indent_log(): + if auto_confirm or self._allowed_to_proceed(verbose): + moved = self._moved_paths + + for_rename = compress_for_rename(self._paths) + + for path in sorted(compact(for_rename)): + moved.stash(path) + logger.verbose("Removing file or directory %s", path) + + for pth in self._pth.values(): + pth.remove() + + logger.info("Successfully uninstalled %s", dist_name_version) + + def _allowed_to_proceed(self, verbose: bool) -> bool: + """Display which files would be deleted and prompt for confirmation""" + + def _display(msg: str, paths: Iterable[str]) -> None: + if not paths: + return + + logger.info(msg) + with indent_log(): + for path in sorted(compact(paths)): + logger.info(path) + + if not verbose: + will_remove, will_skip = compress_for_output_listing(self._paths) + else: + # In verbose mode, display all the files that are going to be + # deleted. + will_remove = set(self._paths) + will_skip = set() + + _display("Would remove:", will_remove) + _display("Would not remove (might be manually added):", will_skip) + _display("Would not remove (outside of prefix):", self._refuse) + if verbose: + _display("Will actually move:", compress_for_rename(self._paths)) + + return ask("Proceed (Y/n)? ", ("y", "n", "")) != "n" + + def rollback(self) -> None: + """Rollback the changes previously made by remove().""" + if not self._moved_paths.can_rollback: + logger.error( + "Can't roll back %s; was not uninstalled", + self._dist.raw_name, + ) + return + logger.info("Rolling back uninstall of %s", self._dist.raw_name) + self._moved_paths.rollback() + for pth in self._pth.values(): + pth.rollback() + + def commit(self) -> None: + """Remove temporary save dir: rollback will no longer be possible.""" + self._moved_paths.commit() + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "UninstallPathSet": + dist_location = dist.location + info_location = dist.info_location + if dist_location is None: + logger.info( + "Not uninstalling %s since it is not installed", + dist.canonical_name, + ) + return cls(dist) + + normalized_dist_location = normalize_path(dist_location) + if not dist.local: + logger.info( + "Not uninstalling %s at %s, outside environment %s", + dist.canonical_name, + normalized_dist_location, + sys.prefix, + ) + return cls(dist) + + if normalized_dist_location in { + p + for p in {sysconfig.get_path("stdlib"), sysconfig.get_path("platstdlib")} + if p + }: + logger.info( + "Not uninstalling %s at %s, as it is in the standard library.", + dist.canonical_name, + normalized_dist_location, + ) + return cls(dist) + + paths_to_remove = cls(dist) + develop_egg_link = egg_link_path_from_location(dist.raw_name) + + # Distribution is installed with metadata in a "flat" .egg-info + # directory. This means it is not a modern .dist-info installation, an + # egg, or legacy editable. + setuptools_flat_installation = ( + dist.installed_with_setuptools_egg_info + and info_location is not None + and os.path.exists(info_location) + # If dist is editable and the location points to a ``.egg-info``, + # we are in fact in the legacy editable case. + and not info_location.endswith(f"{dist.setuptools_filename}.egg-info") + ) + + # Uninstall cases order do matter as in the case of 2 installs of the + # same package, pip needs to uninstall the currently detected version + if setuptools_flat_installation: + if info_location is not None: + paths_to_remove.add(info_location) + installed_files = dist.iter_declared_entries() + if installed_files is not None: + for installed_file in installed_files: + paths_to_remove.add(os.path.join(dist_location, installed_file)) + # FIXME: need a test for this elif block + # occurs with --single-version-externally-managed/--record outside + # of pip + elif dist.is_file("top_level.txt"): + try: + namespace_packages = dist.read_text("namespace_packages.txt") + except FileNotFoundError: + namespaces = [] + else: + namespaces = namespace_packages.splitlines(keepends=False) + for top_level_pkg in [ + p + for p in dist.read_text("top_level.txt").splitlines() + if p and p not in namespaces + ]: + path = os.path.join(dist_location, top_level_pkg) + paths_to_remove.add(path) + paths_to_remove.add(f"{path}.py") + paths_to_remove.add(f"{path}.pyc") + paths_to_remove.add(f"{path}.pyo") + + elif dist.installed_by_distutils: + raise LegacyDistutilsInstall(distribution=dist) + + elif dist.installed_as_egg: + # package installed by easy_install + # We cannot match on dist.egg_name because it can slightly vary + # i.e. setuptools-0.6c11-py2.6.egg vs setuptools-0.6rc11-py2.6.egg + paths_to_remove.add(dist_location) + easy_install_egg = os.path.split(dist_location)[1] + easy_install_pth = os.path.join( + os.path.dirname(dist_location), + "easy-install.pth", + ) + paths_to_remove.add_pth(easy_install_pth, "./" + easy_install_egg) + + elif dist.installed_with_dist_info: + for path in uninstallation_paths(dist): + paths_to_remove.add(path) + + elif develop_egg_link: + # PEP 660 modern editable is handled in the ``.dist-info`` case + # above, so this only covers the setuptools-style editable. + with open(develop_egg_link) as fh: + link_pointer = os.path.normcase(fh.readline().strip()) + normalized_link_pointer = paths_to_remove._normalize_path_cached( + link_pointer + ) + assert os.path.samefile( + normalized_link_pointer, normalized_dist_location + ), ( + f"Egg-link {develop_egg_link} (to {link_pointer}) does not match " + f"installed location of {dist.raw_name} (at {dist_location})" + ) + paths_to_remove.add(develop_egg_link) + easy_install_pth = os.path.join( + os.path.dirname(develop_egg_link), "easy-install.pth" + ) + paths_to_remove.add_pth(easy_install_pth, dist_location) + + else: + logger.debug( + "Not sure how to uninstall: %s - Check: %s", + dist, + dist_location, + ) + + if dist.in_usersite: + bin_dir = get_bin_user() + else: + bin_dir = get_bin_prefix() + + # find distutils scripts= scripts + try: + for script in dist.iter_distutils_script_names(): + paths_to_remove.add(os.path.join(bin_dir, script)) + if WINDOWS: + paths_to_remove.add(os.path.join(bin_dir, f"{script}.bat")) + except (FileNotFoundError, NotADirectoryError): + pass + + # find console_scripts and gui_scripts + def iter_scripts_to_remove( + dist: BaseDistribution, + bin_dir: str, + ) -> Generator[str, None, None]: + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + yield from _script_names(bin_dir, entry_point.name, False) + elif entry_point.group == "gui_scripts": + yield from _script_names(bin_dir, entry_point.name, True) + + for s in iter_scripts_to_remove(dist, bin_dir): + paths_to_remove.add(s) + + return paths_to_remove + + +class UninstallPthEntries: + def __init__(self, pth_file: str) -> None: + self.file = pth_file + self.entries: Set[str] = set() + self._saved_lines: Optional[List[bytes]] = None + + def add(self, entry: str) -> None: + entry = os.path.normcase(entry) + # On Windows, os.path.normcase converts the entry to use + # backslashes. This is correct for entries that describe absolute + # paths outside of site-packages, but all the others use forward + # slashes. + # os.path.splitdrive is used instead of os.path.isabs because isabs + # treats non-absolute paths with drive letter markings like c:foo\bar + # as absolute paths. It also does not recognize UNC paths if they don't + # have more than "\\sever\share". Valid examples: "\\server\share\" or + # "\\server\share\folder". + if WINDOWS and not os.path.splitdrive(entry)[0]: + entry = entry.replace("\\", "/") + self.entries.add(entry) + + def remove(self) -> None: + logger.verbose("Removing pth entries from %s:", self.file) + + # If the file doesn't exist, log a warning and return + if not os.path.isfile(self.file): + logger.warning("Cannot remove entries from nonexistent file %s", self.file) + return + with open(self.file, "rb") as fh: + # windows uses '\r\n' with py3k, but uses '\n' with py2.x + lines = fh.readlines() + self._saved_lines = lines + if any(b"\r\n" in line for line in lines): + endline = "\r\n" + else: + endline = "\n" + # handle missing trailing newline + if lines and not lines[-1].endswith(endline.encode("utf-8")): + lines[-1] = lines[-1] + endline.encode("utf-8") + for entry in self.entries: + try: + logger.verbose("Removing entry: %s", entry) + lines.remove((entry + endline).encode("utf-8")) + except ValueError: + pass + with open(self.file, "wb") as fh: + fh.writelines(lines) + + def rollback(self) -> bool: + if self._saved_lines is None: + logger.error("Cannot roll back changes to %s, none were made", self.file) + return False + logger.debug("Rolling %s back to previous state", self.file) + with open(self.file, "wb") as fh: + fh.writelines(self._saved_lines) + return True diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aae184de6a12149b618923f17c7897774667e6aa GIT binary patch literal 209 zcmZ9Gu?@m75JhbQ5<*JL4iw}Bw1|ot8mKLkoDwUJZP`wwv@Aiz0L;P|On}m*!fyG} z-M#l!TA$gFVtmx@Q>?F7$c18nNht@$M8ty6qM|8E<20Z4K zwgrbvfOCYbL)C#4H!!`gwAy8xEjZzEZFpYu5*-*}fC=T%DlWmI)3WtKD_|iNp0UjI Z<9y%fqLp~Cv+w{7<05<$N~ui({Q#-zIgzsfM)7*>2op`5>4Mz42EG=Q!5QSFLk#R z%Z*t;{#7b@7F0q+7X~nN_1{_>4!EWH2 zT?6brgOFb}*c}#GPg!Ii;n&Fg+Q?~DUJ-1W+PxJfNw}MUw(iGLX?Lekah`=qi|f_9 znN+y_5c-2yKnj^ccKJ;B6Q~X)IyGkwrdtRO7%-nl%r_#A(kv1bp|r>ZXU{=VmS2f% za4??l?pcw8tUIc-T)p^1DB&T$c2I^__YU+NbLwv z1Ce#iQ#H6!%@j}T=nk0TxRiD@U!U+pzJ18`+IFt)rbSX#3DIpKa)Ir!BqV!+CMFip zNy^o1Hs2@SFA{|GqBsp@FZO-}xv%oVQ_$(~2hvVDx4`kT|9J@QM6CO%cm@POPA78R8saYM`Vn&8AqzMc2EaP<44j zLXsO`;UFGw{72)*50x3uQ`%3^ZMUl04T3C8AqaFW2+}+nB!m}(pg#zc*^Z#!L(mn| z)^46BqC)W+xlhp@&XSelM3q=_<2Dxoia`0G6o`7p)?&uUwz4^#8Xdf&TSvz~n?HjtxRF26-LF*)adv+Kv~ y`b)O;oPBe$zWK~{fB$^Ews~B;I<~HjTQ|qn&DW-J$r!VX?`lF;u literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py new file mode 100644 index 00000000..42dade18 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py @@ -0,0 +1,20 @@ +from typing import Callable, List, Optional + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet + +InstallRequirementProvider = Callable[ + [str, Optional[InstallRequirement]], InstallRequirement +] + + +class BaseResolver: + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + raise NotImplementedError() + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + raise NotImplementedError() diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4243954d6e5c8ec9510a82ba07427b283f7702e4 GIT binary patch literal 216 zcmZ9GF%H5o3`H9X5<=?A9T=zutcZyj7MP>ZT5Z%ciITJ^E0~tmD?HE; daz|;d{dc-;RoMyLnMwGA1ltIoln`RlKtFi5JU##b literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..59b503a5d12790d4069cbcc83eb1235d99fe8105 GIT binary patch literal 22599 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 None: + """ + Check whether the given Python version is compatible with a distribution's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + + :raises UnsupportedPythonVersion: When the given Python version isn't + compatible. + """ + # This idiosyncratically converts the SpecifierSet to str and let + # check_requires_python then parse it again into SpecifierSet. But this + # is the legacy resolver so I'm just not going to bother refactoring. + try: + requires_python = str(dist.requires_python) + except FileNotFoundError as e: + raise NoneMetadataError(dist, str(e)) + try: + is_compatible = check_requires_python( + requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier as exc: + logger.warning( + "Package %r has an invalid Requires-Python: %s", dist.raw_name, exc + ) + return + + if is_compatible: + return + + version = ".".join(map(str, version_info)) + if ignore_requires_python: + logger.debug( + "Ignoring failed Requires-Python check for package %r: %s not in %r", + dist.raw_name, + version, + requires_python, + ) + return + + raise UnsupportedPythonVersion( + f"Package {dist.raw_name!r} requires a different Python: " + f"{version} not in {requires_python!r}" + ) + + +class Resolver(BaseResolver): + """Resolves which packages need to be installed/uninstalled to perform \ + the requested operation without breaking the requirements of any package. + """ + + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + self._py_version_info = py_version_info + + self.preparer = preparer + self.finder = finder + self.wheel_cache = wheel_cache + + self.upgrade_strategy = upgrade_strategy + self.force_reinstall = force_reinstall + self.ignore_dependencies = ignore_dependencies + self.ignore_installed = ignore_installed + self.ignore_requires_python = ignore_requires_python + self.use_user_site = use_user_site + self._make_install_req = make_install_req + + self._discovered_dependencies: DiscoveredDependencies = defaultdict(list) + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + """Resolve what operations need to be done + + As a side-effect of this method, the packages (and their dependencies) + are downloaded, unpacked and prepared for installation. This + preparation is done by ``pip.operations.prepare``. + + Once PyPI has static dependency metadata available, it would be + possible to move the preparation to become a step separated from + dependency resolution. + """ + requirement_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for req in root_reqs: + if req.constraint: + check_invalid_constraint_type(req) + self._add_requirement_to_set(requirement_set, req) + + # Actually prepare the files, and collect any exceptions. Most hash + # exceptions cannot be checked ahead of time, because + # _populate_link() needs to be called before we can make decisions + # based on link type. + discovered_reqs: List[InstallRequirement] = [] + hash_errors = HashErrors() + for req in chain(requirement_set.all_requirements, discovered_reqs): + try: + discovered_reqs.extend(self._resolve_one(requirement_set, req)) + except HashError as exc: + exc.req = req + hash_errors.append(exc) + + if hash_errors: + raise hash_errors + + return requirement_set + + def _add_requirement_to_set( + self, + requirement_set: RequirementSet, + install_req: InstallRequirement, + parent_req_name: Optional[str] = None, + extras_requested: Optional[Iterable[str]] = None, + ) -> Tuple[List[InstallRequirement], Optional[InstallRequirement]]: + """Add install_req as a requirement to install. + + :param parent_req_name: The name of the requirement that needed this + added. The name is used because when multiple unnamed requirements + resolve to the same name, we could otherwise end up with dependency + links that point outside the Requirements set. parent_req must + already be added. Note that None implies that this is a user + supplied requirement, vs an inferred one. + :param extras_requested: an iterable of extras used to evaluate the + environment markers. + :return: Additional requirements to scan. That is either [] if + the requirement is not applicable, or [install_req] if the + requirement is applicable and has just been added. + """ + # If the markers do not match, ignore this requirement. + if not install_req.match_markers(extras_requested): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + install_req.name, + install_req.markers, + ) + return [], None + + # If the wheel is not supported, raise an error. + # Should check this after filtering out based on environment markers to + # allow specifying different wheels based on the environment/OS, in a + # single requirements file. + if install_req.link and install_req.link.is_wheel: + wheel = Wheel(install_req.link.filename) + tags = compatibility_tags.get_supported() + if requirement_set.check_supported_wheels and not wheel.supported(tags): + raise InstallationError( + f"{wheel.filename} is not a supported wheel on this platform." + ) + + # This next bit is really a sanity check. + assert ( + not install_req.user_supplied or parent_req_name is None + ), "a user supplied req shouldn't have a parent" + + # Unnamed requirements are scanned again and the requirement won't be + # added as a dependency until after scanning. + if not install_req.name: + requirement_set.add_unnamed_requirement(install_req) + return [install_req], None + + try: + existing_req: Optional[InstallRequirement] = ( + requirement_set.get_requirement(install_req.name) + ) + except KeyError: + existing_req = None + + has_conflicting_requirement = ( + parent_req_name is None + and existing_req + and not existing_req.constraint + and existing_req.extras == install_req.extras + and existing_req.req + and install_req.req + and existing_req.req.specifier != install_req.req.specifier + ) + if has_conflicting_requirement: + raise InstallationError( + f"Double requirement given: {install_req} " + f"(already in {existing_req}, name={install_req.name!r})" + ) + + # When no existing requirement exists, add the requirement as a + # dependency and it will be scanned again after. + if not existing_req: + requirement_set.add_named_requirement(install_req) + # We'd want to rescan this requirement later + return [install_req], install_req + + # Assume there's no need to scan, and that we've already + # encountered this for scanning. + if install_req.constraint or not existing_req.constraint: + return [], existing_req + + does_not_satisfy_constraint = install_req.link and not ( + existing_req.link and install_req.link.path == existing_req.link.path + ) + if does_not_satisfy_constraint: + raise InstallationError( + f"Could not satisfy constraints for '{install_req.name}': " + "installation from path or url cannot be " + "constrained to a version" + ) + # If we're now installing a constraint, mark the existing + # object for real installation. + existing_req.constraint = False + # If we're now installing a user supplied requirement, + # mark the existing object as such. + if install_req.user_supplied: + existing_req.user_supplied = True + existing_req.extras = tuple( + sorted(set(existing_req.extras) | set(install_req.extras)) + ) + logger.debug( + "Setting %s extras to: %s", + existing_req, + existing_req.extras, + ) + # Return the existing requirement for addition to the parent and + # scanning again. + return [existing_req], existing_req + + def _is_upgrade_allowed(self, req: InstallRequirement) -> bool: + if self.upgrade_strategy == "to-satisfy-only": + return False + elif self.upgrade_strategy == "eager": + return True + else: + assert self.upgrade_strategy == "only-if-needed" + return req.user_supplied or req.constraint + + def _set_req_to_reinstall(self, req: InstallRequirement) -> None: + """ + Set a requirement to be installed. + """ + # Don't uninstall the conflict if doing a user install and the + # conflict is not a user install. + assert req.satisfied_by is not None + if not self.use_user_site or req.satisfied_by.in_usersite: + req.should_reinstall = True + req.satisfied_by = None + + def _check_skip_installed( + self, req_to_install: InstallRequirement + ) -> Optional[str]: + """Check if req_to_install should be skipped. + + This will check if the req is installed, and whether we should upgrade + or reinstall it, taking into account all the relevant user options. + + After calling this req_to_install will only have satisfied_by set to + None if the req_to_install is to be upgraded/reinstalled etc. Any + other value will be a dist recording the current thing installed that + satisfies the requirement. + + Note that for vcs urls and the like we can't assess skipping in this + routine - we simply identify that we need to pull the thing down, + then later on it is pulled down and introspected to assess upgrade/ + reinstalls etc. + + :return: A text reason for why it was skipped, or None. + """ + if self.ignore_installed: + return None + + req_to_install.check_if_exists(self.use_user_site) + if not req_to_install.satisfied_by: + return None + + if self.force_reinstall: + self._set_req_to_reinstall(req_to_install) + return None + + if not self._is_upgrade_allowed(req_to_install): + if self.upgrade_strategy == "only-if-needed": + return "already satisfied, skipping upgrade" + return "already satisfied" + + # Check for the possibility of an upgrade. For link-based + # requirements we have to pull the tree down and inspect to assess + # the version #, so it's handled way down. + if not req_to_install.link: + try: + self.finder.find_requirement(req_to_install, upgrade=True) + except BestVersionAlreadyInstalled: + # Then the best version is installed. + return "already up-to-date" + except DistributionNotFound: + # No distribution found, so we squash the error. It will + # be raised later when we re-try later to do the install. + # Why don't we just raise here? + pass + + self._set_req_to_reinstall(req_to_install) + return None + + def _find_requirement_link(self, req: InstallRequirement) -> Optional[Link]: + upgrade = self._is_upgrade_allowed(req) + best_candidate = self.finder.find_requirement(req, upgrade) + if not best_candidate: + return None + + # Log a warning per PEP 592 if necessary before returning. + link = best_candidate.link + if link.is_yanked: + reason = link.yanked_reason or "" + msg = ( + # Mark this as a unicode string to prevent + # "UnicodeEncodeError: 'ascii' codec can't encode character" + # in Python 2 when the reason contains non-ascii characters. + "The candidate selected for download or install is a " + f"yanked version: {best_candidate}\n" + f"Reason for being yanked: {reason}" + ) + logger.warning(msg) + + return link + + def _populate_link(self, req: InstallRequirement) -> None: + """Ensure that if a link can be found for this, that it is found. + + Note that req.link may still be None - if the requirement is already + installed and not needed to be upgraded based on the return value of + _is_upgrade_allowed(). + + If preparer.require_hashes is True, don't use the wheel cache, because + cached wheels, always built locally, have different hashes than the + files downloaded from the index server and thus throw false hash + mismatches. Furthermore, cached wheels at present have undeterministic + contents due to file modification times. + """ + if req.link is None: + req.link = self._find_requirement_link(req) + + if self.wheel_cache is None or self.preparer.require_hashes: + return + + assert req.link is not None, "_find_requirement_link unexpectedly returned None" + cache_entry = self.wheel_cache.get_cache_entry( + link=req.link, + package_name=req.name, + supported_tags=get_supported(), + ) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + if req.link is req.original_link and cache_entry.persistent: + req.cached_wheel_source_link = req.link + if cache_entry.origin is not None: + req.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hashes field. + req.download_info = direct_url_from_link( + req.link, link_is_in_wheel_cache=cache_entry.persistent + ) + req.link = cache_entry.link + + def _get_dist_for(self, req: InstallRequirement) -> BaseDistribution: + """Takes a InstallRequirement and returns a single AbstractDist \ + representing a prepared variant of the same. + """ + if req.editable: + return self.preparer.prepare_editable_requirement(req) + + # satisfied_by is only evaluated by calling _check_skip_installed, + # so it must be None here. + assert req.satisfied_by is None + skip_reason = self._check_skip_installed(req) + + if req.satisfied_by: + return self.preparer.prepare_installed_requirement(req, skip_reason) + + # We eagerly populate the link, since that's our "legacy" behavior. + self._populate_link(req) + dist = self.preparer.prepare_linked_requirement(req) + + # NOTE + # The following portion is for determining if a certain package is + # going to be re-installed/upgraded or not and reporting to the user. + # This should probably get cleaned up in a future refactor. + + # req.req is only avail after unpack for URL + # pkgs repeat check_if_exists to uninstall-on-upgrade + # (#14) + if not self.ignore_installed: + req.check_if_exists(self.use_user_site) + + if req.satisfied_by: + should_modify = ( + self.upgrade_strategy != "to-satisfy-only" + or self.force_reinstall + or self.ignore_installed + or req.link.scheme == "file" + ) + if should_modify: + self._set_req_to_reinstall(req) + else: + logger.info( + "Requirement already satisfied (use --upgrade to upgrade): %s", + req, + ) + return dist + + def _resolve_one( + self, + requirement_set: RequirementSet, + req_to_install: InstallRequirement, + ) -> List[InstallRequirement]: + """Prepare a single requirements file. + + :return: A list of additional InstallRequirements to also install. + """ + # Tell user what we are doing for this requirement: + # obtain (editable), skipping, processing (local url), collecting + # (remote url or package name) + if req_to_install.constraint or req_to_install.prepared: + return [] + + req_to_install.prepared = True + + # Parse and return dependencies + dist = self._get_dist_for(req_to_install) + # This will raise UnsupportedPythonVersion if the given Python + # version isn't compatible with the distribution's Requires-Python. + _check_dist_requires_python( + dist, + version_info=self._py_version_info, + ignore_requires_python=self.ignore_requires_python, + ) + + more_reqs: List[InstallRequirement] = [] + + def add_req(subreq: Requirement, extras_requested: Iterable[str]) -> None: + # This idiosyncratically converts the Requirement to str and let + # make_install_req then parse it again into Requirement. But this is + # the legacy resolver so I'm just not going to bother refactoring. + sub_install_req = self._make_install_req(str(subreq), req_to_install) + parent_req_name = req_to_install.name + to_scan_again, add_to_parent = self._add_requirement_to_set( + requirement_set, + sub_install_req, + parent_req_name=parent_req_name, + extras_requested=extras_requested, + ) + if parent_req_name and add_to_parent: + self._discovered_dependencies[parent_req_name].append(add_to_parent) + more_reqs.extend(to_scan_again) + + with indent_log(): + # We add req_to_install before its dependencies, so that we + # can refer to it when adding dependencies. + assert req_to_install.name is not None + if not requirement_set.has_requirement(req_to_install.name): + # 'unnamed' requirements will get added here + # 'unnamed' requirements can only come from being directly + # provided by the user. + assert req_to_install.user_supplied + self._add_requirement_to_set( + requirement_set, req_to_install, parent_req_name=None + ) + + if not self.ignore_dependencies: + if req_to_install.extras: + logger.debug( + "Installing extra requirements: %r", + ",".join(req_to_install.extras), + ) + missing_requested = sorted( + set(req_to_install.extras) - set(dist.iter_provided_extras()) + ) + for missing in missing_requested: + logger.warning( + "%s %s does not provide the extra '%s'", + dist.raw_name, + dist.version, + missing, + ) + + available_requested = sorted( + set(dist.iter_provided_extras()) & set(req_to_install.extras) + ) + for subreq in dist.iter_dependencies(available_requested): + add_req(subreq, extras_requested=available_requested) + + return more_reqs + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Create the installation order. + + The installation order is topological - requirements are installed + before the requiring thing. We break cycles at an arbitrary point, + and make no other guarantees. + """ + # The current implementation, which we may change at any point + # installs the user specified things in the order given, except when + # dependencies must come earlier to achieve topological order. + order = [] + ordered_reqs: Set[InstallRequirement] = set() + + def schedule(req: InstallRequirement) -> None: + if req.satisfied_by or req in ordered_reqs: + return + if req.constraint: + return + ordered_reqs.add(req) + for dep in self._discovered_dependencies[req.name]: + schedule(dep) + order.append(req) + + for install_req in req_set.requirements.values(): + schedule(install_req) + return order diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b3f28dd1bee4662dad3d90a153d9046a97bc0aef GIT binary patch literal 220 zcmX@j%ge<81Wj|r(n0iN5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!s@4xJPAw|dPsz+p zEY8T(cS$YIF3B&@FG)?#$S+Ds)DHnN{6P%8vedjX{hZ7s{esGpjQl)fJwqe?;>?m% z-GapA?8NlcV*P^50{!^Rypq(Syu=*+qSWI2oYIoa{5%M=EES|V9;hI*BtBlRpz;@o eO>TZlX-=wL5i8Iwj6hrrVtiy~WMnL22C@K_^F9Os literal 0 HcmV?d00001 diff --git a/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc b/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0b93fe7423eda14851023494a9869d0a7d4c3062 GIT binary patch literal 8160 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