2024-08-21 21:20:40 +00:00
|
|
|
# This file is @generated by PDM.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
|
|
|
|
[metadata]
|
2024-08-23 23:02:26 +00:00
|
|
|
groups = ["default", "dev"]
|
2024-08-21 21:20:40 +00:00
|
|
|
strategy = ["inherit_metadata"]
|
|
|
|
lock_version = "4.5.0"
|
2024-08-23 23:02:26 +00:00
|
|
|
content_hash = "sha256:7b1a11a64e435bfbced61bd2b5314e78a56b93e0bac7dcb6b043529bc66fc060"
|
2024-08-21 21:20:40 +00:00
|
|
|
|
|
|
|
[[metadata.targets]]
|
|
|
|
requires_python = "==3.12.*"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "amaranth"
|
|
|
|
version = "0.5.1"
|
|
|
|
requires_python = "~=3.8"
|
|
|
|
summary = "Amaranth hardware definition language"
|
|
|
|
groups = ["default"]
|
|
|
|
dependencies = [
|
|
|
|
"Jinja2~=3.0",
|
|
|
|
"importlib-resources; python_version < \"3.9\"",
|
|
|
|
"jschon~=0.11.1",
|
|
|
|
"pyvcd<0.5,>=0.2.2",
|
|
|
|
]
|
|
|
|
files = [
|
|
|
|
{file = "amaranth-0.5.1-py3-none-any.whl", hash = "sha256:2d370cc5b97e2472aab0a4eca515ab7f5116274550bd454132520eaec6068fb6"},
|
|
|
|
{file = "amaranth-0.5.1.tar.gz", hash = "sha256:58b01efcec24c3696a7465e97a6e62f46466afab1f956a6eb00bda4b791c8345"},
|
|
|
|
]
|
|
|
|
|
2024-08-23 23:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "basedpyright"
|
|
|
|
version = "1.17.0"
|
|
|
|
requires_python = ">=3.8"
|
|
|
|
summary = "static type checking for Python (but based)"
|
|
|
|
groups = ["dev"]
|
|
|
|
dependencies = [
|
|
|
|
"nodejs-wheel-binaries>=20.13.1",
|
|
|
|
]
|
|
|
|
files = [
|
|
|
|
{file = "basedpyright-1.17.0-py3-none-any.whl", hash = "sha256:a7e070be5d3930223df0a435590932fbc114242b7f8d1723c5d717754e7a3b4e"},
|
|
|
|
{file = "basedpyright-1.17.0.tar.gz", hash = "sha256:79e2740156a040fdc68e4372940f40694375ef7e4a0ca70bacf8910af08717e0"},
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorama"
|
|
|
|
version = "0.4.6"
|
|
|
|
requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
|
|
|
|
summary = "Cross-platform colored terminal text."
|
|
|
|
groups = ["dev"]
|
|
|
|
marker = "sys_platform == \"win32\""
|
|
|
|
files = [
|
|
|
|
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
|
|
|
|
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iniconfig"
|
|
|
|
version = "2.0.0"
|
|
|
|
requires_python = ">=3.7"
|
|
|
|
summary = "brain-dead simple config-ini parsing"
|
|
|
|
groups = ["dev"]
|
|
|
|
files = [
|
|
|
|
{file = "iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"},
|
|
|
|
{file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"},
|
|
|
|
]
|
|
|
|
|
2024-08-21 21:20:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jinja2"
|
|
|
|
version = "3.1.4"
|
|
|
|
requires_python = ">=3.7"
|
|
|
|
summary = "A very fast and expressive template engine."
|
|
|
|
groups = ["default"]
|
|
|
|
dependencies = [
|
|
|
|
"MarkupSafe>=2.0",
|
|
|
|
]
|
|
|
|
files = [
|
|
|
|
{file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"},
|
|
|
|
{file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"},
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jschon"
|
|
|
|
version = "0.11.1"
|
|
|
|
requires_python = "~=3.8"
|
|
|
|
summary = "A JSON toolkit for Python developers."
|
|
|
|
groups = ["default"]
|
|
|
|
dependencies = [
|
|
|
|
"rfc3986",
|
|
|
|
]
|
|
|
|
files = [
|
|
|
|
{file = "jschon-0.11.1-py3-none-any.whl", hash = "sha256:2350e8b6747b17358022960f91208bea70de448b914827af3184d30e20500f0f"},
|
|
|
|
{file = "jschon-0.11.1.tar.gz", hash = "sha256:c0ca0beab1f1694a03d726b91ed75ec604a7787af3ae91ead765f78215bf149f"},
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "markupsafe"
|
|
|
|
version = "2.1.5"
|
|
|
|
requires_python = ">=3.7"
|
|
|
|
summary = "Safely add untrusted strings to HTML/XML markup."
|
|
|
|
groups = ["default"]
|
|
|
|
files = [
|
|
|
|
{file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1"},
|
|
|
|
{file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4"},
|
|
|
|
{file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee"},
|
|
|
|
{file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5"},
|
|
|
|
{file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b"},
|
|
|
|
{file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a"},
|
|
|
|
{file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f"},
|
|
|
|
{file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169"},
|
|
|
|
{file = "MarkupSafe-2.1.5-cp312-cp312-win32.whl", hash = "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad"},
|
|
|
|
{file = "MarkupSafe-2.1.5-cp312-cp312-win_amd64.whl", hash = "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb"},
|
|
|
|
{file = "MarkupSafe-2.1.5.tar.gz", hash = "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b"},
|
|
|
|
]
|
|
|
|
|
2024-08-23 23:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nodejs-wheel-binaries"
|
|
|
|
version = "20.17.0"
|
|
|
|
requires_python = ">=3.7"
|
|
|
|
summary = "unoffical Node.js package"
|
|
|
|
groups = ["dev"]
|
|
|
|
files = [
|
|
|
|
{file = "nodejs_wheel_binaries-20.17.0-py2.py3-none-macosx_10_15_x86_64.whl", hash = "sha256:a5eaffb0327d751360e5f01e92f0adeb3b297a9196751bf1dda910b92c9f6f83"},
|
|
|
|
{file = "nodejs_wheel_binaries-20.17.0-py2.py3-none-macosx_11_0_arm64.whl", hash = "sha256:a661d2894b11dc886ae8c25727c3cdf1d54db982cdccfcddbb2dfe20dd249f3b"},
|
|
|
|
{file = "nodejs_wheel_binaries-20.17.0-py2.py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e0144c91e9816cda969d78ba0903acc405c99e0a4bfffbdabac6b48b237335e7"},
|
|
|
|
{file = "nodejs_wheel_binaries-20.17.0-py2.py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b87ee7e88bfece2d325949e4f0dedb942b7478c401fc4e6726c5270f5835a02d"},
|
|
|
|
{file = "nodejs_wheel_binaries-20.17.0-py2.py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:5b5fb7c51204ad30e9f83ab503f11b17de4bcc1c248314f83ca3302fda24b1a1"},
|
|
|
|
{file = "nodejs_wheel_binaries-20.17.0-py2.py3-none-win_amd64.whl", hash = "sha256:931558d528b976eb67ae1f68253df089e9d7d7267b6980fc580bfd31d67a0f5c"},
|
|
|
|
{file = "nodejs_wheel_binaries-20.17.0.tar.gz", hash = "sha256:827a3297a99764adfaeb0cd1e9e36d8fb79c5b074de916a2a31b8a61b8d208f7"},
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "packaging"
|
|
|
|
version = "24.1"
|
|
|
|
requires_python = ">=3.8"
|
|
|
|
summary = "Core utilities for Python packages"
|
|
|
|
groups = ["dev"]
|
|
|
|
files = [
|
|
|
|
{file = "packaging-24.1-py3-none-any.whl", hash = "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124"},
|
|
|
|
{file = "packaging-24.1.tar.gz", hash = "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002"},
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pluggy"
|
|
|
|
version = "1.5.0"
|
|
|
|
requires_python = ">=3.8"
|
|
|
|
summary = "plugin and hook calling mechanisms for python"
|
|
|
|
groups = ["dev"]
|
|
|
|
files = [
|
|
|
|
{file = "pluggy-1.5.0-py3-none-any.whl", hash = "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669"},
|
|
|
|
{file = "pluggy-1.5.0.tar.gz", hash = "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1"},
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pytest"
|
|
|
|
version = "8.3.2"
|
|
|
|
requires_python = ">=3.8"
|
|
|
|
summary = "pytest: simple powerful testing with Python"
|
|
|
|
groups = ["dev"]
|
|
|
|
dependencies = [
|
|
|
|
"colorama; sys_platform == \"win32\"",
|
|
|
|
"exceptiongroup>=1.0.0rc8; python_version < \"3.11\"",
|
|
|
|
"iniconfig",
|
|
|
|
"packaging",
|
|
|
|
"pluggy<2,>=1.5",
|
|
|
|
"tomli>=1; python_version < \"3.11\"",
|
|
|
|
]
|
|
|
|
files = [
|
|
|
|
{file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"},
|
|
|
|
{file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"},
|
|
|
|
]
|
|
|
|
|
2024-08-21 21:20:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pyvcd"
|
|
|
|
version = "0.4.0"
|
|
|
|
requires_python = ">=3.7"
|
|
|
|
summary = "Python VCD file support"
|
|
|
|
groups = ["default"]
|
|
|
|
files = [
|
|
|
|
{file = "pyvcd-0.4.0-py2.py3-none-any.whl", hash = "sha256:a21b10e5018b7940c8f2c20ef83d97496e86f15e215afed134ee115166035e17"},
|
|
|
|
{file = "pyvcd-0.4.0.tar.gz", hash = "sha256:31be3f501441a9b8c5dc72660ff7b9cfef9b43b2121a23d96f586d2863270290"},
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rfc3986"
|
|
|
|
version = "2.0.0"
|
|
|
|
requires_python = ">=3.7"
|
|
|
|
summary = "Validating URI References per RFC 3986"
|
|
|
|
groups = ["default"]
|
|
|
|
files = [
|
|
|
|
{file = "rfc3986-2.0.0-py2.py3-none-any.whl", hash = "sha256:50b1502b60e289cb37883f3dfd34532b8873c7de9f49bb546641ce9cbd256ebd"},
|
|
|
|
{file = "rfc3986-2.0.0.tar.gz", hash = "sha256:97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c"},
|
|
|
|
]
|
2024-08-23 23:02:26 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ruff"
|
|
|
|
version = "0.6.2"
|
|
|
|
requires_python = ">=3.7"
|
|
|
|
summary = "An extremely fast Python linter and code formatter, written in Rust."
|
|
|
|
groups = ["dev"]
|
|
|
|
files = [
|
|
|
|
{file = "ruff-0.6.2-py3-none-linux_armv6l.whl", hash = "sha256:5c8cbc6252deb3ea840ad6a20b0f8583caab0c5ef4f9cca21adc5a92b8f79f3c"},
|
|
|
|
{file = "ruff-0.6.2-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:17002fe241e76544448a8e1e6118abecbe8cd10cf68fde635dad480dba594570"},
|
|
|
|
{file = "ruff-0.6.2-py3-none-macosx_11_0_arm64.whl", hash = "sha256:3dbeac76ed13456f8158b8f4fe087bf87882e645c8e8b606dd17b0b66c2c1158"},
|
|
|
|
{file = "ruff-0.6.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:094600ee88cda325988d3f54e3588c46de5c18dae09d683ace278b11f9d4d534"},
|
|
|
|
{file = "ruff-0.6.2-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:316d418fe258c036ba05fbf7dfc1f7d3d4096db63431546163b472285668132b"},
|
|
|
|
{file = "ruff-0.6.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d72b8b3abf8a2d51b7b9944a41307d2f442558ccb3859bbd87e6ae9be1694a5d"},
|
|
|
|
{file = "ruff-0.6.2-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:2aed7e243be68487aa8982e91c6e260982d00da3f38955873aecd5a9204b1d66"},
|
|
|
|
{file = "ruff-0.6.2-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d371f7fc9cec83497fe7cf5eaf5b76e22a8efce463de5f775a1826197feb9df8"},
|
|
|
|
{file = "ruff-0.6.2-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a8f310d63af08f583363dfb844ba8f9417b558199c58a5999215082036d795a1"},
|
|
|
|
{file = "ruff-0.6.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7db6880c53c56addb8638fe444818183385ec85eeada1d48fc5abe045301b2f1"},
|
|
|
|
{file = "ruff-0.6.2-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:1175d39faadd9a50718f478d23bfc1d4da5743f1ab56af81a2b6caf0a2394f23"},
|
|
|
|
{file = "ruff-0.6.2-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:5b939f9c86d51635fe486585389f54582f0d65b8238e08c327c1534844b3bb9a"},
|
|
|
|
{file = "ruff-0.6.2-py3-none-musllinux_1_2_i686.whl", hash = "sha256:d0d62ca91219f906caf9b187dea50d17353f15ec9bb15aae4a606cd697b49b4c"},
|
|
|
|
{file = "ruff-0.6.2-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:7438a7288f9d67ed3c8ce4d059e67f7ed65e9fe3aa2ab6f5b4b3610e57e3cb56"},
|
|
|
|
{file = "ruff-0.6.2-py3-none-win32.whl", hash = "sha256:279d5f7d86696df5f9549b56b9b6a7f6c72961b619022b5b7999b15db392a4da"},
|
|
|
|
{file = "ruff-0.6.2-py3-none-win_amd64.whl", hash = "sha256:d9f3469c7dd43cd22eb1c3fc16926fb8258d50cb1b216658a07be95dd117b0f2"},
|
|
|
|
{file = "ruff-0.6.2-py3-none-win_arm64.whl", hash = "sha256:f28fcd2cd0e02bdf739297516d5643a945cc7caf09bd9bcb4d932540a5ea4fa9"},
|
|
|
|
{file = "ruff-0.6.2.tar.gz", hash = "sha256:239ee6beb9e91feb8e0ec384204a763f36cb53fb895a1a364618c6abb076b3be"},
|
|
|
|
]
|