lnprototest

View on PyPIReverse Dependencies (1)

0.0.6 lnprototest-0.0.6-py3-none-any.whl

Wheel Details

Project: lnprototest
Version: 0.0.6
Filename: lnprototest-0.0.6-py3-none-any.whl
Download: [link]
Size: 79399
MD5: 4e973e93307ebd649e841665d0df55d7
SHA256: 485b458861ee4d2007a9268d8993e4042b87c11a92d213f67ae5577c3f223fbe
Uploaded: 2024-10-29 17:29:12 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: lnprototest
Version: 0.0.6
Summary: Spec protocol tests for lightning network implementations
Author: Rusty Russell
Author-Email: rusty[at]blockstream.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.7,<4.0
Requires-Dist: crc32c (<3.0,>=2.2.post0)
Requires-Dist: pyln-bolt1 (<2.0.0,>=1.0.222)
Requires-Dist: pyln-bolt2 (<2.0.0,>=1.0.222)
Requires-Dist: pyln-bolt4 (<2.0.0,>=1.0.222)
Requires-Dist: pyln-bolt7 (<2.0.0,>=1.0.246)
Requires-Dist: pyln-client (<0.13.0,>=0.12.0)
Requires-Dist: pyln-proto (<24.0.0,>=23.05.2)
Requires-Dist: pyln-testing (<0.13.0,>=0.12.0)
Requires-Dist: python-bitcoinlib (<0.12.0,>=0.11.2)
Description-Content-Type: text/markdown
[Description omitted; length: 2419 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
lnprototest/__init__.py sha256=muGVuqxBk-j32k8GJHPQZqKDkRqZQSKDDvWZZg3hnxo 3353
lnprototest/backend/__init__.py sha256=xbc6uO05zRn5SIoU-A8Eac4gEzMYin7ot9z4NBX8Nig 95
lnprototest/backend/backend.py sha256=sWY5tueOlQpApv4qK1rUf3QCJpbdrOOUVVQa3hqSTrA 554
lnprototest/backend/bitcoind.py sha256=jHFN-xzrFmXxtmj-UuBHjOntpicPB6aMMLMP_aUFh7Q 6660
lnprototest/bitfield.py sha256=3WJ9w_Jh-JqiAj1gL6wkb_fPSEPrIDxTUVnFEdSt0Rg 1114
lnprototest/clightning/__init__.py sha256=tybjjizq3Nl1yFKBktBt7q1yw4YmL_qva4HKkSWuD6g 645
lnprototest/clightning/clightning.py sha256=9QOAh6NvalILjxiZApvHPZ4BMVBHfk081cuEqD7q7EE 19514
lnprototest/clightning/requirements.txt sha256=jLpqzVurfOnS0QSQP1PLTSSAAdcWqji4mawnFTIHiV8 12
lnprototest/commit_tx.py sha256=5DXX5-RuW4r70TaNO1izMkS6Vga3WG5EsWUN789BWfU 150826
lnprototest/dummyrunner.py sha256=29ur13SyYnIkIyvESTUmZJZc0cWOCtWYwYuMId0Mwww 6948
lnprototest/errors.py sha256=WZjNVg9JItdfgfwXbquPaUxH9-isqzGq_Wu8AIQSqQk 849
lnprototest/event.py sha256=NwpU0GIWzvH4lihuzFrLOBgI_z_IEnvTTMnK_CfC5MI 24458
lnprototest/funding.py sha256=N-EMiurESXAsvpS8t4jZ79Ntc80NlH2KMdnRfAwv2M8 31655
lnprototest/keyset.py sha256=4KiiUBoKwWkOO1aQDxda2JeUuGQ_Zfv_YgeeMLmtjBs 6132
lnprototest/namespace.py sha256=YTxwVc1AWyHlgL_w1uLf0uSAzQpxJ6MdpwdhDxyevMo 1013
lnprototest/proposals.py sha256=rIijkEdIGdfphTvPzV4sCx6mLiTf5K87QW22Kjrklx4 4619
lnprototest/runner.py sha256=Cb8ECSEjWO8Z8UiiXT1Wk4QIXOwWp0VlhAXKBCIPpUQ 10292
lnprototest/signature.py sha256=j7wVQY7gG3xhQ6g0o9ZH0e7ggM_HE_IJRdWl78-UlUE 5570
lnprototest/stash/__init__.py sha256=d9njjL3M9tQtwULUa0yyniHoSci1PoqI6XMsjVSsixY 817
lnprototest/stash/stash.py sha256=N8f4M3FICtzGf1JZvxLE446noj5XgYIat3IvlMer2FQ 9145
lnprototest/structure.py sha256=9ta00gtbvKtuXoxEwuR7mDBGQhuC_HMCHgPKkk8ii2g 9117
lnprototest/utils/__init__.py sha256=Fovwq8ZFw9u8QAR69rdjyvHPAEqgdm8qIu0H8-UqTSA 480
lnprototest/utils/bitcoin_utils.py sha256=BiAoPIV30GJk0srx5Ku4xZ5mkqdVwOSb0vKm8AYrYyQ 8530
lnprototest/utils/ln_spec_utils.py sha256=WT-QaoL9U0CT4FlhHH5IJydHXcTh5ot_4OfhLeYZJ68 8084
lnprototest/utils/utils.py sha256=-IByFT94sj23Lx9ezVsSg3s6V7TOrL7myLc0lrC1hLA 3058
lnprototest-0.0.6.dist-info/METADATA sha256=WAu40XXMv-8ERON_yTf0fICNwQuOhrVAKekeVjJdM5c 3495
lnprototest-0.0.6.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
lnprototest-0.0.6.dist-info/RECORD