Chris Kay | ed0c801 | 2025-01-28 18:04:11 +0000 | [diff] [blame] | 1 | # This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. |
| 2 | |
| 3 | [[package]] |
| 4 | name = "anytree" |
| 5 | version = "2.12.1" |
| 6 | description = "Powerful and Lightweight Python Tree Data Structure with various plugins" |
| 7 | optional = false |
| 8 | python-versions = ">=3.7.2,<4" |
| 9 | files = [ |
| 10 | {file = "anytree-2.12.1-py3-none-any.whl", hash = "sha256:5ea9e61caf96db1e5b3d0a914378d2cd83c269dfce1fb8242ce96589fa3382f0"}, |
| 11 | {file = "anytree-2.12.1.tar.gz", hash = "sha256:244def434ccf31b668ed282954e5d315b4e066c4940b94aff4a7962d85947830"}, |
| 12 | ] |
| 13 | |
| 14 | [package.dependencies] |
| 15 | six = "*" |
| 16 | |
| 17 | [[package]] |
| 18 | name = "click" |
| 19 | version = "8.1.8" |
| 20 | description = "Composable command line interface toolkit" |
| 21 | optional = false |
| 22 | python-versions = ">=3.7" |
| 23 | files = [ |
| 24 | {file = "click-8.1.8-py3-none-any.whl", hash = "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2"}, |
| 25 | {file = "click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"}, |
| 26 | ] |
| 27 | |
| 28 | [package.dependencies] |
| 29 | colorama = {version = "*", markers = "platform_system == \"Windows\""} |
| 30 | |
| 31 | [[package]] |
| 32 | name = "colorama" |
| 33 | version = "0.4.6" |
| 34 | description = "Cross-platform colored terminal text." |
| 35 | optional = false |
| 36 | python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" |
| 37 | files = [ |
| 38 | {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, |
| 39 | {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, |
| 40 | ] |
| 41 | |
| 42 | [[package]] |
Chris Kay | 6acd79a | 2025-04-17 16:53:32 +0100 | [diff] [blame^] | 43 | name = "nodeenv" |
| 44 | version = "1.9.1" |
| 45 | description = "Node.js virtual environment builder" |
| 46 | optional = false |
| 47 | python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" |
| 48 | files = [ |
| 49 | {file = "nodeenv-1.9.1-py2.py3-none-any.whl", hash = "sha256:ba11c9782d29c27c70ffbdda2d7415098754709be8a7056d79a737cd901155c9"}, |
| 50 | {file = "nodeenv-1.9.1.tar.gz", hash = "sha256:6ec12890a2dab7946721edbfbcd91f3319c6ccc9aec47be7c7e6b7011ee6645f"}, |
| 51 | ] |
| 52 | |
| 53 | [[package]] |
Chris Kay | ed0c801 | 2025-01-28 18:04:11 +0000 | [diff] [blame] | 54 | name = "prettytable" |
| 55 | version = "3.11.0" |
| 56 | description = "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format" |
| 57 | optional = false |
| 58 | python-versions = ">=3.8" |
| 59 | files = [ |
| 60 | {file = "prettytable-3.11.0-py3-none-any.whl", hash = "sha256:aa17083feb6c71da11a68b2c213b04675c4af4ce9c541762632ca3f2cb3546dd"}, |
| 61 | {file = "prettytable-3.11.0.tar.gz", hash = "sha256:7e23ca1e68bbfd06ba8de98bf553bf3493264c96d5e8a615c0471025deeba722"}, |
| 62 | ] |
| 63 | |
| 64 | [package.dependencies] |
| 65 | wcwidth = "*" |
| 66 | |
| 67 | [package.extras] |
| 68 | tests = ["pytest", "pytest-cov", "pytest-lazy-fixtures"] |
| 69 | |
| 70 | [[package]] |
| 71 | name = "pyelftools" |
| 72 | version = "0.29" |
| 73 | description = "Library for analyzing ELF files and DWARF debugging information" |
| 74 | optional = false |
| 75 | python-versions = "*" |
| 76 | files = [ |
| 77 | {file = "pyelftools-0.29-py2.py3-none-any.whl", hash = "sha256:519f38cf412f073b2d7393aa4682b0190fa901f7c3fa0bff2b82d537690c7fc1"}, |
| 78 | {file = "pyelftools-0.29.tar.gz", hash = "sha256:ec761596aafa16e282a31de188737e5485552469ac63b60cfcccf22263fd24ff"}, |
| 79 | ] |
| 80 | |
| 81 | [[package]] |
Chris Kay | 6acd79a | 2025-04-17 16:53:32 +0100 | [diff] [blame^] | 82 | name = "pyright" |
| 83 | version = "1.1.399" |
| 84 | description = "Command line wrapper for pyright" |
| 85 | optional = false |
| 86 | python-versions = ">=3.7" |
| 87 | files = [ |
| 88 | {file = "pyright-1.1.399-py3-none-any.whl", hash = "sha256:55f9a875ddf23c9698f24208c764465ffdfd38be6265f7faf9a176e1dc549f3b"}, |
| 89 | {file = "pyright-1.1.399.tar.gz", hash = "sha256:439035d707a36c3d1b443aec980bc37053fbda88158eded24b8eedcf1c7b7a1b"}, |
| 90 | ] |
| 91 | |
| 92 | [package.dependencies] |
| 93 | nodeenv = ">=1.6.0" |
| 94 | typing-extensions = ">=4.1" |
| 95 | |
| 96 | [package.extras] |
| 97 | all = ["nodejs-wheel-binaries", "twine (>=3.4.1)"] |
| 98 | dev = ["twine (>=3.4.1)"] |
| 99 | nodejs = ["nodejs-wheel-binaries"] |
| 100 | |
| 101 | [[package]] |
Chris Kay | 1bed770 | 2025-04-01 17:20:56 +0100 | [diff] [blame] | 102 | name = "ruff" |
| 103 | version = "0.11.2" |
| 104 | description = "An extremely fast Python linter and code formatter, written in Rust." |
| 105 | optional = false |
| 106 | python-versions = ">=3.7" |
| 107 | files = [ |
| 108 | {file = "ruff-0.11.2-py3-none-linux_armv6l.whl", hash = "sha256:c69e20ea49e973f3afec2c06376eb56045709f0212615c1adb0eda35e8a4e477"}, |
| 109 | {file = "ruff-0.11.2-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:2c5424cc1c4eb1d8ecabe6d4f1b70470b4f24a0c0171356290b1953ad8f0e272"}, |
| 110 | {file = "ruff-0.11.2-py3-none-macosx_11_0_arm64.whl", hash = "sha256:ecf20854cc73f42171eedb66f006a43d0a21bfb98a2523a809931cda569552d9"}, |
| 111 | {file = "ruff-0.11.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0c543bf65d5d27240321604cee0633a70c6c25c9a2f2492efa9f6d4b8e4199bb"}, |
| 112 | {file = "ruff-0.11.2-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:20967168cc21195db5830b9224be0e964cc9c8ecf3b5a9e3ce19876e8d3a96e3"}, |
| 113 | {file = "ruff-0.11.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:955a9ce63483999d9f0b8f0b4a3ad669e53484232853054cc8b9d51ab4c5de74"}, |
| 114 | {file = "ruff-0.11.2-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:86b3a27c38b8fce73bcd262b0de32e9a6801b76d52cdb3ae4c914515f0cef608"}, |
| 115 | {file = "ruff-0.11.2-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a3b66a03b248c9fcd9d64d445bafdf1589326bee6fc5c8e92d7562e58883e30f"}, |
| 116 | {file = "ruff-0.11.2-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0397c2672db015be5aa3d4dac54c69aa012429097ff219392c018e21f5085147"}, |
| 117 | {file = "ruff-0.11.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:869bcf3f9abf6457fbe39b5a37333aa4eecc52a3b99c98827ccc371a8e5b6f1b"}, |
| 118 | {file = "ruff-0.11.2-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:2a2b50ca35457ba785cd8c93ebbe529467594087b527a08d487cf0ee7b3087e9"}, |
| 119 | {file = "ruff-0.11.2-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:7c69c74bf53ddcfbc22e6eb2f31211df7f65054bfc1f72288fc71e5f82db3eab"}, |
| 120 | {file = "ruff-0.11.2-py3-none-musllinux_1_2_i686.whl", hash = "sha256:6e8fb75e14560f7cf53b15bbc55baf5ecbe373dd5f3aab96ff7aa7777edd7630"}, |
| 121 | {file = "ruff-0.11.2-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:842a472d7b4d6f5924e9297aa38149e5dcb1e628773b70e6387ae2c97a63c58f"}, |
| 122 | {file = "ruff-0.11.2-py3-none-win32.whl", hash = "sha256:aca01ccd0eb5eb7156b324cfaa088586f06a86d9e5314b0eb330cb48415097cc"}, |
| 123 | {file = "ruff-0.11.2-py3-none-win_amd64.whl", hash = "sha256:3170150172a8f994136c0c66f494edf199a0bbea7a409f649e4bc8f4d7084080"}, |
| 124 | {file = "ruff-0.11.2-py3-none-win_arm64.whl", hash = "sha256:52933095158ff328f4c77af3d74f0379e34fd52f175144cefc1b192e7ccd32b4"}, |
| 125 | {file = "ruff-0.11.2.tar.gz", hash = "sha256:ec47591497d5a1050175bdf4e1a4e6272cddff7da88a2ad595e1e326041d8d94"}, |
| 126 | ] |
| 127 | |
| 128 | [[package]] |
Chris Kay | ed0c801 | 2025-01-28 18:04:11 +0000 | [diff] [blame] | 129 | name = "six" |
| 130 | version = "1.17.0" |
| 131 | description = "Python 2 and 3 compatibility utilities" |
| 132 | optional = false |
| 133 | python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" |
| 134 | files = [ |
| 135 | {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"}, |
| 136 | {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"}, |
| 137 | ] |
| 138 | |
| 139 | [[package]] |
Chris Kay | 6acd79a | 2025-04-17 16:53:32 +0100 | [diff] [blame^] | 140 | name = "typing-extensions" |
| 141 | version = "4.13.2" |
| 142 | description = "Backported and Experimental Type Hints for Python 3.8+" |
| 143 | optional = false |
| 144 | python-versions = ">=3.8" |
| 145 | files = [ |
| 146 | {file = "typing_extensions-4.13.2-py3-none-any.whl", hash = "sha256:a439e7c04b49fec3e5d3e2beaa21755cadbbdc391694e28ccdd36ca4a1408f8c"}, |
| 147 | {file = "typing_extensions-4.13.2.tar.gz", hash = "sha256:e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef"}, |
| 148 | ] |
| 149 | |
| 150 | [[package]] |
Chris Kay | ed0c801 | 2025-01-28 18:04:11 +0000 | [diff] [blame] | 151 | name = "wcwidth" |
| 152 | version = "0.2.13" |
| 153 | description = "Measures the displayed width of unicode strings in a terminal" |
| 154 | optional = false |
| 155 | python-versions = "*" |
| 156 | files = [ |
| 157 | {file = "wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859"}, |
| 158 | {file = "wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"}, |
| 159 | ] |
| 160 | |
| 161 | [metadata] |
| 162 | lock-version = "2.0" |
| 163 | python-versions = "^3.8.0" |
Chris Kay | 6acd79a | 2025-04-17 16:53:32 +0100 | [diff] [blame^] | 164 | content-hash = "91360b55f18ea83b2b9143a9c7662fae1a4570956b07bce96c635327ce3cc1da" |