From 99e2af8a10f78696abb07c639517065013af44b1 Mon Sep 17 00:00:00 2001 From: TheMadPunter <106832853+familycomicsstudios@users.noreply.github.com> Date: Mon, 7 Nov 2022 21:18:58 +0000 Subject: [PATCH] Added engine --- main.py | 419 +---- poetry.lock | 18 +- .../SecretStorage-3.3.3.dist-info/INSTALLER | 1 + .../SecretStorage-3.3.3.dist-info/LICENSE | 1 + .../SecretStorage-3.3.3.dist-info/METADATA | 1 + .../SecretStorage-3.3.3.dist-info/RECORD | 21 + .../SecretStorage-3.3.3.dist-info/WHEEL | 1 + .../top_level.txt | 1 + .../cryptography-38.0.1.dist-info/INSTALLER | 1 + .../cryptography-38.0.1.dist-info/LICENSE | 1 + .../LICENSE.APACHE | 1 + .../cryptography-38.0.1.dist-info/LICENSE.BSD | 1 + .../cryptography-38.0.1.dist-info/LICENSE.PSF | 1 + .../cryptography-38.0.1.dist-info/METADATA | 1 + .../cryptography-38.0.1.dist-info/RECORD | 181 +++ .../cryptography-38.0.1.dist-info/WHEEL | 1 + .../top_level.txt | 1 + .../cryptography/hazmat/bindings/_openssl.pyi | 1 + .../distlib-0.3.6.dist-info/INSTALLER | 1 + .../distlib-0.3.6.dist-info/LICENSE.txt | 1 + .../distlib-0.3.6.dist-info/METADATA | 1 + .../distlib-0.3.6.dist-info/RECORD | 38 + .../distlib-0.3.6.dist-info/WHEEL | 1 + .../distlib-0.3.6.dist-info/top_level.txt | 1 + .../filelock-3.8.0.dist-info/INSTALLER | 1 + .../filelock-3.8.0.dist-info/LICENSE | 1 + .../filelock-3.8.0.dist-info/METADATA | 1 + .../filelock-3.8.0.dist-info/RECORD | 24 + .../filelock-3.8.0.dist-info/WHEEL | 1 + .../filelock-3.8.0.dist-info/top_level.txt | 1 + .../filelock-3.8.0.dist-info/zip-safe | 1 + .../keyring-21.8.0.dist-info/INSTALLER | 1 + .../keyring-21.8.0.dist-info/LICENSE | 1 + .../keyring-21.8.0.dist-info/METADATA | 1 + .../keyring-21.8.0.dist-info/RECORD | 57 + .../keyring-21.8.0.dist-info/WHEEL | 1 + .../keyring-21.8.0.dist-info/entry_points.txt | 1 + .../keyring-21.8.0.dist-info/top_level.txt | 1 + .../keyring/backends/_OS_X_API.py | 1 + .../__pycache__/_OS_X_API.cpython-38.pyc | Bin 0 -> 6765 bytes .../numpy-1.23.4.dist-info/INSTALLER | 1 + .../numpy-1.23.4.dist-info/LICENSE.txt | 1 + .../LICENSES_bundled.txt | 1 + .../numpy-1.23.4.dist-info/METADATA | 64 + .../numpy-1.23.4.dist-info/RECORD | 1345 +++++++++++++++++ .../numpy-1.23.4.dist-info/REQUESTED | 0 .../numpy-1.23.4.dist-info/WHEEL | 1 + .../numpy-1.23.4.dist-info/direct_url.json | 1 + .../numpy-1.23.4.dist-info/entry_points.txt | 1 + .../numpy-1.23.4.dist-info/top_level.txt | 1 + .../poetry-1.1.11.dist-info/INSTALLER | 1 + .../poetry-1.1.11.dist-info/LICENSE | 1 + .../poetry-1.1.11.dist-info/METADATA | 1 + .../poetry-1.1.11.dist-info/RECORD | 286 ++++ .../poetry-1.1.11.dist-info/REQUESTED | 0 .../poetry-1.1.11.dist-info/WHEEL | 1 + .../poetry-1.1.11.dist-info/entry_points.txt | 1 + .../shellingham-1.5.0.dist-info/INSTALLER | 1 + .../shellingham-1.5.0.dist-info/LICENSE | 1 + .../shellingham-1.5.0.dist-info/METADATA | 1 + .../shellingham-1.5.0.dist-info/RECORD | 21 + .../shellingham-1.5.0.dist-info/WHEEL | 1 + .../shellingham-1.5.0.dist-info/top_level.txt | 1 + .../shellingham-1.5.0.dist-info/zip-safe | 1 + .../tomlkit-0.11.5.dist-info/INSTALLER | 1 + .../tomlkit-0.11.5.dist-info/LICENSE | 1 + .../tomlkit-0.11.5.dist-info/METADATA | 70 + .../tomlkit-0.11.5.dist-info/RECORD | 30 + .../tomlkit-0.11.5.dist-info/WHEEL | 1 + .../virtualenv-20.16.5.dist-info/INSTALLER | 1 + .../virtualenv-20.16.5.dist-info/LICENSE | 1 + .../virtualenv-20.16.5.dist-info/METADATA | 1 + .../virtualenv-20.16.5.dist-info/RECORD | 218 +++ .../virtualenv-20.16.5.dist-info/WHEEL | 1 + .../entry_points.txt | 1 + .../top_level.txt | 1 + .../virtualenv-20.16.5.dist-info/zip-safe | 1 + .../wheels/embed/pip-22.2.2-py3-none-any.whl | 1 + .../embed/setuptools-65.3.0-py3-none-any.whl | 1 + .../zipp-3.9.0.dist-info/INSTALLER | 1 + .../zipp-3.9.0.dist-info/LICENSE | 1 + .../zipp-3.9.0.dist-info/METADATA | 104 ++ .../site-packages/zipp-3.9.0.dist-info/RECORD | 10 + .../zipp-3.9.0.dist-info/REQUESTED | 0 .../site-packages/zipp-3.9.0.dist-info/WHEEL | 1 + .../zipp-3.9.0.dist-info/direct_url.json | 1 + .../zipp-3.9.0.dist-info/top_level.txt | 1 + 87 files changed, 2566 insertions(+), 407 deletions(-) create mode 100644 venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/INSTALLER create mode 120000 venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/LICENSE create mode 120000 venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/RECORD create mode 120000 venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/WHEEL create mode 120000 venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/top_level.txt create mode 100644 venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/INSTALLER create mode 120000 venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/LICENSE create mode 120000 venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/LICENSE.APACHE create mode 120000 venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/LICENSE.BSD create mode 120000 venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/LICENSE.PSF create mode 120000 venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/RECORD create mode 120000 venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/WHEEL create mode 120000 venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/top_level.txt create mode 120000 venv/lib/python3.8/site-packages/cryptography/hazmat/bindings/_openssl.pyi create mode 100644 venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/INSTALLER create mode 120000 venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/LICENSE.txt create mode 120000 venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/RECORD create mode 120000 venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/WHEEL create mode 120000 venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/top_level.txt create mode 100644 venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/INSTALLER create mode 120000 venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/LICENSE create mode 120000 venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/RECORD create mode 120000 venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/WHEEL create mode 120000 venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/top_level.txt create mode 120000 venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/zip-safe create mode 100644 venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/INSTALLER create mode 120000 venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/LICENSE create mode 120000 venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/RECORD create mode 120000 venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/WHEEL create mode 120000 venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/entry_points.txt create mode 120000 venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/top_level.txt create mode 120000 venv/lib/python3.8/site-packages/keyring/backends/_OS_X_API.py create mode 100644 venv/lib/python3.8/site-packages/keyring/backends/__pycache__/_OS_X_API.cpython-38.pyc create mode 100644 venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/INSTALLER create mode 120000 venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/LICENSE.txt create mode 120000 venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/LICENSES_bundled.txt create mode 100644 venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/RECORD create mode 100644 venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/REQUESTED create mode 120000 venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/WHEEL create mode 100644 venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/direct_url.json create mode 120000 venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/entry_points.txt create mode 120000 venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/top_level.txt create mode 100644 venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/INSTALLER create mode 120000 venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/LICENSE create mode 120000 venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/RECORD create mode 100644 venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/REQUESTED create mode 120000 venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/WHEEL create mode 120000 venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/entry_points.txt create mode 100644 venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/INSTALLER create mode 120000 venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/LICENSE create mode 120000 venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/RECORD create mode 120000 venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/WHEEL create mode 120000 venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/top_level.txt create mode 120000 venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/zip-safe create mode 100644 venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/INSTALLER create mode 120000 venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/LICENSE create mode 100644 venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/RECORD create mode 120000 venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/WHEEL create mode 100644 venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/INSTALLER create mode 120000 venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/LICENSE create mode 120000 venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/RECORD create mode 120000 venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/WHEEL create mode 120000 venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/entry_points.txt create mode 120000 venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/top_level.txt create mode 120000 venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/zip-safe create mode 120000 venv/lib/python3.8/site-packages/virtualenv/seed/wheels/embed/pip-22.2.2-py3-none-any.whl create mode 120000 venv/lib/python3.8/site-packages/virtualenv/seed/wheels/embed/setuptools-65.3.0-py3-none-any.whl create mode 100644 venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/INSTALLER create mode 120000 venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/LICENSE create mode 100644 venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/METADATA create mode 100644 venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/RECORD create mode 100644 venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/REQUESTED create mode 120000 venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/WHEEL create mode 100644 venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/direct_url.json create mode 120000 venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/top_level.txt diff --git a/main.py b/main.py index 45048cc..154eb40 100644 --- a/main.py +++ b/main.py @@ -1,6 +1,6 @@ """ -Colossal Cave Adventure Sequel -v1.0.0 Working +Colossal Cave Adventure Sequel - Engine +v1.0.0 Completed Created by TheMadPunter © 2022 @@ -11,12 +11,12 @@ """ import sys #-------------------METADATA----------------# -version = "v1.0.0" +version = "v1.0.0 Completed" branch_creator = "TheMadPunter" python_version = sys.version -mods = ["Vanilla CCA Engine by Themadpunter"] +mods = ["New CCA Engine by Themadpunter"] mod_versions = ["v1.0.0 Completed"] -modpack_name = "Vanilla CCA Engine" +modpack_name = "New CCA Engine" acknowledgements = ["Willie Crowther and Don Woods for Original Game"] other = """""" #-------------------END META----------------# @@ -46,24 +46,7 @@ def createList(r1, r2): return [item for item in range(r1, r2 + 1)] -""" -For documentation purposes: -ALL ITEMS TO DROP FOR MAX POINTS -Pearl (25) -Gold (25) -Vase (25) -Stick (1) -DON'T DROP THE FIRST 2 COINS! -Coins #3 (10) -Silver (25) -Scale (25) -Platinum Sword (50) -OTHER STUFF -Get well in (26) -Don't die (30) -Get Excalibur (25) -SCORE: 267 -""" + #Other vmach = 0 tookCoins = 0 @@ -77,48 +60,18 @@ def createList(r1, r2): #Inventory, items list invent = [] items = [ - "knife", "rod", "stick", "coins", "oyster", "pearl", "gold", "vase", - "chips", "silver", "letter", "doormat", "key", "sword", "dragon", "scale", - "excalibur" + "knife" ] itemDesc = [ - "A butter knife lies on the ground.", "A black rod lies on the ground.", - "A stick lies on the ground.", "Some coins are on the ground here!", - "An oyster lies on the ground here.", "A pearl lies on the ground here!", - "There is a gold nugget here!", "There is a vase here!", - "There is a bag of potato chips here for some reason.", - "There is a bar of silver here!", "A letter lies on the ground.", - "A doormat reading, \"Come in\" is on the ground.", - "A key is on the ground.", - "A golden sword heroically lies on the ground here.", - "There is a dragon here!", "There is a dragon scale here!", - "A platinum sword (Excalibur?) EVEN MORE HEROICALLY lies on the ground here." + "A butter knife lies on the ground." ] invDesc = [ - "A butter knife", "A black rod", "A short stick", "Some coins", - "An oyster", "A valuable pearl", "A gold nugget", "An Oriental vase", - "A bag of potato chips", "A bar of silver", "A letter from a mailbox", - "A doormat", "A house key", "A golden sword", - "why the heck do you have a dragon in your inventory lol", - "A dragon scale", "A platinum sword (Excalibur)" + "A butter knife" ] -itemScore = [0, 0, 1, 10, 0, 25, 25, 25, 0, 25, 0, 0, 0, 25, -99999, 25, 50] +itemScore = [0] #Hints hints = [ - "Try using directions to move, e.g. \"east\".", - "A butter knife may eventually be useful for something...", "", "", - "Hmm. I remember a magic rod from the first game...", "", "", "", - "Why is \"xyzzy\" written on the wall? Maybe it does something.", "", - "I wonder what the chute does? Try dropping something down it and seeing if your score increases.", - "What does the rod do? Well, you can swing it... you can wave it... you can drop it... There are so may possibilites.", - "What does the rod do? Well, you can swing it... you can wave it... you can drop it... There are so may possibilites.", - "I feel like there is something inside the oyster. You should open it.", - "", "Maybe you should just sit down here and look around.", "", "", - "I wonder if you can buy something from the vending machine?", - "Try giving him what he wants.", "", "", "What's in the mailbox?", - "Where would they hide the key? Is it under something?", "", - "I wonder what you can do with your sword. Can you swing it?", - "Deposit a golden sword here." + "Try using directions to move, e.g. \"east\"." ] #cprint(str(len(hints)), "blue") @@ -126,111 +79,9 @@ def createList(r1, r2): #Make rooms rooms = createList(0, 9999) rooms[0] = Room( - 0, ["q", 1, "q", "q"], - "You are at the end of a small brick road. A small building lies to the east.", - 0) -rooms[1] = Room( - 1, ["q", 2, "q", 0], - "You are inside a building near a small brick road. A door to the east leads outside to a stream.\nThere is a table here.", + 0, ["q", "q", "q", "q"], + "You are in a test room.", 1) -rooms[2] = Room( - 2, ["q", "q", 3, 1], - "You are outside next to a small building. A stream continues south, but a wall blocks your way north.", - 0) -rooms[3] = Room( - 3, [2, "q", 4, "q"], - "You are at the south end of the stream. A cave appears to be to the south.", - 0) -rooms[4] = Room( - 4, [3, "q", "q", 5], - "You are at the mouth of the cave. There is a stream to the north, and a small passageway here to the west.", - 2) -rooms[5] = Room( - 5, ["q", 4, 6, 7], - "You are in a small room in the cave. The stream continues through a hole into the cave. The mouth of the cave is to your east. There are small passages to the west and south.", - 0) -rooms[6] = Room( - 6, [5, "q", "q", 8], - "You are inside a small passage in the cave. To the west there is a room with washed up debris from the river. Behind you, to the north, a small room in the cave.", - 0) -rooms[7] = Room( - 7, ["q", 5, 8, "q"], - "You are in a small passage in the cave. To the south from here is a room with debris that came from the river. To the east, there is a small room in the cave.", - 3) -rooms[8] = Room( - 8, [7, 6, "q", 9], - "You are in a room in the cave where the river from outside continues flowing to the inside. There is lots of debris in this room. Passages spring from the north, east, and west.\nAn engraving on the wall reads:\n\"MAGIC WORD XYZZY\".", - 0) -rooms[9] = Room( - 9, ["q", 8, 10, 11], - "You are in a small hallway in the cave. To the east there is a room with lots of debris, and to the south a room with a mysterious chute. The hallway continues to the west.", - 4) -rooms[10] = Room( - 10, [9, "q", "q", "q"], - "You are in a room with a mysterious chute. You can deposit items in it, it appears. There is a small hallway to the north.", - 0) -rooms[11] = Room( - 11, ["q", 9, "q", "q"], - "You are at the end of the hallway. The cave appears to continue on, but there is a giant pit in the way.", - 0) -rooms[12] = Room( - 12, ["q", "q", "q", 13], - "You are at a continuation of the hallway. There is a giant pit to the west. The hallway continues to the west.", - 0) -rooms[13] = Room( - 13, ["q", 12, "q", 14], - "You are in a hallway. The walls are slightly smoother on the left side of the wall, but look like swiss cheese on the right. The hallway continues to both the west and the east.", - 5) -rooms[14] = Room( - 14, [15, 13, 16, "q"], - "You are at the end of a hallway. The hall branches to the north and the south.", - 7) -rooms[15] = Room( - 15, ["q", "q", 14, "q"], - "You are inside a room with a lot of rocks on the floor. One big rock here reads: \"Y2\".", - 0) -rooms[16] = Room( - 16, [14, 17, "q", "q"], - "You are inside a room with a lot of antique items. A hallway is to the north, and another to the east.", - 8) -rooms[17] = Room( - 17, ["q", 18, "q", 16], - "You are inside a room with a slab on the floor that appears to have fallen from the ceiling. There is another room to the west, and to the east.", - 0) -rooms[18] = Room( - 18, [20, 19, "q", 17], - "You are inside a room with warm walls. There is a passage to the west, the east, and the north.", - 0) -rooms[19] = Room( - 19, ["q", 21, "q", 18], - "You are inside a room with slightly warm walls. There is a passage to the west and the east. There is a vending machine here!\nThe vending machine reads: Pay me some coins for a prize!", - 0) -rooms[20] = Room( - 20, ["q", "q", 18, "q"], - "You are inside a room next to the edge of a cliff. You can see an exit to the cave, but can't reach it due to a cliff being in your way.\nAn old man is here, asking if he can borrow some potato chips.", - 0) -rooms[21] = Room( - 21, ["q", 22, "q", 19], - "You are inside a room with cold walls. A path loops around to the east and eventually comes out to a exit of the cave.", - 0) -rooms[22] = Room( - 22, [23, 25, "q", 21], - "You are at a different enterance to the cave. There is a house to the north. There is a mailbox here. Part of the cave is to the west, and part is to the east.", - 0) -rooms[23] = Room( - 23, ["q", "q", 22, "q"], - "You are at a house. An enterance to the cave is to the south. It appears you can't get in without a key.", - 12) -rooms[24] = Room(24, ["q", "q", 23, "q"], - "You are inside a house. An exit is to the south.", 14) -rooms[25] = Room( - 25, ["q", 26, "q", 22], - "You are inside the cave again. There is an exit to the west and to the east.", - 15) -rooms[26] = Room( - 26, ["q", "q", "q", 25], - "You are inside a lit room in the cave. There is a brilliant stone here with an inscription on it: \"Yummy Sword\". I think it wants your sword.", - 0) ### Need to pre reference @@ -243,21 +94,12 @@ def start_room(room): global room_no, wis, invent, hs, vmach, tookCoins global isKey, ss, ots scores = rscore() - if scores + hs >= 267: - cprint( - "Congratulations, adventurer! Your adventure is over! You have collected everything in the game.", - "green") - score() - game_over() cprint(room.str, "green") room_no = room.no if wis < room_no: wis = room_no if room.item > 0: cprint(itemDesc[room.item - 1], "green") - if random.randint(1, 5) == 1: - if room_no == 15: - cprint("A hollow voice says, \"Plugh\".", "green") while True: command = input(colored("\nWhat's next? ", "green")) print() @@ -271,9 +113,7 @@ def start_room(room): else: start_room(rooms[room.dirs[1]]) elif command == "n" or command == "north": - if (13 in invent and room_no == 23): - start_room(rooms[24]) - elif room.dirs[0] == "q": + if room.dirs[0] == "q": cprint("You can't go that way!", "green") else: start_room(rooms[room.dirs[0]]) @@ -296,54 +136,15 @@ def start_room(room): cprint(room.str, "green") if room.item > 0: cprint(itemDesc[room.item - 1], "green") - if random.randint(0, 5) == 1: - if room_no == 15: - cprint("A hollow voice says, \"Plugh\".", "green") + elif profanity.contains_profanity( command) and not split[0] == "kill": cprint("Watch it!", "green") elif split[0] == "take" or split[0] == "grab" or split[0] == "get": if room.item > 0: - if room.item == 12: - if isKey == 1: - isKey = 2 - if room.item == 15: - cprint( - "You just picked up a dragon! Oh wait. No. You didn't. Please contact a mental health professional.", - "green") - else: - room.item = take(split, room.item) - if isKey == 2: - cprint("A key is under the doormat!", "green") - - room.item = 13 - isKey = 0 + room.item = take(split, room.item) elif split[0] == "drop" or split[0] == "throw": drop(split, room) - elif command == "xyzzy": - if 2 in invent: - - if room_no == 1: - start_room(rooms[8]) - elif room_no == 8: - start_room(rooms[1]) - else: - cprint("Nothing happens.", "green") - else: - cprint("I don't know how to apply that word here!", - "green") - elif command == "plugh": - if 2 in invent: - - if room_no == 15: - start_room(rooms[1]) - elif room_no == 1: - start_room(rooms[15]) - else: - cprint("Nothing happens.", "green") - else: - cprint("I don't know how to apply that word here!", - "green") elif command == "help": help_cca() elif split[0] == "use": @@ -366,102 +167,10 @@ def start_room(room): elif command == "news": news() elif split[0] == "deposit": - if room_no == 10: + if room_no == 0: deposit(split, room) - elif room_no == 26: - if 14 in invent: - cprint( - "You heroically deposit your sword into the pedestal. A white light flashes in the sky, and you see a number increase somewhere. The sword floats out of the pedestal back into your inventory, and turns platinum. It's Excalibur now, I think.", - "green") - i = invent.index(14) - invent = invent[:i] + [17] + invent[i + 1:] - ots += 25 - else: - cprint("You can only deposit a golden sword here!", - "green") else: cprint("You cannot deposit anything here.", "green") - elif split[0] == "wave": - if split[1] == "rod": - if 7 in invent: - cprint("You can't wave the rod, for some reason.", - "green") - else: - if room_no == 11: - start_room(rooms[12]) - elif room_no == 12: - start_room(rooms[11]) - else: - cprint("Nothing happens.", "green") - else: - cprint("You can't wave that!", "green") - elif split[0] == "open": - if split[1] == "oyster": - if 5 in invent and 1 in invent: - i = invent.index(5) - invent = invent[:i] + [6] + invent[i + 1:] - cprint( - "You crack open the oyster. There is a pearl inside!", - "green") - else: - cprint("You can't!", "green") - elif split[1] == "mailbox": - if room_no == 22: - cprint( - "You open the mailbox. There is a letter inside!", - "green") - if room.item > 0: - cprint( - "It was going to fall out onto the ground, but there's already something there.", - "green") - else: - cprint("It falls out on the ground.", "green") - room.item = 11 - - else: - cprint("What mailbox?", "green") - elif split[1] == "chips": - if 9 in invent: - cprint( - "Nghhhh... they're... so... dang... hard... to... open... just... like... that... pickle jar...", - "green") - else: - cprint("What chips?", "green") - else: - cprint("Ok. How do you open that?", "green") - elif split[0] == "swing": - if split[1] == "rod": - if 2 in invent: - if 7 in invent: - cprint("You can't swing the rod, for some reason.", - "green") - else: - - cprint("Nothing happens.", "green") - else: - cprint("You don't have one!", "green") - elif split[1] == "sword": - if 14 or 17 in invent: - if 7 in invent: - cprint( - "You can't swing the sword, for some reason.", - "green") - else: - if room_no == 25: - if room.item == 15: - cprint( - "Congratulations! You just killed a dragon with a sword! (At least that's believable...)\nYou got 15 EXP!\nYou leveled up!\nYou got a dragon scale!", - "green") - invent.append(16) - room.item = 0 - else: - cprint("Whoa! That's heavy!", "green") - else: - cprint("Nothing happens.", "green") - else: - cprint("You don't have one!", "green") - else: - cprint("You can't swing that!", "green") elif command == "hint": if hints[room_no] == "": cprint("There are no hints right now.", "green") @@ -470,34 +179,11 @@ def start_room(room): cprint("Taking one point off your score to get a hint...", "green") cprint(hints[room_no], "green") - elif command == "nothing" or command == "wait": + elif command == "nothi" or command == "wait": cprint("Waiting...", "green") - elif split[0] == "buy": - if room_no == 19: - if 4 in invent: - - if vmach == 0: - cprint( - "You deposit coins in the vending machine. You get a bag of potato chips.", - "green") - i = invent.index(4) - invent = invent[:i] + [9] + invent[i + 1:] - vmach += 1 - elif vmach == 1: - cprint( - "You deposit coins in the vending machine. You get a bar of silver.", - "green") - i = invent.index(4) - invent = invent[:i] + [10] + invent[i + 1:] - vmach += 1 - else: - cprint("All out of prizes.", "green") - else: - cprint("You don't have any money!", "green") - else: - cprint("Nothing to buy here.", "green") + elif split[0] == "eat": - if split[1] == "chips": + if False: cprint("You're not hungry.", "green") else: cprint("You can't eat that!", "green") @@ -506,65 +192,10 @@ def start_room(room): cprint("You're not thirsty.", "green") else: cprint("You can't drink that!", "green") - elif split[0] == "give": - if room_no == 20: - if split[1] == "chips": - cprint( - "You give him the chips. He gives you some coins.", - "green") - i = invent.index(9) - invent = invent[:i] + [4] + invent[i + 1:] - else: - cprint("He doesn't want those.", "green") - else: - cprint("Nobody to give things to.", "green") - elif split[0] == "read": - if split[1] == "letter": - if 11 in invent: - cprint("You read the letter.", "green") - cprint( - """-----------LATE PAYMENT NOTICE------------- -Dear Mr. Bananalimorangeramnairtime: -Your credit card bill was due 928374928 years ago. We still have not gotten it back. -Please pay this bill, or we will contact the authorities on how much time you have been late on this payment. -My condolences, -Bob - -P. S. lolololololololololololololololol - -Enclosed are some coins.""", "green") - if tookCoins == 0: - invent.append(4) - tookCoins = 1 - else: - cprint("What letter?", "green") - else: - cprint("I'm game. How do you do that?", "green") elif split[0] == "dbgr": start_room(rooms[int(split[1])]) elif split[0] == "dbgi": invent.append(int(split[1])) - elif split[0] == "attack" or split[0] == "kill" or split[ - 0] == "slay": - if split[1] == "dragon": - if room_no == 25: - really_what = input( - colored("With what? Your bare hands? ", "green")) - if really_what[0] == "y": - cprint( - "You attacked a dragon with your bare hands! It didn't go well!", - "green") - ss = 0 - cprint("Game over!", "green") - score() - game_over() - else: - cprint("Good. I'm glad you came to your senses.", - "green") - else: - cprint("Dragon? Where?", "green") - else: - cprint("You can't attack that.", "green") elif command == "debug": debug_stuff() elif command == "game": @@ -665,16 +296,8 @@ def info_cca(): def news(): cprint( - "V1.0.0 Working: You can win now! Added a lot of documentation, plus the game works.", - "green") - cprint("V0.5: more stuff like excalibur", "green") - cprint("V0.4: Added a lot more treasure and also a dragon", "green") - cprint("V0.3: We have a 151 point game yay", "green") - cprint( - "V0.2: Added some more rooms, some more treasures, some more mechanics...", + "V1.0.0 Working: Turned the game into an engine.", "green") - cprint("V0.1: Added the basic engine, including picking stuff up, etc.", - "green") def game_data(): diff --git a/poetry.lock b/poetry.lock index 2445581..e5f8e7f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -249,8 +249,8 @@ optional = false python-versions = ">=3.6" [package.extras] -testing = ["pytest-benchmark", "pytest"] -dev = ["tox", "pre-commit"] +dev = ["pre-commit", "tox"] +testing = ["pytest", "pytest-benchmark"] [[package]] name = "profanity" @@ -291,7 +291,7 @@ python-versions = "*" ujson = ">=3.0.0" [package.extras] -test = ["coverage", "pytest-cov", "pytest", "pyflakes", "pycodestyle", "pylint"] +test = ["pylint", "pycodestyle", "pyflakes", "pytest", "pytest-cov", "coverage"] [[package]] name = "pytoolconfig" @@ -306,10 +306,10 @@ packaging = ">=21.3" tomli = {version = ">=2.0", markers = "python_version < \"3.11\""} [package.extras] -validation = ["pydantic (>=1.7.4)"] +doc = ["tabulate (>=0.8.9)", "sphinx (>=4.5.0)"] +gen_docs = ["sphinx (>=4.5.0)", "sphinx-autodoc-typehints (>=1.18.1)", "sphinx-rtd-theme (>=1.0.0)", "pytoolconfig"] global = ["appdirs (>=1.4.4)"] -gen_docs = ["pytoolconfig", "sphinx-rtd-theme (>=1.0.0)", "sphinx-autodoc-typehints (>=1.18.1)", "sphinx (>=4.5.0)"] -doc = ["sphinx (>=4.5.0)", "tabulate (>=0.8.9)"] +validation = ["pydantic (>=1.7.4)"] [[package]] name = "replit" @@ -389,8 +389,8 @@ python-versions = ">=3.7" pytoolconfig = ">=1.1.2" [package.extras] -doc = ["sphinx-rtd-theme (>=1.0.0)", "sphinx-autodoc-typehints (>=1.18.1)", "sphinx (>=4.5.0)", "pytoolconfig"] -dev = ["build (>=0.7.0)", "pytest-timeout (>=2.1.0)", "pytest (>=7.0.1)"] +dev = ["pytest (>=7.0.1)", "pytest-timeout (>=2.1.0)", "build (>=0.7.0)"] +doc = ["pytoolconfig", "sphinx (>=4.5.0)", "sphinx-autodoc-typehints (>=1.18.1)", "sphinx-rtd-theme (>=1.0.0)"] [[package]] name = "termcolor" @@ -401,7 +401,7 @@ optional = false python-versions = ">=3.7" [package.extras] -tests = ["pytest-cov", "pytest"] +tests = ["pytest", "pytest-cov"] [[package]] name = "toml" diff --git a/venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/INSTALLER b/venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/LICENSE b/venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/LICENSE new file mode 120000 index 0000000..3f2e66f --- /dev/null +++ b/venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/LICENSE @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/70/f6/bf/ca77633c35efa218328eda5486d7054c2914d61820980e378797520a25 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/METADATA b/venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/METADATA new file mode 120000 index 0000000..409b0df --- /dev/null +++ b/venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/METADATA @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/65/27/03/e6fa0482399ed38c25c3d3998a01123312dadb11bf79a21e67f20ca892 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/RECORD b/venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/RECORD new file mode 100644 index 0000000..c55c1d7 --- /dev/null +++ b/venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/RECORD @@ -0,0 +1,21 @@ +SecretStorage-3.3.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +SecretStorage-3.3.3.dist-info/LICENSE,sha256=cPa_yndjPDXvohgyjtpUhtcFTCkU1hggmA43h5dSCiU,1504 +SecretStorage-3.3.3.dist-info/METADATA,sha256=ZScD5voEgjme04wlw9OZigESMxLa2xG_eaIeZ_IMqJI,4027 +SecretStorage-3.3.3.dist-info/RECORD,, +SecretStorage-3.3.3.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92 +SecretStorage-3.3.3.dist-info/top_level.txt,sha256=hveSi1OWGaEt3kEVbjmZ0M-ASPxi6y-nTPVa-d3c0B4,14 +secretstorage/__init__.py,sha256=W1p-HB1Qh12Dv6K8ml0Wj_MzN09_dEeezJjQZAHf-O4,3364 +secretstorage/__pycache__/__init__.cpython-38.pyc,, +secretstorage/__pycache__/collection.cpython-38.pyc,, +secretstorage/__pycache__/defines.cpython-38.pyc,, +secretstorage/__pycache__/dhcrypto.cpython-38.pyc,, +secretstorage/__pycache__/exceptions.cpython-38.pyc,, +secretstorage/__pycache__/item.cpython-38.pyc,, +secretstorage/__pycache__/util.cpython-38.pyc,, +secretstorage/collection.py,sha256=lHwSOkFO5sRspgcUBoBI8ZG2au2bcUSO6X64ksVdnsQ,9436 +secretstorage/defines.py,sha256=DzUrEWzSvBlN8kK2nVXnLGlCZv7HWNyfN1AYqRmjKGE,807 +secretstorage/dhcrypto.py,sha256=BiuDoNvNmd8i7Ul4ENouRnbqFE3SUmTUSAn6RVvn7Tg,2578 +secretstorage/exceptions.py,sha256=1uUZXTua4jRZf4PKDIT2SVWcSKP2lP97s8r3eJZudio,1655 +secretstorage/item.py,sha256=3niFSjOzwrB2hV1jrg78RXgBsTrpw44852VpZHXUpeE,5813 +secretstorage/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +secretstorage/util.py,sha256=vHu01QaooMQ5sRdRDFX9pg7rrzfJWF9vg0plm3Zg0Po,6755 diff --git a/venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/WHEEL b/venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/WHEEL new file mode 120000 index 0000000..7e89bc1 --- /dev/null +++ b/venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/WHEEL @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/1b/5e/87/e00dc87a84269cead8578b9e6462928e18a95f1f3373c9eef451a5bcc0 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/top_level.txt b/venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/top_level.txt new file mode 120000 index 0000000..bf545c4 --- /dev/null +++ b/venv/lib/python3.8/site-packages/SecretStorage-3.3.3.dist-info/top_level.txt @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/86/f7/92/8b539619a12dde41156e3999d0cf8048fc62eb2fa74cf55af9dddcd01e \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/INSTALLER b/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/LICENSE b/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/LICENSE new file mode 120000 index 0000000..bf4a04c --- /dev/null +++ b/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/LICENSE @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/43/da/d2/cc752ab721cd9a9f36ece70fb53ab7713551f2d3d8694d8e8c5a06d6e2 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/LICENSE.APACHE b/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/LICENSE.APACHE new file mode 120000 index 0000000..db18be2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/LICENSE.APACHE @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/aa/c7/3b/3148f6d1d7111dbca32099f68d26c644c6813ae1e4f05f6579aa2663fe \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/LICENSE.BSD b/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/LICENSE.BSD new file mode 120000 index 0000000..9f16920 --- /dev/null +++ b/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/LICENSE.BSD @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/60/2c/4c/7482de6479dd2e9793cda275e5e63d773dacd1eca689232ab7008fb4fb \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/LICENSE.PSF b/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/LICENSE.PSF new file mode 120000 index 0000000..7d2cfab --- /dev/null +++ b/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/LICENSE.PSF @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/69/3e/c0/a662b39f995a4f252b03a6222945470c1b6f12ca02918e4efe0df64b9f \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/METADATA b/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/METADATA new file mode 120000 index 0000000..5ea4445 --- /dev/null +++ b/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/METADATA @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/2a/30/9c/20a0ea9cb25ef337eeb685f1c7d76eaac5e96c203c8a3e8a0812bf8844 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/RECORD b/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/RECORD new file mode 100644 index 0000000..aec5607 --- /dev/null +++ b/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/RECORD @@ -0,0 +1,181 @@ +cryptography-38.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +cryptography-38.0.1.dist-info/LICENSE,sha256=Q9rSzHUqtyHNmp827OcPtTq3cTVR8tPYaU2OjFoG1uI,323 +cryptography-38.0.1.dist-info/LICENSE.APACHE,sha256=qsc7MUj20dcRHbyjIJn2jSbGRMaBOuHk8F9leaomY_4,11360 +cryptography-38.0.1.dist-info/LICENSE.BSD,sha256=YCxMdILeZHndLpeTzaJ15eY9dz2s0eymiSMqtwCPtPs,1532 +cryptography-38.0.1.dist-info/LICENSE.PSF,sha256=aT7ApmKzn5laTyUrA6YiKUVHDBtvEsoCkY5O_g32S58,2415 +cryptography-38.0.1.dist-info/METADATA,sha256=KjCcIKDqnLJe8zfutoXxx9duqsXpbCA8ij6KCBK_iEQ,5304 +cryptography-38.0.1.dist-info/RECORD,, +cryptography-38.0.1.dist-info/WHEEL,sha256=ZXaM-AC_dnzk1sUAdQV_bMrIMG6zI-GthFaEkNkWsgU,112 +cryptography-38.0.1.dist-info/top_level.txt,sha256=KNaT-Sn2K4uxNaEbe6mYdDn3qWDMlp4y-MtWfB73nJc,13 +cryptography/__about__.py,sha256=hXpJad7WGyr5LmnW6zSW-U6dA_4YyfSwaqiKlXLMGIE,417 +cryptography/__init__.py,sha256=j08JCN_u_m8eL-zxbXRxgsriW6Oe29oSSo_e2hyyasg,748 +cryptography/__pycache__/__about__.cpython-38.pyc,, +cryptography/__pycache__/__init__.cpython-38.pyc,, +cryptography/__pycache__/exceptions.cpython-38.pyc,, +cryptography/__pycache__/fernet.cpython-38.pyc,, +cryptography/__pycache__/utils.cpython-38.pyc,, +cryptography/exceptions.py,sha256=sN_VVTF_LuKMM6R-lIASFFuzAmz1uZ2Qbcdko9WyS64,1471 +cryptography/fernet.py,sha256=pRH_HKl1ESBUBTDYcfHTk_5w31WPaB5MW0RuDhr6xa0,6843 +cryptography/hazmat/__init__.py,sha256=OYlvgprzULzZlsf3yYTsd6VUVyQmpsbHjgJdNnsyRwE,418 +cryptography/hazmat/__pycache__/__init__.cpython-38.pyc,, +cryptography/hazmat/__pycache__/_oid.cpython-38.pyc,, +cryptography/hazmat/_oid.py,sha256=iM71y6BjXe7YElHGMU92gNvukXcrIiejdhzuQkshmuk,13635 +cryptography/hazmat/backends/__init__.py,sha256=bgrjB1SX2vXX-rmfG7A4PqGkq-isqQVXGaZtjWHAgj0,324 +cryptography/hazmat/backends/__pycache__/__init__.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__init__.py,sha256=7rpz1Z3eV9vZy_d2iLrwC8Oz0vEruDFrjJlc6W2ZDXA,271 +cryptography/hazmat/backends/openssl/__pycache__/__init__.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__pycache__/aead.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__pycache__/backend.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__pycache__/ciphers.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__pycache__/cmac.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__pycache__/decode_asn1.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__pycache__/dh.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__pycache__/dsa.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__pycache__/ec.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__pycache__/ed25519.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__pycache__/ed448.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__pycache__/hashes.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__pycache__/hmac.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__pycache__/poly1305.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__pycache__/rsa.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__pycache__/utils.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__pycache__/x25519.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__pycache__/x448.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/__pycache__/x509.cpython-38.pyc,, +cryptography/hazmat/backends/openssl/aead.py,sha256=1GASyrJPO8a-mDPTT7VJZXPb_0zEdrkW-Wu_rxV-6RQ,8442 +cryptography/hazmat/backends/openssl/backend.py,sha256=pfjBjYH1mM0V7QdHksoyeI4gShFTKS9MkcNiAR5KnY8,101175 +cryptography/hazmat/backends/openssl/ciphers.py,sha256=n3rrPQZi1blJBKqIWeMG6-U6YTvEb8rXGQKn8i-kFog,10342 +cryptography/hazmat/backends/openssl/cmac.py,sha256=K5-S0H72KHZH-WPAcHL5jCtcNyoBZSMe7VmxGn8_VWA,3005 +cryptography/hazmat/backends/openssl/decode_asn1.py,sha256=nSqtgO5MJVf_UUkvw9tez10zhGnsGHq24OP1X2GKOe4,1113 +cryptography/hazmat/backends/openssl/dh.py,sha256=9fwPordToELTkeJ-c7TuO9NiE1vfUBejk2QEUZbvo4s,12230 +cryptography/hazmat/backends/openssl/dsa.py,sha256=awfP80ykAfb4C_I-aOo-PnGU1DF6uf8bnEi-jld18ec,8888 +cryptography/hazmat/backends/openssl/ec.py,sha256=kgxwW508FTXDwGG-7pSywBLlICZKKfo4bcTHnNpsvJY,11103 +cryptography/hazmat/backends/openssl/ed25519.py,sha256=irHT-jSbpTNMMHqw5T885uzAi3Syf3kaaHuTnKgQPSg,5920 +cryptography/hazmat/backends/openssl/ed448.py,sha256=K8HDEiXl98QGJ-4llT4SVZf5-xe8aCuci00DkZf0lhw,5874 +cryptography/hazmat/backends/openssl/hashes.py,sha256=3L5bkCOo2LbRSVNGLca_9rpCZ2zb8ISBrMLtts1BkEw,3241 +cryptography/hazmat/backends/openssl/hmac.py,sha256=9RX8bo9ywJievoodxjmqCXmD2iUWyH2jBmw78Hb-pOY,3095 +cryptography/hazmat/backends/openssl/poly1305.py,sha256=_qyGCXNaQVCFpa1qjb_9UtsI6lmnki_15Jbc5vihbeE,2514 +cryptography/hazmat/backends/openssl/rsa.py,sha256=R2qpvJbkHmx9AHJHRKvU7crYx7BBbpAgEg8bCfQRqLQ,21562 +cryptography/hazmat/backends/openssl/utils.py,sha256=7Ara81KkY0QCLPqW6kUG9dEsp52cZ3kOUJczwEpecJ0,1977 +cryptography/hazmat/backends/openssl/x25519.py,sha256=oA_ao4o27ki_OAx0UXNeI2ItZ84Xg_li7It1DxFlrZ0,4753 +cryptography/hazmat/backends/openssl/x448.py,sha256=a_zgqGUpGFvyKEoKRR1vgNdD_gk1gxGYpBp1a6x9HuE,4338 +cryptography/hazmat/backends/openssl/x509.py,sha256=WUoRC6UDM9FkOdn6xR5Mk-v_WCq7eJryenGN9ni8L-A,1452 +cryptography/hazmat/bindings/__init__.py,sha256=s9oKCQ2ycFdXoERdS1imafueSkBsL9kvbyfghaauZ9Y,180 +cryptography/hazmat/bindings/__pycache__/__init__.cpython-38.pyc,, +cryptography/hazmat/bindings/_openssl.abi3.so,sha256=iEgsxmtn1G-hR-bxZs4nAnm9zdJ0m7k4PuNER5WhVhQ,8626712 +cryptography/hazmat/bindings/_openssl.pyi,sha256=mpNJLuYLbCVrd5i33FBTmWwL_55Dw7JPkSLlSX9Q7oI,230 +cryptography/hazmat/bindings/_rust.abi3.so,sha256=HC98NN8PPG1AcS5j-BJf0q22abcZn-FwGHG-qt87piA,3585352 +cryptography/hazmat/bindings/_rust/__init__.pyi,sha256=GztNJPaJWej18fxbmSUvGy-3_g4je8sn6--jnPcaM9c,859 +cryptography/hazmat/bindings/_rust/asn1.pyi,sha256=9CyI-grOsLQB_hfnhJPoG9dNOdJ7Zg6B0iUpzCowh44,592 +cryptography/hazmat/bindings/_rust/ocsp.pyi,sha256=-rbDG2McEOyKdbLLCCZJLZpt6-Vw7y6RhttmqXl30Ds,949 +cryptography/hazmat/bindings/_rust/x509.pyi,sha256=jx2XffYsHNB_Cc-evLnlM3fluMuT3_L2bC_-ZR-mwek,1678 +cryptography/hazmat/bindings/openssl/__init__.py,sha256=s9oKCQ2ycFdXoERdS1imafueSkBsL9kvbyfghaauZ9Y,180 +cryptography/hazmat/bindings/openssl/__pycache__/__init__.cpython-38.pyc,, +cryptography/hazmat/bindings/openssl/__pycache__/_conditional.cpython-38.pyc,, +cryptography/hazmat/bindings/openssl/__pycache__/binding.cpython-38.pyc,, +cryptography/hazmat/bindings/openssl/_conditional.py,sha256=usiy9QHCkbs-grw5vpzUNvJLrGptCpevnvqcN_6kfsU,10667 +cryptography/hazmat/bindings/openssl/binding.py,sha256=ubeB3piiCcAHBoupGrf6QwtZ2zhZv7vY5qn7yWLw4S8,8023 +cryptography/hazmat/primitives/__init__.py,sha256=s9oKCQ2ycFdXoERdS1imafueSkBsL9kvbyfghaauZ9Y,180 +cryptography/hazmat/primitives/__pycache__/__init__.cpython-38.pyc,, +cryptography/hazmat/primitives/__pycache__/_asymmetric.cpython-38.pyc,, +cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-38.pyc,, +cryptography/hazmat/primitives/__pycache__/_serialization.cpython-38.pyc,, +cryptography/hazmat/primitives/__pycache__/cmac.cpython-38.pyc,, +cryptography/hazmat/primitives/__pycache__/constant_time.cpython-38.pyc,, +cryptography/hazmat/primitives/__pycache__/hashes.cpython-38.pyc,, +cryptography/hazmat/primitives/__pycache__/hmac.cpython-38.pyc,, +cryptography/hazmat/primitives/__pycache__/keywrap.cpython-38.pyc,, +cryptography/hazmat/primitives/__pycache__/padding.cpython-38.pyc,, +cryptography/hazmat/primitives/__pycache__/poly1305.cpython-38.pyc,, +cryptography/hazmat/primitives/_asymmetric.py,sha256=nVJwmxkakirAXfFp410pC4kY_CinzN5FSJwhEn2IE34,485 +cryptography/hazmat/primitives/_cipheralgorithm.py,sha256=zd7N8rBYWaf8tPM7GDtZ9vUgarK_P0_PUNCFi3A0u0c,1016 +cryptography/hazmat/primitives/_serialization.py,sha256=HssBsIm3rNVPct1nZTACJzbymZc2WaZAWdkg1l5slD0,5196 +cryptography/hazmat/primitives/asymmetric/__init__.py,sha256=s9oKCQ2ycFdXoERdS1imafueSkBsL9kvbyfghaauZ9Y,180 +cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-38.pyc,, +cryptography/hazmat/primitives/asymmetric/__pycache__/dh.cpython-38.pyc,, +cryptography/hazmat/primitives/asymmetric/__pycache__/dsa.cpython-38.pyc,, +cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-38.pyc,, +cryptography/hazmat/primitives/asymmetric/__pycache__/ed25519.cpython-38.pyc,, +cryptography/hazmat/primitives/asymmetric/__pycache__/ed448.cpython-38.pyc,, +cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-38.pyc,, +cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-38.pyc,, +cryptography/hazmat/primitives/asymmetric/__pycache__/types.cpython-38.pyc,, +cryptography/hazmat/primitives/asymmetric/__pycache__/utils.cpython-38.pyc,, +cryptography/hazmat/primitives/asymmetric/__pycache__/x25519.cpython-38.pyc,, +cryptography/hazmat/primitives/asymmetric/__pycache__/x448.cpython-38.pyc,, +cryptography/hazmat/primitives/asymmetric/dh.py,sha256=pjjgKFcn2bCAaL_5zr0ygwXM8pHJFyAO6koJFkzhQb8,6604 +cryptography/hazmat/primitives/asymmetric/dsa.py,sha256=dIo6lYiHWRWUCxwejAi01w1-3jjmzEuJovqaVqDO3_g,7870 +cryptography/hazmat/primitives/asymmetric/ec.py,sha256=wX8wH9bD7g7-YxmINam_s9cPc9RUPrui2QdIKg6Q3Nc,14468 +cryptography/hazmat/primitives/asymmetric/ed25519.py,sha256=1qOl1UWV_-cXKHhwlFSyPBdhpx2HMDRukkI6eI5i8vM,2728 +cryptography/hazmat/primitives/asymmetric/ed448.py,sha256=oR-j4jGcWUnGxWi1GygHxVZbgkSOKHsR6y1E3Lf6wYM,2647 +cryptography/hazmat/primitives/asymmetric/padding.py,sha256=EkKuY9e6UFqSuQ0LvyKYKl_L19tOfNCTlHWEiKgHeUc,2690 +cryptography/hazmat/primitives/asymmetric/rsa.py,sha256=GiCIuBuJdpeew-yJ7mnTF4KFH_FUJaut1r-d6TRs31s,11322 +cryptography/hazmat/primitives/asymmetric/types.py,sha256=VidxjUWPOMB8q8vGiaXMhY715Zw8U9Vd4_rkqjOagRE,1814 +cryptography/hazmat/primitives/asymmetric/utils.py,sha256=5hD4KjfMbmozeFq08PLVunHr4FgeVzV1NkKalECM26s,756 +cryptography/hazmat/primitives/asymmetric/x25519.py,sha256=-nbaGlgT1sufO9Ic-urwKDql8Da0U3GL6hZJIMqHgVc,2588 +cryptography/hazmat/primitives/asymmetric/x448.py,sha256=V3lxb1VOiRTa3bzVUC3uZat2ogfExUOdktCIGUUMZ2Y,2556 +cryptography/hazmat/primitives/ciphers/__init__.py,sha256=Qp78Y3PDSRfwp7DDa3pezlLrED_QFhic_LvDw4LM9ZQ,646 +cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-38.pyc,, +cryptography/hazmat/primitives/ciphers/__pycache__/aead.cpython-38.pyc,, +cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-38.pyc,, +cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-38.pyc,, +cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-38.pyc,, +cryptography/hazmat/primitives/ciphers/aead.py,sha256=QnJD2doZ8XdpCIrDwqJBNgaw2eG9Tx4FWirIP159MAg,11488 +cryptography/hazmat/primitives/ciphers/algorithms.py,sha256=J1qeJK97fpSaX1E0ENsWvJG_qKGoOZvm57baBGOQofQ,5135 +cryptography/hazmat/primitives/ciphers/base.py,sha256=AiCYCzXbSZ9wQbXWMYc60IKmzqz5619YdaaF0zVr4rY,8251 +cryptography/hazmat/primitives/ciphers/modes.py,sha256=jRQocLF-I2BnZRKV66ZL9sSIHGhUN8YdvA3CXKXoxqg,8298 +cryptography/hazmat/primitives/cmac.py,sha256=ODkc7EonY1cRxyJ0SYOuwtiYQv6B0ZPxJQm3rXxfXd4,2037 +cryptography/hazmat/primitives/constant_time.py,sha256=6bkW00QjhKusdgsQbexXhMlGX0XRN59XNmxWS2W38NA,387 +cryptography/hazmat/primitives/hashes.py,sha256=cpaYjgkazlq7Xw0MVoR3cp17mD0TgyEvhZQbyoAWHzU,5996 +cryptography/hazmat/primitives/hmac.py,sha256=M_sa4smPIkO8ra17Xl_cM0daRhGCozUu_8gnHePEIb0,2131 +cryptography/hazmat/primitives/kdf/__init__.py,sha256=DcZhzfLG8d8IYBH771lGTVU5S87OQDpu3nrfOwZnsmA,715 +cryptography/hazmat/primitives/kdf/__pycache__/__init__.cpython-38.pyc,, +cryptography/hazmat/primitives/kdf/__pycache__/concatkdf.cpython-38.pyc,, +cryptography/hazmat/primitives/kdf/__pycache__/hkdf.cpython-38.pyc,, +cryptography/hazmat/primitives/kdf/__pycache__/kbkdf.cpython-38.pyc,, +cryptography/hazmat/primitives/kdf/__pycache__/pbkdf2.cpython-38.pyc,, +cryptography/hazmat/primitives/kdf/__pycache__/scrypt.cpython-38.pyc,, +cryptography/hazmat/primitives/kdf/__pycache__/x963kdf.cpython-38.pyc,, +cryptography/hazmat/primitives/kdf/concatkdf.py,sha256=5YXw8cLZCBYT6rVDGS5URQEeFiPW-ZRBRcPdZQIxTMA,3772 +cryptography/hazmat/primitives/kdf/hkdf.py,sha256=LlDQbCvlNzuLa_UJXrkG5fXGjAjor5Wunv2378TBmms,3031 +cryptography/hazmat/primitives/kdf/kbkdf.py,sha256=Ys2ITSbEw49V1v_DagQBd17owQr2A2iyPue4mot4Z_g,9196 +cryptography/hazmat/primitives/kdf/pbkdf2.py,sha256=wEMH4CJfPccCg9apQLXyWUWBrZLTpYLLnoZEnzvaHQo,2032 +cryptography/hazmat/primitives/kdf/scrypt.py,sha256=JvX_cD0o0Op5EcFNeZhr-vI5sYv_LdnJ6kNEbW3u5ow,2228 +cryptography/hazmat/primitives/kdf/x963kdf.py,sha256=JsdrJhw2IJVYkl8JIWUN66h7DrKZM2RoQ_tw_iKAvdI,2018 +cryptography/hazmat/primitives/keywrap.py,sha256=TWqyG9K7k-Ymq4kcIw7u3NIKUPVDtv6bimwxIJYTe20,5643 +cryptography/hazmat/primitives/padding.py,sha256=xruasOE5Cd8KEQ-yp9W6v9WKPvKH-GudHCPKQ7A8HfI,6207 +cryptography/hazmat/primitives/poly1305.py,sha256=QvxPMrqjgKJt0mOZSeZKk4NcxsNCd2kgfI-X1CmyUW4,1837 +cryptography/hazmat/primitives/serialization/__init__.py,sha256=f5dOLmDEvZROlG7HysPXY9DhvM9VXVRA2kwErJobzWw,1197 +cryptography/hazmat/primitives/serialization/__pycache__/__init__.cpython-38.pyc,, +cryptography/hazmat/primitives/serialization/__pycache__/base.cpython-38.pyc,, +cryptography/hazmat/primitives/serialization/__pycache__/pkcs12.cpython-38.pyc,, +cryptography/hazmat/primitives/serialization/__pycache__/pkcs7.cpython-38.pyc,, +cryptography/hazmat/primitives/serialization/__pycache__/ssh.cpython-38.pyc,, +cryptography/hazmat/primitives/serialization/base.py,sha256=yw8_yzIvruT6fmS-KrTmIXbAF00rItH48WXTPOSLdJ4,1761 +cryptography/hazmat/primitives/serialization/pkcs12.py,sha256=D0kpFOQdXdRGir1qg_mCchUpr1mlwhphGGl8OD7DR4Y,6725 +cryptography/hazmat/primitives/serialization/pkcs7.py,sha256=LnISP-1SEDXCpsoEbR0EfuIlWm8eJAgWupt0gvHyyIU,5870 +cryptography/hazmat/primitives/serialization/ssh.py,sha256=YWlhKV8uTil_LOLD9Hm5X5EZB1slviW1eg1AL4Jid1A,23935 +cryptography/hazmat/primitives/twofactor/__init__.py,sha256=ZHo4zwWidFP2RWFl8luiNuYkVMZPghzx54izPNSCtD4,222 +cryptography/hazmat/primitives/twofactor/__pycache__/__init__.cpython-38.pyc,, +cryptography/hazmat/primitives/twofactor/__pycache__/hotp.cpython-38.pyc,, +cryptography/hazmat/primitives/twofactor/__pycache__/totp.cpython-38.pyc,, +cryptography/hazmat/primitives/twofactor/hotp.py,sha256=v4wkTbdc1E53POx6pdNnEUBvANbmt4f6scQSsTgABeU,2989 +cryptography/hazmat/primitives/twofactor/totp.py,sha256=bIIxOI-LcLGNahB5kN7A_TwEyYMTsLjHd8eJc4b2cLg,1449 +cryptography/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +cryptography/utils.py,sha256=eZS8-xeVAaGoyJYI23fN8uo0wPqo0ahl8rxobLOw7Zk,5031 +cryptography/x509/__init__.py,sha256=yC0TbuvPmWL1U4rEY-0m46SayuxCfPVNFWjJJdi5lY0,7654 +cryptography/x509/__pycache__/__init__.cpython-38.pyc,, +cryptography/x509/__pycache__/base.cpython-38.pyc,, +cryptography/x509/__pycache__/certificate_transparency.cpython-38.pyc,, +cryptography/x509/__pycache__/extensions.cpython-38.pyc,, +cryptography/x509/__pycache__/general_name.cpython-38.pyc,, +cryptography/x509/__pycache__/name.cpython-38.pyc,, +cryptography/x509/__pycache__/ocsp.cpython-38.pyc,, +cryptography/x509/__pycache__/oid.cpython-38.pyc,, +cryptography/x509/base.py,sha256=_LXtW3M-PeFGPwhY3BYS3tU1Tt9Bof0IzWmtgR_Uf1E,33942 +cryptography/x509/certificate_transparency.py,sha256=ks_yQPK8cCSSFF6htSs_Fcujwys7tc9OAPWn2TsPLqY,2130 +cryptography/x509/extensions.py,sha256=6-O2XdVn3OtYnX-qMT265RczUIDw1Dd79r5MVKEfI3E,65316 +cryptography/x509/general_name.py,sha256=S_kJd4ZsNGrMfi2osfFJEWqPxy3oPCAWpLb91yhxzPs,7896 +cryptography/x509/name.py,sha256=SlgpPyg_zEE-ysK36SKJIOgKYH1AKwNZ7wT8mC1YfKc,14846 +cryptography/x509/ocsp.py,sha256=OQKsqW_Y4mWY53UT_JG79RJR19xt53Q-iQSSw4m0kZM,16691 +cryptography/x509/oid.py,sha256=CLIlQwzE3PQXMvkKep4JbzVUaRDl_stwcX_U6-s2cNw,794 diff --git a/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/WHEEL b/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/WHEEL new file mode 120000 index 0000000..bfced20 --- /dev/null +++ b/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/WHEEL @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/65/76/8c/f800bf767ce4d6c50075057f6ccac8306eb323e1ad84568490d916b205 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/top_level.txt b/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/top_level.txt new file mode 120000 index 0000000..087f10a --- /dev/null +++ b/venv/lib/python3.8/site-packages/cryptography-38.0.1.dist-info/top_level.txt @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/28/d6/93/f929f62b8bb135a11b7ba9987439f7a960cc969e32f8cb567c1ef79c97 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/cryptography/hazmat/bindings/_openssl.pyi b/venv/lib/python3.8/site-packages/cryptography/hazmat/bindings/_openssl.pyi new file mode 120000 index 0000000..f2a7dac --- /dev/null +++ b/venv/lib/python3.8/site-packages/cryptography/hazmat/bindings/_openssl.pyi @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/9a/93/49/2ee60b6c256b7798b7dc5053996c0bff9e43c3b24f9122e5497f50ee82 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/INSTALLER b/venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/LICENSE.txt b/venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/LICENSE.txt new file mode 120000 index 0000000..21f668d --- /dev/null +++ b/venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/LICENSE.txt @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/80/8e/10/c8a6ab8deb149ff9b3fb19f447a808094606d712a9ca57fead3552599d \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/METADATA b/venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/METADATA new file mode 120000 index 0000000..2adf2c6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/METADATA @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/b7/ba/41/4ea1003eca709daffae27c900b6b0e038392a9b08aa8cc08d5caf4b61f \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/RECORD b/venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/RECORD new file mode 100644 index 0000000..5432cff --- /dev/null +++ b/venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/RECORD @@ -0,0 +1,38 @@ +distlib-0.3.6.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +distlib-0.3.6.dist-info/LICENSE.txt,sha256=gI4QyKarjesUn_mz-xn0R6gICUYG1xKpylf-rTVSWZ0,14531 +distlib-0.3.6.dist-info/METADATA,sha256=t7pBTqEAPspwna_64nyQC2sOA4OSqbCKqMwI1cr0th8,5112 +distlib-0.3.6.dist-info/RECORD,, +distlib-0.3.6.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110 +distlib-0.3.6.dist-info/top_level.txt,sha256=9BERqitu_vzyeyILOcGzX9YyA2AB_xlC4-81V6xoizk,8 +distlib/__init__.py,sha256=acgfseOC55dNrVAzaBKpUiH3Z6V7Q1CaxsiQ3K7pC-E,581 +distlib/__pycache__/__init__.cpython-38.pyc,, +distlib/__pycache__/compat.cpython-38.pyc,, +distlib/__pycache__/database.cpython-38.pyc,, +distlib/__pycache__/index.cpython-38.pyc,, +distlib/__pycache__/locators.cpython-38.pyc,, +distlib/__pycache__/manifest.cpython-38.pyc,, +distlib/__pycache__/markers.cpython-38.pyc,, +distlib/__pycache__/metadata.cpython-38.pyc,, +distlib/__pycache__/resources.cpython-38.pyc,, +distlib/__pycache__/scripts.cpython-38.pyc,, +distlib/__pycache__/util.cpython-38.pyc,, +distlib/__pycache__/version.cpython-38.pyc,, +distlib/__pycache__/wheel.cpython-38.pyc,, +distlib/compat.py,sha256=tfoMrj6tujk7G4UC2owL6ArgDuCKabgBxuJRGZSmpko,41259 +distlib/database.py,sha256=o_mw0fAr93NDAHHHfqG54Y1Hi9Rkfrp2BX15XWZYK50,51697 +distlib/index.py,sha256=HFiDG7LMoaBs829WuotrfIwcErOOExUOR_AeBtw_TCU,20834 +distlib/locators.py,sha256=wNzG-zERzS_XGls-nBPVVyLRHa2skUlkn0-5n0trMWA,51991 +distlib/manifest.py,sha256=nQEhYmgoreaBZzyFzwYsXxJARu3fo4EkunU163U16iE,14811 +distlib/markers.py,sha256=TpHHHLgkzyT7YHbwj-2i6weRaq-Ivy2-MUnrDkjau-U,5058 +distlib/metadata.py,sha256=g_DIiu8nBXRzA-mWPRpatHGbmFZqaFoss7z9TG7QSUU,39801 +distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 +distlib/scripts.py,sha256=BmkTKmiTk4m2cj-iueliatwz3ut_9SsABBW51vnQnZU,18102 +distlib/t32.exe,sha256=a0GV5kCoWsMutvliiCKmIgV98eRZ33wXoS-XrqvJQVs,97792 +distlib/t64-arm.exe,sha256=68TAa32V504xVBnufojh0PcenpR3U4wAqTqf-MZqbPw,182784 +distlib/t64.exe,sha256=gaYY8hy4fbkHYTTnA4i26ct8IQZzkBG2pRdy0iyuBrc,108032 +distlib/util.py,sha256=31dPXn3Rfat0xZLeVoFpuniyhe6vsbl9_QN-qd9Lhlk,66262 +distlib/version.py,sha256=WG__LyAa2GwmA6qSoEJtvJE8REA1LZpbSizy8WvhJLk,23513 +distlib/w32.exe,sha256=R4csx3-OGM9kL4aPIzQKRo5TfmRSHZo6QWyLhDhNBks,91648 +distlib/w64-arm.exe,sha256=xdyYhKj0WDcVUOCb05blQYvzdYIKMbmJn2SZvzkcey4,168448 +distlib/w64.exe,sha256=ejGf-rojoBfXseGLpya6bFTFPWRG21X5KvU8J5iU-K0,101888 +distlib/wheel.py,sha256=Rgqs658VsJ3R2845qwnZD8XQryV2CzWw2mghwLvxxsI,43898 diff --git a/venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/WHEEL b/venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/WHEEL new file mode 120000 index 0000000..ae483c4 --- /dev/null +++ b/venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/WHEEL @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/cf/d8/f4/c406bf26650a3299b3ef62b464600b48cfe7fb04159866e5797c765478 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/top_level.txt b/venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/top_level.txt new file mode 120000 index 0000000..f0c65d6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/distlib-0.3.6.dist-info/top_level.txt @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/f4/11/11/aa2b6efefcf27b220b39c1b35fd632036001ff1942e3ef3557ac688b39 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/INSTALLER b/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/LICENSE b/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/LICENSE new file mode 120000 index 0000000..6c06c3a --- /dev/null +++ b/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/LICENSE @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/88/d9/b4/eb60579c191ec391ca04c16130572d7eedc4a86daa58bf28c6e14c9bcd \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/METADATA b/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/METADATA new file mode 120000 index 0000000..7fb0aaa --- /dev/null +++ b/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/METADATA @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/08/3a/11/d5fbf859e032955e1a6654453952743ba2406c7d261dab88115753fdc8 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/RECORD b/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/RECORD new file mode 100644 index 0000000..ca8ff3b --- /dev/null +++ b/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/RECORD @@ -0,0 +1,24 @@ +filelock-3.8.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +filelock-3.8.0.dist-info/LICENSE,sha256=iNm062BXnBkew5HKBMFhMFctfu3EqG2qWL8oxuFMm80,1210 +filelock-3.8.0.dist-info/METADATA,sha256=CDoR1fv4WeAylV4aZlRFOVJ0O6JAbH0mHauIEVdT_cg,2311 +filelock-3.8.0.dist-info/RECORD,, +filelock-3.8.0.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92 +filelock-3.8.0.dist-info/top_level.txt,sha256=NDrf9i5BNogz4hEdsr6Hi7Ws3TlSSKY4Q2Y9_-i2GwU,9 +filelock-3.8.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1 +filelock/__init__.py,sha256=XE-RanOqTbJkFCKJbe3PqzNCkVgLQXqs_Yp1rrUPF58,1246 +filelock/__pycache__/__init__.cpython-38.pyc,, +filelock/__pycache__/_api.cpython-38.pyc,, +filelock/__pycache__/_error.cpython-38.pyc,, +filelock/__pycache__/_soft.cpython-38.pyc,, +filelock/__pycache__/_unix.cpython-38.pyc,, +filelock/__pycache__/_util.cpython-38.pyc,, +filelock/__pycache__/_windows.cpython-38.pyc,, +filelock/__pycache__/version.cpython-38.pyc,, +filelock/_api.py,sha256=74rZeupmXu8PFZGBAprN3fE4rS45d0njANACuPOeI0M,8895 +filelock/_error.py,sha256=Gaxp2TfdmgdvYFkllGCBOE37vYIXnHKKW3RYfKH7DYM,399 +filelock/_soft.py,sha256=rSpmt4Oi0Eb4JeKzyWImeqf5MYCJR0Dyc_kUN3kHj7Y,1650 +filelock/_unix.py,sha256=gM4-5mqDtamGp5qwWkaZNSTuv9p7vwBa4diVmI1ZBwQ,1578 +filelock/_util.py,sha256=BZKOAYTQdmcHmF34-Ft4kMdEvk3a8NGtsAhe6kfxZuU,594 +filelock/_windows.py,sha256=wvg-_SfJEDyxDeDVH8wBqxbPquXaycoYXgXJOBmm-G4,1890 +filelock/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +filelock/version.py,sha256=tu_YI6bXBlf0-atO2EfySopGOlrOwqLUiRyOvOhMUtw,176 diff --git a/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/WHEEL b/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/WHEEL new file mode 120000 index 0000000..7e89bc1 --- /dev/null +++ b/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/WHEEL @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/1b/5e/87/e00dc87a84269cead8578b9e6462928e18a95f1f3373c9eef451a5bcc0 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/top_level.txt b/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/top_level.txt new file mode 120000 index 0000000..699b46c --- /dev/null +++ b/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/top_level.txt @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/34/3a/df/f62e41368833e2111db2be878bb5acdd395248a63843663dffe8b61b05 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/zip-safe b/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/zip-safe new file mode 120000 index 0000000..e11f061 --- /dev/null +++ b/venv/lib/python3.8/site-packages/filelock-3.8.0.dist-info/zip-safe @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/01/ba/47/19c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/INSTALLER b/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/LICENSE b/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/LICENSE new file mode 120000 index 0000000..8aeefcb --- /dev/null +++ b/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/LICENSE @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/db/3f/02/46b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/METADATA b/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/METADATA new file mode 120000 index 0000000..6a1efc4 --- /dev/null +++ b/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/METADATA @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/cb/b3/f7/26f4ba447d0c35f3cff1174289a797d004e45b43063aae2ddf962f4575 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/RECORD b/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/RECORD new file mode 100644 index 0000000..2275fce --- /dev/null +++ b/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/RECORD @@ -0,0 +1,57 @@ +../../../bin/keyring,sha256=e6Db7kb-cVwSBUbXI5HgIyZ-2W6qE2PuBbAgblnfBjc,214 +keyring-21.8.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +keyring-21.8.0.dist-info/LICENSE,sha256=2z8CRrH5J48VhFuZ_sR4uLUG63ZIeZNyL4xuJUKF-vg,1050 +keyring-21.8.0.dist-info/METADATA,sha256=y7P3JvS6RH0MNfPP8RdCiaeX0ATkW0MGOq4t35YvRXU,17568 +keyring-21.8.0.dist-info/RECORD,, +keyring-21.8.0.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92 +keyring-21.8.0.dist-info/entry_points.txt,sha256=I8CaFlwdiBJhxKi6w7kvVLhyMA5AyOIFFX2HFgUrChU,295 +keyring-21.8.0.dist-info/top_level.txt,sha256=ohh1dke28_NdSNkZ6nkVSwIKkLJTOwIfEwnXKva3pkg,8 +keyring/__init__.py,sha256=w4VYJos0-hGiCV4AaepYIW71NNH_a8NirKUDd2sL4wM,271 +keyring/__main__.py,sha256=vB_vOSk4pIZrkevBQeHXy6GYv7Nd0_vieKe44Xf1i9g,71 +keyring/__pycache__/__init__.cpython-38.pyc,, +keyring/__pycache__/__main__.cpython-38.pyc,, +keyring/__pycache__/backend.cpython-38.pyc,, +keyring/__pycache__/cli.cpython-38.pyc,, +keyring/__pycache__/core.cpython-38.pyc,, +keyring/__pycache__/credentials.cpython-38.pyc,, +keyring/__pycache__/devpi_client.cpython-38.pyc,, +keyring/__pycache__/errors.cpython-38.pyc,, +keyring/__pycache__/http.cpython-38.pyc,, +keyring/backend.py,sha256=cEAwWhB_T73bWRH2ET5Uf8YRNm4qgKQ9Vs4LWH7W5dM,6443 +keyring/backends/OS_X.py,sha256=sjYLYV-U_b2x5YRpiMJ-cdXe2ytMWj3miryjL-ZrZXo,2001 +keyring/backends/SecretService.py,sha256=t98eeYAllXH1pDtawMNiFd_EsUhZhtFK8TtAqCGukw8,4739 +keyring/backends/Windows.py,sha256=xywO8qxve2ctVRG4SbxWeBShvw94EbmKY_m5GaUWAP8,6536 +keyring/backends/_OS_X_API.py,sha256=MvpjYZjkecfPiYvYz4uTXg6FGPqkEorBlbHVoL2to9o,9578 +keyring/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +keyring/backends/__pycache__/OS_X.cpython-38.pyc,, +keyring/backends/__pycache__/SecretService.cpython-38.pyc,, +keyring/backends/__pycache__/Windows.cpython-38.pyc,, +keyring/backends/__pycache__/_OS_X_API.cpython-38.pyc,, +keyring/backends/__pycache__/__init__.cpython-38.pyc,, +keyring/backends/__pycache__/chainer.cpython-38.pyc,, +keyring/backends/__pycache__/fail.cpython-38.pyc,, +keyring/backends/__pycache__/kwallet.cpython-38.pyc,, +keyring/backends/__pycache__/null.cpython-38.pyc,, +keyring/backends/chainer.py,sha256=KML6bf_zhq2OQKc8oXuI1W0ipFGeR97JqSjkZpp9l1Q,2198 +keyring/backends/fail.py,sha256=fOi8lNgU3rwdM2GFmgwWccaNpVi92DWHIxFxLSTZt2Q,820 +keyring/backends/kwallet.py,sha256=byWCjst4XyGwIALf9Z4duxqg20n5GahBjRM4mQzaxUw,5852 +keyring/backends/null.py,sha256=u6_Waal9d_4CiV5DFWjQPRSV1GwXlPav6m3YuNHGAao,344 +keyring/cli.py,sha256=j_wRCCsq027pVHqbwxcht1LV2pe9SDypL6l5ZV6lpLI,4087 +keyring/core.py,sha256=2ZxTthq03g7-mwi-qujZB0qj92Gp6xJwKLDSp6MTvCE,5184 +keyring/credentials.py,sha256=zZp1Wk8j34-gYU29DCDG4DJTe9lG1NEJhKUjmltE6aY,1307 +keyring/devpi_client.py,sha256=sGatYQZagyus0JT42xtMA0xCrBK0lwjhWTSALcS2atA,199 +keyring/errors.py,sha256=kgLo-Azyen3LzS3vms7wr9UBqYlzA4JuISYjGib7Jaw,1453 +keyring/http.py,sha256=_4FYxt37c8Fk8CqfV23Vxre69K6f9T92uIaN0k7p6GA,1253 +keyring/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +keyring/testing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +keyring/testing/__pycache__/__init__.cpython-38.pyc,, +keyring/testing/__pycache__/backend.cpython-38.pyc,, +keyring/testing/__pycache__/util.cpython-38.pyc,, +keyring/testing/backend.py,sha256=u8IeRG93PrrCRjxNsdvpN-nD-bBgnSVvLFGpvaef-qs,6144 +keyring/testing/util.py,sha256=eMyou4miwzR4DTu7TW4yIMxBBfpD-K6P5JrwGqH1kJ8,1940 +keyring/util/__init__.py,sha256=AXfeRvladaaCl5Hc6FQxDN4bPtv8RxYWhvLXmeTvZ4g,868 +keyring/util/__pycache__/__init__.cpython-38.pyc,, +keyring/util/__pycache__/platform_.cpython-38.pyc,, +keyring/util/__pycache__/properties.cpython-38.pyc,, +keyring/util/platform_.py,sha256=6wA9-_e9YorW3n6voWA15_HwnUWpfviTL5K-vsIg0lQ,2215 +keyring/util/properties.py,sha256=tj7nx3y3n75oMF3y_PPMb9kQC_GeCjpn1lk1iz2tcug,1347 diff --git a/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/WHEEL b/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/WHEEL new file mode 120000 index 0000000..5c55a1c --- /dev/null +++ b/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/WHEEL @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/3a/a4/64/174798e461ecb0ca2b16395b4c8ab4ef6be91e917ad1f21003a952f710 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/entry_points.txt b/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/entry_points.txt new file mode 120000 index 0000000..1957308 --- /dev/null +++ b/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/entry_points.txt @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/23/c0/9a/165c1d881261c4a8bac3b92f54b872300e40c8e205157d8716052b0a15 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/top_level.txt b/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/top_level.txt new file mode 120000 index 0000000..cd9196f --- /dev/null +++ b/venv/lib/python3.8/site-packages/keyring-21.8.0.dist-info/top_level.txt @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/a2/18/75/7647b6f3f35d48d919ea79154b020a90b2533b021f1309d72af6b7a648 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/keyring/backends/_OS_X_API.py b/venv/lib/python3.8/site-packages/keyring/backends/_OS_X_API.py new file mode 120000 index 0000000..e1260cc --- /dev/null +++ b/venv/lib/python3.8/site-packages/keyring/backends/_OS_X_API.py @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/32/fa/63/6198e479c7cf898bd8cf8b935e0e8518faa4128ac195b1d5a0bdada3da \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/keyring/backends/__pycache__/_OS_X_API.cpython-38.pyc b/venv/lib/python3.8/site-packages/keyring/backends/__pycache__/_OS_X_API.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dc13281af5c5dc477864bc5fdb800d27a603d73c GIT binary patch literal 6765 zcmbVQ%WoUU8Q(XT6h+apEZOlx^dq+EhbTvm;{=Wo)rt}$iK1H0qg$sNYG-JzL@t@x zrERHH5kv+OAPriew*mzy^yEtq?XCR}dhKm5Jrq6km|GAOc7NY2UwR~Hvc!Iz`DW&u zneR2f+4qKrGrFQE`M>_txL%n3$G=eC@#Il^4R6RaMPUk4tBRBStBxw`nxo-gtEx5K z(QAfd)J(^$S&mgpIjNfM*s8+QPKN7-;tV-iZaKqmC`@O@V}%)8nv-MZ>WGu)YWo1s zGmE9ZQnyuSv{Sb`^@DtLb<7##DQ@$jEw!TYG4~K31|3Jsgfr3Mt9(N8C){z&l4cpq zlHrH9bms`_LoADWmLEa=In;+)4)vU@A4PqHQW7y~C-h*O>m77A$eR>}h1Qj722Uby@E9gidoJ}N4&;SG<0aD_Y!ziVkTy{Vv`F|7yhL`JbUJU`V3@-N*BI;`fQIqSNg zG|SaaOU{pY%?;|2Td6k#7LTm)b*#`2T*d>RgAsDiEjObTw^H`2U<@~^ei*qmKMeig z{u4z|*h%v3ozhCZ#!I3Z1YDFB*Q1qsP-z7!qP8kf16X4E~oT97olGd!qRM~&9Rrb*A#xVUQ}a)x;xohb-|aoc;I_H++!HZ zJ+IM94uf1Z z17F+HK2s%62k&ZRfT#C(=9(71DO)YH-icCZMP|YXl4(+jWEQOjL5{SMyA1^uVBdnY z@5cCB9s3q$J!~>8%t9d)75uOe`u79Q3J-mB z^y-XLz0i#O>c;SU!CFv%7!;%ming?q$YLR}y-<(l$;AX&GtPC_k<2f0V2Tmhf|bx3 zI!h>OvF=sF*b1X^)C~LHCJs>VyeRu2hw}2L;IX(2@;Z^?9iW2#2Kr-r#PE*Ceo zd*DLR6lq#ThR6^JAM&c@FsyO-F%w6K-ShRNL`x6{K~Cch4Girp z$Sk6XF|Zb%=)30McQ)$!BHoaE%2wsjA2in?noAr7-B&&}zl^slpXxtI{x}AFk9=x= zbwEDVJ(*DrM|DI$_LO?WVI0^#QhKwmXs&j!nbBKs$9NawBtM_w_e5*yb_PY`?{`qtKL|j z^(_ zvEAq_b+;K0Rj?iRezG68+v_82Iy?`ebW)I|T9kqmOG#c0|Jt*hk% z?ov{ZR(PS@YbiWj@x7G-G=Y?V-}ee+lTh}K>IK0Yf`?FMfd|bR7cdAz>JN}|gD5PN z16GjR2R|7C*}di|$@0h(x(}5tytKJ+3Z$jC6}cfgOl{QEZDkH_EFBSU+}6Lq`39HO zw+(DfU)Yl}Oh}m_aTiFO^3kb#+GaN{lx;OcgnXg2Az~YVoRY&Q096pB#j3jin!#Q~ z6w;vT5gF%(s+C3GynG~sS{7o8~9PH-Jn}t1-B}zR%UF>z6?v=i8z`1*mrl$wq zE9d$WuKa%z%F7-b9CdAG=K9P_FTZfLH+(}oc{?`Cq38QWGtT(Hw&dI%k9A}oLLZ{( zMdB6cLuNO4j6oqH=q%fn5M;04k@}?iGa2BJF?D0&J2V2Avn7W;3bqEz5qu#uGcQHP+A9u+)xSKtHcX42M za-VW{i`c*)@yd`(ZUusPfbwZ5sw_j|M{o2HmP`;73D5VS`+7jz-B^^~Law@R`xGsH z@30PnkYlf0yMFcR%+=|cYqE;_T%{UGpuSgg;vMYAIsUyu<0Jbw&j#!Js_iaBJ{eG( zX{dsDJ5UBeUs5tTU-&1GKFVOqrrt*ys38deTO^3%C!3Z;94U!7Y#Y zIPpa)<$Hvz5syohfzJqXr9GJO7qo>pKnP~geFryWEd!__!A6H_y?>3`35KZJ*SXOi z^!Pc(?>M1TVDzBopHb;MLEi!B)Ryp5@3_EcfSUw5%}8$3)|u zI8{Vn_jZQmVH~OG^3{2eWx@H*sPl8gK?rURIEMwG;j7)CX3&uyN^v%#WK}X@& zcHjFDj+BS>$m)cn)xZ6_Sl2)( z_53}i)3lpxDOToiJBGG;p#l6eN@IIza(7B}sdYcqPcSKJPh7l7%BQIA#sy`={UU=d zU-*W?(6cxdXK-bS_@f9PD}~JNZ_&hrhlNgrZY_fD8Nwn$DKa+bmP&Z6hdO}APEa%H z!%5>)Cc!s+xFRFQ7Cuzf%2BLU9>&J4xwqeT3>Qf$QAUA!*ky4)x%sAW<)V_9B!2q! zM;>nw7D-ac7?^@S&ItN~66ZQ=uayIQR29kPTP8NTRf-RY5co?DHF=&<&KGn`m2of1 zR3g_CzaS!yGD1*NI|GN2JeK5%WZy_WD&Hgk8U7u_#s>^rEog=gOs3~jmYP@dx~1k+ z3p5LwAI%%|Lq;05WH3-5P*%e48!Kb!_UIr#Y3)+k>uc)(=3.8 +License-File: LICENSE.txt +License-File: LICENSES_bundled.txt + +It provides: + +- a powerful N-dimensional array object +- sophisticated (broadcasting) functions +- tools for integrating C/C++ and Fortran code +- useful linear algebra, Fourier transform, and random number capabilities +- and much more + +Besides its obvious scientific uses, NumPy can also be used as an efficient +multi-dimensional container of generic data. Arbitrary data-types can be +defined. This allows NumPy to seamlessly and speedily integrate with a wide +variety of databases. + +All NumPy wheels distributed on PyPI are BSD licensed. + +NumPy requires ``pytest`` and ``hypothesis``. Tests can then be run after +installation with:: + + python -c 'import numpy; numpy.test()' + + + diff --git a/venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/RECORD b/venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/RECORD new file mode 100644 index 0000000..2246e21 --- /dev/null +++ b/venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/RECORD @@ -0,0 +1,1345 @@ +../../../bin/f2py,sha256=l9_arqT-VwsoPRQy01Zo5A57VFnmJmx6kVaAg3IS3is,220 +../../../bin/f2py3,sha256=l9_arqT-VwsoPRQy01Zo5A57VFnmJmx6kVaAg3IS3is,220 +../../../bin/f2py3.8,sha256=l9_arqT-VwsoPRQy01Zo5A57VFnmJmx6kVaAg3IS3is,220 +numpy-1.23.4.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +numpy-1.23.4.dist-info/LICENSE.txt,sha256=ATdhUdRkXvut-KobrcV16_CzXbH65FRWBNVF9cmzL94,45692 +numpy-1.23.4.dist-info/LICENSES_bundled.txt,sha256=VyI3ubJn_nVdgqKOIT9pF2vVavoWKlpkGzegbjAHKNE,634 +numpy-1.23.4.dist-info/METADATA,sha256=rKIrlB2LjYxz87Z6MAZ5Tm5dEVsn-S83QYxt8ImJsIo,2296 +numpy-1.23.4.dist-info/RECORD,, +numpy-1.23.4.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy-1.23.4.dist-info/WHEEL,sha256=paN2rHE-sLfyg0Z4YvQnentMRWXxZnkclRDH8E5J6qk,148 +numpy-1.23.4.dist-info/direct_url.json,sha256=GN-Zys4WBik1N99PxNpRJJ9Ihc8aH4Wt5sRpgv4Cnbg,288 +numpy-1.23.4.dist-info/entry_points.txt,sha256=7wkWO3l4wq2AL2TSwwUgDlagIOnk2Vk2AIpeCQCgCgE,208 +numpy-1.23.4.dist-info/top_level.txt,sha256=4J9lbBMLnAiyxatxh8iRKV5Entd_6-oqbO7pzJjMsPw,6 +numpy.libs/libgfortran-040039e1.so.5.0.0,sha256=R6s7aClbCjzomQpEjef6sRq928Fg-IlZcsqapxLPhtA,2686064 +numpy.libs/libopenblas64_p-r0-742d56dc.3.20.so,sha256=OOcpiSH7XIZzSXJKoh5F0rb1HxZq2004q0AWqvxLDp4,32876856 +numpy.libs/libquadmath-96973f99.so.0.0.0,sha256=l82oXdtRY-Labh7bTh1rVXgzqZpA7aB5rjflA5Rltl0,247608 +numpy/LICENSE.txt,sha256=ATdhUdRkXvut-KobrcV16_CzXbH65FRWBNVF9cmzL94,45692 +numpy/__config__.py,sha256=TXvjW8PcKIkWSx3pLCYYC2SMqmRP-0gKkOOvckDq6Ao,5143 +numpy/__init__.cython-30.pxd,sha256=_i5eaLZlfHTIF8mDwNehqFvem0CZGtHmU6gIQ1tlDIw,36216 +numpy/__init__.pxd,sha256=0CIC53c2iCvgV5itsP73rUHiAjkJ85XIoBOzrul-L9Y,34584 +numpy/__init__.py,sha256=jL1d6ssSES4DE9uim82tR1FhaFC-9DmqutPAjR5YpX0,15398 +numpy/__init__.pyi,sha256=wmFoXGnykgVV1jzZTig71-eTe7mfTRe5EmHeqhZ9QXg,150723 +numpy/__pycache__/__config__.cpython-38.pyc,, +numpy/__pycache__/__init__.cpython-38.pyc,, +numpy/__pycache__/_distributor_init.cpython-38.pyc,, +numpy/__pycache__/_globals.cpython-38.pyc,, +numpy/__pycache__/_pytesttester.cpython-38.pyc,, +numpy/__pycache__/_version.cpython-38.pyc,, +numpy/__pycache__/conftest.cpython-38.pyc,, +numpy/__pycache__/ctypeslib.cpython-38.pyc,, +numpy/__pycache__/dual.cpython-38.pyc,, +numpy/__pycache__/matlib.cpython-38.pyc,, +numpy/__pycache__/setup.cpython-38.pyc,, +numpy/__pycache__/version.cpython-38.pyc,, +numpy/_distributor_init.py,sha256=IgPkSK3H9bgjFeUfWuXhjKrgetQl5ztUW-rTyjGHK3c,331 +numpy/_globals.py,sha256=7caMABrVnW1J0gEgXrEJM2EbuKVplZaKOsXnpLPuUG4,4012 +numpy/_pyinstaller/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy/_pyinstaller/__pycache__/__init__.cpython-38.pyc,, +numpy/_pyinstaller/__pycache__/hook-numpy.cpython-38.pyc,, +numpy/_pyinstaller/__pycache__/pyinstaller-smoke.cpython-38.pyc,, +numpy/_pyinstaller/__pycache__/test_pyinstaller.cpython-38.pyc,, +numpy/_pyinstaller/hook-numpy.py,sha256=NiNJWF0o2g-vuyKTHGSe3UoDvDRmQPBBTeZfSMAFoJY,1422 +numpy/_pyinstaller/pyinstaller-smoke.py,sha256=2upSmDDbWg4hEy1nb6l_N08Dg0TxyLKooNwN7vVDAyw,1143 +numpy/_pyinstaller/test_pyinstaller.py,sha256=8K-7QxmfoXCG0NwR0bhIgCNrDjGlrTzWnrR1sR8btgU,1135 +numpy/_pytesttester.py,sha256=u2ESexAVeDbwRMIrmrnLXvJFTTyCTW02ZBL_pKKDTQg,6676 +numpy/_pytesttester.pyi,sha256=OtyXSiuSy8o_78w3QNQRjMLpvvNyEdC0aMsx6T-vRxU,489 +numpy/_typing/__init__.py,sha256=WHbp91iVwuU88_4yefIJ0B8kE03os4C-AOo-Ko7Qo5o,7108 +numpy/_typing/__pycache__/__init__.cpython-38.pyc,, +numpy/_typing/__pycache__/_add_docstring.cpython-38.pyc,, +numpy/_typing/__pycache__/_array_like.cpython-38.pyc,, +numpy/_typing/__pycache__/_char_codes.cpython-38.pyc,, +numpy/_typing/__pycache__/_dtype_like.cpython-38.pyc,, +numpy/_typing/__pycache__/_extended_precision.cpython-38.pyc,, +numpy/_typing/__pycache__/_generic_alias.cpython-38.pyc,, +numpy/_typing/__pycache__/_nbit.cpython-38.pyc,, +numpy/_typing/__pycache__/_nested_sequence.cpython-38.pyc,, +numpy/_typing/__pycache__/_scalars.cpython-38.pyc,, +numpy/_typing/__pycache__/_shape.cpython-38.pyc,, +numpy/_typing/__pycache__/setup.cpython-38.pyc,, +numpy/_typing/_add_docstring.py,sha256=fviZAxCBB5w1OY5PnnP9Hj2Da7krEs8ixpj8yk_0aLM,3925 +numpy/_typing/_array_like.py,sha256=YWV-JzuDX4OkrZhvNl-Wjxh2vXvvi4SEZlSjwH1CiPQ,4212 +numpy/_typing/_callable.pyi,sha256=Vh9_vJmAyjX7WNXHtvzFIHFFYcKNTcszlQpXbZYVUZI,11124 +numpy/_typing/_char_codes.py,sha256=LR51O5AUBDbCmJvlMoxyUvsfvb1p7WHrexgtTGtuWTc,5916 +numpy/_typing/_dtype_like.py,sha256=Uf5196lPEC6aU8UVoXNXuv47oknCyMsIXjCporDhwHA,5628 +numpy/_typing/_extended_precision.py,sha256=PfQZUM8xlS7lFXPVQbJJX1quiMKobeJJP4S9TvtyTrE,1111 +numpy/_typing/_generic_alias.py,sha256=l2EcoRmN7KK2ABfsYFZZlWDGodXu_pE2cvgsUrrxyCg,7479 +numpy/_typing/_nbit.py,sha256=-EQOShHpB3r30b4RVEcruQRTcTaFAZwtqCJ4BsvpEzA,345 +numpy/_typing/_nested_sequence.py,sha256=KVCba0hadKGo5z9qvhfAfaE0PmxKA9NXsU83B8QdTLk,2699 +numpy/_typing/_scalars.py,sha256=CRoiNAYZqELubR2hbplA5qom-k4kUpWLNX4GgX8Hli0,957 +numpy/_typing/_shape.py,sha256=tsMDZ41GBVM9PiGa3GpGV2gEWxP57c7HqmPMWKrkCQo,191 +numpy/_typing/_ufunc.pyi,sha256=e74LtOP9e8kkRhvrIJ_RXz9Ua_L43Pd9IixwNwermnM,12638 +numpy/_typing/setup.py,sha256=SE0Q6HPqDjWUfceA4yXgkII8y3z7EiSF0Z-MNwOIyG4,337 +numpy/_version.py,sha256=WqQJjaKxc4xlfQdRp3GwlpDxXXIrsAAl535wUXzyJY4,498 +numpy/array_api/__init__.py,sha256=b2FtjmWpOJp27Q3SDmHO7PKdsIQcIW8__3WFMxqJy5s,10221 +numpy/array_api/__pycache__/__init__.cpython-38.pyc,, +numpy/array_api/__pycache__/_array_object.cpython-38.pyc,, +numpy/array_api/__pycache__/_constants.cpython-38.pyc,, +numpy/array_api/__pycache__/_creation_functions.cpython-38.pyc,, +numpy/array_api/__pycache__/_data_type_functions.cpython-38.pyc,, +numpy/array_api/__pycache__/_dtypes.cpython-38.pyc,, +numpy/array_api/__pycache__/_elementwise_functions.cpython-38.pyc,, +numpy/array_api/__pycache__/_manipulation_functions.cpython-38.pyc,, +numpy/array_api/__pycache__/_searching_functions.cpython-38.pyc,, +numpy/array_api/__pycache__/_set_functions.cpython-38.pyc,, +numpy/array_api/__pycache__/_sorting_functions.cpython-38.pyc,, +numpy/array_api/__pycache__/_statistical_functions.cpython-38.pyc,, +numpy/array_api/__pycache__/_typing.cpython-38.pyc,, +numpy/array_api/__pycache__/_utility_functions.cpython-38.pyc,, +numpy/array_api/__pycache__/linalg.cpython-38.pyc,, +numpy/array_api/__pycache__/setup.cpython-38.pyc,, +numpy/array_api/_array_object.py,sha256=5YD915C7EH_UJ2S6RIIxllZNE7QTlPZXnJU9sTpkMY4,43226 +numpy/array_api/_constants.py,sha256=Z6bImx0puhVuCwc5dPXvZ6TZt46exiuuX1TubSyQ62E,66 +numpy/array_api/_creation_functions.py,sha256=6SqHdzZqHOJFEyWFtqnj6KIKRivrGXxROlgnez_3Mt0,10050 +numpy/array_api/_data_type_functions.py,sha256=Hk00nh4MxXHBCJHRR7fS3fZAW7B982REfp_oSUbnG_k,4480 +numpy/array_api/_dtypes.py,sha256=WEy1XztJIbSI9kosFqesv_Fzb_bHwH_nOlrVFlhbyx0,3707 +numpy/array_api/_elementwise_functions.py,sha256=arizOQ2iM3d_bOFpk_rwwCXZM3Zyhx9_fnyCki6Z8eY,24772 +numpy/array_api/_manipulation_functions.py,sha256=EqLf8ZILAV1Se6CttZ-DD271V1-PgjDK5Ae_TD-NmqQ,2944 +numpy/array_api/_searching_functions.py,sha256=M75BEj5b94Z5cya6_OzbgvhR9GGIDGdJ8eyydJHuWPQ,1457 +numpy/array_api/_set_functions.py,sha256=80INpLVP-4bunDXUxmxI3dFW-guu_7rgWlAwuNzdsZE,2848 +numpy/array_api/_sorting_functions.py,sha256=V0pmt1xALcAy76SDqwIHnMUzpFqU98x648tH02X-k44,1754 +numpy/array_api/_statistical_functions.py,sha256=AxiYkz-lW1k8uFaQfCDXJrXiDzG6Qhju-hrm5A9IFSE,3378 +numpy/array_api/_typing.py,sha256=HN0Ao-n6m1XAuIFNkGEUQ56REPmPJ-lKSAernfUxoDc,1376 +numpy/array_api/_utility_functions.py,sha256=HwycylbPAgRVz4nZvjvwqN3mQnJbqKA-NRMaAvIP-CE,824 +numpy/array_api/linalg.py,sha256=1KIHnlf-rYOoO_krkvZk3gXjTYwd0WVlEy_E_nzAd5E,16964 +numpy/array_api/setup.py,sha256=Wx6qD7GU_APiqKolYPO0OHv4eHGYrjPZmDAgjWhOEhM,341 +numpy/array_api/tests/__init__.py,sha256=t_2GZ3lKcsu4ec4GMKPUDYaeMUJyDquBlQAcPgj7kFE,282 +numpy/array_api/tests/__pycache__/__init__.cpython-38.pyc,, +numpy/array_api/tests/__pycache__/test_array_object.cpython-38.pyc,, +numpy/array_api/tests/__pycache__/test_creation_functions.cpython-38.pyc,, +numpy/array_api/tests/__pycache__/test_data_type_functions.cpython-38.pyc,, +numpy/array_api/tests/__pycache__/test_elementwise_functions.cpython-38.pyc,, +numpy/array_api/tests/__pycache__/test_set_functions.cpython-38.pyc,, +numpy/array_api/tests/__pycache__/test_sorting_functions.cpython-38.pyc,, +numpy/array_api/tests/__pycache__/test_validation.cpython-38.pyc,, +numpy/array_api/tests/test_array_object.py,sha256=ZL1MinwghgckH0sPugxC8EEccneh7xmn6DL1Irb17do,15770 +numpy/array_api/tests/test_creation_functions.py,sha256=s3A1COWmXIAJdhzd8v7VtL-jbiSspskTqwYy0BTpmpw,5023 +numpy/array_api/tests/test_data_type_functions.py,sha256=Ukkpb-qjORIYb8T1FrStiwciDWaEr27qRso7QJgIS0E,422 +numpy/array_api/tests/test_elementwise_functions.py,sha256=_DEB5r6VCDVhUos7VDaFzCId2_M5y7KoyK-HTGybdkc,3619 +numpy/array_api/tests/test_set_functions.py,sha256=D016G7v3ko49bND5sVERP8IqQXZiwr-2yrKbBPJ-oqg,546 +numpy/array_api/tests/test_sorting_functions.py,sha256=INPiYnuGBcsmWtYqdTTX3ENHmM4iUx4zs9KdwDaSmdA,602 +numpy/array_api/tests/test_validation.py,sha256=QUG9yWC3QhkPxNhbQeakwBbl-0Rr0iTuZ41_0sfVIGU,676 +numpy/compat/__init__.py,sha256=NzG_RvTyhvKby8p_wRHvw3m27gBrxH3tVPy6zPWDU_0,454 +numpy/compat/__pycache__/__init__.cpython-38.pyc,, +numpy/compat/__pycache__/_inspect.cpython-38.pyc,, +numpy/compat/__pycache__/_pep440.cpython-38.pyc,, +numpy/compat/__pycache__/py3k.cpython-38.pyc,, +numpy/compat/__pycache__/setup.cpython-38.pyc,, +numpy/compat/_inspect.py,sha256=8Ma7QBRwfSWKeK1ShJpFNc7CDhE6fkIE_wr1FxrG1A8,7447 +numpy/compat/_pep440.py,sha256=Vr7B3QsijR5p6h8YAz2LjNGUyzHUJ5gZ4v26NpZAKDc,14069 +numpy/compat/py3k.py,sha256=jbMNbn_cV3JDWDKJfYO78g6lCXkg-_95mgQJlh4qP80,3607 +numpy/compat/setup.py,sha256=36X1kF0C_NVROXfJ7w3SQeBm5AIDBuJbM5qT7cvSDgU,335 +numpy/compat/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy/compat/tests/__pycache__/__init__.cpython-38.pyc,, +numpy/compat/tests/__pycache__/test_compat.cpython-38.pyc,, +numpy/compat/tests/test_compat.py,sha256=IB6xDjzHwWRmxKHwnFbESXul2ms2XjT6Hj-Dywdu2oM,476 +numpy/conftest.py,sha256=3lYJfyLGDyx-cyCq2Ox6GX6xw09nn97K4x2WSU-RAn0,4032 +numpy/core/__init__.py,sha256=6ezCGVC4TuvLlyYtBt6fXg0U-UEubw2XmzTqv5T-MOg,5660 +numpy/core/__init__.pyi,sha256=xtd9OFYza-ZG3jyEJrlzRPT-SkVoB_qYmVCe6FxRks0,126 +numpy/core/__pycache__/__init__.cpython-38.pyc,, +numpy/core/__pycache__/_add_newdocs.cpython-38.pyc,, +numpy/core/__pycache__/_add_newdocs_scalars.cpython-38.pyc,, +numpy/core/__pycache__/_asarray.cpython-38.pyc,, +numpy/core/__pycache__/_dtype.cpython-38.pyc,, +numpy/core/__pycache__/_dtype_ctypes.cpython-38.pyc,, +numpy/core/__pycache__/_exceptions.cpython-38.pyc,, +numpy/core/__pycache__/_internal.cpython-38.pyc,, +numpy/core/__pycache__/_machar.cpython-38.pyc,, +numpy/core/__pycache__/_methods.cpython-38.pyc,, +numpy/core/__pycache__/_string_helpers.cpython-38.pyc,, +numpy/core/__pycache__/_type_aliases.cpython-38.pyc,, +numpy/core/__pycache__/_ufunc_config.cpython-38.pyc,, +numpy/core/__pycache__/arrayprint.cpython-38.pyc,, +numpy/core/__pycache__/cversions.cpython-38.pyc,, +numpy/core/__pycache__/defchararray.cpython-38.pyc,, +numpy/core/__pycache__/einsumfunc.cpython-38.pyc,, +numpy/core/__pycache__/fromnumeric.cpython-38.pyc,, +numpy/core/__pycache__/function_base.cpython-38.pyc,, +numpy/core/__pycache__/generate_numpy_api.cpython-38.pyc,, +numpy/core/__pycache__/getlimits.cpython-38.pyc,, +numpy/core/__pycache__/memmap.cpython-38.pyc,, +numpy/core/__pycache__/multiarray.cpython-38.pyc,, +numpy/core/__pycache__/numeric.cpython-38.pyc,, +numpy/core/__pycache__/numerictypes.cpython-38.pyc,, +numpy/core/__pycache__/overrides.cpython-38.pyc,, +numpy/core/__pycache__/records.cpython-38.pyc,, +numpy/core/__pycache__/setup.cpython-38.pyc,, +numpy/core/__pycache__/setup_common.cpython-38.pyc,, +numpy/core/__pycache__/shape_base.cpython-38.pyc,, +numpy/core/__pycache__/umath.cpython-38.pyc,, +numpy/core/__pycache__/umath_tests.cpython-38.pyc,, +numpy/core/_add_newdocs.py,sha256=TZJ5iNdHMRJIUCB-vHBVpLNO3iKHLftlJRlS_H4Wm4w,201399 +numpy/core/_add_newdocs_scalars.py,sha256=xxU2hhMm4tFux-UNIKLMKHFU7bMelOCRAJ2lCX3bahI,10232 +numpy/core/_asarray.py,sha256=JxCiu_vhSBiicR6CzFFd8_emOChpUkIdOrO9MiBnLw0,4121 +numpy/core/_asarray.pyi,sha256=_A6h99LV-8BkgLxDKvG6i1NXBLB_Drxoq51Qz2F_gC4,1051 +numpy/core/_dtype.py,sha256=3eg6vYQtknrX4eBxEZF1yfRpU_uJzd03HnXtQHHPvzU,10495 +numpy/core/_dtype_ctypes.py,sha256=Vug4i7xKhznK2tdIjmn4ebclClpaCJwSZUlvEoYl0Eg,3673 +numpy/core/_exceptions.py,sha256=foa2dy_Nu3j6Pp_EiRwN6V_O7KOGugSk2XzzduRfbUg,8344 +numpy/core/_internal.py,sha256=_efKb3UpSk8WAtshbO1_7A0FZS576hv0lmAaUHoI48U,28220 +numpy/core/_internal.pyi,sha256=_mCTOX6Su8D4R9fV4HNeohPJx7515B-WOlv4uq6mry8,1032 +numpy/core/_machar.py,sha256=ZKzS3o2wWw6ROTDTMgMIRZTDYuhFifEl3D1GxQsC3Qc,11618 +numpy/core/_methods.py,sha256=s8_0sT91U0e2p_l98MiJpTaCY8GFtUy3j4VEAl4GWJY,10887 +numpy/core/_multiarray_tests.cpython-38-x86_64-linux-gnu.so,sha256=ZFSBsj1ivaRZQvuygZrnGHzy0TFANDp2tRo2bI-B3OA,186448 +numpy/core/_multiarray_umath.cpython-38-x86_64-linux-gnu.so,sha256=JWuYjYvjc-hk_Pr8KtL4kNIZJ_QGSx30XkNW8M2dGY0,5959632 +numpy/core/_operand_flag_tests.cpython-38-x86_64-linux-gnu.so,sha256=7d8NXmszaiiuZ7j7MxBvaq6qhnaUggB9NTmLEZiEpho,17072 +numpy/core/_rational_tests.cpython-38-x86_64-linux-gnu.so,sha256=SmZEWT4QZ-eZE9q7lKm7kf--Wv2rLRwungSHFRUyK7Y,59816 +numpy/core/_simd.cpython-38-x86_64-linux-gnu.so,sha256=-mrkaSaaP5WnDXRn_PqEn71HsiK9NHLGJuVoPSkhr2U,2042848 +numpy/core/_string_helpers.py,sha256=NGGGhaFdU5eGiUAj3GTIBoOgWs4r9aTNlsE2r9NgX6Q,2855 +numpy/core/_struct_ufunc_tests.cpython-38-x86_64-linux-gnu.so,sha256=aKJwzfHAh-XLMasAeKJEu4cPqw851IYw4qDzbAJb3DE,17176 +numpy/core/_type_aliases.py,sha256=Xyst9ix7LC3zPGh1AiqqzAe-aUWYioIPyB6VkIzI4Bk,7490 +numpy/core/_type_aliases.pyi,sha256=7A0M5_QvMCH8ZytWpz70-YJ6bLy7vqZxehrm0_GaXJ8,374 +numpy/core/_ufunc_config.py,sha256=KGME6Pf0V901djved3Dq3JD2iYQ4nFu_JDcQIWb2TBY,13382 +numpy/core/_ufunc_config.pyi,sha256=C6rLo4_DsCrKE6bo3eEkQ5S8epq44dF8b2czG6iiw7M,1043 +numpy/core/_umath_tests.cpython-38-x86_64-linux-gnu.so,sha256=aXHx7pqQDEfAy0HO2NUj-KVh_sCfgT-p7zb5ISh1ebQ,41856 +numpy/core/arrayprint.py,sha256=2ulEKXNysC2RAp2vIk7A1XLLKDKe-9Yd02Ix69wN_XM,62839 +numpy/core/arrayprint.pyi,sha256=21pOWjTSfJOBaKgOOPzRox1ERb3c9ydufqL0b11_P_Q,4428 +numpy/core/cversions.py,sha256=H_iNIpx9-hY1cQNxqjT2d_5SXZhJbMo_caq4_q6LB7I,347 +numpy/core/defchararray.py,sha256=ynAFiJONpssYUb1hTF1rvDoD1zSDi_r6gXc1lDBF_PE,69776 +numpy/core/defchararray.pyi,sha256=ib3aWFcM7F4KooU57mWUNi4GlosNjdfgrLKBVSIKDvU,9216 +numpy/core/einsumfunc.py,sha256=C12IJQmlUi1UgyCNwANqLAVwwojZPc1NAMi7ABzlzmk,51869 +numpy/core/einsumfunc.pyi,sha256=-lSAtJnJqMT3Y6YSi54HUdf_ydfnV1mK1F4gx0OaPFI,3778 +numpy/core/fromnumeric.py,sha256=EEAE0N64DUvIXsOtbboqS6_ga70OQZjHnZtzSXdp1kg,123483 +numpy/core/fromnumeric.pyi,sha256=fLvQT6mBX8IBO48mNziBs_o65fUFxItLrX124EINGUY,23472 +numpy/core/function_base.py,sha256=0aknBH-SwxLjc7f-3hmhxv0HxqTln9Ixa86Z9tOxLgc,19019 +numpy/core/function_base.pyi,sha256=3ZYad3cdaGwNEyP8VwK97IYMqk2PDoVjpjQzhIYHjk0,4725 +numpy/core/generate_numpy_api.py,sha256=kRyp-DBDU461R7-Hpd8EIG6WtcHwbXHbGjEsDZ5xDjg,7007 +numpy/core/getlimits.py,sha256=UAfK1DzXtAiGoWHY8Bx5yQ2NZCevfsqVlcYhkn6Hav4,24124 +numpy/core/getlimits.pyi,sha256=qeIXUEtognTHr_T-tv-VcZI7n8Z2VzAyIpIgKXzsLkc,82 +numpy/core/include/numpy/.doxyfile,sha256=goOZR7LcINt3snuBGH8Me-_aVTGm5f4u4wEaSpjM_W4,58 +numpy/core/include/numpy/__multiarray_api.h,sha256=g07fWp9Fe-CBg5QPEKAxdAgysVpylHC27SMwHIZyOwo,62314 +numpy/core/include/numpy/__ufunc_api.h,sha256=kOT0I320xLGHnuE8XSaomEiCmFaup8fTOTied514XiM,12614 +numpy/core/include/numpy/_neighborhood_iterator_imp.h,sha256=A6YPpQihUwscZYxz0oODrBjRSYZdJM2dG0vcdtJtY64,1877 +numpy/core/include/numpy/_numpyconfig.h,sha256=DYhvMSbnzi1OVUxC_e4qjpjq0PKGZdqiMwu8B3I43kI,971 +numpy/core/include/numpy/arrayobject.h,sha256=-BlWQ7kfVbzCqzHn0qaeMe0_08AbwliuG98XWG57lT8,282 +numpy/core/include/numpy/arrayscalars.h,sha256=h6MKjFHzguTZ5CQd7HATAVWHoZ7mkC-86R1uMHeLT04,3818 +numpy/core/include/numpy/experimental_dtype_api.h,sha256=U4gGFiivVt-975AVhEWtF7aGzufOJQivX1FmBarM2os,19915 +numpy/core/include/numpy/halffloat.h,sha256=TRZfXgipa-dFppX2uNgkrjrPli-1BfJtadWjAembJ4s,1959 +numpy/core/include/numpy/libdivide/LICENSE.txt,sha256=-8U59H0M-DvGE3gID7hz1cFGMBJsrL_nVANcOSbapew,1018 +numpy/core/include/numpy/libdivide/libdivide.h,sha256=ew9MNhPQd1LsCZiWiFmj9IZ7yOnA3HKOXffDeR9X1jw,80138 +numpy/core/include/numpy/multiarray_api.txt,sha256=lUu3-kmIThRGDbEyhz7avfa7gM6OwUuQhqt4JHa1gmE,57008 +numpy/core/include/numpy/ndarrayobject.h,sha256=Lvr0ljFumbLtDgepidCtA1V3fHoTRpL432B-t7sWVh0,10191 +numpy/core/include/numpy/ndarraytypes.h,sha256=BNnFGzO8_pnEA3T47ORSlGABK4MqfODvyb0P-IO_AwE,69078 +numpy/core/include/numpy/noprefix.h,sha256=d83l1QpCCVqMV2k29NMkL3Ld1qNjiC6hzOPWZAivEjQ,6830 +numpy/core/include/numpy/npy_1_7_deprecated_api.h,sha256=y0MJ8Qw7Bkt4H_4VxIzHzpkw5JqAdj5ECgtn08fZFrI,4327 +numpy/core/include/numpy/npy_3kcompat.h,sha256=kkHpOP0HozJwzKj6h7A2MLJLdJGDUL_pJjYbC1aq6Kc,15990 +numpy/core/include/numpy/npy_common.h,sha256=_INzM3hdWejf7egw0_FnzYl_wxf1PBfxifXI5X2wG8Y,39015 +numpy/core/include/numpy/npy_cpu.h,sha256=s5wuxe4hDuxffIlhstEd5k5bZtNdrGWwjUo0haegE0E,4603 +numpy/core/include/numpy/npy_endian.h,sha256=we7X9fPeWzNpo_YTh09MPGDwdE0Rw_WDM4c9y4nBj5I,2786 +numpy/core/include/numpy/npy_interrupt.h,sha256=DQZIxi6FycLXD8drdHn2SSmLoRhIpo6osvPv13vowUA,1948 +numpy/core/include/numpy/npy_math.h,sha256=QfDcaqAczDkH4AmK3OHSshmsTFpNb1FwueyGt5X61NM,21370 +numpy/core/include/numpy/npy_no_deprecated_api.h,sha256=0yZrJcQEJ6MCHJInQk5TP9_qZ4t7EfBuoLOJ34IlJd4,678 +numpy/core/include/numpy/npy_os.h,sha256=l4OlIIc0snxwIZqJ4V7iKbIcTSk-aubsTSs0E2ZKvjM,1070 +numpy/core/include/numpy/numpyconfig.h,sha256=GxgJxPKS1gcG4vqp9BB_KpL_v4HwB7ZpMsHWWxZPLqw,2284 +numpy/core/include/numpy/old_defines.h,sha256=xuYQDDlMywu0Zsqm57hkgGwLsOFx6IvxzN2eiNF-gJY,6405 +numpy/core/include/numpy/oldnumeric.h,sha256=laP57STtFtJSs_fjRRDlrk34hqfqCwxP-BFEytR6lTM,899 +numpy/core/include/numpy/random/bitgen.h,sha256=49AwKOR552r-NkhuSOF1usb_URiMSRMvD22JF5pKIng,488 +numpy/core/include/numpy/random/distributions.h,sha256=uJVR8qB0LXdvRg7VZakVrZ8qDPRS9FWkxtLFfXzj-Jc,9865 +numpy/core/include/numpy/ufunc_api.txt,sha256=CMYRT5Wl36VufbEnjRR_yLg1vf0R3ydcNODyJY3WPCw,7198 +numpy/core/include/numpy/ufuncobject.h,sha256=PDpFN5loASykuAgmCEt2t38yt5RiNP54tDyQB33yT98,11895 +numpy/core/include/numpy/utils.h,sha256=wMNomSH3Dfj0q78PrjLVtFtN-FPo7UJ4o0ifCUO-6Es,1185 +numpy/core/lib/libnpymath.a,sha256=PhLTpKFz1KSOx644UHbVPrWN9hydMsDzzh2VZ0g4_KA,474868 +numpy/core/lib/npy-pkg-config/mlib.ini,sha256=_LsWV1eStNqwhdiYPa2538GL46dnfVwT4MrI1zbsoFw,147 +numpy/core/lib/npy-pkg-config/npymath.ini,sha256=kamUNrYKAmXqQa8BcNv7D5sLqHh6bnChM0_5rZCsTfY,360 +numpy/core/memmap.py,sha256=tIDygBke18_QnYw2mZNw5pBilnDhydFoJS8alv8KmP8,11688 +numpy/core/memmap.pyi,sha256=sxIQ7T5hPLG-RBNndAc8JPvrsKEX1amBSH2HGg48Obo,55 +numpy/core/multiarray.py,sha256=iONmJdyVFf3ZDC1pb7icRq6ZOyipeLhYE7SV9whQQVs,55434 +numpy/core/multiarray.pyi,sha256=YUIfneT7HPe1moabOcXPHXscNBEoeTiKovjjW_20ix4,24386 +numpy/core/numeric.py,sha256=AraOnfdZcxzz0vMgkBmOsknn_xNDlnoUJYOkloysZBo,77444 +numpy/core/numeric.pyi,sha256=bmKTFtg6SaPe9x64Mt1T-Af-PsH-Xi4cDGT4HB-lFiE,14230 +numpy/core/numerictypes.py,sha256=lrdiD-TTcjG10K1JaBYr1uxNgR_vtNkb4s5cgz2s0ZE,17271 +numpy/core/numerictypes.pyi,sha256=nsQaevKSF_vVK6TIta8lr4tv_ZO1TuWt0icpkSRGkJs,3388 +numpy/core/overrides.py,sha256=D3gPb6ZmuJ6grq2hW4zq4MYV9wctFhCVjdXhs-etCo4,7297 +numpy/core/records.py,sha256=kIsUns_m8BQ40HTmB39S2ogY5WRphF0EK_PXSzwZ2tY,37545 +numpy/core/records.pyi,sha256=uYwE6cAoGKgN6U4ryfGZx_3m-3sY006jytjWLrDRRy0,5692 +numpy/core/setup.py,sha256=p7Mo2CudYTmcYejUZt1tCm2JEq2IAhiG6c_RgLXEnes,52651 +numpy/core/setup_common.py,sha256=xZ6uuIqLonB6zOdM9MER0hTT5V5orECC9-MJbEvVuaI,20393 +numpy/core/shape_base.py,sha256=02GWU9VRvg6grzdqnk1duNizmOZtNQ28JHfhVA1b0yA,28985 +numpy/core/shape_base.pyi,sha256=QHMHOsLcR0wGJwMyexESlSOQqw0ifHyRs2WfV1VEW1E,1744 +numpy/core/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy/core/tests/__pycache__/__init__.cpython-38.pyc,, +numpy/core/tests/__pycache__/_locales.cpython-38.pyc,, +numpy/core/tests/__pycache__/test__exceptions.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_abc.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_api.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_argparse.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_array_coercion.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_array_interface.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_arraymethod.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_arrayprint.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_casting_unittests.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_conversion_utils.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_cpu_dispatcher.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_cpu_features.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_custom_dtypes.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_cython.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_datetime.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_defchararray.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_deprecations.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_dlpack.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_dtype.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_einsum.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_errstate.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_extint128.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_function_base.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_getlimits.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_half.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_hashtable.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_indexerrors.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_indexing.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_item_selection.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_limited_api.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_longdouble.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_machar.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_mem_overlap.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_mem_policy.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_memmap.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_multiarray.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_nditer.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_numeric.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_numerictypes.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_overrides.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_print.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_protocols.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_records.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_regression.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_scalar_ctors.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_scalar_methods.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_scalarbuffer.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_scalarinherit.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_scalarmath.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_scalarprint.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_shape_base.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_simd.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_simd_module.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_ufunc.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_umath.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_umath_accuracy.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_umath_complex.cpython-38.pyc,, +numpy/core/tests/__pycache__/test_unicode.cpython-38.pyc,, +numpy/core/tests/_locales.py,sha256=R2tNBiBzY6h7zHqexpGsuM1QNd_2CR-JfqEXc4pFXYI,2192 +numpy/core/tests/data/astype_copy.pkl,sha256=lWSzCcvzRB_wpuRGj92spGIw-rNPFcd9hwJaRVvfWdk,716 +numpy/core/tests/data/generate_umath_validation_data.cpp,sha256=NQSRK6tJpdTsR6jxim5Ek4ty8J6HJ5JdAe0wBQlrACw,5840 +numpy/core/tests/data/recarray_from_file.fits,sha256=NA0kliz31FlLnYxv3ppzeruONqNYkuEvts5wzXEeIc4,8640 +numpy/core/tests/data/umath-validation-set-README.txt,sha256=pxWwOaGGahaRd-AlAidDfocLyrAiDp0whf5hC7hYwqM,967 +numpy/core/tests/data/umath-validation-set-arccos.csv,sha256=W_aL99bjzVjlVyd5omfDUORag8jHzx6uctedPVZgOHQ,61365 +numpy/core/tests/data/umath-validation-set-arccosh.csv,sha256=Uko_d0kDXr1YlN-6Ii-fQQxUvbXAhRfC7Un4gJ23GJk,61365 +numpy/core/tests/data/umath-validation-set-arcsin.csv,sha256=15Aenze4WD2a2dF2aOBXpv9B7u3wwAeUVJdEm4TjOkQ,61339 +numpy/core/tests/data/umath-validation-set-arcsinh.csv,sha256=uDwx4PStpfV21IaPF8pmzQpul6i72g7zDwlfcynWaVQ,60289 +numpy/core/tests/data/umath-validation-set-arctan.csv,sha256=mw5tYze_BMs6ugGEZfg5mcXoInGYdn7fvSCYSUi9Bqw,60305 +numpy/core/tests/data/umath-validation-set-arctanh.csv,sha256=95l4Uu5RmZajljabfqlv5U34RVrifCMhhkop6iLeNBo,61339 +numpy/core/tests/data/umath-validation-set-cbrt.csv,sha256=v855MTZih-fZp_GuEDst2qaIsxU4a7vlAbeIJy2xKpc,60846 +numpy/core/tests/data/umath-validation-set-cos.csv,sha256=yxd7BNaicgyEysvp8Tx2qEM-S4zVJA0f0ZXR_VG4y1E,59122 +numpy/core/tests/data/umath-validation-set-cosh.csv,sha256=FGCNeUSUTAeASsb_j18iRSsCxXLxmzF-_C7tq1elVrQ,60869 +numpy/core/tests/data/umath-validation-set-exp.csv,sha256=BKg1_cyrKD2GXYMX_EB0DnXua8DI2O1KWODXf_BRhrk,17491 +numpy/core/tests/data/umath-validation-set-exp2.csv,sha256=f1b05MRXPOXihC9M-yi52udKBzVXalhbTuIcqoDAk-g,58624 +numpy/core/tests/data/umath-validation-set-expm1.csv,sha256=_ghc1xiUECNsBGrKCFUAy2lvu01_lkpeYJN0zDtCYWk,60299 +numpy/core/tests/data/umath-validation-set-log.csv,sha256=z9ej1ykKUoMRqYMUIJENWXbYi_A_x_RKs7K_GuXZJus,11692 +numpy/core/tests/data/umath-validation-set-log10.csv,sha256=RJgpruL16FVPgUT3-3xW4eppS_tn6o5yEW79KnITn48,68922 +numpy/core/tests/data/umath-validation-set-log1p.csv,sha256=IZZI-hi55HGCOvBat3vSBVha_8Nt-5alf2fqz6QeTG0,60303 +numpy/core/tests/data/umath-validation-set-log2.csv,sha256=HL2rOCsrEi378rNrbsXHPqlWlEGkXQq8R4e63YeTksU,68917 +numpy/core/tests/data/umath-validation-set-sin.csv,sha256=5I2h5CI8Hv6L9o2mh6x5pttnL23VhhY1h5LA8cjIWTg,58611 +numpy/core/tests/data/umath-validation-set-sinh.csv,sha256=CYiibE8aX7MQnBatl__5k_PWc_9vHUifwS-sFZzzKk0,60293 +numpy/core/tests/data/umath-validation-set-tan.csv,sha256=Oq7gxMvblRVBrQ23kMxc8iT0bHnCWKg9EE4ZqzbJbOA,60299 +numpy/core/tests/data/umath-validation-set-tanh.csv,sha256=iolZF_MOyWRgYSa-SsD4df5mnyFK18zrICI740SWoTc,60299 +numpy/core/tests/examples/cython/__pycache__/setup.cpython-38.pyc,, +numpy/core/tests/examples/cython/checks.pyx,sha256=plK9y11kHceBfR6puFLDwU8H5RBGS6ZEmqSFVq-rzOE,615 +numpy/core/tests/examples/cython/setup.py,sha256=aAR-TvQabUabnCzuB6UdWdmRXaaPfIG7MzTIfMF-0tk,496 +numpy/core/tests/examples/limited_api/__pycache__/setup.cpython-38.pyc,, +numpy/core/tests/examples/limited_api/limited_api.c,sha256=mncE8TjjXmYpkwli433G0jB2zGQO_5NqWmGKdzRJZug,344 +numpy/core/tests/examples/limited_api/setup.py,sha256=p2w7F1ardi_GRXSrnNIR8W1oeH_pgmw_1P2wS0A2I6M,435 +numpy/core/tests/test__exceptions.py,sha256=QqxQSLXboPXEVwHz-TyE2JeIl_TC-rPugzfo25nbcns,2846 +numpy/core/tests/test_abc.py,sha256=k4zkrHjoRr4TXiVTCu34B8ZyRP5XJ7N8tPKKdPudOS0,2328 +numpy/core/tests/test_api.py,sha256=YS1T3TpXk9FOxKDPgMHuzeKrIBIxJZeudBGGAHthnzk,22474 +numpy/core/tests/test_argparse.py,sha256=rkbQloOqMiIGIdUsaZb20oHyBO3y9JFqSYr7FawdtDk,1977 +numpy/core/tests/test_array_coercion.py,sha256=ME4DN_ItPaP_bDUj5udjSE01LMuCfTY7l_1VibPNu-k,29075 +numpy/core/tests/test_array_interface.py,sha256=EBil1BzybVPu-sN7t8DJuSufdAOaa_B7pzmJIb4zoY0,7596 +numpy/core/tests/test_arraymethod.py,sha256=d4lhcYQwYPpXhfuc69MPNqTO3yo39P02z5KUhOnCIa0,3570 +numpy/core/tests/test_arrayprint.py,sha256=y28q842bjQfmMCpFtxDn3mxwBd3bRmCEhVRTDWlAmHE,37152 +numpy/core/tests/test_casting_unittests.py,sha256=PvCjr9EWU358ZksMY2PYnMIr_d_TVZhrrUvUTrUZqys,33866 +numpy/core/tests/test_conversion_utils.py,sha256=jNhbNNI-T8qtQnsIMEax7KFN30kjh0ICntLMwTyxJ5Q,6559 +numpy/core/tests/test_cpu_dispatcher.py,sha256=JmYHyBedXNu8pPgGCegP4it6UXY0sifW4EjdM9C0f8M,1521 +numpy/core/tests/test_cpu_features.py,sha256=7CXENItSVtgjlAefnXRczQiC-VILowYHrqeeg4aGqgg,7169 +numpy/core/tests/test_custom_dtypes.py,sha256=JdvtCZNfL_KuZprE5tnZIRHmUNodCISYM7BRKOQ5QZQ,7677 +numpy/core/tests/test_cython.py,sha256=iyGFUGZ8OIVDW-jrFo4YroJJJ2zr9apVzcvZuoU3VHM,3536 +numpy/core/tests/test_datetime.py,sha256=fIwDrMOsig9GUsbJMdb29M2r1EAPeYh8pPl5ibtXFZ0,114957 +numpy/core/tests/test_defchararray.py,sha256=Lz7lE3-wzmdWK0wQp-uAInKsmda9IIhOixFq3AiTvq8,24583 +numpy/core/tests/test_deprecations.py,sha256=eOzEV-5KwSNhNF-wzNKL-vLawgxE3hMv4ZxXZtkrKXw,47562 +numpy/core/tests/test_dlpack.py,sha256=0eAX3gtIA13IXIDXOUwIaBDR3T8d55khQJmN2uF60pM,3502 +numpy/core/tests/test_dtype.py,sha256=g83G2-9-KcWRj-wMzaEmoa8BWEnDAcHr7vfGVjQIfSQ,70825 +numpy/core/tests/test_einsum.py,sha256=Qdabx4wNsWx5h_38pKo_TZh5Bkn2XHdauXydEX3EtVU,50113 +numpy/core/tests/test_errstate.py,sha256=19uzW3PSyQiQD-sGnaIcVle3h7P2LbzxCEZKt3tS678,2066 +numpy/core/tests/test_extint128.py,sha256=gCZfAwPOb-F1TLsEEeDI0amQYwHk-60-OXi0ccZrrZ8,5643 +numpy/core/tests/test_function_base.py,sha256=MyX8TSOh251NfC6M8LHFpc-ooVj_jfP-V6l00F5wb7M,14411 +numpy/core/tests/test_getlimits.py,sha256=RpbyjCEOII-7zLOBryg64E9M23T_dH8wJ15sdIyv_yw,5207 +numpy/core/tests/test_half.py,sha256=H91ZNjGPENPQNuDuXH0GnJlX2CG5z-KA0bA52ee177k,23816 +numpy/core/tests/test_hashtable.py,sha256=ZV8HL8NkDnoQZfnje7BP0fyIp4fSFqjKsQc40PaTggc,1011 +numpy/core/tests/test_indexerrors.py,sha256=kN9xLl6FVTzmI7fumn_cuZ3k0omXnTetgtCnPY44cvw,5130 +numpy/core/tests/test_indexing.py,sha256=l4lpSRSKmLWpfT6vfsI36EnTOAnU1utvTZies3gmhzI,54227 +numpy/core/tests/test_item_selection.py,sha256=DGJNZRtyOxXoyY67EFwUqmLhQ04v0Kqy_QAOpEL42M0,3579 +numpy/core/tests/test_limited_api.py,sha256=mREC-jEhNDDAKrOUcdJnfSQoZVB_bWnGt9PtWuSK6DU,1075 +numpy/core/tests/test_longdouble.py,sha256=nXQKxT10J4cQW27r3vXFAsrfuKryyWJzCZWTxMVS9WM,13042 +numpy/core/tests/test_machar.py,sha256=_5_TDUVtAJvJI5jBfEFKpCZtAfKCsCFt7tXlWSkWzzc,1067 +numpy/core/tests/test_mem_overlap.py,sha256=_oscEzTKRFVoV9Yl-XX1-NFu4a6ThX_fCEZa90R4TKs,29084 +numpy/core/tests/test_mem_policy.py,sha256=Om8dZ3YV-g_YJtbyJObqg2wNUo2dV0vkvwPJEw4Rhz4,15869 +numpy/core/tests/test_memmap.py,sha256=Szhfp-XCO-IFZIvfL4-h9hTxjnl7rg9c9vsiehmEEck,7469 +numpy/core/tests/test_multiarray.py,sha256=1LcpW0tInky8qokOxK00FHcpHMy7w3un30zfE0WVq3E,366367 +numpy/core/tests/test_nditer.py,sha256=WL1bJQ3XXQjeHsCFOHOMyal5owZEoRUzEwkdduqwZ-4,127961 +numpy/core/tests/test_numeric.py,sha256=0tBD1zN_X0t4e-qDa9Ny2EcRzebPisHSTrzmRe-JZRs,136700 +numpy/core/tests/test_numerictypes.py,sha256=rqddCaGIXPTEv4ocQ9LzTcaHmLo4nXzXrEhcs89PiwM,21145 +numpy/core/tests/test_overrides.py,sha256=exmeeEBGVgMKdlVMEAMe6jzBBw99hGEIYtKsFVoKvPU,20193 +numpy/core/tests/test_print.py,sha256=URYIP2BX0uTkkCH_-YwYp6hhyYENaV4sarPaD2rRbZc,6737 +numpy/core/tests/test_protocols.py,sha256=fEXE9K9s22oiVWkX92BY-g00-uXCK-HxjZhZxxYAKFc,1168 +numpy/core/tests/test_records.py,sha256=Ffznf9-_C9qAvBhcE8_sdbMP8oWUFv5PC6ory0LC2rg,20262 +numpy/core/tests/test_regression.py,sha256=B2RvtjditDGnW1FfCE5z7cyyCDYgcvVvUL_ifuwYFuI,91104 +numpy/core/tests/test_scalar_ctors.py,sha256=J0PGDHD6a6dCW1Wg4q-_C5FEccXcYgqLNTnh7AC1iB8,3688 +numpy/core/tests/test_scalar_methods.py,sha256=oncdNOKJVTeYfM7W4W49z4jmVRM7KVdsErEsXYYAIFg,7923 +numpy/core/tests/test_scalarbuffer.py,sha256=5urlHsgHE9H63Tp9mlM48iRh_A1VNxSZohBntl0RnqM,5588 +numpy/core/tests/test_scalarinherit.py,sha256=BSxN2JQYrxxp6tbysaj56m5HvLvCdfSv_X7GC0ab7bg,2381 +numpy/core/tests/test_scalarmath.py,sha256=dQuagDUURQIljqUTj48qe2dTvoux5zyFhZnipehsCHI,40778 +numpy/core/tests/test_scalarprint.py,sha256=8FkIQLdQmPH_SZ0Ps6D48T3MRTHVFZYgAKB_IxtNpaE,18694 +numpy/core/tests/test_shape_base.py,sha256=Xq9XrA55m-qhqi02GuEpn_uINsfGJh7sCnuMulvM9eU,27248 +numpy/core/tests/test_simd.py,sha256=ucji7Ky7vUm7kQ-l_Jg8vuQ8dAlO2AvPrSXDyrw6lzM,37478 +numpy/core/tests/test_simd_module.py,sha256=EBJbHm9GchVD_hkQvVQfC-A0GZrIUX-zZEx8jiZUQe8,3758 +numpy/core/tests/test_ufunc.py,sha256=kHLFDyVuD_-EggqwddtVPEQ4oFYY4ZjxsFfJ_Ep1hmk,108584 +numpy/core/tests/test_umath.py,sha256=HgS6wTGkgxHNAM28fqhEuG1R247m9QrfmdtroQ1S5wk,162546 +numpy/core/tests/test_umath_accuracy.py,sha256=Ee5atEbgW-6N0C2fADMu62l7-iJmDQR2pZ0xVT5cNBs,3229 +numpy/core/tests/test_umath_complex.py,sha256=Jn4bfX2QsXvKYyDXLo7S4-TT9GkLMrQOX-1IwDLyV2I,23215 +numpy/core/tests/test_unicode.py,sha256=bBqQCQk_UZATySI4HdiWTgfenmgQCm5ynLc6SLvKiiw,12553 +numpy/core/umath.py,sha256=JbT_SxnZ_3MEmjOI9UtX3CcAzX5Q-4RDlnnhDAEJ5Vo,2040 +numpy/core/umath_tests.py,sha256=TIzaDfrEHHgSc2J5kxFEibq8MOPhwSuyOZOUBsZNVSM,389 +numpy/ctypeslib.py,sha256=Ae4Lbhr_EJRzzXb2dNYdYPXzjAP6wS6X7XePD8Dx6kc,17460 +numpy/ctypeslib.pyi,sha256=xbs_DWIxXd9Hk4M7bfpNsCJTY_ZVMfJepuYqq7U26SM,7962 +numpy/distutils/__config__.py,sha256=TXvjW8PcKIkWSx3pLCYYC2SMqmRP-0gKkOOvckDq6Ao,5143 +numpy/distutils/__init__.py,sha256=BU1C21439HRo7yH1SsN9me6WCDPpOwRQ37ZpNwDMqCw,2074 +numpy/distutils/__init__.pyi,sha256=D8LRE6BNOmuBGO-oakJGnjT9UJTk9zSR5rxMfZzlX64,119 +numpy/distutils/__pycache__/__config__.cpython-38.pyc,, +numpy/distutils/__pycache__/__init__.cpython-38.pyc,, +numpy/distutils/__pycache__/_shell_utils.cpython-38.pyc,, +numpy/distutils/__pycache__/armccompiler.cpython-38.pyc,, +numpy/distutils/__pycache__/ccompiler.cpython-38.pyc,, +numpy/distutils/__pycache__/ccompiler_opt.cpython-38.pyc,, +numpy/distutils/__pycache__/conv_template.cpython-38.pyc,, +numpy/distutils/__pycache__/core.cpython-38.pyc,, +numpy/distutils/__pycache__/cpuinfo.cpython-38.pyc,, +numpy/distutils/__pycache__/exec_command.cpython-38.pyc,, +numpy/distutils/__pycache__/extension.cpython-38.pyc,, +numpy/distutils/__pycache__/from_template.cpython-38.pyc,, +numpy/distutils/__pycache__/intelccompiler.cpython-38.pyc,, +numpy/distutils/__pycache__/lib2def.cpython-38.pyc,, +numpy/distutils/__pycache__/line_endings.cpython-38.pyc,, +numpy/distutils/__pycache__/log.cpython-38.pyc,, +numpy/distutils/__pycache__/mingw32ccompiler.cpython-38.pyc,, +numpy/distutils/__pycache__/misc_util.cpython-38.pyc,, +numpy/distutils/__pycache__/msvc9compiler.cpython-38.pyc,, +numpy/distutils/__pycache__/msvccompiler.cpython-38.pyc,, +numpy/distutils/__pycache__/npy_pkg_config.cpython-38.pyc,, +numpy/distutils/__pycache__/numpy_distribution.cpython-38.pyc,, +numpy/distutils/__pycache__/pathccompiler.cpython-38.pyc,, +numpy/distutils/__pycache__/setup.cpython-38.pyc,, +numpy/distutils/__pycache__/system_info.cpython-38.pyc,, +numpy/distutils/__pycache__/unixccompiler.cpython-38.pyc,, +numpy/distutils/_shell_utils.py,sha256=kMLOIoimB7PdFRgoVxCIyCFsIl1pP3d0hkm_s3E9XdA,2613 +numpy/distutils/armccompiler.py,sha256=SW12IT7WCB3CLMG_U2K1WDbtYozwFF-DtMDArmpOTkc,1043 +numpy/distutils/ccompiler.py,sha256=YkP9IhAaujo6eGTqv2JbooxpA2xVa8va4JlRp4IPkwg,28126 +numpy/distutils/ccompiler_opt.py,sha256=TJCncSrowJImwELGzAPw23uBfKVesf6nXyentNYTGXk,99751 +numpy/distutils/checks/cpu_asimd.c,sha256=nXUsTLrSlhRL-UzDM8zMqn1uqJnR7TRlJi3Ixqw539w,818 +numpy/distutils/checks/cpu_asimddp.c,sha256=E4b9zT1IdSfGR2ACZJiQoR-BqaeDtzFqRNW8lBOXAaY,432 +numpy/distutils/checks/cpu_asimdfhm.c,sha256=6tXINVEpmA-lYRSbL6CrBu2ejNFmd9WONFGgg-JFXZE,529 +numpy/distutils/checks/cpu_asimdhp.c,sha256=SfwrEEA_091tmyI4vN3BNLs7ypUnrF_VbTg6gPl-ocs,379 +numpy/distutils/checks/cpu_avx.c,sha256=LuZW8o93VZZi7cYEP30dvKWTm7Mw1TLmCt5UaXDxCJg,779 +numpy/distutils/checks/cpu_avx2.c,sha256=jlDlea393op0JOiMJgmmPyKmyAXztLcObPOp9F9FaS0,749 +numpy/distutils/checks/cpu_avx512_clx.c,sha256=P-YHjj2XE4SithBkPwDgShOxGWnVSNUXg72h8O3kpbs,842 +numpy/distutils/checks/cpu_avx512_cnl.c,sha256=f_c2Z0xwAKTJeK3RYMIp1dgXYV8QyeOxUgKkMht4qko,948 +numpy/distutils/checks/cpu_avx512_icl.c,sha256=isI35-gm7Hqn2Qink5hP1XHWlh52a5vwKhEdW_CRviE,1004 +numpy/distutils/checks/cpu_avx512_knl.c,sha256=Veq4zNRDDqABV1dPyYdpyPzqZnEBrRsPsTZU1ebPi_Y,956 +numpy/distutils/checks/cpu_avx512_knm.c,sha256=eszPGr3XC9Js7mQUB0gFxlrNjQwfucQFz_UwFyNLjes,1132 +numpy/distutils/checks/cpu_avx512_skx.c,sha256=59VD8ebEJJHLlbY-4dakZV34bmq_lr9mBKz8BAcsdYc,1010 +numpy/distutils/checks/cpu_avx512cd.c,sha256=Qfh5FJUv9ZWd_P5zxkvYYIkvqsPptgaDuKkeX_F8vyA,759 +numpy/distutils/checks/cpu_avx512f.c,sha256=d97NRcbJhqpvURnw7zyG0TOuEijKXvU0g4qOTWHbwxY,755 +numpy/distutils/checks/cpu_f16c.c,sha256=nzZzpUc8AfTtw-INR3KOxcjx9pyzVUM8OhsrdH2dO_w,868 +numpy/distutils/checks/cpu_fma3.c,sha256=YN6IDwuZALJHVVmpQ2tj-14HI_PcxH_giV8-XjzlmkU,817 +numpy/distutils/checks/cpu_fma4.c,sha256=qKdgTNNFg-n8vSB1Txco60HBLCcOi1aH23gZOX7yKqs,301 +numpy/distutils/checks/cpu_neon.c,sha256=Y0SjuVLzh3upcbY47igHjmKgjHbXxbvzncwB7acfjxw,600 +numpy/distutils/checks/cpu_neon_fp16.c,sha256=E7YOGyYP41u1sqiCHpCGGqjmo7Cs6yUkmJ46K7LZloc,251 +numpy/distutils/checks/cpu_neon_vfpv4.c,sha256=qFY1C_fQYz7M_a_8j0KTdn7vaE3NNVmWY2JGArDGM3w,609 +numpy/distutils/checks/cpu_popcnt.c,sha256=vRcXHVw2j1F9I_07eIZ_xzDX3fd3mqgiQXL1w3pULJk,1049 +numpy/distutils/checks/cpu_sse.c,sha256=6MHITtC76UpSR9uh0SiURpnkpPkLzT5tbrcXT4xBFxo,686 +numpy/distutils/checks/cpu_sse2.c,sha256=yUZzdjDtBS-vYlhfP-pEzj3m0UPmgZs-hA99TZAEACU,697 +numpy/distutils/checks/cpu_sse3.c,sha256=j5XRHumUuccgN9XPZyjWUUqkq8Nu8XCSWmvUhmJTJ08,689 +numpy/distutils/checks/cpu_sse41.c,sha256=y_k81P-1b-Hx8OeRVDE9V1O9JakS0zPvlFKJ3VbSmEw,675 +numpy/distutils/checks/cpu_sse42.c,sha256=3PXucdI2mII-txO7zFN99TlVveT_QUAETTGvRk-_hYw,692 +numpy/distutils/checks/cpu_ssse3.c,sha256=X6VWxIXMRpdSCBsHPXvot3yTZ4d5yK9Bi1ScQP3WC-Q,705 +numpy/distutils/checks/cpu_vsx.c,sha256=FVmR4iliKjcihzMCwloR1F2JYwSZK9P4f_hvIRLHSDQ,478 +numpy/distutils/checks/cpu_vsx2.c,sha256=yESs25Rt5ztb5-stuYbu3TbiyJKmllMpMLu01GOAHqE,263 +numpy/distutils/checks/cpu_vsx3.c,sha256=omC50tbEZNigsKMFPtE3zGRlIS2VuDTm3vZ9TBZWo4U,250 +numpy/distutils/checks/cpu_vsx4.c,sha256=ngezA1KuINqJkLAcMrZJR7bM0IeA25U6I-a5aISGXJo,305 +numpy/distutils/checks/cpu_vx.c,sha256=OpLU6jIfwvGJR4JPVVZLlUfvo7oAZ0YvsjafM2qtPlk,461 +numpy/distutils/checks/cpu_vxe.c,sha256=rYW_nKwXnlB0b8xCrJEr4TmvrEvS-NToxwyqqOHV8Bk,788 +numpy/distutils/checks/cpu_vxe2.c,sha256=Hv4wO23kwC2G6lqqercq4NE4K0nrvBxR7RIzr5HTXCc,624 +numpy/distutils/checks/cpu_xop.c,sha256=7uabsGeqvmVJQvuSEjs8-Sm8kpmvl6uZ9YHMF5h2opQ,234 +numpy/distutils/checks/extra_avx512bw_mask.c,sha256=pVPOhcu80yJVnIhOcHHXOlZ2proJ1MUf0XgccqhPoNk,636 +numpy/distutils/checks/extra_avx512dq_mask.c,sha256=nMfIvepISGFDexPrMYl5LWtdmt6Uy9TKPzF4BVayw2I,504 +numpy/distutils/checks/extra_avx512f_reduce.c,sha256=_NfbtfSAkm_A67umjR1oEb9yRnBL5EnTA76fvQIuNVk,1595 +numpy/distutils/checks/extra_vsx4_mma.c,sha256=GiQGZ9-6wYTgH42bJgSlXhWcTIrkjh5xv4uymj6rglk,499 +numpy/distutils/checks/extra_vsx_asm.c,sha256=BngiMVS9nyr22z6zMrOrHLeCloe_5luXhf5T5mYucgI,945 +numpy/distutils/checks/test_flags.c,sha256=uAIbhfAhyGe4nTdK_mZmoCefj9P0TGHNF9AUv_Cdx5A,16 +numpy/distutils/command/__init__.py,sha256=fW49zUB3syMFsKpf1oRBO0h8tmnTwRP3zUPrsB0R22M,1032 +numpy/distutils/command/__pycache__/__init__.cpython-38.pyc,, +numpy/distutils/command/__pycache__/autodist.cpython-38.pyc,, +numpy/distutils/command/__pycache__/bdist_rpm.cpython-38.pyc,, +numpy/distutils/command/__pycache__/build.cpython-38.pyc,, +numpy/distutils/command/__pycache__/build_clib.cpython-38.pyc,, +numpy/distutils/command/__pycache__/build_ext.cpython-38.pyc,, +numpy/distutils/command/__pycache__/build_py.cpython-38.pyc,, +numpy/distutils/command/__pycache__/build_scripts.cpython-38.pyc,, +numpy/distutils/command/__pycache__/build_src.cpython-38.pyc,, +numpy/distutils/command/__pycache__/config.cpython-38.pyc,, +numpy/distutils/command/__pycache__/config_compiler.cpython-38.pyc,, +numpy/distutils/command/__pycache__/develop.cpython-38.pyc,, +numpy/distutils/command/__pycache__/egg_info.cpython-38.pyc,, +numpy/distutils/command/__pycache__/install.cpython-38.pyc,, +numpy/distutils/command/__pycache__/install_clib.cpython-38.pyc,, +numpy/distutils/command/__pycache__/install_data.cpython-38.pyc,, +numpy/distutils/command/__pycache__/install_headers.cpython-38.pyc,, +numpy/distutils/command/__pycache__/sdist.cpython-38.pyc,, +numpy/distutils/command/autodist.py,sha256=8KWwr5mnjX20UpY4ITRDx-PreApyh9M7B92IwsEtTsQ,3718 +numpy/distutils/command/bdist_rpm.py,sha256=-tkZupIJr_jLqeX7xbRhE8-COXHRI0GoRpAKchVte54,709 +numpy/distutils/command/build.py,sha256=aj1SUGsDUTxs4Tch2ALLcPnuAVhaPjEPIZIobzMajm0,2613 +numpy/distutils/command/build_clib.py,sha256=qbxvwF5n8kfGSsL7H5BS7zguUYZss0X3kct8U20JQio,19235 +numpy/distutils/command/build_ext.py,sha256=WRGHAn2Z6NuV-DhS5_7L8KXjMOWmm8bRnR3KVYtT61E,31877 +numpy/distutils/command/build_py.py,sha256=XiLZ2d_tmCE8uG5VAU5OK2zlzQayBfeY4l8FFEltbig,1144 +numpy/distutils/command/build_scripts.py,sha256=P2ytmZb3UpwfmbMXkFB2iMQk15tNUCynzMATllmp-Gs,1665 +numpy/distutils/command/build_src.py,sha256=Lw3JsmSdi_DpWCtCxU4X5iYC6da5vkOhXzCrnlrgS98,31172 +numpy/distutils/command/config.py,sha256=v-nHMY-3gL7Q6PkM4K2XDVZM_GyUrAjpjNtsRT5-Y68,20724 +numpy/distutils/command/config_compiler.py,sha256=Cp9RTpW72gg8XC_3-9dCTlLYr352pBfBRZA8YBWvOoY,4369 +numpy/distutils/command/develop.py,sha256=9SbbnFnVbSJVZxTFoV9pwlOcM1D30GnOWm2QonQDvHI,575 +numpy/distutils/command/egg_info.py,sha256=i-Zk4sftK5cMQVQ2jqSxTMpVI-gYyXN16-p5TvmjURc,921 +numpy/distutils/command/install.py,sha256=wZfVabAMw-Y3tiAKcXTxC-So65RHo3zCy1ucoTmyECw,3078 +numpy/distutils/command/install_clib.py,sha256=1xv0_lPVu3g16GgICjjlh7T8zQ6PSlevCuq8Bocx5YM,1399 +numpy/distutils/command/install_data.py,sha256=Y59EBG61MWP_5C8XJvSCVfzYpMNVNVcH_Z6c0qgr9KA,848 +numpy/distutils/command/install_headers.py,sha256=tVpOGqkmh8AA_tam0K0SeCd4kvZj3UqSOjWKm6Kz4jY,919 +numpy/distutils/command/sdist.py,sha256=8Tsju1RwXNbPyQcjv8GRMFveFQqYlbNdSZh2X1OV-VU,733 +numpy/distutils/conv_template.py,sha256=F-4vkkfAjCb-fN79WYrXX3BMHMoiQO-W2u09q12OPuI,9536 +numpy/distutils/core.py,sha256=QBJNJdIE0a9Rr4lo-3QnmEaWyVV068l6HbVPdJ75iZg,8173 +numpy/distutils/cpuinfo.py,sha256=XuNhsx_-tyrui_AOgn10yfZ9p4YBM68vW2_bGmKj07I,22639 +numpy/distutils/exec_command.py,sha256=GDk5wRli-tV2ZLycbshnrGLcBgokvZmFMJntFwwT2l0,10343 +numpy/distutils/extension.py,sha256=YgeB8e2fVc2l_1etuRBv0P8c1NULOz4SaudHgsVBc30,3568 +numpy/distutils/fcompiler/__init__.py,sha256=aqsZMwMUfeNC56YwATyfs9G8dDrQ1JkdnF2Ah2ZTShQ,40535 +numpy/distutils/fcompiler/__pycache__/__init__.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/absoft.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/arm.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/compaq.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/environment.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/fujitsu.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/g95.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/gnu.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/hpux.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/ibm.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/intel.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/lahey.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/mips.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/nag.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/none.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/nv.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/pathf95.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/pg.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/sun.cpython-38.pyc,, +numpy/distutils/fcompiler/__pycache__/vast.cpython-38.pyc,, +numpy/distutils/fcompiler/absoft.py,sha256=NJxm5Qpiv9F1Z5VClIXwXKGmJoCCEDSZmZthJQZS2Rs,5499 +numpy/distutils/fcompiler/arm.py,sha256=LTfIzpwMEsaAhQ7jtT-ROPontrCTd259-p_ZxEJLIT8,2235 +numpy/distutils/fcompiler/compaq.py,sha256=sjU2GKHJGuChtRb_MhnouMqvkIOQflmowFE6ErCWZhE,3903 +numpy/distutils/fcompiler/environment.py,sha256=DOD2FtKDk6O9k6U0h9UKWQ-65wU8z1tSPn3gUlRwCso,3080 +numpy/distutils/fcompiler/fujitsu.py,sha256=yK3wdHoF5qq25UcnIM6FzTXsJGJxdfKa_f__t04Ne7M,1333 +numpy/distutils/fcompiler/g95.py,sha256=FH4uww6re50OUT_BfdoWSLCDUqk8LvmQ2_j5RhF5nLQ,1330 +numpy/distutils/fcompiler/gnu.py,sha256=ag8v_pp-fYpDPKJsVmNaFwN621b1MFQAxew0T1KdE_Y,20502 +numpy/distutils/fcompiler/hpux.py,sha256=gloUjWGo7MgJmukorDq7ZxDnnUKXx-C6AQfryQshVM4,1353 +numpy/distutils/fcompiler/ibm.py,sha256=W7r6W7kvGPBuWsrv-VsDHEUTq7bS73l4dVIU1ipm-IA,3539 +numpy/distutils/fcompiler/intel.py,sha256=XYF0GLVhJWjS8noEx4TJ704Eqt-JGBolRZEOkwgNItE,6570 +numpy/distutils/fcompiler/lahey.py,sha256=U63KMfN8zDAd_jnvMkS2N-dvP4UiSRB9Ces290qLNXw,1327 +numpy/distutils/fcompiler/mips.py,sha256=LAwT0DY5yqlYh20hNMYR1-OKu8A9GNw-TbUfI8pvglM,1714 +numpy/distutils/fcompiler/nag.py,sha256=9pQCMUlwjRVHGKwZxvwd4bW5p-9v7VXcflELEImHg1g,2777 +numpy/distutils/fcompiler/none.py,sha256=6RX2X-mV1HuhJZnVfQmDmLVhIUWseIT4P5wf3rdLq9Y,758 +numpy/distutils/fcompiler/nv.py,sha256=LGBQY417zibQ-fnPis5rNtP_I1Qk9OlhEFOnPvmwXHI,1560 +numpy/distutils/fcompiler/pathf95.py,sha256=MiHVar6-beUEYVEpqXORIX4f8G29I47D36kreltdfoQ,1061 +numpy/distutils/fcompiler/pg.py,sha256=NOB1stzrjvQMZS7bIPTgWTcAFe3cjNveA5-SztUZqD0,3568 +numpy/distutils/fcompiler/sun.py,sha256=mfS3RTj9uYT6K9Ikp8RjmsEPIWAtUTzMhX9sGjEyF6I,1577 +numpy/distutils/fcompiler/vast.py,sha256=Xuxa4sNraUPcQmt45SogAfN0kDHFb6C73uNZNmX3RBE,1667 +numpy/distutils/from_template.py,sha256=hpoFQortsLZdMSr_fJILzXzrIwFlZoFjsDSo6jNtvWs,7913 +numpy/distutils/intelccompiler.py,sha256=N_pvWjlLORdlH34cs97oU4LBNr_s9r5ddsmme7XEvs4,4234 +numpy/distutils/lib2def.py,sha256=NlfwSfYfUkW3bY4fRvvSgjUF7c6Gs99B6GoRsOrH6gI,3644 +numpy/distutils/line_endings.py,sha256=a8ZZECrPRffsbs0UygeR47_fOUlZppnx-QPssrIXtB0,2032 +numpy/distutils/log.py,sha256=m8caNBwPhIG7YTnD9iq9jjc6_yJOeU9FHuau2CSulds,2879 +numpy/distutils/mingw/gfortran_vs2003_hack.c,sha256=cbsN3Lk9Hkwzr9c-yOP2xEBg1_ml1X7nwAMDWxGjzc8,77 +numpy/distutils/mingw32ccompiler.py,sha256=gauMo6-R850v0zkh8O4YIOmLo1wQdGAYt8Gd60qbwWI,22284 +numpy/distutils/misc_util.py,sha256=2i49oIlLIfQhcWGzQn3dtBj8A6UVgKbrHWT_N3N2uTY,89383 +numpy/distutils/msvc9compiler.py,sha256=FCtP7g34AVuMIaqQlH8AV1ZBdIUXbk5G7eBeeTSr1zE,2192 +numpy/distutils/msvccompiler.py,sha256=tvTGpdK41L6yJe5W_o_TOFZV3p5IXtjSxmnVFaR52uU,1928 +numpy/distutils/npy_pkg_config.py,sha256=fIFyWLTqRySO3hn-0i0FNdHeblRN_hDv-wc68-sa3hQ,12972 +numpy/distutils/numpy_distribution.py,sha256=10Urolg1aDAG0EHYfcvObzOgqRV0ARh2GhDklEg4vS0,634 +numpy/distutils/pathccompiler.py,sha256=KnJEA5H4cXg7SLrMjwWtidD24VSvOdu72d17votiY9E,713 +numpy/distutils/setup.py,sha256=l9ke_Bws431UdBfysaq7ZeGtZ8dix76oh9Huq5qqbkU,634 +numpy/distutils/system_info.py,sha256=9jHSv4qtDjVbSqiy9eKmRpSKY7WRwzKL7AEcNctxY6g,111028 +numpy/distutils/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy/distutils/tests/__pycache__/__init__.cpython-38.pyc,, +numpy/distutils/tests/__pycache__/test_build_ext.cpython-38.pyc,, +numpy/distutils/tests/__pycache__/test_ccompiler_opt.cpython-38.pyc,, +numpy/distutils/tests/__pycache__/test_ccompiler_opt_conf.cpython-38.pyc,, +numpy/distutils/tests/__pycache__/test_exec_command.cpython-38.pyc,, +numpy/distutils/tests/__pycache__/test_fcompiler.cpython-38.pyc,, +numpy/distutils/tests/__pycache__/test_fcompiler_gnu.cpython-38.pyc,, +numpy/distutils/tests/__pycache__/test_fcompiler_intel.cpython-38.pyc,, +numpy/distutils/tests/__pycache__/test_fcompiler_nagfor.cpython-38.pyc,, +numpy/distutils/tests/__pycache__/test_from_template.cpython-38.pyc,, +numpy/distutils/tests/__pycache__/test_log.cpython-38.pyc,, +numpy/distutils/tests/__pycache__/test_mingw32ccompiler.cpython-38.pyc,, +numpy/distutils/tests/__pycache__/test_misc_util.cpython-38.pyc,, +numpy/distutils/tests/__pycache__/test_npy_pkg_config.cpython-38.pyc,, +numpy/distutils/tests/__pycache__/test_shell_utils.cpython-38.pyc,, +numpy/distutils/tests/__pycache__/test_system_info.cpython-38.pyc,, +numpy/distutils/tests/test_build_ext.py,sha256=qX-j6UBmpigiwwZ9RMMkTcHXBrEB0QXYfejDlM2J-zc,2664 +numpy/distutils/tests/test_ccompiler_opt.py,sha256=7gwawxhjnI2h-8ErqQDgYYlNYI6MnNXhTEKczXFp5Ys,28751 +numpy/distutils/tests/test_ccompiler_opt_conf.py,sha256=vwUllmhwwgP6fyMqGUbIfDfUf2cLpQW4vudI6oWyuco,6345 +numpy/distutils/tests/test_exec_command.py,sha256=b2Vv5zCRnkH72vhQQRSeC3zWqJPdDBa1gcOzTyWnJ_g,7301 +numpy/distutils/tests/test_fcompiler.py,sha256=mJXezTXDUbduhCwVGAfABHpEARWhnj8hLW9EOU3rn84,1277 +numpy/distutils/tests/test_fcompiler_gnu.py,sha256=nmfaFCVzbViIOQ2-MjgXt-bN8Uj674hCgiwr5Iol-_U,2136 +numpy/distutils/tests/test_fcompiler_intel.py,sha256=mxkfFD2rNfg8nn1pp_413S0uCdYXydPWBcz9ilgGkA0,1058 +numpy/distutils/tests/test_fcompiler_nagfor.py,sha256=CKEjik7YVfSJGL4abuctkmlkIUhAhv-x2aUcXiTR9b0,1102 +numpy/distutils/tests/test_from_template.py,sha256=SDYoe0XUpAayyEQDq7ZhrvEEz7U9upJDLYzhcdoVifc,1103 +numpy/distutils/tests/test_log.py,sha256=0tSM4q-00CjbMIRb9QOJzI4A7GHUiRGOG1SOOLz8dnM,868 +numpy/distutils/tests/test_mingw32ccompiler.py,sha256=rMC8-IyBOiuZVfAoklV_KnD9qVeB_hFVvb5dStxfk08,1609 +numpy/distutils/tests/test_misc_util.py,sha256=Qs96vTr8GZSyVCWuamzcNlVMRa15vt0Y-T2yZSUm_QA,3218 +numpy/distutils/tests/test_npy_pkg_config.py,sha256=apGrmViPcXoPCEOgDthJgL13C9N0qQMs392QjZDxJd4,2557 +numpy/distutils/tests/test_shell_utils.py,sha256=OqwJrX9DsBjm4kXq2cBaioXle8FXEB70Ka8hk9sqfho,1954 +numpy/distutils/tests/test_system_info.py,sha256=3q3rJdD1dUUSsDXOXxqSU-Af-wwt56KnkmIQl4pLzvk,10996 +numpy/distutils/unixccompiler.py,sha256=fN4-LH6JJp44SLE7JkdG2kKQlK4LC8zuUpVC-RtmJ-U,5426 +numpy/doc/__init__.py,sha256=OYmE-F6x0CD05PCDY2MiW1HLlwB6i9vhDpk-a3r4lHY,508 +numpy/doc/__pycache__/__init__.cpython-38.pyc,, +numpy/doc/__pycache__/constants.cpython-38.pyc,, +numpy/doc/__pycache__/ufuncs.cpython-38.pyc,, +numpy/doc/constants.py,sha256=PlXoj7b4A8Aa9nADbg83uzTBRJaX8dvJmEdbn4FDPPo,9155 +numpy/doc/ufuncs.py,sha256=i1alLg19mNyCFZ2LYSOZGm--RsRN1x63U_UYU-N3x60,5357 +numpy/dual.py,sha256=aWZFc7rFVWLoWs9M4-nhf_S131RvsLRUdZrMIag_AzU,2214 +numpy/f2py/__init__.py,sha256=pz3o4B-f7ULADSfF1ml2Aij_dNAHv6l_UKMr9IyzH1s,5289 +numpy/f2py/__init__.pyi,sha256=Hg1AY3we-8hmhXq1fsFrTaUe5TD_FvIxkJIDiw5eI8Y,1107 +numpy/f2py/__main__.py,sha256=6i2jVH2fPriV1aocTY_dUFvWK18qa-zjpnISA-OpF3w,130 +numpy/f2py/__pycache__/__init__.cpython-38.pyc,, +numpy/f2py/__pycache__/__main__.cpython-38.pyc,, +numpy/f2py/__pycache__/__version__.cpython-38.pyc,, +numpy/f2py/__pycache__/auxfuncs.cpython-38.pyc,, +numpy/f2py/__pycache__/capi_maps.cpython-38.pyc,, +numpy/f2py/__pycache__/cb_rules.cpython-38.pyc,, +numpy/f2py/__pycache__/cfuncs.cpython-38.pyc,, +numpy/f2py/__pycache__/common_rules.cpython-38.pyc,, +numpy/f2py/__pycache__/crackfortran.cpython-38.pyc,, +numpy/f2py/__pycache__/diagnose.cpython-38.pyc,, +numpy/f2py/__pycache__/f2py2e.cpython-38.pyc,, +numpy/f2py/__pycache__/f90mod_rules.cpython-38.pyc,, +numpy/f2py/__pycache__/func2subr.cpython-38.pyc,, +numpy/f2py/__pycache__/rules.cpython-38.pyc,, +numpy/f2py/__pycache__/setup.cpython-38.pyc,, +numpy/f2py/__pycache__/symbolic.cpython-38.pyc,, +numpy/f2py/__pycache__/use_rules.cpython-38.pyc,, +numpy/f2py/__version__.py,sha256=7HHdjR82FCBmftwMRyrlhcEj-8mGQb6oCH-wlUPH4Nw,34 +numpy/f2py/auxfuncs.py,sha256=Arny8GrF89fqHngjxTPAKv9FoESZKC4eOJoF5JXm0Tk,21779 +numpy/f2py/capi_maps.py,sha256=dD0_oo40J6GysABX_XqcCSfZI2ElPAC0Q9QbVN2A3Oc,31388 +numpy/f2py/cb_rules.py,sha256=xXiiuGAmyJz-1KIOhkf5oGd4O2TUhqPPSL1L5Jexmw4,24854 +numpy/f2py/cfuncs.py,sha256=oLDiqLcPIRKrwSTNshg9kamfdpYxEB3ClsBNmu5F2GE,49442 +numpy/f2py/common_rules.py,sha256=IWfRQfhlSCziDn-3hGoIpIHGQ7yC-EaC0WKx9YrXs6I,4925 +numpy/f2py/crackfortran.py,sha256=fTElcMtCYotdYxeTs9xBhgahFz8-nLcAFq0cl2Gw-Nw,132025 +numpy/f2py/diagnose.py,sha256=W59xcrGVf-1ed9FkQgCxgW0d9a2lENaxHUpYVAZ2w00,5230 +numpy/f2py/f2py2e.py,sha256=LYDZRmF4McQV68jOkjg-JHk1MhAU5z0YVgLEkFsE_5k,24626 +numpy/f2py/f90mod_rules.py,sha256=oLZtJ_T1QNCra3CACW8oULmQioYU4bOVchWtgQp1zL8,9811 +numpy/f2py/func2subr.py,sha256=7Gg17NbMA8TooCEv-4_XBnfkg6Jjt1TAYkFIl0y--e4,9355 +numpy/f2py/rules.py,sha256=pZb_NNh5ZiZdSu38eY2zYXPRKFnChmHqmDyYSEUJWtc,61517 +numpy/f2py/setup.py,sha256=9QD603_UEa1HAuJHtoNY2twKwDKoepk72ikyKQpwhjM,2335 +numpy/f2py/src/fortranobject.c,sha256=0UeS33f19zFtrZP4liHUTSqfh2pYW3ZtloLf-9epEjM,37535 +numpy/f2py/src/fortranobject.h,sha256=aF7ACqS_fdrqj4sWi2aYB_Nsf9mcVU6jPGy-G-0Z54M,4384 +numpy/f2py/symbolic.py,sha256=3ERySC3mYO8-NfAfTDmMOd0yfPuYs8kceqxTXKFbpZA,53004 +numpy/f2py/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy/f2py/tests/__pycache__/__init__.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_abstract_interface.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_array_from_pyobj.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_assumed_shape.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_block_docstring.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_callback.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_common.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_compile_function.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_crackfortran.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_f2cmap.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_f2py2e.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_kind.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_mixed.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_module_doc.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_parameter.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_quoted_character.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_regression.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_return_character.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_return_complex.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_return_integer.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_return_logical.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_return_real.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_semicolon_split.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_size.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_string.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/test_symbolic.cpython-38.pyc,, +numpy/f2py/tests/__pycache__/util.cpython-38.pyc,, +numpy/f2py/tests/src/abstract_interface/foo.f90,sha256=JFU2w98cB_XNwfrqNtI0yDTmpEdxYO_UEl2pgI_rnt8,658 +numpy/f2py/tests/src/abstract_interface/gh18403_mod.f90,sha256=gvQJIzNtvacWE0dhysxn30-iUeI65Hpq7DiE9oRauz8,105 +numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c,sha256=OJNF4ukYGmiVSmzeA8uVU6D4Fwa4wUysYVQRdul1_AI,7244 +numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap,sha256=But9r9m4iL7EGq_haMW8IiQ4VivH0TgUozxX4pPvdpE,29 +numpy/f2py/tests/src/assumed_shape/foo_free.f90,sha256=oBwbGSlbr9MkFyhVO2aldjc01dr9GHrMrSiRQek8U64,460 +numpy/f2py/tests/src/assumed_shape/foo_mod.f90,sha256=rfzw3QdI-eaDSl-hslCgGpd5tHftJOVhXvb21Y9Gf6M,499 +numpy/f2py/tests/src/assumed_shape/foo_use.f90,sha256=rmT9k4jP9Ru1PLcGqepw9Jc6P9XNXM0axY7o4hi9lUw,269 +numpy/f2py/tests/src/assumed_shape/precision.f90,sha256=r08JeTVmTTExA-hYZ6HzaxVwBn1GMbPAuuwBhBDtJUk,130 +numpy/f2py/tests/src/block_docstring/foo.f,sha256=y7lPCPu7_Fhs_Tf2hfdpDQo1bhtvNSKRaZAOpM_l3dg,97 +numpy/f2py/tests/src/callback/foo.f,sha256=C1hjfpRCQWiOVVzIHqnsYcnLrqQcixrnHCn8hd9GhVk,1254 +numpy/f2py/tests/src/callback/gh17797.f90,sha256=_Nrl0a2HgUbtymGU0twaJ--7rMa1Uco2A3swbWvHoMo,148 +numpy/f2py/tests/src/callback/gh18335.f90,sha256=NraOyKIXyvv_Y-3xGnmTjtNjW2Znsnlk8AViI8zfovc,506 +numpy/f2py/tests/src/cli/hi77.f,sha256=ttyI6vAP3qLnDqy82V04XmoqrXNM6uhMvvLri2p0dq0,71 +numpy/f2py/tests/src/cli/hiworld.f90,sha256=QWOLPrTxYQu1yrEtyQMbM0fE9M2RmXe7c185KnD5x3o,51 +numpy/f2py/tests/src/common/block.f,sha256=GQ0Pd-VMX3H3a-__f2SuosSdwNXHpBqoGnQDjf8aG9g,224 +numpy/f2py/tests/src/crackfortran/accesstype.f90,sha256=-5Din7YlY1TU7tUHD2p-_DSTxGBpDsWYNeT9WOwGhno,208 +numpy/f2py/tests/src/crackfortran/foo_deps.f90,sha256=CaH7mnWTG7FcnJe2vXN_0zDbMadw6NCqK-JJ2HmDjK8,128 +numpy/f2py/tests/src/crackfortran/gh15035.f,sha256=jJly1AzF5L9VxbVQ0vr-sf4LaUo4eQzJguhuemFxnvg,375 +numpy/f2py/tests/src/crackfortran/gh17859.f,sha256=7K5dtOXGuBDAENPNCt-tAGJqTfNKz5OsqVSk16_e7Es,340 +numpy/f2py/tests/src/crackfortran/gh2848.f90,sha256=gPNasx98SIf7Z9ibk_DHiGKCvl7ERtsfoGXiFDT7FbM,282 +numpy/f2py/tests/src/crackfortran/operators.f90,sha256=-Fc-qjW1wBr3Dkvdd5dMTrt0hnjnV-1AYo-NFWcwFSo,1184 +numpy/f2py/tests/src/crackfortran/privatemod.f90,sha256=7bubZGMIn7iD31wDkjF1TlXCUM7naCIK69M9d0e3y-U,174 +numpy/f2py/tests/src/crackfortran/publicmod.f90,sha256=Pnwyf56Qd6W3FUH-ZMgnXEYkb7gn18ptNTdwmGan0Jo,167 +numpy/f2py/tests/src/f2cmap/.f2py_f2cmap,sha256=iUOtfHd3OuT1Rz2-yiSgt4uPKGvCt5AzQ1iygJt_yjg,82 +numpy/f2py/tests/src/f2cmap/isoFortranEnvMap.f90,sha256=Jc20TOyOB4up6ZlPTgVX5qqfZFutYZ6rLKA7wSNNGw0,298 +numpy/f2py/tests/src/kind/foo.f90,sha256=zIHpw1KdkWbTzbXb73hPbCg4N2Htj3XL8DIwM7seXpo,347 +numpy/f2py/tests/src/mixed/foo.f,sha256=90zmbSHloY1XQYcPb8B5d9bv9mCZx8Z8AMTtgDwJDz8,85 +numpy/f2py/tests/src/mixed/foo_fixed.f90,sha256=pxKuPzxF3Kn5khyFq9ayCsQiolxB3SaNtcWaK5j6Rv4,179 +numpy/f2py/tests/src/mixed/foo_free.f90,sha256=fIQ71wrBc00JUAVUj_r3QF9SdeNniBiMw6Ly7CGgPWU,139 +numpy/f2py/tests/src/module_data/mod.mod,sha256=EkjrU7NTZrOH68yKrz6C_eyJMSFSxGgC2yMQT9Zscek,412 +numpy/f2py/tests/src/module_data/module_data_docstring.f90,sha256=tDZ3fUlazLL8ThJm3VwNGJ75QIlLcW70NnMFv-JA4W0,224 +numpy/f2py/tests/src/negative_bounds/issue_20853.f90,sha256=fdOPhRi7ipygwYCXcda7p_dlrws5Hd2GlpF9EZ-qnck,157 +numpy/f2py/tests/src/parameter/constant_both.f90,sha256=-bBf2eqHb-uFxgo6Q7iAtVUUQzrGFqzhHDNaxwSICfQ,1939 +numpy/f2py/tests/src/parameter/constant_compound.f90,sha256=re7pfzcuaquiOia53UT7qNNrTYu2euGKOF4IhoLmT6g,469 +numpy/f2py/tests/src/parameter/constant_integer.f90,sha256=nEmMLitKoSAG7gBBEQLWumogN-KS3DBZOAZJWcSDnFw,612 +numpy/f2py/tests/src/parameter/constant_non_compound.f90,sha256=IcxESVLKJUZ1k9uYKoSb8Hfm9-O_4rVnlkiUU2diy8Q,609 +numpy/f2py/tests/src/parameter/constant_real.f90,sha256=quNbDsM1Ts2rN4WtPO67S9Xi_8l2cXabWRO00CPQSSQ,610 +numpy/f2py/tests/src/quoted_character/foo.f,sha256=WjC9D9171fe2f7rkUAZUvik9bkIf9adByfRGzh6V0cM,482 +numpy/f2py/tests/src/regression/inout.f90,sha256=CpHpgMrf0bqA1W3Ozo3vInDz0RP904S7LkpdAH6ODck,277 +numpy/f2py/tests/src/return_character/foo77.f,sha256=WzDNF3d_hUDSSZjtxd3DtE-bSx1ilOMEviGyYHbcFgM,980 +numpy/f2py/tests/src/return_character/foo90.f90,sha256=ULcETDEt7gXHRzmsMhPsGG4o3lGrcx-FEFaJsPGFKyA,1248 +numpy/f2py/tests/src/return_complex/foo77.f,sha256=8ECRJkfX82oFvGWKbIrCvKjf5QQQClx4sSEvsbkB6A8,973 +numpy/f2py/tests/src/return_complex/foo90.f90,sha256=c1BnrtWwL2dkrTr7wvlEqNDg59SeNMo3gyJuGdRwcDw,1238 +numpy/f2py/tests/src/return_integer/foo77.f,sha256=_8k1evlzBwvgZ047ofpdcbwKdF8Bm3eQ7VYl2Y8b5kA,1178 +numpy/f2py/tests/src/return_integer/foo90.f90,sha256=bzxbYtofivGRYH35Ang9ScnbNsVERN8-6ub5-eI-LGQ,1531 +numpy/f2py/tests/src/return_logical/foo77.f,sha256=FxiF_X0HkyXHzJM2rLyTubZJu4JB-ObLnVqfZwAQFl8,1188 +numpy/f2py/tests/src/return_logical/foo90.f90,sha256=9KmCe7yJYpi4ftkKOM3BCDnPOdBPTbUNrKxY3p37O14,1531 +numpy/f2py/tests/src/return_real/foo77.f,sha256=ZTrzb6oDrIDPlrVWP3Bmtkbz3ffHaaSQoXkfTGtCuFE,933 +numpy/f2py/tests/src/return_real/foo90.f90,sha256=gZuH5lj2lG6gqHlH766KQ3J4-Ero-G4WpOOo2MG3ohU,1194 +numpy/f2py/tests/src/size/foo.f90,sha256=IlFAQazwBRr3zyT7v36-tV0-fXtB1d7WFp6S1JVMstg,815 +numpy/f2py/tests/src/string/char.f90,sha256=ihr_BH9lY7eXcQpHHDQhFoKcbu7VMOX5QP2Tlr7xlaM,618 +numpy/f2py/tests/src/string/fixed_string.f90,sha256=5n6IkuASFKgYICXY9foCVoqndfAY0AQZFEK8L8ARBGM,695 +numpy/f2py/tests/src/string/string.f,sha256=shr3fLVZaa6SyUJFYIF1OZuhff8v5lCwsVNBU2B-3pk,248 +numpy/f2py/tests/test_abstract_interface.py,sha256=qH97VaPKDPA5LekfA_0DYuE8_Wq8-d4Dqx-J5wJU3zU,721 +numpy/f2py/tests/test_array_from_pyobj.py,sha256=MyXMcHQbvBUyB-sxrEjnG_pkt5hNpTQlxYpWiVCirg4,22071 +numpy/f2py/tests/test_assumed_shape.py,sha256=gmaopkXIxIy6RqGF9mLLbFbcJ-ugPZIFZmGsw7WSo0M,1445 +numpy/f2py/tests/test_block_docstring.py,sha256=SEpuq73T9oVtHhRVilFf1xF7nb683d4-Kv7V0kfL4AA,564 +numpy/f2py/tests/test_callback.py,sha256=A2gdVQMQt8OxvIQo4dkoEqafi_k7IKGR_Z19eOJJe94,6087 +numpy/f2py/tests/test_common.py,sha256=SZlrUR1e_CbkUD4O6i99QgUmOctHQNP0MmyhMWpio5E,584 +numpy/f2py/tests/test_compile_function.py,sha256=9d_FZ8P2wbIlQ2qPDRrsFqPb4nMH8tiWqYZN-P_shCs,4186 +numpy/f2py/tests/test_crackfortran.py,sha256=-ShAU5BU-eBAIdTr5Pc699OR7TStkHz7RIQiUDEUM0Y,8934 +numpy/f2py/tests/test_f2cmap.py,sha256=p-Sylbr3ctdKT3UQV9FzpCuYPH5U7Vyn8weXFAjiI9o,391 +numpy/f2py/tests/test_f2py2e.py,sha256=B0nL4uL8kwqoDpMkur5juolUns7RoVSun0zh20mW6hk,19766 +numpy/f2py/tests/test_kind.py,sha256=PVTTv8_7JyYK-443Hsup0CY97nkK_5AVth-agnNG87g,847 +numpy/f2py/tests/test_mixed.py,sha256=Ctuw-H7DxhPjSt7wZdJ2xffawIoEBCPWc5F7PSkY4HY,848 +numpy/f2py/tests/test_module_doc.py,sha256=sjCXWIKrqMD1NQ1DUAzgQqkjS5w9h9gvM_Lj29Rdcrg,863 +numpy/f2py/tests/test_parameter.py,sha256=ADI7EV_CM4ztICpqHqeq8LI-WdB6cX0ttatdRdjbsUA,3941 +numpy/f2py/tests/test_quoted_character.py,sha256=cpjMdrHwimnkoJkXd_W_FSlh43oWytY5VHySW9oskO4,454 +numpy/f2py/tests/test_regression.py,sha256=19GNZxElsPX1HV0p5pXrh4_KWt0whjeZTLDEttA0aHI,2157 +numpy/f2py/tests/test_return_character.py,sha256=ivRGEMRYP_X0YX20YdflZRSui9QsywTyq6_oBZ5_IV8,1491 +numpy/f2py/tests/test_return_complex.py,sha256=2dKwE8719iJj-gn_N4zNy8Z2FFS3BYDPzcfNHJdbiqM,2390 +numpy/f2py/tests/test_return_integer.py,sha256=JwxT4obkr0PZsdJqJWIpdY0UiL0xa4xgVBlkWV0LqO4,1850 +numpy/f2py/tests/test_return_logical.py,sha256=ydbhcxkHPweakobMdM-N6m9PjMEUO3fFXjNyrMMLtWY,2017 +numpy/f2py/tests/test_return_real.py,sha256=03xCQfSUKUA7phf0CpjhsjyoD9CCbLyTk0w0SdWhkvA,3346 +numpy/f2py/tests/test_semicolon_split.py,sha256=_Mdsi84lES18pPjl9J-QsbGttV4tPFFjZvJvejNcqPc,1635 +numpy/f2py/tests/test_size.py,sha256=q6YqQvcyqdXJeWbGijTiCbxyEG3EkPcvT8AlAW6RCMo,1164 +numpy/f2py/tests/test_string.py,sha256=5xZOfdReoHnId0950XfmtfduPPfBbtMkzBoXMtygvMk,2962 +numpy/f2py/tests/test_symbolic.py,sha256=28quk2kTKfWhKe56n4vINJ8G9weKBfc7HysMlE9J3_g,18341 +numpy/f2py/tests/util.py,sha256=rq0GJwksZHQRG2kCtvtU6yyCJiXCZPQUr1P285mZuIM,10189 +numpy/f2py/use_rules.py,sha256=5t6X17rF6y42SwuUYe1LtNihJJEIgCU7f9jPqKphfgA,3587 +numpy/fft/__init__.py,sha256=HqjmF6s_dh0Ri4UZzUDtOKbNUyfAfJAWew3e3EL_KUk,8175 +numpy/fft/__init__.pyi,sha256=vD9Xzz5r13caF4AVL87Y4U9KOj9ic25Vci_wb3dmgpk,550 +numpy/fft/__pycache__/__init__.cpython-38.pyc,, +numpy/fft/__pycache__/_pocketfft.cpython-38.pyc,, +numpy/fft/__pycache__/helper.cpython-38.pyc,, +numpy/fft/__pycache__/setup.cpython-38.pyc,, +numpy/fft/_pocketfft.py,sha256=Xkm8wcP4JyBNMbp0ZoHIWhNDlgliX24RzrDuo29uRks,52897 +numpy/fft/_pocketfft.pyi,sha256=S6-ylUuHbgm8vNbh7tLru6K2R5SJzE81BC_Sllm6QrQ,2371 +numpy/fft/_pocketfft_internal.cpython-38-x86_64-linux-gnu.so,sha256=kpYUwsEzlh9B4ef2r9DsjcLtrRsV_JtbHVNY2qOtHi4,97032 +numpy/fft/helper.py,sha256=aNj1AcLvtfoX26RiLOwcR-k2QSMuBZkGj2Fu0CeFPJs,6154 +numpy/fft/helper.pyi,sha256=IyF_3Aj28khupENTnh6iXU6IqY7t0Me6POJWGTCrLMw,1152 +numpy/fft/setup.py,sha256=OJPeJK4PuEtWRw_yVTZj4dKxfu2y-w3ZtQ6EUaQjQyk,728 +numpy/fft/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy/fft/tests/__pycache__/__init__.cpython-38.pyc,, +numpy/fft/tests/__pycache__/test_helper.cpython-38.pyc,, +numpy/fft/tests/__pycache__/test_pocketfft.cpython-38.pyc,, +numpy/fft/tests/test_helper.py,sha256=whgeaQ8PzFf3B1wkbXobGZ5sF4WxPp4gf1UPUVZest8,6148 +numpy/fft/tests/test_pocketfft.py,sha256=lG4NLMbHid5gAXe4HxpayUK08T5wNJnBOwbhW4vY5Lw,12827 +numpy/lib/__init__.py,sha256=FbFTdqaeZW-euF0vebpg1jE3MYEjB8tS9eoYIRtnUHg,1779 +numpy/lib/__init__.pyi,sha256=NL1R-fQAOrnEQ-eRd4mwSM-46gryLzyZWb3f7SFr84Q,5582 +numpy/lib/__pycache__/__init__.cpython-38.pyc,, +numpy/lib/__pycache__/_datasource.cpython-38.pyc,, +numpy/lib/__pycache__/_iotools.cpython-38.pyc,, +numpy/lib/__pycache__/_version.cpython-38.pyc,, +numpy/lib/__pycache__/arraypad.cpython-38.pyc,, +numpy/lib/__pycache__/arraysetops.cpython-38.pyc,, +numpy/lib/__pycache__/arrayterator.cpython-38.pyc,, +numpy/lib/__pycache__/format.cpython-38.pyc,, +numpy/lib/__pycache__/function_base.cpython-38.pyc,, +numpy/lib/__pycache__/histograms.cpython-38.pyc,, +numpy/lib/__pycache__/index_tricks.cpython-38.pyc,, +numpy/lib/__pycache__/mixins.cpython-38.pyc,, +numpy/lib/__pycache__/nanfunctions.cpython-38.pyc,, +numpy/lib/__pycache__/npyio.cpython-38.pyc,, +numpy/lib/__pycache__/polynomial.cpython-38.pyc,, +numpy/lib/__pycache__/recfunctions.cpython-38.pyc,, +numpy/lib/__pycache__/scimath.cpython-38.pyc,, +numpy/lib/__pycache__/setup.cpython-38.pyc,, +numpy/lib/__pycache__/shape_base.cpython-38.pyc,, +numpy/lib/__pycache__/stride_tricks.cpython-38.pyc,, +numpy/lib/__pycache__/twodim_base.cpython-38.pyc,, +numpy/lib/__pycache__/type_check.cpython-38.pyc,, +numpy/lib/__pycache__/ufunclike.cpython-38.pyc,, +numpy/lib/__pycache__/user_array.cpython-38.pyc,, +numpy/lib/__pycache__/utils.cpython-38.pyc,, +numpy/lib/_datasource.py,sha256=8S1FpiqOhaFkFW8dJw969p2i94eC7uz8ynqOel2-bNc,22643 +numpy/lib/_iotools.py,sha256=OL6MmiWabT1_g30YhGjYrNFuBoNSyDCHqiDgXuu_qFQ,30873 +numpy/lib/_version.py,sha256=6vK7czNSB_KrWx2rZJzJ1pyOc73Q07hAgfLB5ItUCnU,4855 +numpy/lib/_version.pyi,sha256=B572hyWrUWG-TAAAXrNNAT4AgyUAmJ4lvgpwMkDzunk,633 +numpy/lib/arraypad.py,sha256=PoLrImHYFt_V17_r0lDfDlYViZHOPbLEiqtomFAdlxU,31226 +numpy/lib/arraypad.pyi,sha256=ADXphtAORYl3EqvE5qs_u32B_TALKSOtF43jOLmoxRw,1728 +numpy/lib/arraysetops.py,sha256=g_YyVd8pTvzdLpVvEaK7gt6Aeleg8myJZl0mGgduqEA,26737 +numpy/lib/arraysetops.pyi,sha256=zFIbRBIx5FMqc86QIKFjHRcjukm5rQ60UOJzid0-kNs,8337 +numpy/lib/arrayterator.py,sha256=BQ97S00zvfURUZfes0GZo-5hydYNRuvwX1I1bLzeRik,7063 +numpy/lib/arrayterator.pyi,sha256=f7Pwp83_6DiMYmJGUsffncM-FRAynB1iYGvhmHM_SZE,1537 +numpy/lib/format.py,sha256=Ne4qD9sVdL-jC4KeBeAzzYK5AkglssJfQFsOfMLCURs,31377 +numpy/lib/format.pyi,sha256=YWBxC3GdsZ7SKBN8I7nMwWeVuFD1aT9d-VJ8zE4-P-o,748 +numpy/lib/function_base.py,sha256=TWELOISkcyPB6zbS0Eq60JYecrPw3Vk2rq9LGaZWywo,183129 +numpy/lib/function_base.pyi,sha256=LsBWh4kM95xFods3iqjrc9xrjQnlBXTR56pNtqXeN84,16691 +numpy/lib/histograms.py,sha256=1ZYXjmD6D14VyjZvSpXTABASoz7fT0us22hgRtsZApQ,40212 +numpy/lib/histograms.pyi,sha256=O0vgZnCFsHG1WVIZXA4yLtpF9v6wpiOyrBAI6A_Q2wA,1050 +numpy/lib/index_tricks.py,sha256=27B5ZJl8pQcAkt_ICZEIjQsDwgt-gMt_GXPIhdQZtNk,30575 +numpy/lib/index_tricks.pyi,sha256=1zACf_X8lbHWOkfkxLJZ5o5Ig_wmRXT_EbA7wnqOlvw,4241 +numpy/lib/mixins.py,sha256=awJWn-wXkA6fg3TaPvMtXzUWaJVXKAn8fOt3XLPJ690,7052 +numpy/lib/mixins.pyi,sha256=h9N1kbZsUntF0zjOxPYeD_rCB2dMiG35TYYPl9ymkI4,3117 +numpy/lib/nanfunctions.py,sha256=GXsgklyf-H8TqnyJsXe504aFy8Ddl92Uqu6we96Mr38,65666 +numpy/lib/nanfunctions.pyi,sha256=oPqAfCinmBL85Ji7ko4QlzAzLAK9nZL0t2_CllEbCEU,606 +numpy/lib/npyio.py,sha256=qP8jxGKY1NFH2u26mRgHFTGkf5vmg7--8rTe-TDJdKM,95407 +numpy/lib/npyio.pyi,sha256=tw5eZd7Tk6ohtH2C7uBGgYjJbSHx0qSOnSeCUBSlKKI,9616 +numpy/lib/polynomial.py,sha256=tfqWBGIDhT9oCs9YU66Xv5UejeM1GliLVMhcCAKXVnc,44143 +numpy/lib/polynomial.pyi,sha256=GerIpQnf5LdtFMOy9AxhOTqUyfn57k4MxqEYrfdckWE,6958 +numpy/lib/recfunctions.py,sha256=lbGH6XM5k-M4yO6jUN7kRnPRCFeWHS2GqWViEehtzdM,56324 +numpy/lib/scimath.py,sha256=T4ITysZgqhY1J8IxyXCtioHjMTg2ci-4i3mr9TBF2UA,15037 +numpy/lib/scimath.pyi,sha256=E2roKJzMFwWSyhLu8UPUr54WOpxF8jp_pyXYBgsUSQ8,2883 +numpy/lib/setup.py,sha256=0K5NJKuvKvNEWp-EX7j0ODi3ZQQgIMHobzSFJq3G7yM,405 +numpy/lib/shape_base.py,sha256=SyP0QGyroBugy2n45sfV7aMDwxgO0KdhIGpuA8Pujng,39267 +numpy/lib/shape_base.pyi,sha256=t7koJnkOXLootnfoqtUsMC1r7kUMmWkNRpCMh34MTDg,5184 +numpy/lib/stride_tricks.py,sha256=brY5b-0YQJuIH2CavfpIinMolyTUv5k9DUvLoZ-imis,17911 +numpy/lib/stride_tricks.pyi,sha256=0pQ4DP9l6g21q2Ajv6dJFRWMr9auPGTNV9BmZUbogPY,1747 +numpy/lib/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy/lib/tests/__pycache__/__init__.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test__datasource.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test__iotools.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test__version.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_arraypad.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_arraysetops.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_arrayterator.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_financial_expired.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_format.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_function_base.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_histograms.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_index_tricks.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_io.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_loadtxt.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_mixins.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_nanfunctions.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_packbits.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_polynomial.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_recfunctions.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_regression.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_shape_base.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_stride_tricks.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_twodim_base.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_type_check.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_ufunclike.cpython-38.pyc,, +numpy/lib/tests/__pycache__/test_utils.cpython-38.pyc,, +numpy/lib/tests/data/py2-objarr.npy,sha256=F4cyUC-_TB9QSFLAo2c7c44rC6NUYIgrfGx9PqWPSKk,258 +numpy/lib/tests/data/py2-objarr.npz,sha256=xo13HBT0FbFZ2qvZz0LWGDb3SuQASSaXh7rKfVcJjx4,366 +numpy/lib/tests/data/py3-objarr.npy,sha256=pTTVh8ezp-lwAK3fkgvdKU8Arp5NMKznVD-M6Ex_uA0,341 +numpy/lib/tests/data/py3-objarr.npz,sha256=qQR0gS57e9ta16d_vCQjaaKM74gPdlwCPkp55P-qrdw,449 +numpy/lib/tests/data/python3.npy,sha256=X0ad3hAaLGXig9LtSHAo-BgOvLlFfPYMnZuVIxRmj-0,96 +numpy/lib/tests/data/win64python2.npy,sha256=agOcgHVYFJrV-nrRJDbGnUnF4ZTPYXuSeF-Mtg7GMpc,96 +numpy/lib/tests/test__datasource.py,sha256=HLhDpqI36qIWXdLmY9pPXpZSZdRccMKZ-h2U5jl62gE,10487 +numpy/lib/tests/test__iotools.py,sha256=HerCqvDE07JxjFQlWEfpZO7lC9z0Sbr3z20GSutoCPs,13743 +numpy/lib/tests/test__version.py,sha256=aO3YgkAohLsLzCNQ7vjIwdpFUMz0cPLbcuuxIkjuN74,1999 +numpy/lib/tests/test_arraypad.py,sha256=tk44LLvBuOMmcFN-_2ao8ykkqXHiuDyj-lRL1UL0A1I,54278 +numpy/lib/tests/test_arraysetops.py,sha256=_duBTnyplA4qlMPDcTUwH4ixl95g7ELOX8z9GUzCd8E,28747 +numpy/lib/tests/test_arrayterator.py,sha256=AYs2SwV5ankgwnvKI9RSO1jZck118nu3SyZ4ngzZNso,1291 +numpy/lib/tests/test_financial_expired.py,sha256=yq5mqGMvqpkiiw9CuZhJgrYa7Squj1mXr_G-IvAFgwI,247 +numpy/lib/tests/test_format.py,sha256=7olWpFK7Wt0y1XwhTaaGH67ncF9CLJvEH6T-qCZ5b-c,38457 +numpy/lib/tests/test_function_base.py,sha256=nsF0B0d2tJ0JlfX55kqXZgCdIkpPq_rSo_LxG66SEuA,147264 +numpy/lib/tests/test_histograms.py,sha256=HFCgnxK_UsiHyq1gSZPNYvDorMou2LDXDXndpe9589o,33672 +numpy/lib/tests/test_index_tricks.py,sha256=hufhkDwdubN-6wk0vghkE5vE9TC7Kc_gmw50b-r7sgU,18955 +numpy/lib/tests/test_io.py,sha256=bkrQ2JhVn2IMiOmc_ab8bsMX7fP9quhM9_7pT280NF0,106646 +numpy/lib/tests/test_loadtxt.py,sha256=MnTEgF7GzBeMf8Z9iJn0jNc4mxL1snQybse7Kt_eBfg,37404 +numpy/lib/tests/test_mixins.py,sha256=Wivwz3XBWsEozGzrzsyyvL3qAuE14t1BHk2LPm9Z9Zc,7030 +numpy/lib/tests/test_nanfunctions.py,sha256=dHUvkPoKr9pEqqpMQ-W4mtYPaUqNdyBEl7GRBZYUSzg,44591 +numpy/lib/tests/test_packbits.py,sha256=OWGAd5g5GG0gl7WHqNfwkZ7G-2rrtLt2sI854PG4nnw,17546 +numpy/lib/tests/test_polynomial.py,sha256=URouxJpr8FQ5hiKybqhtOcLA7e-3hj4kWzjLBROByyA,11395 +numpy/lib/tests/test_recfunctions.py,sha256=QioJDHHWUeOyTVQ9tqm6i-BvWkco77tgTBrHX7rm5eM,41099 +numpy/lib/tests/test_regression.py,sha256=KzGFkhTcvEG97mymoOQ2hP2CEr2nPZou0Ztf4-WaXCs,8257 +numpy/lib/tests/test_shape_base.py,sha256=2G1FCskYEfVk_1uu8qPSbWG59aF9zXzjVhztpZU-1NA,25739 +numpy/lib/tests/test_stride_tricks.py,sha256=wprpWWH5eq07DY7rzG0WDv5fMtLxzRQz6fm6TZWlScQ,22849 +numpy/lib/tests/test_twodim_base.py,sha256=zbTVB5bz9m1o1F1UKsSseF6BcfYoJPg_6n3HPNwp_BY,18951 +numpy/lib/tests/test_type_check.py,sha256=akjNP3V7IGIdvoA73cxrx6XdaNRTaUaKdAR-XPYm9tw,15119 +numpy/lib/tests/test_ufunclike.py,sha256=8umwt73iT_zIbk20MxQSoK5LWD6Bvv9gBUkaPXiRNEw,3278 +numpy/lib/tests/test_utils.py,sha256=XJH5jKw9VvX0iYeIZKwmAWSXKB_kxMU2xGDLet3i3Kc,4560 +numpy/lib/twodim_base.py,sha256=-kAclSeduaVth6csSLB48OPYu32FoEmL16nLjjYPjhc,31612 +numpy/lib/twodim_base.pyi,sha256=wXqIqsDiGg0HOfYJkYIsV1b4FBq_dI39yMrFfAKllNs,5463 +numpy/lib/type_check.py,sha256=fLW_HRLqV4zzsL0QHVgJ7axUtAghK90za-BweERX200,19931 +numpy/lib/type_check.pyi,sha256=LPvAvIxU-p5i_Qe-ic7hEvo4OTfSrNpplxMG7OAZe8Q,5571 +numpy/lib/ufunclike.py,sha256=8WVNpHtt5kOkPYDhvlmHql-Swg5zV0f09bJwnVJNpm0,8031 +numpy/lib/ufunclike.pyi,sha256=hLxcYfQprh1tTY_UO2QscA3Hd9Zd7cVGXIINZLhMFqY,1293 +numpy/lib/user_array.py,sha256=LE958--CMkBI2r3l1SQxmCHdCSw6HY6-RhWCnduzGA4,7721 +numpy/lib/utils.py,sha256=bSgyPmwOreJr8R_Gt9a3kageaKRXDfRavkbYxG3c-IA,33538 +numpy/lib/utils.pyi,sha256=CoNNhy7uNgJiSwkLJVPwnZ3nZG9eod1ujgLHP1XbdRc,2327 +numpy/linalg/__init__.py,sha256=mpdlEXWtTvpF7In776ONLwp6RIyo4U_GLPT1L1eIJnw,1813 +numpy/linalg/__init__.pyi,sha256=XBy4ocuypsRVflw_mbSTUhR4N5Roemu6w5SfeVwbkAc,620 +numpy/linalg/__pycache__/__init__.cpython-38.pyc,, +numpy/linalg/__pycache__/linalg.cpython-38.pyc,, +numpy/linalg/__pycache__/setup.cpython-38.pyc,, +numpy/linalg/_umath_linalg.cpython-38-x86_64-linux-gnu.so,sha256=qgPz1DR_CyEzVc-BVKUq6W7BJeLT0xyoFKAM6NgSpaM,239200 +numpy/linalg/lapack_lite.cpython-38-x86_64-linux-gnu.so,sha256=e_bQe2jkFw_heS5aAtU7sS8CqJM7tJ4GJEJEiiUDWdk,30016 +numpy/linalg/linalg.py,sha256=7HCo_2mHB6Qh3pdyKjIFFzTPfZ4RzG9KfSb4Zh5U7m0,89813 +numpy/linalg/linalg.pyi,sha256=CzYJbM2F5LqUuGtIAQ3fztzMd4O9Fxz10ujmDgZxm4k,7440 +numpy/linalg/setup.py,sha256=FTkorAbmcuvh85pTwsSEAwT9jI1mbk6RXFjwz-cQpnA,2925 +numpy/linalg/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy/linalg/tests/__pycache__/__init__.cpython-38.pyc,, +numpy/linalg/tests/__pycache__/test_deprecations.cpython-38.pyc,, +numpy/linalg/tests/__pycache__/test_linalg.cpython-38.pyc,, +numpy/linalg/tests/__pycache__/test_regression.cpython-38.pyc,, +numpy/linalg/tests/test_deprecations.py,sha256=9p_SRmtxj2zc1doY9Ie3dyy5JzWy-tCQWFoajcAJUmM,640 +numpy/linalg/tests/test_linalg.py,sha256=UEfjeD3WUibVNDikNa3AaGe_DKjkGXPve5jdFcLk-7E,77352 +numpy/linalg/tests/test_regression.py,sha256=wfJx2G8SeApiIta80xN2hzot-wvXSw-TF8TXXIYZwyE,5597 +numpy/ma/__init__.py,sha256=dgP0WdnOpph28Fd6UiqoyDKhfrct0H6QWqbCcETsk6M,1404 +numpy/ma/__init__.pyi,sha256=89bS3ZnV7UOFx0ioGZW79E_GQOgfBJ6Sa1DWsvbR7BQ,6085 +numpy/ma/__pycache__/__init__.cpython-38.pyc,, +numpy/ma/__pycache__/bench.cpython-38.pyc,, +numpy/ma/__pycache__/core.cpython-38.pyc,, +numpy/ma/__pycache__/extras.cpython-38.pyc,, +numpy/ma/__pycache__/mrecords.cpython-38.pyc,, +numpy/ma/__pycache__/setup.cpython-38.pyc,, +numpy/ma/__pycache__/testutils.cpython-38.pyc,, +numpy/ma/__pycache__/timer_comparison.cpython-38.pyc,, +numpy/ma/bench.py,sha256=tSsmn5f59rOx6e7UGU3kyAedPhJG2sp-8LZHeZPla6g,4859 +numpy/ma/core.py,sha256=-gn7nJAd2CLPTtRIfHfI_xO1ad9laarbdwOPlhwOK7A,269111 +numpy/ma/core.pyi,sha256=YvHW8hTuqiqMbsbWbFT8oN3ZUFagDJ37CB5UMYwuPt8,14181 +numpy/ma/extras.py,sha256=-DseheqwSmWzopNFXGJv5ldJoO5J-1Ir2QJ0X47_-sY,60910 +numpy/ma/extras.pyi,sha256=BBsiCZbaPpGCY506fkmqZdBkJNCXcglc3wcSBuAACNk,2646 +numpy/ma/mrecords.py,sha256=degd6dLaDEvEWNHmvSnUZXos1csIzaqjR_jAutm8JfI,27232 +numpy/ma/mrecords.pyi,sha256=r1a2I662ywnhGS6zvfcyK-9RHVvb4sHxiCx9Dhf5AE4,1934 +numpy/ma/setup.py,sha256=MqmMicr_xHkAGoG-T7NJ4YdUZIJLO4ZFp6AmEJDlyhw,418 +numpy/ma/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy/ma/tests/__pycache__/__init__.cpython-38.pyc,, +numpy/ma/tests/__pycache__/test_core.cpython-38.pyc,, +numpy/ma/tests/__pycache__/test_deprecations.cpython-38.pyc,, +numpy/ma/tests/__pycache__/test_extras.cpython-38.pyc,, +numpy/ma/tests/__pycache__/test_mrecords.cpython-38.pyc,, +numpy/ma/tests/__pycache__/test_old_ma.cpython-38.pyc,, +numpy/ma/tests/__pycache__/test_regression.cpython-38.pyc,, +numpy/ma/tests/__pycache__/test_subclassing.cpython-38.pyc,, +numpy/ma/tests/test_core.py,sha256=uF62WE5XhAkDr4yDZfy-YdfSIWSznARYnQ9cx_ef4CU,205483 +numpy/ma/tests/test_deprecations.py,sha256=ylBZx-5tGNimMk4xqUl0R2YUL5DX297XzSdL46U4wRk,2777 +numpy/ma/tests/test_extras.py,sha256=pjf0PUynPB0cuAVBJgt1T3JoBT6lxDrNicbhjldJ40c,71944 +numpy/ma/tests/test_mrecords.py,sha256=3IbTkbbDJhHfbkf-oWgpATghrwnIKA3XMtVFtnx257w,19883 +numpy/ma/tests/test_old_ma.py,sha256=wkZM5NnvkJCDropQT5dYbL14qweNv6e1aLptQzV4xbY,32758 +numpy/ma/tests/test_regression.py,sha256=Gr5p91SxeKK3jA3Kl7OGKOLdg40nSSHaMSjeVqIuvMM,3079 +numpy/ma/tests/test_subclassing.py,sha256=CW2YojzuS24QvEiPOXDqki6WHYgUZuKCCxYwpkExXDk,14214 +numpy/ma/testutils.py,sha256=KOD9yEe6rUTZ_nMDcZyXphBP1vpfV1vzvbmIhVaJrsg,10239 +numpy/ma/timer_comparison.py,sha256=pIGSZG-qYYYlRWSTgzPlyCAINbGKhXrZrDZBBjiM080,15658 +numpy/matlib.py,sha256=0tYjeI3dLL0-zpuavuiXkdnewfnhQ_3Pxsz-CI1hl98,10365 +numpy/matrixlib/__init__.py,sha256=L4GDL_3Z8Tf-s8v5hgFbnCzCMNSzvnZydENoSZBkWI4,218 +numpy/matrixlib/__init__.pyi,sha256=-t3ZuvbzRuRwWfZOeN4xlNWdm7gQEprhUsWzu8MRvUE,252 +numpy/matrixlib/__pycache__/__init__.cpython-38.pyc,, +numpy/matrixlib/__pycache__/defmatrix.cpython-38.pyc,, +numpy/matrixlib/__pycache__/setup.cpython-38.pyc,, +numpy/matrixlib/defmatrix.py,sha256=K9ecSTjVAETfgpCLPEALKn5CvT-QynDDFQvMn_3gmv0,30667 +numpy/matrixlib/defmatrix.pyi,sha256=lmBMRahKcMOl2PHDo79J67VRAZOkI54BzfDaTLpE0LI,451 +numpy/matrixlib/setup.py,sha256=1r7JRkSM4HyVorgtjoKJGWLcOcPO3wmvivpeEsVtAEg,426 +numpy/matrixlib/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy/matrixlib/tests/__pycache__/__init__.cpython-38.pyc,, +numpy/matrixlib/tests/__pycache__/test_defmatrix.cpython-38.pyc,, +numpy/matrixlib/tests/__pycache__/test_interaction.cpython-38.pyc,, +numpy/matrixlib/tests/__pycache__/test_masked_matrix.cpython-38.pyc,, +numpy/matrixlib/tests/__pycache__/test_matrix_linalg.cpython-38.pyc,, +numpy/matrixlib/tests/__pycache__/test_multiarray.cpython-38.pyc,, +numpy/matrixlib/tests/__pycache__/test_numeric.cpython-38.pyc,, +numpy/matrixlib/tests/__pycache__/test_regression.cpython-38.pyc,, +numpy/matrixlib/tests/test_defmatrix.py,sha256=8E_-y7VD2vsq1y8CcI8km37pp5qcAtkciO16xqf2UIs,14982 +numpy/matrixlib/tests/test_interaction.py,sha256=PpjmgjEKighDXvt38labKE6L7f2jP74UEmp3JRb_iOY,11875 +numpy/matrixlib/tests/test_masked_matrix.py,sha256=RyL5DfLJoNUe-ZgQndMvpP8Jp_XKlreyhWjR1sfU-9A,8925 +numpy/matrixlib/tests/test_matrix_linalg.py,sha256=ObbSUXU4R2pWajH__xAdizADrU2kBKDDCxkDV-oVBXc,2059 +numpy/matrixlib/tests/test_multiarray.py,sha256=jB3XCBmAtcqf-Wb9PwBW6uIykPpMPthuXLJ0giTKzZE,554 +numpy/matrixlib/tests/test_numeric.py,sha256=MP70qUwgshTtThKZaZDp7_6U-Z66NIV1geVhasGXejQ,441 +numpy/matrixlib/tests/test_regression.py,sha256=8sHDtO8Zi8p3a1eQKEWxtCmKrXmHoD3qxlIokg2AIAU,927 +numpy/polynomial/__init__.py,sha256=8jrPKniYrbrE59nmLBbH2WLxNLeMkZ-vQuLa3Hu9Apg,6788 +numpy/polynomial/__init__.pyi,sha256=W8szYtVUy0RUi83jmFLK58BN8CKVSoHA2CW7IcdUl1c,701 +numpy/polynomial/__pycache__/__init__.cpython-38.pyc,, +numpy/polynomial/__pycache__/_polybase.cpython-38.pyc,, +numpy/polynomial/__pycache__/chebyshev.cpython-38.pyc,, +numpy/polynomial/__pycache__/hermite.cpython-38.pyc,, +numpy/polynomial/__pycache__/hermite_e.cpython-38.pyc,, +numpy/polynomial/__pycache__/laguerre.cpython-38.pyc,, +numpy/polynomial/__pycache__/legendre.cpython-38.pyc,, +numpy/polynomial/__pycache__/polynomial.cpython-38.pyc,, +numpy/polynomial/__pycache__/polyutils.cpython-38.pyc,, +numpy/polynomial/__pycache__/setup.cpython-38.pyc,, +numpy/polynomial/_polybase.py,sha256=n_5hGWdm0M-848FOc4Nm5ZXITrxgRLEoccfJxqbZT1U,36485 +numpy/polynomial/_polybase.pyi,sha256=R_hpsVb_tnzrSwtnp3v6ZXnJoU5rmTp-DEPPNM8J350,2247 +numpy/polynomial/chebyshev.py,sha256=_qbtl09xdBK0ZTNUaOUnZY-f5j5PImJEc8h8eKDN-jk,62490 +numpy/polynomial/chebyshev.pyi,sha256=035CNdOas4dnb6lFLzRiBrYT_VnWh2T1-A3ibm_HYkI,1387 +numpy/polynomial/hermite.py,sha256=EWb1Fa-0Hl8qI18bkplFOXoyR7aU3_etQjsC6g1VikY,52238 +numpy/polynomial/hermite.pyi,sha256=hdsvTULow8bIjnATudf0i6brpLHV7vbOoHzaMvbjMy0,1217 +numpy/polynomial/hermite_e.py,sha256=9gSngNFbr3U39lUEU8lxwfLMxi5K5E7c64b2Sjz8rLY,52366 +numpy/polynomial/hermite_e.pyi,sha256=zV7msb9v9rV0iv_rnD3SjP-TGyc6pd3maCqiPCj3PbA,1238 +numpy/polynomial/laguerre.py,sha256=ACxiDr-SlY-F-iUpnTQCN7JaBVt8FDBBrWPIxuNm8O4,50568 +numpy/polynomial/laguerre.pyi,sha256=Gxc9SLISNKMWrKdsVJ9fKFFFwfxxZzfF-Yc-2r__z5M,1178 +numpy/polynomial/legendre.py,sha256=Pyp8xafrILE0qZxSHnQLo5C6xB4zNHWRikHEcLsyU00,51274 +numpy/polynomial/legendre.pyi,sha256=9dmANwkxf7EbOHV3XQBPoaDtc56cCkf75Wo7FG9Zfj4,1178 +numpy/polynomial/polynomial.py,sha256=l8CnljcDTqW6JEOtzvzfXhBvMK0le7gI3SRtnDOS-Os,48690 +numpy/polynomial/polynomial.pyi,sha256=bOPRnub4xXxsUwNGeiQLTT4PCfN1ysSrf6LBZIcAN2Y,1132 +numpy/polynomial/polyutils.py,sha256=xyHL_X5yxum8z1wCN3HA5J48WMgpxm0zmQ5bqg_iq80,22105 +numpy/polynomial/polyutils.pyi,sha256=FQPYayL0opxcsQfOOcxCtb7Tg6TKr3ytYXnxmQT3ffM,227 +numpy/polynomial/setup.py,sha256=dXQfzVUMP9OcB6iKv5yo1GLEwFB3gJ48phIgo4N-eM0,373 +numpy/polynomial/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy/polynomial/tests/__pycache__/__init__.cpython-38.pyc,, +numpy/polynomial/tests/__pycache__/test_chebyshev.cpython-38.pyc,, +numpy/polynomial/tests/__pycache__/test_classes.cpython-38.pyc,, +numpy/polynomial/tests/__pycache__/test_hermite.cpython-38.pyc,, +numpy/polynomial/tests/__pycache__/test_hermite_e.cpython-38.pyc,, +numpy/polynomial/tests/__pycache__/test_laguerre.cpython-38.pyc,, +numpy/polynomial/tests/__pycache__/test_legendre.cpython-38.pyc,, +numpy/polynomial/tests/__pycache__/test_polynomial.cpython-38.pyc,, +numpy/polynomial/tests/__pycache__/test_polyutils.cpython-38.pyc,, +numpy/polynomial/tests/__pycache__/test_printing.cpython-38.pyc,, +numpy/polynomial/tests/test_chebyshev.py,sha256=6tMsFP1h7K8Zf72mNOta6Tv52_fVTlXknseuffj080c,20522 +numpy/polynomial/tests/test_classes.py,sha256=DFyY2IQBj3r2GZkvbRIeZO2EEY466xbuwc4PShAl4Sw,18331 +numpy/polynomial/tests/test_hermite.py,sha256=N9b2dx2UWPyja5v02dSoWYPnKvb6H-Ozgtrx-xjWz2k,18577 +numpy/polynomial/tests/test_hermite_e.py,sha256=_A3ohAWS4HXrQG06S8L47dImdZGTwYosCXnoyw7L45o,18911 +numpy/polynomial/tests/test_laguerre.py,sha256=BZOgs49VBXOFBepHopxuEDkIROHEvFBfWe4X73UZhn8,17511 +numpy/polynomial/tests/test_legendre.py,sha256=b_bblHs0F_BWw9ESuSq52ZsLKcQKFR5eqPf_SppWFqo,18673 +numpy/polynomial/tests/test_polynomial.py,sha256=OjoRocjhPfEd1tOW6J5LwUan3SdWTLwzHOzLU9umcI8,20238 +numpy/polynomial/tests/test_polyutils.py,sha256=IxkbVfpcBqe5lOZluHFUPbLATLu1rwVg7ghLASpfYrY,3579 +numpy/polynomial/tests/test_printing.py,sha256=Txe4Ac_P5w07avL_2Wr7niF7U8yPBqSLJkgMpGa3Va0,15786 +numpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy/random/__init__.pxd,sha256=9JbnX540aJNSothGs-7e23ozhilG6U8tINOUEp08M_k,431 +numpy/random/__init__.py,sha256=81Thnexg5umN5WZwD5TRyzNc2Yp-d14B6UC7NBgVKh8,7506 +numpy/random/__init__.pyi,sha256=3Giv8W2ELfu8n-B7aiMYdXegLIVrS9uu-HpzpLqyM2s,2055 +numpy/random/__pycache__/__init__.cpython-38.pyc,, +numpy/random/__pycache__/_pickle.cpython-38.pyc,, +numpy/random/__pycache__/setup.cpython-38.pyc,, +numpy/random/_bounded_integers.cpython-38-x86_64-linux-gnu.so,sha256=BBRtUqbIx3cZVCKVkuwdDRd5hrmXP_vAFmXdKs-tlmc,441920 +numpy/random/_bounded_integers.pxd,sha256=hcoucPH5hkFEM2nm12zYO-5O_Rt8RujEXT5YWuAzl1Q,1669 +numpy/random/_common.cpython-38-x86_64-linux-gnu.so,sha256=e1uIF7dQKQyoQyj6fmbxf27L_TXw1UMCKFJzo1-FCDM,311056 +numpy/random/_common.pxd,sha256=yb9RtI6u1nyYGnIu1KwX4h_A0pEwA3HExVKdWJ6eMU0,4745 +numpy/random/_examples/cffi/__pycache__/extending.cpython-38.pyc,, +numpy/random/_examples/cffi/__pycache__/parse.cpython-38.pyc,, +numpy/random/_examples/cffi/extending.py,sha256=xSla3zWqxi6Hj48EvnYfD3WHfE189VvC4XsKu4_T_Iw,880 +numpy/random/_examples/cffi/parse.py,sha256=o41aw7pB_nA8RfLDUlaP0DNDO_bDo__B0XM5pGLxtY0,1829 +numpy/random/_examples/cython/__pycache__/setup.cpython-38.pyc,, +numpy/random/_examples/cython/extending.pyx,sha256=4IE692pq1V53UhPZqQiQGcIHXDoNyqTx62x5a36puVg,2290 +numpy/random/_examples/cython/extending_distributions.pyx,sha256=oazFVWeemfE0eDzax7r7MMHNL1_Yofws2m-c_KT2Hbo,3870 +numpy/random/_examples/cython/setup.py,sha256=FPAnf3nC8BQWrKZ6fNheKbcxLapqd9LW7rC995px9I8,1401 +numpy/random/_examples/numba/__pycache__/extending.cpython-38.pyc,, +numpy/random/_examples/numba/__pycache__/extending_distributions.cpython-38.pyc,, +numpy/random/_examples/numba/extending.py,sha256=Ipyzel_h5iU_DMJ_vnXUgQC38uMDMn7adUpWSeEQLFE,1957 +numpy/random/_examples/numba/extending_distributions.py,sha256=Jnr9aWkHyIWygNbdae32GVURK-5T9BTGhuExRpvve98,2034 +numpy/random/_generator.cpython-38-x86_64-linux-gnu.so,sha256=Lm-QrU7SHEc1NRagrP2GsFCOMuXlcBUvaCQu840p4yU,1030912 +numpy/random/_generator.pyi,sha256=WWrF4oNiUPalnzPeiDO1rkWsm6iAqicTvQC-59pJNlg,21682 +numpy/random/_mt19937.cpython-38-x86_64-linux-gnu.so,sha256=ZLwH8_ayP4s4xE5DEaJW-gqd-6w0LEaLFP7xOuyqA6o,124472 +numpy/random/_mt19937.pyi,sha256=_iZKaAmuKBQ4itSggfQvYYj_KjktcN4rt-YpE6bqFAM,724 +numpy/random/_pcg64.cpython-38-x86_64-linux-gnu.so,sha256=VcfDPoB2Rhod1SEn2jHJHMdAtSv8P_HRie-tJr49urw,126880 +numpy/random/_pcg64.pyi,sha256=uxr5CbEJetN6lv9vBG21jlRhuzOK8SQnXrwqAQBxj_c,1091 +numpy/random/_philox.cpython-38-x86_64-linux-gnu.so,sha256=r0LQXlsTlkJPx9SNEUxzWyo_vcmLDfeO6eithPzA9LQ,106008 +numpy/random/_philox.pyi,sha256=OKlaiIU-hj72Bp04zjNifwusOD_3-mYxIfvyuys8c_o,978 +numpy/random/_pickle.py,sha256=bNQeLjnzvu3-AqKied42orG4Fh75Oi1DuH23sQz5mFE,2305 +numpy/random/_sfc64.cpython-38-x86_64-linux-gnu.so,sha256=W94A4ZHaOLm9zFRHXWLZ1B-Vor6z-hpb6t56QBYT8W4,76128 +numpy/random/_sfc64.pyi,sha256=09afHTedVW-519493ZXtGcl-H-_zluj-B_yfEJG8MMs,709 +numpy/random/bit_generator.cpython-38-x86_64-linux-gnu.so,sha256=l7VlYf0PrQhJjKc7ZaEX56vTaml4z2l2QesHDmApzGE,227216 +numpy/random/bit_generator.pxd,sha256=lArpIXSgTwVnJMYc4XX0NGxegXq3h_QsUDK6qeZKbNc,1007 +numpy/random/bit_generator.pyi,sha256=cGZU1H0hAszMBzP4BhvmfWCGXHlXOp5Kx_Koar6r0Dw,3387 +numpy/random/c_distributions.pxd,sha256=FrGMrxWXGD8tc4HUWnzLpzUU8codNR-alXk1hjIAjmI,6033 +numpy/random/lib/libnpyrandom.a,sha256=-81sPY4SYpryGdAm0OBpFw7JxlGDdCRvYWa3qsnS5PQ,274034 +numpy/random/mtrand.cpython-38-x86_64-linux-gnu.so,sha256=Mltq5rHebKQxIcUE4xKAD3lV0S2EGdQq_V-7FV6U4z0,825520 +numpy/random/mtrand.pyi,sha256=UxxighuldyE8L23LoJs7F1b4fUjyxG5oj7h0z-5LDIU,19616 +numpy/random/setup.py,sha256=Cck92cScNxegafuWrM-3hV0ZRSYCxhi-jrbx3tR_wNQ,6998 +numpy/random/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy/random/tests/__pycache__/__init__.cpython-38.pyc,, +numpy/random/tests/__pycache__/test_direct.cpython-38.pyc,, +numpy/random/tests/__pycache__/test_extending.cpython-38.pyc,, +numpy/random/tests/__pycache__/test_generator_mt19937.cpython-38.pyc,, +numpy/random/tests/__pycache__/test_generator_mt19937_regressions.cpython-38.pyc,, +numpy/random/tests/__pycache__/test_random.cpython-38.pyc,, +numpy/random/tests/__pycache__/test_randomstate.cpython-38.pyc,, +numpy/random/tests/__pycache__/test_randomstate_regression.cpython-38.pyc,, +numpy/random/tests/__pycache__/test_regression.cpython-38.pyc,, +numpy/random/tests/__pycache__/test_seed_sequence.cpython-38.pyc,, +numpy/random/tests/__pycache__/test_smoke.cpython-38.pyc,, +numpy/random/tests/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy/random/tests/data/__pycache__/__init__.cpython-38.pyc,, +numpy/random/tests/data/mt19937-testset-1.csv,sha256=Xkef402AVB-eZgYQkVtoxERHkxffCA9Jyt_oMbtJGwY,15844 +numpy/random/tests/data/mt19937-testset-2.csv,sha256=nsBEQNnff-aFjHYK4thjvUK4xSXDSfv5aTbcE59pOkE,15825 +numpy/random/tests/data/pcg64-testset-1.csv,sha256=xB00DpknGUTTCxDr9L6aNo9Hs-sfzEMbUSS4t11TTfE,23839 +numpy/random/tests/data/pcg64-testset-2.csv,sha256=NTdzTKvG2U7_WyU_IoQUtMzU3kEvDH39CgnR6VzhTkw,23845 +numpy/random/tests/data/pcg64dxsm-testset-1.csv,sha256=vNSUT-gXS_oEw_awR3O30ziVO4seNPUv1UIZ01SfVnI,23833 +numpy/random/tests/data/pcg64dxsm-testset-2.csv,sha256=uylS8PU2AIKZ185OC04RBr_OePweGRtvn-dE4YN0yYA,23839 +numpy/random/tests/data/philox-testset-1.csv,sha256=SedRaIy5zFadmk71nKrGxCFZ6BwKz8g1A9-OZp3IkkY,23852 +numpy/random/tests/data/philox-testset-2.csv,sha256=dWECt-sbfvaSiK8-Ygp5AqyjoN5i26VEOrXqg01rk3g,23838 +numpy/random/tests/data/sfc64-testset-1.csv,sha256=iHs6iX6KR8bxGwKk-3tedAdMPz6ZW8slDSUECkAqC8Q,23840 +numpy/random/tests/data/sfc64-testset-2.csv,sha256=FIDIDFCaPZfWUSxsJMAe58hPNmMrU27kCd9FhCEYt_k,23833 +numpy/random/tests/test_direct.py,sha256=ROlEv_OqQQ2-vtypmqNtg-wzLXNuNe8YIQaMgBQfhLs,16429 +numpy/random/tests/test_extending.py,sha256=d50c5E5wueAfkYM5qZQ9YAJk735M735XPnZUL2SLfto,3488 +numpy/random/tests/test_generator_mt19937.py,sha256=bom4r8eSr4O53gtwBPb5X07pwNxYGq2at-LmsZCp8kU,113329 +numpy/random/tests/test_generator_mt19937_regressions.py,sha256=SAdHm3KlGjdh0IKyOF8TQd1YS-P59nSkIwKOe9SuT0U,5639 +numpy/random/tests/test_random.py,sha256=sTm24yZocm2BpEEa24SueCuhdHg5Dg6Ftb0XCVrQDZY,69953 +numpy/random/tests/test_randomstate.py,sha256=vHRYMUDrR192QhQyVN8g0g5Wbv5igzP56d9TZ3WkNhM,81516 +numpy/random/tests/test_randomstate_regression.py,sha256=VucYWIjA7sAquWsalvZMnfkmYLM1O6ysyWnLl931-lA,7917 +numpy/random/tests/test_regression.py,sha256=trntK51UvajOVELiluEO85l64CKSw5nvBSc5SqYyr9w,5439 +numpy/random/tests/test_seed_sequence.py,sha256=GNRJ4jyzrtfolOND3gUWamnbvK6-b_p1bBK_RIG0sfU,3311 +numpy/random/tests/test_smoke.py,sha256=jjNz0aEGD1_oQl9a9UWt6Mz_298alG7KryLT1pgHljw,28183 +numpy/setup.py,sha256=u3vdMH69z-UM6XNxec8o2cIp9AEfNqZ7fsVGp48ChLk,1101 +numpy/testing/__init__.py,sha256=G8Qlx2bRgbnTCVFGoo8kR_OlsebpcTaJHeYUnHY4sZ8,650 +numpy/testing/__init__.pyi,sha256=FB_4wiugmKbDTWXr-FVxp-mGNvJQjGUBYz5C5xblgnI,1803 +numpy/testing/__pycache__/__init__.cpython-38.pyc,, +numpy/testing/__pycache__/print_coercion_tables.cpython-38.pyc,, +numpy/testing/__pycache__/setup.cpython-38.pyc,, +numpy/testing/__pycache__/utils.cpython-38.pyc,, +numpy/testing/_private/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy/testing/_private/__pycache__/__init__.cpython-38.pyc,, +numpy/testing/_private/__pycache__/decorators.cpython-38.pyc,, +numpy/testing/_private/__pycache__/extbuild.cpython-38.pyc,, +numpy/testing/_private/__pycache__/noseclasses.cpython-38.pyc,, +numpy/testing/_private/__pycache__/nosetester.cpython-38.pyc,, +numpy/testing/_private/__pycache__/parameterized.cpython-38.pyc,, +numpy/testing/_private/__pycache__/utils.cpython-38.pyc,, +numpy/testing/_private/decorators.py,sha256=amFUfIH86_F8qvD-jqky59GYVtqMLs7uSxZ6euHblh8,11401 +numpy/testing/_private/extbuild.py,sha256=2Y6yC3_KCBmOHY9OLtsODqCGrI7JCGTKJBkFbfpHkaY,7816 +numpy/testing/_private/noseclasses.py,sha256=0wuRHsQVkz1c5bX1F0v2C4QEJWdhCuAdVOwo8uOefP8,14516 +numpy/testing/_private/nosetester.py,sha256=wKjN3dagwDInzGdeN6wO9JnLe6IoTxGqF_idSL0qpCQ,19435 +numpy/testing/_private/parameterized.py,sha256=mSWTmj1C2R9jjgqwMbqFlRXRcIBUaalAO8pYMg5nCpo,16156 +numpy/testing/_private/utils.py,sha256=_EEDDTlTM3oQpD5-ykBdHMIxnYjP2GSKprzFFGAa6eo,85421 +numpy/testing/_private/utils.pyi,sha256=rY_ld2hVfTK-JGTOVuhCB7xPyOdRN2KDaKjm_XdI_mo,9988 +numpy/testing/print_coercion_tables.py,sha256=ndxOsS4XfrZ4UY_9nqRTCnxhkzgdqcuUHL8nezd7Op4,6180 +numpy/testing/setup.py,sha256=GPKAtTTBRsNW4kmR7NjP6mmBR_GTdpaTvkTm10_VcLg,709 +numpy/testing/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy/testing/tests/__pycache__/__init__.cpython-38.pyc,, +numpy/testing/tests/__pycache__/test_doctesting.cpython-38.pyc,, +numpy/testing/tests/__pycache__/test_utils.cpython-38.pyc,, +numpy/testing/tests/test_doctesting.py,sha256=84GCZsWBQ3gqKrRI5NzmH_PmFHMShaVpZ4m0b_T1qNA,1347 +numpy/testing/tests/test_utils.py,sha256=rPggQz9_D6X98UZPHCLO_FMnsebLqdqtVB19eTuNVUU,55025 +numpy/testing/utils.py,sha256=B77PkK2qIw8R8tKk09OpWGVQV2O_P77fu4wt5QGOXSM,1255 +numpy/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy/tests/__pycache__/__init__.cpython-38.pyc,, +numpy/tests/__pycache__/test__all__.cpython-38.pyc,, +numpy/tests/__pycache__/test_ctypeslib.cpython-38.pyc,, +numpy/tests/__pycache__/test_matlib.cpython-38.pyc,, +numpy/tests/__pycache__/test_numpy_version.cpython-38.pyc,, +numpy/tests/__pycache__/test_public_api.cpython-38.pyc,, +numpy/tests/__pycache__/test_reloading.cpython-38.pyc,, +numpy/tests/__pycache__/test_scripts.cpython-38.pyc,, +numpy/tests/__pycache__/test_warnings.cpython-38.pyc,, +numpy/tests/test__all__.py,sha256=L3mCnYPTpzAgNfedVuq9g7xPWbc0c1Pot94k9jZ9NpI,221 +numpy/tests/test_ctypeslib.py,sha256=uAckGtgfFsaRGhD6ySPD5YR77US98TIUwR8DVS1bQvU,12290 +numpy/tests/test_matlib.py,sha256=gwhIXrJJo9DiecaGLCHLJBjhx2nVGl6yHq80AOUQSRM,1852 +numpy/tests/test_numpy_version.py,sha256=87imE8sJR6w16YYiTAfHxBSq7IFLnmgNpL6DUgqjKTs,1575 +numpy/tests/test_public_api.py,sha256=Jby34FmGujPqjyoyO80wifL9z-Pj31NzmO6LkMQbXt4,15916 +numpy/tests/test_reloading.py,sha256=bjyPiRx3AMPWcu-ExgbrlgmX4DxRAswwU_ci_Rl3hBk,2244 +numpy/tests/test_scripts.py,sha256=3jYt6iysOTgQjU5W_xPUo6MCRPmaFbRRP0UhVJOVLRc,1573 +numpy/tests/test_warnings.py,sha256=b7x4zdms9sNJkO9FJ-LTzYI4BWhbeLGy2oFMC6Z85ig,2280 +numpy/typing/__init__.py,sha256=EAAiyHa5jGJpF9ECFel-qnCo18VUnT5Y8YCuKd0zN-I,5231 +numpy/typing/__pycache__/__init__.cpython-38.pyc,, +numpy/typing/__pycache__/mypy_plugin.cpython-38.pyc,, +numpy/typing/__pycache__/setup.cpython-38.pyc,, +numpy/typing/mypy_plugin.py,sha256=-Lzl_iaVlYSvDZwDSk0Ee-IaWQsI1OUFbtd_aNchegU,6479 +numpy/typing/setup.py,sha256=Cnz9q53w-vJNyE6vYxqYvQXx0pJbrG9quHyz9sqxfek,374 +numpy/typing/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +numpy/typing/tests/__pycache__/__init__.cpython-38.pyc,, +numpy/typing/tests/__pycache__/test_generic_alias.cpython-38.pyc,, +numpy/typing/tests/__pycache__/test_isfile.cpython-38.pyc,, +numpy/typing/tests/__pycache__/test_runtime.cpython-38.pyc,, +numpy/typing/tests/__pycache__/test_typing.cpython-38.pyc,, +numpy/typing/tests/data/fail/arithmetic.pyi,sha256=4rY_ASCERAl8WCus1RakOe0Aw-8vvjilL29mgdD4lv0,3850 +numpy/typing/tests/data/fail/array_constructors.pyi,sha256=X9y_jUYS17WfYmXW5NwkVudyiR6ouUaAwEh0JRte42o,1089 +numpy/typing/tests/data/fail/array_like.pyi,sha256=OVAlEJZ5k8ZRKt0aGpZQwIjlUGpy0PzOOYqfI-IMqBQ,455 +numpy/typing/tests/data/fail/array_pad.pyi,sha256=57oK0Yp53rtKjjIrRFYLcxa-IfIGhtI-bEem7ggJKwI,132 +numpy/typing/tests/data/fail/arrayprint.pyi,sha256=-Fs9VnQfxyfak008Hq8kJWfB0snA6jGDXZz8ljQnwGE,549 +numpy/typing/tests/data/fail/arrayterator.pyi,sha256=FoU4ahHkJZ67dwWXer5FXLjjjesKKg-w2Jq1X1bHymA,480 +numpy/typing/tests/data/fail/bitwise_ops.pyi,sha256=GN9dVqk4_HFXn7zbRrHzJq_UGRFBccoYVUG1UuE7bXs,515 +numpy/typing/tests/data/fail/char.pyi,sha256=-vgN6EmfQ8VaA4SOZ5Ol9u4-Z7Q5I7G78LmaxZOuZ90,2615 +numpy/typing/tests/data/fail/chararray.pyi,sha256=jrNryZFpr8nxG2IHb9e0x3ranpvJpBy_RDex-WpT5rU,2296 +numpy/typing/tests/data/fail/comparisons.pyi,sha256=U4neWzwwtxG6QXsKlNGJuKXHBtwzYBQOa47_7SKF5Wg,888 +numpy/typing/tests/data/fail/constants.pyi,sha256=YSqNbXdhbdMmYbs7ntH0FCKbnm8IFeqsDlZBqcU43iw,286 +numpy/typing/tests/data/fail/datasource.pyi,sha256=PRT2hixR-mVxr2UILvHa99Dr54EF2h3snJXE-v3rWcc,395 +numpy/typing/tests/data/fail/dtype.pyi,sha256=OAGABqdXNB8gClJFEGMckoycuZcIasMaAlS2RkiKROI,334 +numpy/typing/tests/data/fail/einsumfunc.pyi,sha256=O6lo1B3IpdBQ_r6nvJudEYRekl_2g8j3PAH_eahvvyY,737 +numpy/typing/tests/data/fail/false_positives.pyi,sha256=Q61qMsSsNCtmO0EMRxHj5Z7RYTyrELVpkzfJY5eK8Z0,366 +numpy/typing/tests/data/fail/flatiter.pyi,sha256=qLM4qm7gvJtEZ0rTHcyasUzoP5JbX4FREtqV3g1w6Lo,843 +numpy/typing/tests/data/fail/fromnumeric.pyi,sha256=FH2mjkgtCbA9soqlJRhYN7IIfRRrUL1i9mwqcbYKZSc,5591 +numpy/typing/tests/data/fail/histograms.pyi,sha256=8Hx8zJ113UtHPc_yi-BM3xUqtmeUS3r3IFYvci9quQA,424 +numpy/typing/tests/data/fail/index_tricks.pyi,sha256=moINir9iQoi6Q1ZuVg5BuSB9hSBtbg_uzv-Qm_lLYZk,509 +numpy/typing/tests/data/fail/lib_function_base.pyi,sha256=6y9T773CBLX-jUry1sCQGVuKVKM2wMuQ56Ni5V5j4Dw,2081 +numpy/typing/tests/data/fail/lib_polynomial.pyi,sha256=siSXSVM0FqwwdHnYrYksOrnMrgdK_zdZ9xGVQ67iMNw,913 +numpy/typing/tests/data/fail/lib_utils.pyi,sha256=VFpE6_DisvlDByyp1PiNPJEe5IcZp8cH0FlAJyoZipo,276 +numpy/typing/tests/data/fail/lib_version.pyi,sha256=7-ZJDZwDcB-wzpMN8TeYtZAgaqc7xnQ8Dnx2ISiX2Ts,158 +numpy/typing/tests/data/fail/linalg.pyi,sha256=yDd05aK1dI37RPt3pD2eJYo4dZFaT2yB1PEu3K0y9Tg,1322 +numpy/typing/tests/data/fail/memmap.pyi,sha256=HSTCQYNuW1Y6X1Woj361pN4rusSPs4oDCXywqk20yUo,159 +numpy/typing/tests/data/fail/modules.pyi,sha256=biKdya7jl9ptCNorql1AFHoOtXU9bdTFodlIUQtbwUY,652 +numpy/typing/tests/data/fail/multiarray.pyi,sha256=XCdBxufNhR8ZtG8UMzk8nt9_NC5gJTKP9-xTqKO_K9I,1693 +numpy/typing/tests/data/fail/ndarray.pyi,sha256=YnjXy16RHs_esKelMjB07865CQ7gLyQnXhnitq5Kv5c,405 +numpy/typing/tests/data/fail/ndarray_misc.pyi,sha256=w-10xTDDWoff9Lq0dBO-jBeiBR-XjCz2qmes0dLx238,1372 +numpy/typing/tests/data/fail/nditer.pyi,sha256=w7emjnOxnf3NcvLktNLlke6Cuivn2gU3sVmGCfbG6rw,325 +numpy/typing/tests/data/fail/nested_sequence.pyi,sha256=em4GZwLDFE0QSxxg081wVwhh-Dmtkn8f7wThI0DiXVs,427 +numpy/typing/tests/data/fail/npyio.pyi,sha256=nUAt8mHO_ZzKsdo_G9mjJfaBCdrba_Q3KiyJwzMiHys,780 +numpy/typing/tests/data/fail/numerictypes.pyi,sha256=S_AIFg4DsJ1sX3EcCAh7ZlsAkpCsycZ_tU92Sj1DWyY,341 +numpy/typing/tests/data/fail/random.pyi,sha256=p5WsUGyOL-MGIeALh9Y0dVhYSRQLaUwMdjXc3G6C_7Q,2830 +numpy/typing/tests/data/fail/rec.pyi,sha256=Ws3TyesnoQjt7Q0wwtpShRDJmZCs2jjP17buFMomVGA,704 +numpy/typing/tests/data/fail/scalars.pyi,sha256=F1xVxamLrUXfW5x4CcqkjIQes4inaA8Zk8Jm6szyA_E,2904 +numpy/typing/tests/data/fail/shape_base.pyi,sha256=Y_f4buHtX2Q2ZA4kaDTyR8LErlPXTzCB_-jBoScGh_Q,152 +numpy/typing/tests/data/fail/stride_tricks.pyi,sha256=IjA0Xrnx0lG3m07d1Hjbhtyo1Te5cXgjgr5fLUo4LYQ,315 +numpy/typing/tests/data/fail/testing.pyi,sha256=e7b5GKTWCtKGoB8z2a8edsW0Xjl1rMheALsvzEJjlCw,1370 +numpy/typing/tests/data/fail/twodim_base.pyi,sha256=ZqbRJfy5S_pW3fFLuomy4L5SBNqj6Nklexg9KDTo65c,899 +numpy/typing/tests/data/fail/type_check.pyi,sha256=CIyI0j0Buxv0QgCvNG2urjaKpoIZ-ZNawC2m6NzGlbo,379 +numpy/typing/tests/data/fail/ufunc_config.pyi,sha256=ukA0xwfJHLoGfoOIpWIN-91wj-DG8oaIjYbO72ymjg4,733 +numpy/typing/tests/data/fail/ufunclike.pyi,sha256=lbxjJyfARmt_QK1HxhxFxvwQTqCEZwJ9I53Wp8X3KIY,679 +numpy/typing/tests/data/fail/ufuncs.pyi,sha256=YaDTL7QLmGSUxE6JVMzpOlZTjHWrgbOo0UIlkX-6ZQk,1347 +numpy/typing/tests/data/fail/warnings_and_errors.pyi,sha256=PrbYDFI7IGN3Gf0OPBkVfefzQs4AXHwDQ495pvrX3RY,174 +numpy/typing/tests/data/misc/extended_precision.pyi,sha256=XJE_Qjaou-yzhww8K_3ypc4WTPudW0b3g0-T82aB8QE,347 +numpy/typing/tests/data/mypy.ini,sha256=a4--l5EymPReC-WKEsCfl2Nve_1T4XTFcoexa5q2MpY,166 +numpy/typing/tests/data/pass/__pycache__/arithmetic.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/array_constructors.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/array_like.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/arrayprint.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/arrayterator.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/bitwise_ops.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/comparisons.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/dtype.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/einsumfunc.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/flatiter.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/fromnumeric.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/index_tricks.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/lib_utils.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/lib_version.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/literal.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/mod.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/modules.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/multiarray.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/ndarray_conversion.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/ndarray_misc.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/ndarray_shape_manipulation.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/numeric.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/numerictypes.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/random.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/scalars.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/simple.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/simple_py3.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/ufunc_config.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/ufunclike.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/ufuncs.cpython-38.pyc,, +numpy/typing/tests/data/pass/__pycache__/warnings_and_errors.cpython-38.pyc,, +numpy/typing/tests/data/pass/arithmetic.py,sha256=jNeZRSmFv8R01gN421L_qRXRBUxKwZ7VU_sJp9TQSIo,7398 +numpy/typing/tests/data/pass/array_constructors.py,sha256=3GrhfBcmWX53pJHD0NvhXjwr2-uNKREbR1I9WCcZ7rI,2419 +numpy/typing/tests/data/pass/array_like.py,sha256=ce_IVubBd7J6FkSpJmD7qMlRLuwmiidhOqhYfZb16Wo,916 +numpy/typing/tests/data/pass/arrayprint.py,sha256=y_KkuLz1uM7pv53qfq7GQOuud4LoXE3apK1wtARdVyM,766 +numpy/typing/tests/data/pass/arrayterator.py,sha256=FqcpKdUQBQ0FazHFxr9MsLEZG-jnJVGKWZX2owRr4DQ,393 +numpy/typing/tests/data/pass/bitwise_ops.py,sha256=UnmxVr9HwI8ifdrutGm_u3EZU4iOOPQhrOku7hTaH0c,970 +numpy/typing/tests/data/pass/comparisons.py,sha256=nTE-fvraLK6xTZcP4uPV02wOShzYKWDaoapx35AeDOY,2992 +numpy/typing/tests/data/pass/dtype.py,sha256=lI_5QlB7_20TyC1Urxr0No9MbrhpBHQxs-F_v7UyPmo,1073 +numpy/typing/tests/data/pass/einsumfunc.py,sha256=eXj5L5MWPtQHgrHPsJ36qqrmBHqct9UoujjJCvHnF1k,1370 +numpy/typing/tests/data/pass/flatiter.py,sha256=0BnbuLMBC7MQlprNZ0QhNSscfYwPhEhXOhWoyiRACWU,174 +numpy/typing/tests/data/pass/fromnumeric.py,sha256=Xd_nJVVDoONdztUX8ddgo7EXJ2FD8AX51MO_Yujnmog,3742 +numpy/typing/tests/data/pass/index_tricks.py,sha256=oaFD9vY01_RI5OkrXt-xTk1n_dd-SpuPp-eZ58XR3c8,1492 +numpy/typing/tests/data/pass/lib_utils.py,sha256=SEJRuh7J7JHHlOVctf-zQ9zRwVpCvZ_HvAXHvDrjxw0,420 +numpy/typing/tests/data/pass/lib_version.py,sha256=HnuGOx7tQA_bcxFIJ3dRoMAR0fockxg4lGqQ4g7LGIw,299 +numpy/typing/tests/data/pass/literal.py,sha256=DLzdWHD6ttW4S0NEvGQbsH_UEJjhZyhvO4OXJjoyvZQ,1331 +numpy/typing/tests/data/pass/mod.py,sha256=HB9aK4_wGJbc44tomaoroNy0foIL5cI9KIjknvMTbkk,1578 +numpy/typing/tests/data/pass/modules.py,sha256=f-6R2TbqrLX7F8A3Z9VgSyPAlOwvOy1zZyvUgivD250,595 +numpy/typing/tests/data/pass/multiarray.py,sha256=MxHax6l94yqlTVZleAqG77ILEbW6wU5osPcHzxJ85ns,1331 +numpy/typing/tests/data/pass/ndarray_conversion.py,sha256=yPgzXG6paY1uF_z-QyHYrcmrZvhX7qtvTUh7ANLseCA,1626 +numpy/typing/tests/data/pass/ndarray_misc.py,sha256=Rtb4uJ3oDGo8ke3H0qbKLLIPZ2_3xsNgxLsfHYWVo3k,2716 +numpy/typing/tests/data/pass/ndarray_shape_manipulation.py,sha256=37eYwMNqMLwanIW9-63hrokacnSz2K_qtPUlkdpsTjo,640 +numpy/typing/tests/data/pass/numeric.py,sha256=SdnsD5zv0wm8T2hnIylyS14ig2McSz6rG9YslckbNQ4,1490 +numpy/typing/tests/data/pass/numerictypes.py,sha256=JnP5m-QpK7YEfeeYzaDyIUUQ_q95hjSQMIgUIPTdSwU,973 +numpy/typing/tests/data/pass/random.py,sha256=6qLgsOcyeKls-M6hulhHtCLKnvfjdGeYkBq8xNMPLMg,61810 +numpy/typing/tests/data/pass/scalars.py,sha256=l2S3iqsY7zTx65u2eGyoygteobjpd0ysTNIlot5XyZY,3464 +numpy/typing/tests/data/pass/simple.py,sha256=Vf3nKTGD6kSqoaH2MWSDRny2-knWX-fQHoEJONC7q9s,2684 +numpy/typing/tests/data/pass/simple_py3.py,sha256=HuLrc5aphThQkLjU2_19KgGFaXwKOfSzXe0p2xMm8ZI,96 +numpy/typing/tests/data/pass/ufunc_config.py,sha256=b0nWLyq0V2H4mKZXrNM0kT-GM-x8ig9tv3al50_YAWM,1120 +numpy/typing/tests/data/pass/ufunclike.py,sha256=Gve6cJ2AT3TAwOjUOQQDIUnqsRCGYq70_tv_sgODiiA,1039 +numpy/typing/tests/data/pass/ufuncs.py,sha256=xGuKuqPetUTS4io5YDHaki5nbYRu-wC29SGU32tzVIg,462 +numpy/typing/tests/data/pass/warnings_and_errors.py,sha256=Pcg-QWfY4PAhTKyehae8q6LhtbUABxa2Ye63-3h1f4w,150 +numpy/typing/tests/data/reveal/arithmetic.pyi,sha256=kTKcuu9SHUdR_1LCp4lA7DdbY_Olhx8s17zyrGc3sNM,20805 +numpy/typing/tests/data/reveal/array_constructors.pyi,sha256=WloltIK2MdIGFwr3JC6g4KLi4nraOsR3AJ4XhCq8eOc,11574 +numpy/typing/tests/data/reveal/arraypad.pyi,sha256=9S-6k9KTi4TrKO-s-cW1jvoWry7mc-8G4VVIU7cqICY,694 +numpy/typing/tests/data/reveal/arrayprint.pyi,sha256=2C2mIauAAGfor2_YsCTXPGu5gZhln7acekNp5T4Ekxs,686 +numpy/typing/tests/data/reveal/arraysetops.pyi,sha256=cKxJCQKVLOAXRDi0XGc-pFvHqzYfJW3w3O5JwD3bfW0,4671 +numpy/typing/tests/data/reveal/arrayterator.pyi,sha256=OEt5c-fFsve0Qc4e2Jb9_HN1BKUrCJU-YSAf_GTvKe8,1128 +numpy/typing/tests/data/reveal/bitwise_ops.pyi,sha256=t7nz7G8SNpGw_8Hdmpwl68pBH1fGHS6JVQAa5e8dd2s,3607 +numpy/typing/tests/data/reveal/char.pyi,sha256=VjyPAgov14MyqEuGJO-4NovgqcU5nfuZ0opefDZmfzE,8047 +numpy/typing/tests/data/reveal/chararray.pyi,sha256=_7dslcz7tDdoicD8XAa6ql7Ye71LRWeH1bnNQ4bxxN4,6312 +numpy/typing/tests/data/reveal/comparisons.pyi,sha256=jkpzpxnjqahq6dw9ynuHto54SH9nwUMWuMWBf3zT6Gk,8018 +numpy/typing/tests/data/reveal/constants.pyi,sha256=RFPG2UQfP6aRLtDLmL72iz2tqfkLC0GX0uIPUQPLfi8,1940 +numpy/typing/tests/data/reveal/ctypeslib.pyi,sha256=Qps3eZyBg8vLhPHj5z_osnlltRHba5F1qgAMHCeHl6o,5107 +numpy/typing/tests/data/reveal/datasource.pyi,sha256=melhwwltIDET_oudcv-skR8jKrGeVF5UOZVqfSKjXBw,557 +numpy/typing/tests/data/reveal/dtype.pyi,sha256=8YejndV1C4jgAzBvh-4JUn0gsjTwoeqVyaW9BniSuvw,2703 +numpy/typing/tests/data/reveal/einsumfunc.pyi,sha256=Gx1K9tAxlP-dH7kgKiiJfJXeUvqWjY5XSLxEk0EGLjw,2075 +numpy/typing/tests/data/reveal/emath.pyi,sha256=iieDKvLNdM0DSJ-CiG9DNrnBc-p7LhV6DDDZxGFGDfQ,2538 +numpy/typing/tests/data/reveal/false_positives.pyi,sha256=oQx8mhWsl0V7Zg7d49ZmFGiUV9azVdGPbrXgk1Faj70,349 +numpy/typing/tests/data/reveal/fft.pyi,sha256=T5w3JYzXQhZdfYk7oGXr9fZf1T9kOqaHS2e0DSAOB4I,1852 +numpy/typing/tests/data/reveal/flatiter.pyi,sha256=Ks3dXflFJzOD3uo4S3J_SsodD0AqlL7uRMISweDDyxI,819 +numpy/typing/tests/data/reveal/fromnumeric.pyi,sha256=qHv6SiH3llJjvrL8A3P3eg6b-wNnNribI60Gv9uPFSw,13631 +numpy/typing/tests/data/reveal/getlimits.pyi,sha256=XCjHClh1U8G-KawZAif3B4vD60e83YTEie1cR9oFRKw,1547 +numpy/typing/tests/data/reveal/histograms.pyi,sha256=9xBXQvL5n670oencXNwqNveDPH8dXHKK9djEvnQ0d7Q,1391 +numpy/typing/tests/data/reveal/index_tricks.pyi,sha256=oMkRrY65nIZTQ4WWRPdN7GFv9A0FA47MF_8ALYQbS14,3481 +numpy/typing/tests/data/reveal/lib_function_base.pyi,sha256=pPfkuP5_CxYehU1bcIp6ubyJF3cypfQmsG0b5VE4nVo,9309 +numpy/typing/tests/data/reveal/lib_polynomial.pyi,sha256=r3WFzw-MOAyl2DeNIKrAPOTjBBjrTJHJYtE7chiAbyw,6353 +numpy/typing/tests/data/reveal/lib_utils.pyi,sha256=3FASdA5Z7XlefhOBamomqbx917hDl4LoBqFD10BC3x0,917 +numpy/typing/tests/data/reveal/lib_version.pyi,sha256=SEo2pRemac1XnmhNDOKEEM0oHf8E0BTJR4rqJekI3fI,605 +numpy/typing/tests/data/reveal/linalg.pyi,sha256=QPfMGXSOSoIT-kGPV0PysdJxVr7Qfklr9zM7R8hy_N8,6389 +numpy/typing/tests/data/reveal/matrix.pyi,sha256=QiJFt5JxiM_KTmzSs3k9jUcjNssdMGBjD1RrbP4nEdM,3033 +numpy/typing/tests/data/reveal/memmap.pyi,sha256=rNVyEHg5RU_g77H7UgDBpPHHmgRsWogqf09wXc0n7oI,755 +numpy/typing/tests/data/reveal/mod.pyi,sha256=a-d4dlG69pP_2YmQ-H63S7gfgAr_EzqzZlVLXrCAam8,5989 +numpy/typing/tests/data/reveal/modules.pyi,sha256=xarouCu6De5qF9dFqrGZafxZ85p7npV958o-uYIxG0E,1910 +numpy/typing/tests/data/reveal/multiarray.pyi,sha256=uSLZoWQSHHImm7nOmBtHy9Psmxy6qO3Xjt8ETvLNozs,5670 +numpy/typing/tests/data/reveal/nbit_base_example.pyi,sha256=dlpC5thGC-6iPNwjEckkequk2jeNjbfAFK0xyDNqmOQ,500 +numpy/typing/tests/data/reveal/ndarray_conversion.pyi,sha256=wzVZpYgNbyeHmMWZd_k0wwbiXRrOMy-_0YL-uVeiJCw,1913 +numpy/typing/tests/data/reveal/ndarray_misc.pyi,sha256=lcz1B-VfYy95vXUCNBYIuIk-eD4yAejVFdvUn2lhBbw,7753 +numpy/typing/tests/data/reveal/ndarray_shape_manipulation.pyi,sha256=Ywz-fsGOQBfzs62Z2hwLlStZJk1-XqU12EhF1XV-80M,904 +numpy/typing/tests/data/reveal/nditer.pyi,sha256=7bxrQBoMou8014t7biD44Gx53-w0yK7dipZuX-GHPVI,2067 +numpy/typing/tests/data/reveal/nested_sequence.pyi,sha256=k8Aac9HP6cunRWwkU7BKR25UrTHpEpPOX5zsyldRdiQ,648 +numpy/typing/tests/data/reveal/npyio.pyi,sha256=UJ1znmJlAW7_hH6ph0PyWKw6tzK6XQNqppPrO54r9uU,4464 +numpy/typing/tests/data/reveal/numeric.pyi,sha256=YJBFghgxK3BBueERO5V3o7VqrmklKUtrmGsXXQPH3RY,6802 +numpy/typing/tests/data/reveal/numerictypes.pyi,sha256=Hjj6lrqqtDWvBtYECcfm4_xoeJvY5MiTCaqprt8Gxx0,1786 +numpy/typing/tests/data/reveal/random.pyi,sha256=KBHaA8TAvOUUW68G2RdfMWa8W1MRRtHWbpDig7GvPnM,129388 +numpy/typing/tests/data/reveal/rec.pyi,sha256=SObXQ2Td2wWPmI_Ilu_4MU9OfZpv-F_FeQIS-kVCjVs,3380 +numpy/typing/tests/data/reveal/scalars.pyi,sha256=4uXG4aWbbE7J8_caSkdzlyz9WBEAzJAqNgFnmaZ0QwE,5694 +numpy/typing/tests/data/reveal/shape_base.pyi,sha256=4p8Pazg55LxX41edkDu8wwAUg6wwUfrPVjCvfL4tVo8,2632 +numpy/typing/tests/data/reveal/stride_tricks.pyi,sha256=hhWXM8W88kieGN-07k5vgJnc5T9jBtx0e9S6f3AkXus,1563 +numpy/typing/tests/data/reveal/testing.pyi,sha256=suu0v3cHRAoz9bZ9zcMJdIavomX1IDDI8OpQRlDQFsI,9020 +numpy/typing/tests/data/reveal/twodim_base.pyi,sha256=Nst-USEDdDOddfyBy1RrmxQWmDHRKPd32SVHIhPd9fk,3327 +numpy/typing/tests/data/reveal/type_check.pyi,sha256=bkUwGo1PRIOwlsQ5Lzb4CI-4vc_QaD-75wwW9dxfrGs,3031 +numpy/typing/tests/data/reveal/ufunc_config.pyi,sha256=178x2bi3cwqRvGtfMWVdgy1zngKWtYPKq3iRfNicbHo,1304 +numpy/typing/tests/data/reveal/ufunclike.pyi,sha256=49gm2MdQWkwURr3iiykm5xzLWSe1op1z8yIm0SC3Gik,1319 +numpy/typing/tests/data/reveal/ufuncs.pyi,sha256=iau_uG1ombTNB2nhpUgdGnY3Pxx6mUj667tRXfLOvEI,2919 +numpy/typing/tests/data/reveal/version.pyi,sha256=T2ECJgJDcQDd5f71eJmnm_QqmXWYtBnlT5xomJqxAmI,313 +numpy/typing/tests/data/reveal/warnings_and_errors.pyi,sha256=QJb7pCEw-B3pz9OcD6RyK135lYT4CQiyt70yxp708qQ,420 +numpy/typing/tests/test_generic_alias.py,sha256=h8x4spOLptF3RtjlKEvI4YaV1YXxXEdKhK_LFebZqDA,7030 +numpy/typing/tests/test_isfile.py,sha256=xF6aWRj0ciBAPowsGx3fMUwRAryz8lxGDFiJPp-IGxc,812 +numpy/typing/tests/test_runtime.py,sha256=xJn6gWjpA44mRRNwRmKqO4z5ku1kn2V1tlXOaIwHLsA,3375 +numpy/typing/tests/test_typing.py,sha256=VqgCr14b1pN2EvC_LjyNnMNvwc3suIV0j6wAcFeZrPE,15312 +numpy/version.py,sha256=7WfmOFcKsQVxivXN6g0qZS_-D2PO9GisAfROkq5VlA8,475 diff --git a/venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/REQUESTED b/venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/WHEEL b/venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/WHEEL new file mode 120000 index 0000000..895e565 --- /dev/null +++ b/venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/WHEEL @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/a5/a3/76/ac713eb0b7f283467862f4277a7b4c4565f166791c9510c7f04e49eaa9 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/direct_url.json b/venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/direct_url.json new file mode 100644 index 0000000..f249650 --- /dev/null +++ b/venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/direct_url.json @@ -0,0 +1 @@ +{"archive_info": {"hash": "sha256=a0882323e0ca4245eb0a3d0a74f88ce581cc33aedcfa396e415e5bba7bf05f68"}, "url": "https://files.pythonhosted.org/packages/56/df/2f6016171ebce9875e7de0292a2131bea86e0340607a313a04b332d35c8e/numpy-1.23.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"} \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/entry_points.txt b/venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/entry_points.txt new file mode 120000 index 0000000..5a52462 --- /dev/null +++ b/venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/entry_points.txt @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/ef/09/16/3b7978c2ad802f64d2c305200e56a020e9e4d95936008a5e0900a00a01 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/top_level.txt b/venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/top_level.txt new file mode 120000 index 0000000..7c61445 --- /dev/null +++ b/venv/lib/python3.8/site-packages/numpy-1.23.4.dist-info/top_level.txt @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/e0/9f/65/6c130b9c08b2c5ab7187c891295e449ed77febea2a6ceee9cc98ccb0fc \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/INSTALLER b/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/LICENSE b/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/LICENSE new file mode 120000 index 0000000..1cb34fe --- /dev/null +++ b/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/LICENSE @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/f2/f9/b4/60ba719da6626add264d3782f275a4ff7aab677beda08b330911e23adb \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/METADATA b/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/METADATA new file mode 120000 index 0000000..2f3077b --- /dev/null +++ b/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/METADATA @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/54/14/82/182f1c55a5bea6ec0726fb2c8097712f18abd1c05b578465216f47795d \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/RECORD b/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/RECORD new file mode 100644 index 0000000..cb4dcc2 --- /dev/null +++ b/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/RECORD @@ -0,0 +1,286 @@ +../../../bin/poetry,sha256=e_Oezb-9_qoggXncWhv_Q0FK1VPqXmmtFY1_FG4-YFI,217 +poetry-1.1.11.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +poetry-1.1.11.dist-info/LICENSE,sha256=8vm0YLpxnaZiat0mTTeC8nWk_3qrZ3vtoIszCRHiOts,1062 +poetry-1.1.11.dist-info/METADATA,sha256=VBSCGC8cVaW-puwHJvssgJdxLxir0cBbV4RlIW9HeV0,11557 +poetry-1.1.11.dist-info/RECORD,, +poetry-1.1.11.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +poetry-1.1.11.dist-info/WHEEL,sha256=Fs47bPI6GdEUUVU2cC1ZH87S4TSequgq1XeoqimcqIE,87 +poetry-1.1.11.dist-info/entry_points.txt,sha256=ZRawIR6GoYwuGZuiUCTfcDcTtiJb4BK-2UP2XXY80tw,46 +poetry/__init__.py,sha256=8lTc827CONZ9w_ab38JWhRQP2264wr3BOs8uWhceSrY,77 +poetry/__main__.py,sha256=7FXEyziU_-Dv4nnpBtKCQzg0q1zjGNFVc5oC4EEp-wg,92 +poetry/__pycache__/__init__.cpython-38.pyc,, +poetry/__pycache__/__main__.cpython-38.pyc,, +poetry/__pycache__/__version__.cpython-38.pyc,, +poetry/__pycache__/exceptions.cpython-38.pyc,, +poetry/__pycache__/factory.cpython-38.pyc,, +poetry/__pycache__/locations.cpython-38.pyc,, +poetry/__pycache__/poetry.cpython-38.pyc,, +poetry/__version__.py,sha256=onvMxIPKVCA4yl5UqyZ5erfVCfX2V2Tl84vB4lkYg0M,23 +poetry/_vendor/.gitignore,sha256=JAo-DTfS6GthQGP1NH6wLU-ZymwlTea4KHH_jZVTKn0,14 +poetry/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +poetry/config/__pycache__/__init__.cpython-38.pyc,, +poetry/config/__pycache__/config.cpython-38.pyc,, +poetry/config/__pycache__/config_source.cpython-38.pyc,, +poetry/config/__pycache__/dict_config_source.cpython-38.pyc,, +poetry/config/__pycache__/file_config_source.cpython-38.pyc,, +poetry/config/config.py,sha256=Q3SuS9V8LtDindyeNni3CRRHaNBGWXptq3pIQeGacgA,4251 +poetry/config/config_source.py,sha256=wVh1Rx0-chyzkngm5IrMtYdK-O6ZaE14UKmWpskkwaE,253 +poetry/config/dict_config_source.py,sha256=4Wt_bFvJ8dVTGn0Vhv3LLZgrtklzb2zRTd2l7Lek1Uo,1021 +poetry/config/file_config_source.py,sha256=5r7KzRu8nfiE8ZRDuvi0Qqy0EoZngUHduzyxLFKd6nU,2154 +poetry/console/__init__.py,sha256=tw2PCN85vTcSTSv7f7lgRly66NwbpLYPNceAtKNAKJo,82 +poetry/console/__pycache__/__init__.cpython-38.pyc,, +poetry/console/__pycache__/application.cpython-38.pyc,, +poetry/console/application.py,sha256=k1RDNKH1qG-tTTJVf9y1e_glviJtWUa8ecYZ5CozcLk,3575 +poetry/console/args/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +poetry/console/args/__pycache__/__init__.cpython-38.pyc,, +poetry/console/args/__pycache__/run_args_parser.cpython-38.pyc,, +poetry/console/args/run_args_parser.py,sha256=I5-ss-kwUvG5BIPpzR25Ogl6yDKPmBEKa7oazx8h6NY,1246 +poetry/console/commands/__init__.py,sha256=nQh8GKekmDAuxmYczITs5ekGVj7IFePfs6rSimRFfZ8,580 +poetry/console/commands/__pycache__/__init__.cpython-38.pyc,, +poetry/console/commands/__pycache__/about.cpython-38.pyc,, +poetry/console/commands/__pycache__/add.cpython-38.pyc,, +poetry/console/commands/__pycache__/build.cpython-38.pyc,, +poetry/console/commands/__pycache__/check.cpython-38.pyc,, +poetry/console/commands/__pycache__/command.cpython-38.pyc,, +poetry/console/commands/__pycache__/config.cpython-38.pyc,, +poetry/console/commands/__pycache__/env_command.cpython-38.pyc,, +poetry/console/commands/__pycache__/export.cpython-38.pyc,, +poetry/console/commands/__pycache__/init.cpython-38.pyc,, +poetry/console/commands/__pycache__/install.cpython-38.pyc,, +poetry/console/commands/__pycache__/installer_command.cpython-38.pyc,, +poetry/console/commands/__pycache__/lock.cpython-38.pyc,, +poetry/console/commands/__pycache__/new.cpython-38.pyc,, +poetry/console/commands/__pycache__/publish.cpython-38.pyc,, +poetry/console/commands/__pycache__/remove.cpython-38.pyc,, +poetry/console/commands/__pycache__/run.cpython-38.pyc,, +poetry/console/commands/__pycache__/search.cpython-38.pyc,, +poetry/console/commands/__pycache__/shell.cpython-38.pyc,, +poetry/console/commands/__pycache__/show.cpython-38.pyc,, +poetry/console/commands/__pycache__/update.cpython-38.pyc,, +poetry/console/commands/__pycache__/version.cpython-38.pyc,, +poetry/console/commands/about.py,sha256=lYUwetLFnN3LEraiLHNXvPc4TGM6oDT6x-tPGpdAWX4,444 +poetry/console/commands/add.py,sha256=HH2eyGAwxJni4QfhF6Mu_Q4N_3vJePDcINJVHeZGJMc,7440 +poetry/console/commands/build.py,sha256=B2t13mCcr6Prfm0xOkx3p7QfbgqiQDU54bViDnlSO2E,917 +poetry/console/commands/cache/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +poetry/console/commands/cache/__pycache__/__init__.cpython-38.pyc,, +poetry/console/commands/cache/__pycache__/cache.cpython-38.pyc,, +poetry/console/commands/cache/__pycache__/clear.cpython-38.pyc,, +poetry/console/commands/cache/__pycache__/list.cpython-38.pyc,, +poetry/console/commands/cache/cache.py,sha256=TrM1fL1-fhX7fWWy1HGL6A_xMpeceRGGnZpzxSnLNtk,365 +poetry/console/commands/cache/clear.py,sha256=6u1DkeDDyBfafQIH8g95M25qmyfKsT4dajcGsCm0jmo,2517 +poetry/console/commands/cache/list.py,sha256=tIE6HCg7sX2RrS6mAWuVkAMPUUAmaQ13VbEbdbZR_AY,538 +poetry/console/commands/check.py,sha256=UjRC9-o1jwy9jes1ANsVzRFJ6Mp_F8-Fgx6W6jW7Xnw,915 +poetry/console/commands/command.py,sha256=VoRyF-J3e03eVyyQ81rMRIhlVMIKZD7h-p_Y9u7ZL1E,253 +poetry/console/commands/config.py,sha256=4DzXVpE-ABN6m9q06csdPSK4h2F8nT7qGGHwx88lYYs,12030 +poetry/console/commands/debug/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +poetry/console/commands/debug/__pycache__/__init__.cpython-38.pyc,, +poetry/console/commands/debug/__pycache__/debug.cpython-38.pyc,, +poetry/console/commands/debug/__pycache__/info.cpython-38.pyc,, +poetry/console/commands/debug/__pycache__/resolve.cpython-38.pyc,, +poetry/console/commands/debug/debug.py,sha256=1sfdb101MIJFLGV3UMd_9_7-bZSKFu0lwo5e4tqt5Jk,281 +poetry/console/commands/debug/info.py,sha256=YeWKWP5Jj2Kk9oXv97190zQas-tLlRdK_KE4JLxLKdI,815 +poetry/console/commands/debug/resolve.py,sha256=D_3zS-8wvRvXoURznKxW5sW00nLNZ1IWjZcbvzfslWw,4231 +poetry/console/commands/env/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +poetry/console/commands/env/__pycache__/__init__.cpython-38.pyc,, +poetry/console/commands/env/__pycache__/env.cpython-38.pyc,, +poetry/console/commands/env/__pycache__/info.cpython-38.pyc,, +poetry/console/commands/env/__pycache__/list.cpython-38.pyc,, +poetry/console/commands/env/__pycache__/remove.cpython-38.pyc,, +poetry/console/commands/env/__pycache__/use.cpython-38.pyc,, +poetry/console/commands/env/env.py,sha256=gEw7j0CRxWL99Gsb9n4nHKifnxr9cXNY7bMVZLD9NuU,460 +poetry/console/commands/env/info.py,sha256=CIDh8IjOdYfqxEXB6EprlCF10O6JJf_76q5ZRrdsCNQ,1807 +poetry/console/commands/env/list.py,sha256=VL7myQvlqVCZOXBAc9qwICW-f0NnRIINy3TZywogjVI,736 +poetry/console/commands/env/remove.py,sha256=VBARHzzMiHgQ4hwtHvmnBm4gfghEjxYJe9z9Ojjl9tY,550 +poetry/console/commands/env/use.py,sha256=JaGfcO5s_d48MO_wZd83rvKfEIvlc1q2u4fekTA8xEM,624 +poetry/console/commands/env_command.py,sha256=OZHMrpQog5kjaZ6l-DpubT-MyPn09hHAElA8tAMoioE,263 +poetry/console/commands/export.py,sha256=0ZdYfDSyusuEJTGeddNgiojG8gSqXzxa-uwNShfWLkY,2334 +poetry/console/commands/init.py,sha256=sEmUVCboCEBZlkA_RVMkcurGptvIHpv0LycrIXi1O-Q,19209 +poetry/console/commands/install.py,sha256=tm1F00pYmhuqH7cPx_FH0BwK3CLq2gBT7BPvWJEc_uo,3884 +poetry/console/commands/installer_command.py,sha256=AAUskGSt4GMwlGW5wDjFesZD4d86vR9qxp60O2DIVKo,770 +poetry/console/commands/lock.py,sha256=QE5UTcMPIlNYUErCqTaF1zI-CFH-osKpk38l8dU9IPk,848 +poetry/console/commands/new.py,sha256=ewnk4NpjQxcePyiFsyFii6IL3FxzEgXSg-fAWAG9Ewo,2518 +poetry/console/commands/publish.py,sha256=1ISJ1cDyFp2N8IVyb8_XaoYYJsyxxOYeKOWAA2XBtfY,2558 +poetry/console/commands/remove.py,sha256=3l4V0T5bJHOJmi16Mgsrq2EqtUcnXLjqzhnXlEGJd94,2663 +poetry/console/commands/run.py,sha256=O4v3_T4-NoiywyEYmnPW_l6PpBH0I1n3r5UeSY-uZic,1633 +poetry/console/commands/search.py,sha256=HnfvevkapeYSg3xRzWbxvBfkTBVcNsmx6oD4s5g2x2A,719 +poetry/console/commands/self/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +poetry/console/commands/self/__pycache__/__init__.cpython-38.pyc,, +poetry/console/commands/self/__pycache__/self.cpython-38.pyc,, +poetry/console/commands/self/__pycache__/update.cpython-38.pyc,, +poetry/console/commands/self/self.py,sha256=SX8lG_CVEtYHXrqsjPvXoUdjEaqlHU4lxugriIdSfCk,281 +poetry/console/commands/self/update.py,sha256=PSORjZT9eeRLgoRnCHBYQQJigoQ3Rx56ObgM3X9BY4E,13787 +poetry/console/commands/shell.py,sha256=52YIOphTpn5Pb2w2eQ4gHdK3i76-lnQZpVarP0apIAQ,1211 +poetry/console/commands/show.py,sha256=5kavRKqQcAhFRIQh7C2wPbgeGCT7KoymF1EEL5rdCdA,14590 +poetry/console/commands/update.py,sha256=cfvc3dnUxNdsSglZ7OmWijjjsEKbm2FX7Jr7cNqG1YQ,1374 +poetry/console/commands/version.py,sha256=RF7IQG6xsHBhcEpzehoqbKsbC5yESIFXccr5y6jfMeo,3330 +poetry/console/config/__init__.py,sha256=zi92JncBxTBYO7_PzLmF62ogBdnirYzp9VZiB26KHjI,50 +poetry/console/config/__pycache__/__init__.cpython-38.pyc,, +poetry/console/config/__pycache__/application_config.cpython-38.pyc,, +poetry/console/config/application_config.py,sha256=hB_s5WjKgjDRapol7H8JUu0S3iCDH_sPVtGftAg3ZWs,8758 +poetry/console/logging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +poetry/console/logging/__pycache__/__init__.cpython-38.pyc,, +poetry/console/logging/__pycache__/io_formatter.cpython-38.pyc,, +poetry/console/logging/__pycache__/io_handler.cpython-38.pyc,, +poetry/console/logging/formatters/__init__.py,sha256=9cQff5CFaUZg5QJSiZvELIIc8mwLGaNMFadO9uWM78M,267 +poetry/console/logging/formatters/__pycache__/__init__.cpython-38.pyc,, +poetry/console/logging/formatters/__pycache__/builder_formatter.cpython-38.pyc,, +poetry/console/logging/formatters/__pycache__/formatter.cpython-38.pyc,, +poetry/console/logging/formatters/builder_formatter.py,sha256=o1a8VPOQEA-yJS-TW7MtSWubuWyb0ENDFtdS0MefI8w,729 +poetry/console/logging/formatters/formatter.py,sha256=-KeLRZt9UxB7lf4zGUuLKsa2hzGcJHcTMKQ-qmOz4ss,144 +poetry/console/logging/io_formatter.py,sha256=bSJTxVNRkWvG4zAxfPgvqRHEMYxkJYMh67zNBdhfXCY,651 +poetry/console/logging/io_handler.py,sha256=heXA7MO9BAe9A6e4mUwVVZ6rrbfbxp_31Scyo8G6Ulk,525 +poetry/exceptions.py,sha256=rCk9gCrieM44DZA8fz_0pdoR6AUF-QXs5-7rBuMKicg,99 +poetry/factory.py,sha256=0BLjPReWqCWmTLuMDQQfYZUc4K5buh4u0rjsUtImO5M,5328 +poetry/inspection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +poetry/inspection/__pycache__/__init__.cpython-38.pyc,, +poetry/inspection/__pycache__/info.cpython-38.pyc,, +poetry/inspection/info.py,sha256=uce7dlP5AwLO1cVJWxe_NSNTcpKFGR44K2b_EliXrwg,21519 +poetry/installation/__init__.py,sha256=cz2IPFtRkTjHrSe4lAGtMPIa5SjXwdG3mHs0VKB-Bts,33 +poetry/installation/__pycache__/__init__.cpython-38.pyc,, +poetry/installation/__pycache__/authenticator.cpython-38.pyc,, +poetry/installation/__pycache__/base_installer.cpython-38.pyc,, +poetry/installation/__pycache__/chef.cpython-38.pyc,, +poetry/installation/__pycache__/chooser.cpython-38.pyc,, +poetry/installation/__pycache__/executor.cpython-38.pyc,, +poetry/installation/__pycache__/installer.cpython-38.pyc,, +poetry/installation/__pycache__/noop_installer.cpython-38.pyc,, +poetry/installation/__pycache__/pip_installer.cpython-38.pyc,, +poetry/installation/authenticator.py,sha256=vCQL7k3keC7rkXLhRVDtLwQ15KcSesKWyt5cWGtlrc4,5417 +poetry/installation/base_installer.py,sha256=p2_5hlKmvO4XFox13wrs282x8K_8YVMd08c7fdFnrJY,226 +poetry/installation/chef.py,sha256=PueAlEqeQz-g29syL-WQBaRe7zbNO4V8WpyrIU6bxkk,3305 +poetry/installation/chooser.py,sha256=wn4EX55oFRoI8JivzwXUX_xtDkOSAtoU6L4g40kk6lk,6490 +poetry/installation/executor.py,sha256=O9K8OBUgpnC0RX0OiyP-mFpfz3a-yjVs43Qbjfeq97Q,24302 +poetry/installation/installer.py,sha256=Sr2fBoQ53S9L_cyYSjlT23XMcpAhVXsLZQgDzGPV8bg,18380 +poetry/installation/noop_installer.py,sha256=rijBBnn4uEKiL_Nhca9J7FH_NzVGqOzrnzMJqZ2f-Yg,621 +poetry/installation/operations/__init__.py,sha256=99Dt6v69ML3LFVDXdWWVJIQUBm3AX0QJDN_i0Ohg-Xc,89 +poetry/installation/operations/__pycache__/__init__.cpython-38.pyc,, +poetry/installation/operations/__pycache__/install.cpython-38.pyc,, +poetry/installation/operations/__pycache__/operation.cpython-38.pyc,, +poetry/installation/operations/__pycache__/uninstall.cpython-38.pyc,, +poetry/installation/operations/__pycache__/update.cpython-38.pyc,, +poetry/installation/operations/install.py,sha256=eroeQiCEfrY5v3dUTnvUgSzZ0if1vN3vy7G45hyxFqM,648 +poetry/installation/operations/operation.py,sha256=yAQw274nw6DuxUMyBDTn4lWTeqcS79hbfH5Gk93oCTk,1220 +poetry/installation/operations/uninstall.py,sha256=KNXnHmycjoi530G5V6NoiFzStqjYQVIcQggf1-z-jnY,670 +poetry/installation/operations/update.py,sha256=d-BStUZwN1rwWZ2OQZ3hjIe5981ODLGkcwg2RGwlPmI,1145 +poetry/installation/pip_installer.py,sha256=P46PhhScdS2zv2058M70m47txUAgXYe5TneVnZ3oqdw,8557 +poetry/io/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +poetry/io/__pycache__/__init__.cpython-38.pyc,, +poetry/io/__pycache__/null_io.cpython-38.pyc,, +poetry/io/null_io.py,sha256=ylC4pxRMlX8pUof6SDcL_cC6TScCQvEKKiQep0pqBk4,267 +poetry/json/__init__.py,sha256=MRzSGY3w5ZjwAXdw9QrOPi9_JFLQSO3jRJvfGzuSVqw,956 +poetry/json/__pycache__/__init__.cpython-38.pyc,, +poetry/json/schemas/poetry-schema.json,sha256=LqDcjZn8V0lN4shkT7EmhSnxQsio-yTy0XdP-8hyeBE,18867 +poetry/layouts/__init__.py,sha256=ZPF9tWVZapm1joi4Y5Qaf6KnIdfEewlbXdvwTbmyAw8,326 +poetry/layouts/__pycache__/__init__.cpython-38.pyc,, +poetry/layouts/__pycache__/layout.cpython-38.pyc,, +poetry/layouts/__pycache__/src.cpython-38.pyc,, +poetry/layouts/__pycache__/standard.cpython-38.pyc,, +poetry/layouts/layout.py,sha256=Z-evmXw0pdzb62FSzmTPT9lZ9LF4dkhh8w09cgc5pjs,4317 +poetry/layouts/src.py,sha256=q1nVOlfZqkbm-XuTedd81Jpgc5vbV2dHHjNmws_ljBk,434 +poetry/layouts/standard.py,sha256=GfpscNjrTqNFwxboQxvkqdKeIqRI7FnSMXjQ0QEvH70,419 +poetry/locations.py,sha256=d0DT_lhAcDBHwv75UO187ew0zZ-FCdbTkF769gWPlX8,506 +poetry/masonry/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +poetry/masonry/__pycache__/__init__.cpython-38.pyc,, +poetry/masonry/__pycache__/api.cpython-38.pyc,, +poetry/masonry/api.py,sha256=56maY8WwOvF-Yeso0IaeNj96ZirEvZw1EaH_O4RcUOw,461 +poetry/masonry/builders/__init__.py,sha256=fHecNhd7sxofK1S-9-3G5hyftDHb4367Jt8BFBiyBV4,38 +poetry/masonry/builders/__pycache__/__init__.cpython-38.pyc,, +poetry/masonry/builders/__pycache__/editable.cpython-38.pyc,, +poetry/masonry/builders/editable.py,sha256=0-I-lUhDwJLr395iVeKroFAMI1GpZK9BHlzX-pJj_aI,8480 +poetry/mixology/__init__.py,sha256=YMNTar0EK5lOAmt0klRXKAArurSeMGOae4r75JMpdSE,219 +poetry/mixology/__pycache__/__init__.cpython-38.pyc,, +poetry/mixology/__pycache__/assignment.cpython-38.pyc,, +poetry/mixology/__pycache__/failure.cpython-38.pyc,, +poetry/mixology/__pycache__/incompatibility.cpython-38.pyc,, +poetry/mixology/__pycache__/incompatibility_cause.cpython-38.pyc,, +poetry/mixology/__pycache__/partial_solution.cpython-38.pyc,, +poetry/mixology/__pycache__/result.cpython-38.pyc,, +poetry/mixology/__pycache__/set_relation.cpython-38.pyc,, +poetry/mixology/__pycache__/term.cpython-38.pyc,, +poetry/mixology/__pycache__/version_solver.cpython-38.pyc,, +poetry/mixology/assignment.py,sha256=Rt6XLXJJuOc1GB3tg8hK57nlHDCZTbKZujZlgMpyezw,1264 +poetry/mixology/failure.py,sha256=WtWoTwx_RzFtugRS_N476S3S9yDDiVA3LSAIDkELOPM,11010 +poetry/mixology/incompatibility.py,sha256=ZiG4AHhtL2K1dWEFAP50PP3m2cDVwne6tH7mm3x_srE,16139 +poetry/mixology/incompatibility_cause.py,sha256=qRGdebj9aoHhC83n1ExfTP0wFd0gdI5NtGuq_gdpTeY,1890 +poetry/mixology/partial_solution.py,sha256=e47dYzkE94ESIrI_vBuZyQc7XuzkDe5SD_ayYLIu4S0,7468 +poetry/mixology/result.py,sha256=7ZDHvcM3fQ5kHptSxtAZHJUoGjZcpLcRZsja1Dm2wfI,357 +poetry/mixology/set_relation.py,sha256=ScmwWAfA08k3QQvIalPI3KVpDQB-r9aKAr1WgNdpLCE,174 +poetry/mixology/solutions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +poetry/mixology/solutions/__pycache__/__init__.cpython-38.pyc,, +poetry/mixology/solutions/providers/__init__.py,sha256=3oJ3DuGobSsRe1kAaYR3kGw2TXGk4m7QwoY3XymDOsY,84 +poetry/mixology/solutions/providers/__pycache__/__init__.cpython-38.pyc,, +poetry/mixology/solutions/providers/__pycache__/python_requirement_solution_provider.cpython-38.pyc,, +poetry/mixology/solutions/providers/python_requirement_solution_provider.py,sha256=8lbcEO1xM4RHAPWpibALFMSxedvgGUKH872R5tLAJK4,949 +poetry/mixology/solutions/solutions/__init__.py,sha256=mZHErnlnL9SmCcvCxvBBkVBm0F0ZZsjjIk_ozl4_61A,67 +poetry/mixology/solutions/solutions/__pycache__/__init__.cpython-38.pyc,, +poetry/mixology/solutions/solutions/__pycache__/python_requirement_solution.cpython-38.pyc,, +poetry/mixology/solutions/solutions/python_requirement_solution.py,sha256=hNTzTSl3b77_qsuMP7X_ThGpYURVUqXOjXpJrtWGv4w,1970 +poetry/mixology/term.py,sha256=WoyfelNPdCX0fnC5ZOhxtZXZug7W-CuvqhZejB0Dh1c,6113 +poetry/mixology/version_solver.py,sha256=pO3lL1-LZEKr1RtKFg402s7t1mYnpvbScTXYAOY12Q4,18870 +poetry/packages/__init__.py,sha256=XZHLqZMrASsLPc3agB5ZTtnlbKPPL3pF3XkQCsHZh28,127 +poetry/packages/__pycache__/__init__.cpython-38.pyc,, +poetry/packages/__pycache__/dependency_package.cpython-38.pyc,, +poetry/packages/__pycache__/locker.cpython-38.pyc,, +poetry/packages/__pycache__/package_collection.cpython-38.pyc,, +poetry/packages/dependency_package.py,sha256=n9Bd4h67-Jlaup-EQ03mW0s4fKxnpLs-AOya5BGi9Yw,1523 +poetry/packages/locker.py,sha256=hLqykoYGHBkXlkVHXa3OJLZXNkmA4amvwjRcxBJGznQ,22543 +poetry/packages/package_collection.py,sha256=sBF3GMXukafkbg41flJa6b7nL2E1Fl-X0rZczobRuqs,594 +poetry/poetry.py,sha256=SJef62hBZpUU7oFHywGnsAyDiYf2uI1P6VQX623yt2M,1355 +poetry/publishing/__init__.py,sha256=w9ksyAIjbwLtPu58LufJoMsF1-PeEJgUTG8BEOJt-44,33 +poetry/publishing/__pycache__/__init__.cpython-38.pyc,, +poetry/publishing/__pycache__/publisher.cpython-38.pyc,, +poetry/publishing/__pycache__/uploader.cpython-38.pyc,, +poetry/publishing/publisher.py,sha256=r40jxtmkJIyKxh5rm_23x9uF6cPWdwXh8LYYcT_zztk,3261 +poetry/publishing/uploader.py,sha256=HHIiAUTPd5PFS7C5uZRRUZM8IPCOJz8zOm84d_Gamp4,10768 +poetry/puzzle/__init__.py,sha256=-z1bKrVZ7Hyw97PNWvxWLMQjl49mt4F6oreYxCG2ZTU,27 +poetry/puzzle/__pycache__/__init__.cpython-38.pyc,, +poetry/puzzle/__pycache__/exceptions.cpython-38.pyc,, +poetry/puzzle/__pycache__/provider.cpython-38.pyc,, +poetry/puzzle/__pycache__/solver.cpython-38.pyc,, +poetry/puzzle/exceptions.py,sha256=FSFjuxsrMjOBuAKYSJNdLIIHFjls8Jw8Ye3DxEFeY1E,399 +poetry/puzzle/provider.py,sha256=gdp5QsFiG61LvoJ3O8pRqs23668yYv4jmVDR03M5gs4,28778 +poetry/puzzle/solver.py,sha256=SVwgBN4tyleyxwTfQYGwQfStlIieNFezQOENXhyKTUY,16054 +poetry/repositories/__init__.py,sha256=BYTIqqV6GonGbvmm42eFowD1ZCDE278xhqHsq8zwT9o,58 +poetry/repositories/__pycache__/__init__.cpython-38.pyc,, +poetry/repositories/__pycache__/base_repository.cpython-38.pyc,, +poetry/repositories/__pycache__/exceptions.cpython-38.pyc,, +poetry/repositories/__pycache__/installed_repository.cpython-38.pyc,, +poetry/repositories/__pycache__/legacy_repository.cpython-38.pyc,, +poetry/repositories/__pycache__/pool.cpython-38.pyc,, +poetry/repositories/__pycache__/pypi_repository.cpython-38.pyc,, +poetry/repositories/__pycache__/remote_repository.cpython-38.pyc,, +poetry/repositories/__pycache__/repository.cpython-38.pyc,, +poetry/repositories/base_repository.py,sha256=n80zYmViZNjOEQTRVEQSBAk2UtmB_8AgvM-XaXJJdg4,456 +poetry/repositories/exceptions.py,sha256=YGoF-i4NmP6QcA6SQConCvFcWpr4zdBagx6vOBWIrSY,90 +poetry/repositories/installed_repository.py,sha256=oHwDaOhx4QAoFcOREblRmZq2Ei7CJ6rHkkDR8pvAH6o,6204 +poetry/repositories/legacy_repository.py,sha256=uaCtYbDZ-8rpY87oX2hMEs4SqZI3GL0WQzlQTzv431w,12753 +poetry/repositories/pool.py,sha256=4LlrnyN_qfNlfIE0XWANg6ygzTdy2TtWwC0JteDNl90,5893 +poetry/repositories/pypi_repository.py,sha256=FK_34kzW-1Xb3gHzpIq1pIPrwnDjY9iSxzgfQZoV-EU,16303 +poetry/repositories/remote_repository.py,sha256=EvheAojI2dgpTM3SdMpKID0PyKq04Trd3tGhwulsuh4,369 +poetry/repositories/repository.py,sha256=8h6gAsdbaAVl_i8-dV26OE68fayxwfvHkEQbWsdW4Vg,3351 +poetry/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +poetry/utils/__pycache__/__init__.cpython-38.pyc,, +poetry/utils/__pycache__/_compat.cpython-38.pyc,, +poetry/utils/__pycache__/appdirs.cpython-38.pyc,, +poetry/utils/__pycache__/env.cpython-38.pyc,, +poetry/utils/__pycache__/exporter.cpython-38.pyc,, +poetry/utils/__pycache__/extras.cpython-38.pyc,, +poetry/utils/__pycache__/helpers.cpython-38.pyc,, +poetry/utils/__pycache__/password_manager.cpython-38.pyc,, +poetry/utils/__pycache__/patterns.cpython-38.pyc,, +poetry/utils/__pycache__/setup_reader.cpython-38.pyc,, +poetry/utils/__pycache__/shell.cpython-38.pyc,, +poetry/utils/_compat.py,sha256=MJ7fRNhBqZxVG_xhGmqL_w26u2UUOoXANOnB1CVzwiQ,8804 +poetry/utils/appdirs.py,sha256=2tVKyBItgyXBFCqz_zuQ4Fp3qS284oJFdUCSZespbN0,8776 +poetry/utils/env.py,sha256=w3OruHysuYmM1dUR_v1WkSmUvb_XYgcXyJSpONVvVsk,54118 +poetry/utils/exporter.py,sha256=cicYIkoKIGocO9bx-tZQgIC0R9qbFSOsROM0uKOgZ74,5785 +poetry/utils/extras.py,sha256=LJZaERe1Pn54KpcXvej6Awn3zwzO-zqOA5hZUxir1dM,2369 +poetry/utils/helpers.py,sha256=_2tgaQ4X-TrnzhrXfzrzTIcKKOAETgRluUDWaMyWaDM,3303 +poetry/utils/password_manager.py,sha256=OujZa4ZvJvPQBHpRjLWbYZvlCfKal9MMuqllc0Or13E,5693 +poetry/utils/patterns.py,sha256=yLba30f0asDKxDkVjUtZK0fDM2f_yVedIf75_SDsftw,229 +poetry/utils/setup_reader.py,sha256=Xt7Xd4By69lpfkbmj-gEyhuWM57a4HA5NK4I41auFqY,12387 +poetry/utils/shell.py,sha256=XMG_UsC8n3iFwze2WMiD7TIQKZUmHSVJ57VOkeemgs8,2927 +poetry/version/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +poetry/version/__pycache__/__init__.cpython-38.pyc,, +poetry/version/__pycache__/version_selector.cpython-38.pyc,, +poetry/version/version_selector.py,sha256=7HfBG2TH18NfEcIiXxj68TnR-YCdIixjrBBd7dYlm9Q,2382 diff --git a/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/REQUESTED b/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/WHEEL b/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/WHEEL new file mode 120000 index 0000000..0c25c90 --- /dev/null +++ b/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/WHEEL @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/16/ce/3b/6cf23a19d114515536702d591fced2e1349eaae82ad577a8aa299ca881 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/entry_points.txt b/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/entry_points.txt new file mode 120000 index 0000000..b12b668 --- /dev/null +++ b/venv/lib/python3.8/site-packages/poetry-1.1.11.dist-info/entry_points.txt @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/65/16/b0/211e86a18c2e199ba25024df703713b6225be012bed943f65d763cd2dc \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/INSTALLER b/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/LICENSE b/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/LICENSE new file mode 120000 index 0000000..c46c1f6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/LICENSE @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/f3/88/fd/38cad13112c1dc0f669bbe80e7f84541edbafb72f3030d2ca7642c3c9d \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/METADATA b/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/METADATA new file mode 120000 index 0000000..e60ba8e --- /dev/null +++ b/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/METADATA @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/07/b8/63/4856ca09f3aae4976daf9186930f4506fe73a0147f4fd3e0b3a47cb969 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/RECORD b/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/RECORD new file mode 100644 index 0000000..d7101c6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/RECORD @@ -0,0 +1,21 @@ +shellingham-1.5.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +shellingham-1.5.0.dist-info/LICENSE,sha256=84j9OMrRMRLB3A9mm76A5_hFQe26-3LzAw0sp2QsPJ0,751 +shellingham-1.5.0.dist-info/METADATA,sha256=B7hjSFbKCfOq5Jdtr5GGkw9FBv5zoBR_T9Pgs6R8uWk,3294 +shellingham-1.5.0.dist-info/RECORD,, +shellingham-1.5.0.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110 +shellingham-1.5.0.dist-info/top_level.txt,sha256=uKMQL5AKxPi4O9_Rbd838QeEs4ImpGQKNbEDZYqgBgk,12 +shellingham-1.5.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1 +shellingham/__init__.py,sha256=YHwxD__CK6Ih2ZaonLTbHRg5lR4hNlUytVXRiClyDPM,636 +shellingham/__pycache__/__init__.cpython-38.pyc,, +shellingham/__pycache__/_core.cpython-38.pyc,, +shellingham/__pycache__/nt.cpython-38.pyc,, +shellingham/_core.py,sha256=v-CTr_7F7cJAtNnzpa1N_Hl8afkY5yiDA4joGmsUBu0,300 +shellingham/nt.py,sha256=m6J6SuwyqVVlxXT9Bc-9F_1x-T5u0gCFFrRAF2LIkeg,4516 +shellingham/posix/__init__.py,sha256=qOfrZoc90ErQNCTitIUdJsPS62K_0DxiRP825mWc4mM,2784 +shellingham/posix/__pycache__/__init__.cpython-38.pyc,, +shellingham/posix/__pycache__/_core.cpython-38.pyc,, +shellingham/posix/__pycache__/proc.cpython-38.pyc,, +shellingham/posix/__pycache__/ps.cpython-38.pyc,, +shellingham/posix/_core.py,sha256=_v18UaXbzr4muNhr3-mH1FdSdjZ_dOXQrtUyomIbKYQ,81 +shellingham/posix/proc.py,sha256=HscgoVrsM1UWzqol6lnc7sT6591w3ttzHO3lA3LL1Tc,2108 +shellingham/posix/ps.py,sha256=zxBI2RGSYeE9U1pHPfsvKZAnUmGoW8vd-DRkxzXVWSk,1573 diff --git a/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/WHEEL b/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/WHEEL new file mode 120000 index 0000000..ae483c4 --- /dev/null +++ b/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/WHEEL @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/cf/d8/f4/c406bf26650a3299b3ef62b464600b48cfe7fb04159866e5797c765478 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/top_level.txt b/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/top_level.txt new file mode 120000 index 0000000..c4af933 --- /dev/null +++ b/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/top_level.txt @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/b8/a3/10/2f900ac4f8b83bdfd16ddf37f10784b38226a4640a35b103658aa00609 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/zip-safe b/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/zip-safe new file mode 120000 index 0000000..e11f061 --- /dev/null +++ b/venv/lib/python3.8/site-packages/shellingham-1.5.0.dist-info/zip-safe @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/01/ba/47/19c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/INSTALLER b/venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/LICENSE b/venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/LICENSE new file mode 120000 index 0000000..1cb34fe --- /dev/null +++ b/venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/LICENSE @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/f2/f9/b4/60ba719da6626add264d3782f275a4ff7aab677beda08b330911e23adb \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/METADATA b/venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/METADATA new file mode 100644 index 0000000..067301d --- /dev/null +++ b/venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/METADATA @@ -0,0 +1,70 @@ +Metadata-Version: 2.1 +Name: tomlkit +Version: 0.11.5 +Summary: Style preserving TOML library +Home-page: https://github.com/sdispater/tomlkit +License: MIT +Author: Sébastien Eustace +Author-email: sebastien@eustace.io +Requires-Python: >=3.6,<4.0 +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Project-URL: Repository, https://github.com/sdispater/tomlkit +Description-Content-Type: text/markdown + +[github_release]: https://img.shields.io/github/release/sdispater/tomlkit.svg?logo=github&logoColor=white +[pypi_version]: https://img.shields.io/pypi/v/tomlkit.svg?logo=python&logoColor=white +[python_versions]: https://img.shields.io/pypi/pyversions/tomlkit.svg?logo=python&logoColor=white +[github_license]: https://img.shields.io/github/license/sdispater/tomlkit.svg?logo=github&logoColor=white +[github_action]: https://github.com/sdispater/tomlkit/actions/workflows/tests.yml/badge.svg + +[![GitHub Release][github_release]](https://github.com/sdispater/tomlkit/releases/) +[![PyPI Version][pypi_version]](https://pypi.org/project/tomlkit/) +[![Python Versions][python_versions]](https://pypi.org/project/tomlkit/) +[![License][github_license]](https://github.com/sdispater/tomlkit/blob/master/LICENSE) +
+[![Tests][github_action]](https://github.com/sdispater/tomlkit/actions/workflows/tests.yml) + +# TOML Kit - Style-preserving TOML library for Python + +TOML Kit is a **1.0.0-compliant** [TOML](https://toml.io/) library. + +It includes a parser that preserves all comments, indentations, whitespace and internal element ordering, +and makes them accessible and editable via an intuitive API. + +You can also create new TOML documents from scratch using the provided helpers. + +Part of the implementation has been adapted, improved and fixed from [Molten](https://github.com/LeopoldArkham/Molten). + +## Usage + +See the [documentation](https://github.com/sdispater/tomlkit/blob/master/docs/quickstart.rst) for more information. + +## Installation + +If you are using [Poetry](https://poetry.eustace.io), +add `tomlkit` to your `pyproject.toml` file by using: + +```bash +poetry add tomlkit +``` + +If not, you can use `pip`: + +```bash +pip install tomlkit +``` + +## Running tests + +Please clone the repo with submodules with the following command +`git clone --recurse-submodules https://github.com/sdispater/tomlkit.git`. +We need the submodule - `toml-test` for running the tests. + +You can run the tests with `poetry run pytest -q tests` + diff --git a/venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/RECORD b/venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/RECORD new file mode 100644 index 0000000..e1bc2cf --- /dev/null +++ b/venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/RECORD @@ -0,0 +1,30 @@ +tomlkit-0.11.5.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +tomlkit-0.11.5.dist-info/LICENSE,sha256=8vm0YLpxnaZiat0mTTeC8nWk_3qrZ3vtoIszCRHiOts,1062 +tomlkit-0.11.5.dist-info/METADATA,sha256=6SN4MDxAMWvJ9TdZo5zUL1FYe_ryX7J23uPGXA5lVMI,2708 +tomlkit-0.11.5.dist-info/RECORD,, +tomlkit-0.11.5.dist-info/WHEEL,sha256=gSF7fibx4crkLz_A-IKR6kcuq0jJ64KNCkG8_bcaEao,88 +tomlkit/__init__.py,sha256=jNpmxLQpC9nG5FJlzW_WhESXS9UJ2GopQAKyd3uVrfA,1148 +tomlkit/__pycache__/__init__.cpython-38.pyc,, +tomlkit/__pycache__/_compat.cpython-38.pyc,, +tomlkit/__pycache__/_utils.cpython-38.pyc,, +tomlkit/__pycache__/api.cpython-38.pyc,, +tomlkit/__pycache__/container.cpython-38.pyc,, +tomlkit/__pycache__/exceptions.cpython-38.pyc,, +tomlkit/__pycache__/items.cpython-38.pyc,, +tomlkit/__pycache__/parser.cpython-38.pyc,, +tomlkit/__pycache__/source.cpython-38.pyc,, +tomlkit/__pycache__/toml_char.cpython-38.pyc,, +tomlkit/__pycache__/toml_document.cpython-38.pyc,, +tomlkit/__pycache__/toml_file.cpython-38.pyc,, +tomlkit/_compat.py,sha256=zxc7yIvByrDS6ViP1JNQtlRIdwSCUHkMG1e1wmy8x1A,532 +tomlkit/_utils.py,sha256=auaSx3ZNPSNW04SrJu4ZC8Vfa0bzjKcZ9vpe_dEVywk,4009 +tomlkit/api.py,sha256=rW9KOxiH2lhtEowegbjUjZ4wYN828uL0Leod7Vo9pOE,7083 +tomlkit/container.py,sha256=TpEcPk9P_K5f1y3e_b4QIsPA9H0mbKzDlYRs4w2ZWVA,29687 +tomlkit/exceptions.py,sha256=brO5IAUEC2u4g4zycN4p1hlaftcmp6meJDu0kQF2W-s,5486 +tomlkit/items.py,sha256=vuGy2S761DiqEQNpk_Pw6SQDj5mMgveDuDEQJfsh44Q,51945 +tomlkit/parser.py,sha256=YgOQzrnolbC6pssXqY5KNcZJ0F5vYX_3j3fGzi-8TkQ,37660 +tomlkit/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +tomlkit/source.py,sha256=bXvlDDNRgRILZDzu4urqfNMpZW1aCWl0RNeVy3hTlKo,4882 +tomlkit/toml_char.py,sha256=w3sQZ0dolZ1qjZ2Rxj_svvlpRNNGB_fjfBcYD0gFnDs,1291 +tomlkit/toml_document.py,sha256=OCTkWXd3P58EZT4SD8_ddc1YpkMaqtlS5_stHTBmMOI,110 +tomlkit/toml_file.py,sha256=7ripqm_Bq6i0VCxjyMEjKwCF9sv2v7rzCPTCfW2h-YM,1419 diff --git a/venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/WHEEL b/venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/WHEEL new file mode 120000 index 0000000..bda784d --- /dev/null +++ b/venv/lib/python3.8/site-packages/tomlkit-0.11.5.dist-info/WHEEL @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/81/21/7b/7e26f1e1cae42f3fc0f88291ea472eab48c9eb828d0a41bcfdb71a11aa \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/INSTALLER b/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/LICENSE b/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/LICENSE new file mode 120000 index 0000000..c095c76 --- /dev/null +++ b/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/LICENSE @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/5c/15/91/9378c5b2aaab7b19cea70d8cdc75f76879e32454e4c0399f8b71d171e9 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/METADATA b/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/METADATA new file mode 120000 index 0000000..eecb985 --- /dev/null +++ b/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/METADATA @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/c9/92/78/2ad87179cdc2890b812d1b743dfa753e416673fa83500c4ac1cffb1344 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/RECORD b/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/RECORD new file mode 100644 index 0000000..dd93cc6 --- /dev/null +++ b/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/RECORD @@ -0,0 +1,218 @@ +../../../bin/virtualenv,sha256=nar3DR127Br-EerYl7LbP5TSC9oW4pxXLFELmRebtrY,242 +virtualenv-20.16.5.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +virtualenv-20.16.5.dist-info/LICENSE,sha256=XBWRk3jFsqqrexnOpw2M3HX3aHnjJFTkwDmfi3HRcek,1074 +virtualenv-20.16.5.dist-info/METADATA,sha256=yZJ4Kthxec3CiQuBLRt0Pfp1PkFmc_qDUAxKwc_7E0Q,4142 +virtualenv-20.16.5.dist-info/RECORD,, +virtualenv-20.16.5.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92 +virtualenv-20.16.5.dist-info/entry_points.txt,sha256=m8Y1t8mK98ioDAHaORnsE07DWBymoB6VT7AFXEasAjM,1731 +virtualenv-20.16.5.dist-info/top_level.txt,sha256=JV-LVlC8YeIw1DgiYI0hEot7tgFy5IWdKVcSG7NyzaI,11 +virtualenv-20.16.5.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1 +virtualenv/__init__.py,sha256=6hn2jM8WZblNlIkea3tD_WEzHy4icbAldxiqvGqJsG8,147 +virtualenv/__main__.py,sha256=zsOAnTAdAfDA0Q2maGFWekPyb_iFd9ztZbL6bMfLvZ4,2529 +virtualenv/__pycache__/__init__.cpython-38.pyc,, +virtualenv/__pycache__/__main__.cpython-38.pyc,, +virtualenv/__pycache__/info.cpython-38.pyc,, +virtualenv/__pycache__/report.cpython-38.pyc,, +virtualenv/__pycache__/version.cpython-38.pyc,, +virtualenv/activation/__init__.py,sha256=GUVO7jEC_pLzdFhI3hXuWJQUcpj4kWsJ8CFuWkp4Yfk,428 +virtualenv/activation/__pycache__/__init__.cpython-38.pyc,, +virtualenv/activation/__pycache__/activator.cpython-38.pyc,, +virtualenv/activation/__pycache__/via_template.cpython-38.pyc,, +virtualenv/activation/activator.py,sha256=U9UzprWh_xz45zLSIHJYJSUeE_Y0Ca6CEXgQdbUOHK0,1377 +virtualenv/activation/bash/__init__.py,sha256=R0droTEb9beTN_1gpFqmE6Hi2GO5NRAiXf_DVMooJDk,278 +virtualenv/activation/bash/__pycache__/__init__.cpython-38.pyc,, +virtualenv/activation/bash/activate.sh,sha256=8NnbBA0VpoUEZzP09qO4Wp_3mfIq_j_7NXRGvJHBQq0,2179 +virtualenv/activation/batch/__init__.py,sha256=Op-Hm1OK7blQp5XKwPWLkOAWmKTdj7dDTuolIVMfmVE,679 +virtualenv/activation/batch/__pycache__/__init__.cpython-38.pyc,, +virtualenv/activation/batch/activate.bat,sha256=zc04kLkLhdBvrNYKM3Gf7zZzMH4KshIdfPvMpZl7BcI,1032 +virtualenv/activation/batch/deactivate.bat,sha256=sQ1bZtgX2vHvpAMvBxNWsX3znAUM4ra5UahZ5TOaJsI,511 +virtualenv/activation/batch/pydoc.bat,sha256=pVuxn8mn9P_Rd0349fiBEiwIuMvfJQSfgJ2dljUT2fA,24 +virtualenv/activation/cshell/__init__.py,sha256=-IF_8zZah_Sk0KF3kJT6uMVdJw0eB3JNZOpQE2Icb44,312 +virtualenv/activation/cshell/__pycache__/__init__.cpython-38.pyc,, +virtualenv/activation/cshell/activate.csh,sha256=wm_0n7o83RXSTUJsWc2PPV33Yh9Gad8AJQIuRvL6EYg,1471 +virtualenv/activation/fish/__init__.py,sha256=b2oUJ_4EvPsMwRrZBwtbdMNfWCugW1bgBMMYicSvUf4,217 +virtualenv/activation/fish/__pycache__/__init__.cpython-38.pyc,, +virtualenv/activation/fish/activate.fish,sha256=FkJpM8png8v9Sk3yGNJCcGzUKAAMF1Hz0dYrskut0z0,3056 +virtualenv/activation/nushell/__init__.py,sha256=bTgmWArwtjjXAzEaqMrj7yMLFNMGaqm1CkpEhAdcQfQ,950 +virtualenv/activation/nushell/__pycache__/__init__.cpython-38.pyc,, +virtualenv/activation/nushell/activate.nu,sha256=j2AUQoICNUhO1VxRMukUpciHhiw2zHomnBtE8MPgs1I,2583 +virtualenv/activation/nushell/deactivate.nu,sha256=KrUAqzyG6TTNMwJc7m6Ni0gbo-sLDU4C_AsGeBy4Hm4,682 +virtualenv/activation/powershell/__init__.py,sha256=LTRhEYt2PyJxJeG3qLz0RPkadR74KPWg6-9F-D3YlOc,228 +virtualenv/activation/powershell/__pycache__/__init__.cpython-38.pyc,, +virtualenv/activation/powershell/activate.ps1,sha256=fitBG2YyeKTfkRn62CjocDb_PLjrgvi2FmpuBkFCcBw,1810 +virtualenv/activation/python/__init__.py,sha256=LDCB8CmXNjUd4gAta9eAcV_y_Y_KWyq1bvdygcU2zWE,1199 +virtualenv/activation/python/__pycache__/__init__.cpython-38.pyc,, +virtualenv/activation/python/__pycache__/activate_this.cpython-38.pyc,, +virtualenv/activation/python/activate_this.py,sha256=wUt6QVm-Rk94u-ENPn2wzKx0addx2orAe6tKQNcqzbw,1184 +virtualenv/activation/via_template.py,sha256=Ntbij5VEv8ig2ARrvaZ5Jj5qfyOKjXCzHy364Om-EIk,2260 +virtualenv/app_data/__init__.py,sha256=ulnKcZXwOiGiLFnk6GwPvpV2sJYTDy1wwf1v5xDQCHg,1412 +virtualenv/app_data/__pycache__/__init__.cpython-38.pyc,, +virtualenv/app_data/__pycache__/base.cpython-38.pyc,, +virtualenv/app_data/__pycache__/na.cpython-38.pyc,, +virtualenv/app_data/__pycache__/read_only.cpython-38.pyc,, +virtualenv/app_data/__pycache__/via_disk_folder.cpython-38.pyc,, +virtualenv/app_data/__pycache__/via_tempdir.cpython-38.pyc,, +virtualenv/app_data/base.py,sha256=Dyq5U2_XcMJ4K7FlqjVbXvnHuJ4mlkd9yDxmDjOHVC0,2161 +virtualenv/app_data/na.py,sha256=PIgGeHMK5rK8E9STrpaXVj5dZLxxVxHYPmzDgV7jAvo,1457 +virtualenv/app_data/read_only.py,sha256=0Es_nju6qvmGWjNW0s_udPlC7FawajqCRaNHWn8vSi8,1031 +virtualenv/app_data/via_disk_folder.py,sha256=d38RNdh2ym9Enau-1hHvw6SY3FLvHHJP_86JNpYk_JY,5411 +virtualenv/app_data/via_tempdir.py,sha256=SPszpoEcDCfL41jKrN2GABt1tPMiZWK8Hy_fUQRu3uI,744 +virtualenv/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +virtualenv/config/__pycache__/__init__.cpython-38.pyc,, +virtualenv/config/__pycache__/convert.cpython-38.pyc,, +virtualenv/config/__pycache__/env_var.cpython-38.pyc,, +virtualenv/config/__pycache__/ini.cpython-38.pyc,, +virtualenv/config/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +virtualenv/config/cli/__pycache__/__init__.cpython-38.pyc,, +virtualenv/config/cli/__pycache__/parser.cpython-38.pyc,, +virtualenv/config/cli/parser.py,sha256=ofjXDw8GvOWGqxkH0d1ZBNnrIIMM7oAXcq2tAinrB5s,4457 +virtualenv/config/convert.py,sha256=bXxI7QXsb5ESrGMbopN6_TdUvJIieiBEou8Mk3qjJYw,2628 +virtualenv/config/env_var.py,sha256=WscrnTyQv-76WcsX1rju9x1wUEwwi3FHPbmWsZtb_z8,680 +virtualenv/config/ini.py,sha256=vzJ5iqE2rqtu2Gf06DQN3mQdAZMW03Cg0lt7p_RFJ48,2490 +virtualenv/create/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +virtualenv/create/__pycache__/__init__.cpython-38.pyc,, +virtualenv/create/__pycache__/creator.cpython-38.pyc,, +virtualenv/create/__pycache__/debug.cpython-38.pyc,, +virtualenv/create/__pycache__/describe.cpython-38.pyc,, +virtualenv/create/__pycache__/pyenv_cfg.cpython-38.pyc,, +virtualenv/create/creator.py,sha256=L1ko_bplzThIwsYqlmM7WBkcnhlNRMGvDGEZA5ebzLo,8412 +virtualenv/create/debug.py,sha256=eqqgLo7EhMMlKiIl7PhVEDoh1Sa8l9Vvm_pJCDQyZmw,3356 +virtualenv/create/describe.py,sha256=Dg1n_wh_72GrP0SxzmOuCRbQW0YnlincHBMKxXOaD9s,3358 +virtualenv/create/pyenv_cfg.py,sha256=3-dSAQ8sK86yqpAITWqXeKn2WbM9AyzBmR4HG9Tviqw,1600 +virtualenv/create/via_global_ref/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +virtualenv/create/via_global_ref/__pycache__/__init__.cpython-38.pyc,, +virtualenv/create/via_global_ref/__pycache__/_virtualenv.cpython-38.pyc,, +virtualenv/create/via_global_ref/__pycache__/api.cpython-38.pyc,, +virtualenv/create/via_global_ref/__pycache__/store.cpython-38.pyc,, +virtualenv/create/via_global_ref/__pycache__/venv.cpython-38.pyc,, +virtualenv/create/via_global_ref/_virtualenv.py,sha256=yRmTFYcbEbEt8ib4kKOOZuYxkeGtv7EaZuaGEVGzP8o,5640 +virtualenv/create/via_global_ref/api.py,sha256=8X59r2y3qdeeY6BScb3-Pe6Op1TVVrFWfv5ins4Gy_U,4128 +virtualenv/create/via_global_ref/builtin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +virtualenv/create/via_global_ref/builtin/__pycache__/__init__.cpython-38.pyc,, +virtualenv/create/via_global_ref/builtin/__pycache__/builtin_way.cpython-38.pyc,, +virtualenv/create/via_global_ref/builtin/__pycache__/ref.cpython-38.pyc,, +virtualenv/create/via_global_ref/builtin/__pycache__/via_global_self_do.cpython-38.pyc,, +virtualenv/create/via_global_ref/builtin/builtin_way.py,sha256=MIhEIVgieUmOyz35HXOlDNiuQ5y2yLlEjT7uBEBCV6w,493 +virtualenv/create/via_global_ref/builtin/cpython/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +virtualenv/create/via_global_ref/builtin/cpython/__pycache__/__init__.cpython-38.pyc,, +virtualenv/create/via_global_ref/builtin/cpython/__pycache__/common.cpython-38.pyc,, +virtualenv/create/via_global_ref/builtin/cpython/__pycache__/cpython2.cpython-38.pyc,, +virtualenv/create/via_global_ref/builtin/cpython/__pycache__/cpython3.cpython-38.pyc,, +virtualenv/create/via_global_ref/builtin/cpython/__pycache__/mac_os.cpython-38.pyc,, +virtualenv/create/via_global_ref/builtin/cpython/common.py,sha256=Rb-S7ZJIzIT-M0VFZnBv_j1RN0ZBD10WwayJwRFppqw,2323 +virtualenv/create/via_global_ref/builtin/cpython/cpython2.py,sha256=AFCv2vB6wSSYFq2woU9RjrNtk7_OLfelc5OH57rBLGo,3549 +virtualenv/create/via_global_ref/builtin/cpython/cpython3.py,sha256=ZKT0iHIh3_bS0w9_nZ0HsX5YeLn5sC2a76yj7cVHTyk,4612 +virtualenv/create/via_global_ref/builtin/cpython/mac_os.py,sha256=C3W-mZcrfTB2H93LzGC_lRE-M7zzc1EqBOgs7MsPNks,14433 +virtualenv/create/via_global_ref/builtin/pypy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +virtualenv/create/via_global_ref/builtin/pypy/__pycache__/__init__.cpython-38.pyc,, +virtualenv/create/via_global_ref/builtin/pypy/__pycache__/common.cpython-38.pyc,, +virtualenv/create/via_global_ref/builtin/pypy/__pycache__/pypy2.cpython-38.pyc,, +virtualenv/create/via_global_ref/builtin/pypy/__pycache__/pypy3.cpython-38.pyc,, +virtualenv/create/via_global_ref/builtin/pypy/common.py,sha256=DrhWKmlmHD4s3NvQiVrvQ5eDuHkmiBtM0LCled4Jb6Y,1747 +virtualenv/create/via_global_ref/builtin/pypy/pypy2.py,sha256=_-G9otSJwlkTt8bsepooke9cbUO9NcCThyUzu58McWM,3546 +virtualenv/create/via_global_ref/builtin/pypy/pypy3.py,sha256=2Iyxn9Q5QCKTL-SDKcwjzhZl1Hwd_XXB5LWVVnFxVsg,3106 +virtualenv/create/via_global_ref/builtin/python2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +virtualenv/create/via_global_ref/builtin/python2/__pycache__/__init__.cpython-38.pyc,, +virtualenv/create/via_global_ref/builtin/python2/__pycache__/python2.cpython-38.pyc,, +virtualenv/create/via_global_ref/builtin/python2/__pycache__/site.cpython-38.pyc,, +virtualenv/create/via_global_ref/builtin/python2/python2.py,sha256=DYEC3P-xFREo37x8p2H0FhhzgRfP0kk6WOgpFcY6EJc,4019 +virtualenv/create/via_global_ref/builtin/python2/site.py,sha256=4kiq0cs57rbrqtFBsl7MyyGB2G2zjWn-1CHuH8C7gPQ,6903 +virtualenv/create/via_global_ref/builtin/ref.py,sha256=Ft5UJX5lQQkECGSQLklMHfzYdAJufxCdUhqjLVNzpKU,5379 +virtualenv/create/via_global_ref/builtin/via_global_self_do.py,sha256=D07rpp1_BrvwJ28eGKZRHoXvvsUC4FfCx6op8kZ-Roc,4344 +virtualenv/create/via_global_ref/store.py,sha256=dgBBkTJGg5bdTtcFLIjze_RHZEOAOLrmgAMwRq3oPUE,614 +virtualenv/create/via_global_ref/venv.py,sha256=lh7AILmfV4b5uFJKeUbDNt8E1jkbZgvb4tulgw99TpI,3447 +virtualenv/discovery/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +virtualenv/discovery/__pycache__/__init__.cpython-38.pyc,, +virtualenv/discovery/__pycache__/builtin.cpython-38.pyc,, +virtualenv/discovery/__pycache__/cached_py_info.cpython-38.pyc,, +virtualenv/discovery/__pycache__/discover.cpython-38.pyc,, +virtualenv/discovery/__pycache__/py_info.cpython-38.pyc,, +virtualenv/discovery/__pycache__/py_spec.cpython-38.pyc,, +virtualenv/discovery/builtin.py,sha256=7W8a-Z6hFrLJoJbsFDOsKYtgKzrVs3f0MWLu_yrp3_8,6138 +virtualenv/discovery/cached_py_info.py,sha256=I3Y-fJki0EHUbeySdWqMj7iyp060EbS4Gy85DEoerXs,6350 +virtualenv/discovery/discover.py,sha256=abndo2cqcHuKli_46upFbX3EdI5hbFQgxeE_RcJN-U0,1151 +virtualenv/discovery/py_info.py,sha256=SpdnUTwMlPU4yPlSfOAuJFKXIkeKiF-8jjGbmGGFM6g,23898 +virtualenv/discovery/py_spec.py,sha256=ua6u59_1lPS29WUK2UOer74pJADwEzyXoJ6GHFspNk8,4514 +virtualenv/discovery/windows/__init__.py,sha256=Xb7-zapDH8BF9RPHRxMc87ZcV661jWOYl-UJGZV5Ltk,1251 +virtualenv/discovery/windows/__pycache__/__init__.cpython-38.pyc,, +virtualenv/discovery/windows/__pycache__/pep514.cpython-38.pyc,, +virtualenv/discovery/windows/pep514.py,sha256=EFmAj6_nQm1OAvLsCtwfy-upKm47oFXj6SA2r8kmM5Q,5059 +virtualenv/info.py,sha256=JU5yZ57YTzxBGnNlyn47chWyhJ4hESKdxiTI9yfNGkw,1796 +virtualenv/report.py,sha256=-8DUo7Aw1Ht08CjdC-cxhpQjv_fHzpTtVi9f6udlbzs,1321 +virtualenv/run/__init__.py,sha256=C5JIIfYRkeTzAf0h7umRrQr2PKfAY3ho9zMhztgTUco,5990 +virtualenv/run/__pycache__/__init__.cpython-38.pyc,, +virtualenv/run/__pycache__/session.cpython-38.pyc,, +virtualenv/run/plugin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +virtualenv/run/plugin/__pycache__/__init__.cpython-38.pyc,, +virtualenv/run/plugin/__pycache__/activators.cpython-38.pyc,, +virtualenv/run/plugin/__pycache__/base.cpython-38.pyc,, +virtualenv/run/plugin/__pycache__/creators.cpython-38.pyc,, +virtualenv/run/plugin/__pycache__/discovery.cpython-38.pyc,, +virtualenv/run/plugin/__pycache__/seeders.cpython-38.pyc,, +virtualenv/run/plugin/activators.py,sha256=MVwQ9s1VQviWcOvzjqfMDgKKDWFN_aYja2h_wmKfpcc,2169 +virtualenv/run/plugin/base.py,sha256=_s3_QPrvGCBiia1sL7hXAeXxifdURotkdy5CUC0IcKk,2267 +virtualenv/run/plugin/creators.py,sha256=B_2lWKOMij7WrSBh225pxbxvfpnIeapT_k2C0HeNbMo,3369 +virtualenv/run/plugin/discovery.py,sha256=tbHIx6w7z5gWmhfxI4iYFpVx7jeQ8EwtODnKJxCc1d8,1167 +virtualenv/run/plugin/seeders.py,sha256=glln6lIH_ww23Tr9bzd1RLsG1Ro8pBKciwSBjTlVK2g,1006 +virtualenv/run/session.py,sha256=gAErHgQq7BEmWc-IsqoB6A0i2BxpXESbXYvI-fWO1vU,2385 +virtualenv/seed/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +virtualenv/seed/__pycache__/__init__.cpython-38.pyc,, +virtualenv/seed/__pycache__/seeder.cpython-38.pyc,, +virtualenv/seed/embed/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +virtualenv/seed/embed/__pycache__/__init__.cpython-38.pyc,, +virtualenv/seed/embed/__pycache__/base_embed.cpython-38.pyc,, +virtualenv/seed/embed/__pycache__/pip_invoke.cpython-38.pyc,, +virtualenv/seed/embed/base_embed.py,sha256=2yY7gtfMmvClYFIZQPNo3WpUI9ulBFErFzJ6HYFgDR8,3816 +virtualenv/seed/embed/pip_invoke.py,sha256=Nv-jIPNUAiKC8cw9wjYoToWbC-aIJpCYayMvrdpmzcM,2095 +virtualenv/seed/embed/via_app_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +virtualenv/seed/embed/via_app_data/__pycache__/__init__.cpython-38.pyc,, +virtualenv/seed/embed/via_app_data/__pycache__/via_app_data.cpython-38.pyc,, +virtualenv/seed/embed/via_app_data/pip_install/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +virtualenv/seed/embed/via_app_data/pip_install/__pycache__/__init__.cpython-38.pyc,, +virtualenv/seed/embed/via_app_data/pip_install/__pycache__/base.cpython-38.pyc,, +virtualenv/seed/embed/via_app_data/pip_install/__pycache__/copy.cpython-38.pyc,, +virtualenv/seed/embed/via_app_data/pip_install/__pycache__/symlink.cpython-38.pyc,, +virtualenv/seed/embed/via_app_data/pip_install/base.py,sha256=qzc_OyFkZD1SDBGbHw0PfWb_Vn4QmghzrOZpCJTamSk,8090 +virtualenv/seed/embed/via_app_data/pip_install/copy.py,sha256=zAAKNWYjXu-NtNYVfobfvBOgj9VTCJK6oM85s_TfWSM,1190 +virtualenv/seed/embed/via_app_data/pip_install/symlink.py,sha256=panHf6OzF0XZTGEhroYwUPiFJukWEjY849fNtWTMqMA,2034 +virtualenv/seed/embed/via_app_data/via_app_data.py,sha256=4ewNDbT2VH_3FhAspzOXauZnmCC1EYcVAEuYHl_Bx5I,5798 +virtualenv/seed/seeder.py,sha256=ZgQSokI4tVilukVy6roqmVOR_CDT-0USEVUKpPU_T5M,1132 +virtualenv/seed/wheels/__init__.py,sha256=Deutdgs8-S1yYLjJ78AbNfpZqZF3TsJiFbvyBYF4kVo,168 +virtualenv/seed/wheels/__pycache__/__init__.cpython-38.pyc,, +virtualenv/seed/wheels/__pycache__/acquire.cpython-38.pyc,, +virtualenv/seed/wheels/__pycache__/bundle.cpython-38.pyc,, +virtualenv/seed/wheels/__pycache__/periodic_update.cpython-38.pyc,, +virtualenv/seed/wheels/__pycache__/util.cpython-38.pyc,, +virtualenv/seed/wheels/acquire.py,sha256=_XFqPnhXZZZNJbUAXDJjtFvjBo0lm1tmKeNmKBewkKo,4375 +virtualenv/seed/wheels/bundle.py,sha256=OjBgipHArMiz4ihvXSYcQ5p7K_GNbGVgq1fFjo5bdQA,1880 +virtualenv/seed/wheels/embed/__init__.py,sha256=01bMvsFgXBXbZrDOFXkNq3Q8vmnPvxz8GRkEltE22pA,1898 +virtualenv/seed/wheels/embed/__pycache__/__init__.cpython-38.pyc,, +virtualenv/seed/wheels/embed/pip-20.3.4-py2.py3-none-any.whl,sha256=IXrlFhoOCMD7hzhYgG40eMl3XK_85RaLUOyIXjWMGZ0,1522101 +virtualenv/seed/wheels/embed/pip-21.3.1-py3-none-any.whl,sha256=3q8y3Nmrgh41nNgzB4a80HdgS1xXMMCwlu2kb5XCSi0,1723581 +virtualenv/seed/wheels/embed/pip-22.2.2-py3-none-any.whl,sha256=tho3S1vECm6YJCau3kDJtaCP8g5kD1tWl39Pkf7R45o,2044706 +virtualenv/seed/wheels/embed/setuptools-44.1.1-py2.py3-none-any.whl,sha256=J6cUwJJTE05gpvpoEw94xwN-VWLE8h-PMY8q6QDRUtU,583493 +virtualenv/seed/wheels/embed/setuptools-50.3.2-py3-none-any.whl,sha256=LCQqCFb7rX775WDfSnrdkyTzQM9I30NlHpYEkkRmeUo,785194 +virtualenv/seed/wheels/embed/setuptools-59.6.0-py3-none-any.whl,sha256=TOkvHh-PASM-6ZUsBPa4HR4Ck51uG0iEKBVJdKTQeD4,952597 +virtualenv/seed/wheels/embed/setuptools-65.3.0-py3-none-any.whl,sha256=LiTgvsAl8DWi5yzdGWERn1V9eK0zG7AP-C77KrjajoI,1232493 +virtualenv/seed/wheels/embed/wheel-0.37.1-py2.py3-none-any.whl,sha256=S9zX2EATgIYSbNCSVNxhlftPxvAcBQodcjbyYw2x0io,35301 +virtualenv/seed/wheels/periodic_update.py,sha256=ad9-hxUc7wyCyYVbVFqB9kvGVUUNvQ5vI4TAnTyrMuw,14819 +virtualenv/seed/wheels/util.py,sha256=ixjwODR81FYc4dOZu1LDRYo--ejzcq5XYM-EVDdDPjg,3844 +virtualenv/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +virtualenv/util/__pycache__/__init__.cpython-38.pyc,, +virtualenv/util/__pycache__/error.cpython-38.pyc,, +virtualenv/util/__pycache__/lock.cpython-38.pyc,, +virtualenv/util/__pycache__/zipapp.cpython-38.pyc,, +virtualenv/util/error.py,sha256=fqLMXou_tzEk_Bp_thd4lknIpxwde1r9BPvg4eZBUzM,272 +virtualenv/util/lock.py,sha256=nMW4J6K5GwiiW18o8I4dyg6zMpCMO9j9qNIlVrJBeEs,4662 +virtualenv/util/path/__init__.py,sha256=SJqnTNAQE41RveIMRQHKjlJ-uyNEzjbavJa5jNZl6MA,304 +virtualenv/util/path/__pycache__/__init__.cpython-38.pyc,, +virtualenv/util/path/__pycache__/_permission.cpython-38.pyc,, +virtualenv/util/path/__pycache__/_sync.cpython-38.pyc,, +virtualenv/util/path/__pycache__/_win.cpython-38.pyc,, +virtualenv/util/path/_permission.py,sha256=8fonBjbUY3n9_XJFf5IXTOeH6jsZCwwUNb4nOwEWX5s,629 +virtualenv/util/path/_sync.py,sha256=W4qi9-j5Jf5B2u_ADM_flijVDkkxXuja4hKlq5eHhMo,1924 +virtualenv/util/path/_win.py,sha256=HNJNgBbrnsYdnhN9fRxWERNwbGfsO-66VPQ8acrmpO8,766 +virtualenv/util/subprocess/__init__.py,sha256=_KtQsx0AJZjGttuODKCBe2X2troxYXo5KA0L58-kWwE,652 +virtualenv/util/subprocess/__pycache__/__init__.cpython-38.pyc,, +virtualenv/util/zipapp.py,sha256=oEqNNmf_lROPQZGI3wltUaKksBykldF1TdyFEyOUBVo,982 +virtualenv/version.py,sha256=VQNuuFuE-FzZhUdYTbAVAcxeJlNb-wEXVnTXwYX-Cnc,66 diff --git a/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/WHEEL b/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/WHEEL new file mode 120000 index 0000000..7e89bc1 --- /dev/null +++ b/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/WHEEL @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/1b/5e/87/e00dc87a84269cead8578b9e6462928e18a95f1f3373c9eef451a5bcc0 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/entry_points.txt b/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/entry_points.txt new file mode 120000 index 0000000..426c211 --- /dev/null +++ b/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/entry_points.txt @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/9b/c6/35/b7c98af7c8a80c01da3919ec134ec3581ca6a01e954fb0055c46ac0233 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/top_level.txt b/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/top_level.txt new file mode 120000 index 0000000..4a93d99 --- /dev/null +++ b/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/top_level.txt @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/25/5f/8b/5650bc61e230d43822608d21128b7bb60172e4859d2957121bb372cda2 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/zip-safe b/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/zip-safe new file mode 120000 index 0000000..e11f061 --- /dev/null +++ b/venv/lib/python3.8/site-packages/virtualenv-20.16.5.dist-info/zip-safe @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/01/ba/47/19c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/virtualenv/seed/wheels/embed/pip-22.2.2-py3-none-any.whl b/venv/lib/python3.8/site-packages/virtualenv/seed/wheels/embed/pip-22.2.2-py3-none-any.whl new file mode 120000 index 0000000..b6a01d5 --- /dev/null +++ b/venv/lib/python3.8/site-packages/virtualenv/seed/wheels/embed/pip-22.2.2-py3-none-any.whl @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/b6/1a/37/4b5bc40a6e982426aede40c9b5a08ff20e640f5b56977f4f91fed1e39a \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/virtualenv/seed/wheels/embed/setuptools-65.3.0-py3-none-any.whl b/venv/lib/python3.8/site-packages/virtualenv/seed/wheels/embed/setuptools-65.3.0-py3-none-any.whl new file mode 120000 index 0000000..21b591e --- /dev/null +++ b/venv/lib/python3.8/site-packages/virtualenv/seed/wheels/embed/setuptools-65.3.0-py3-none-any.whl @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/2e/24/e0/bec025f035a2e72cdd1961119f557d78ad331bb00ff82efb2ab8da8e82 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/INSTALLER b/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/LICENSE b/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/LICENSE new file mode 120000 index 0000000..8aeefcb --- /dev/null +++ b/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/LICENSE @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/db/3f/02/46b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/METADATA b/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/METADATA new file mode 100644 index 0000000..5ea6130 --- /dev/null +++ b/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/METADATA @@ -0,0 +1,104 @@ +Metadata-Version: 2.1 +Name: zipp +Version: 3.9.0 +Summary: Backport of pathlib-compatible object wrapper for zip files +Home-page: https://github.com/jaraco/zipp +Author: Jason R. Coombs +Author-email: jaraco@jaraco.com +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Requires-Python: >=3.7 +License-File: LICENSE +Provides-Extra: docs +Requires-Dist: sphinx (>=3.5) ; extra == 'docs' +Requires-Dist: jaraco.packaging (>=9) ; extra == 'docs' +Requires-Dist: rst.linker (>=1.9) ; extra == 'docs' +Requires-Dist: furo ; extra == 'docs' +Requires-Dist: jaraco.tidelift (>=1.4) ; extra == 'docs' +Provides-Extra: testing +Requires-Dist: pytest (>=6) ; extra == 'testing' +Requires-Dist: pytest-checkdocs (>=2.4) ; extra == 'testing' +Requires-Dist: pytest-flake8 ; extra == 'testing' +Requires-Dist: flake8 (<5) ; extra == 'testing' +Requires-Dist: pytest-cov ; extra == 'testing' +Requires-Dist: pytest-enabler (>=1.3) ; extra == 'testing' +Requires-Dist: jaraco.itertools ; extra == 'testing' +Requires-Dist: func-timeout ; extra == 'testing' +Requires-Dist: jaraco.functools ; extra == 'testing' +Requires-Dist: more-itertools ; extra == 'testing' +Requires-Dist: pytest-black (>=0.3.7) ; (platform_python_implementation != "PyPy") and extra == 'testing' +Requires-Dist: pytest-mypy (>=0.9.1) ; (platform_python_implementation != "PyPy") and extra == 'testing' + +.. image:: https://img.shields.io/pypi/v/zipp.svg + :target: `PyPI link`_ + +.. image:: https://img.shields.io/pypi/pyversions/zipp.svg + :target: `PyPI link`_ + +.. _PyPI link: https://pypi.org/project/zipp + +.. image:: https://github.com/jaraco/zipp/workflows/tests/badge.svg + :target: https://github.com/jaraco/zipp/actions?query=workflow%3A%22tests%22 + :alt: tests + +.. image:: https://img.shields.io/badge/code%20style-black-000000.svg + :target: https://github.com/psf/black + :alt: Code style: Black + +.. .. image:: https://readthedocs.org/projects/skeleton/badge/?version=latest +.. :target: https://skeleton.readthedocs.io/en/latest/?badge=latest + +.. image:: https://img.shields.io/badge/skeleton-2022-informational + :target: https://blog.jaraco.com/skeleton + +.. image:: https://tidelift.com/badges/package/pypi/zipp + :target: https://tidelift.com/subscription/pkg/pypi-zipp?utm_source=pypi-zipp&utm_medium=readme + + +A pathlib-compatible Zipfile object wrapper. Official backport of the standard library +`Path object `_. + + +Compatibility +============= + +New features are introduced in this third-party library and later merged +into CPython. The following table indicates which versions of this library +were contributed to different versions in the standard library: + +.. list-table:: + :header-rows: 1 + + * - zipp + - stdlib + * - 3.5 + - 3.11 + * - 3.3 + - 3.9 + * - 1.0 + - 3.8 + + +Usage +===== + +Use ``zipp.Path`` in place of ``zipfile.Path`` on any Python. + +For Enterprise +============== + +Available as part of the Tidelift Subscription. + +This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. + +`Learn more `_. + +Security Contact +================ + +To report a security vulnerability, please use the +`Tidelift security contact `_. +Tidelift will coordinate the fix and disclosure. diff --git a/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/RECORD b/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/RECORD new file mode 100644 index 0000000..3607613 --- /dev/null +++ b/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/RECORD @@ -0,0 +1,10 @@ +__pycache__/zipp.cpython-38.pyc,, +zipp-3.9.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +zipp-3.9.0.dist-info/LICENSE,sha256=2z8CRrH5J48VhFuZ_sR4uLUG63ZIeZNyL4xuJUKF-vg,1050 +zipp-3.9.0.dist-info/METADATA,sha256=ica72vruskNdIjJ4YewSKYZvle9JNtuWCgH4fQooC6Y,3671 +zipp-3.9.0.dist-info/RECORD,, +zipp-3.9.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +zipp-3.9.0.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92 +zipp-3.9.0.dist-info/direct_url.json,sha256=vT2CnNkc9qp4GbgJRJT1HSNK7Se-OE5tt_1AkRg-f6g,246 +zipp-3.9.0.dist-info/top_level.txt,sha256=iAbdoSHfaGqBfVb2XuR9JqSQHCoOsOtG6y9C_LSpqFw,5 +zipp.py,sha256=7ETLLOTJosCYQIfMrsOZ7vyKM6AuLucq2c3_c5wa0KE,8467 diff --git a/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/REQUESTED b/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/WHEEL b/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/WHEEL new file mode 120000 index 0000000..7e89bc1 --- /dev/null +++ b/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/WHEEL @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/1b/5e/87/e00dc87a84269cead8578b9e6462928e18a95f1f3373c9eef451a5bcc0 \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/direct_url.json b/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/direct_url.json new file mode 100644 index 0000000..bbff24d --- /dev/null +++ b/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/direct_url.json @@ -0,0 +1 @@ +{"archive_info": {"hash": "sha256=972cfa31bc2fedd3fa838a51e9bc7e64b7fb725a8c00e7431554311f180e9980"}, "url": "https://files.pythonhosted.org/packages/09/85/302c153615db93e9197f13e02f448b3f95d7d786948f2fb3d6d5830a481b/zipp-3.9.0-py3-none-any.whl"} \ No newline at end of file diff --git a/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/top_level.txt b/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/top_level.txt new file mode 120000 index 0000000..e54fc9c --- /dev/null +++ b/venv/lib/python3.8/site-packages/zipp-3.9.0.dist-info/top_level.txt @@ -0,0 +1 @@ +/home/runner/.cache/pip/pool/88/06/dd/a121df686a817d56f65ee47d26a4901c2a0eb0eb46eb2f42fcb4a9a85c \ No newline at end of file