L402 client SDK for AI agent frameworks — pay for APIs with Lightning
Project description
Built in Rust via PyO3. Supports LND, CLN, and SwissKnife Lightning backends.
Install
pip install bolt402
Quick Start
from bolt402 import L402Client, Budget
# Create a client backed by LND REST
client = L402Client.with_lnd_rest(
"https://localhost:8080",
"hex-encoded-admin-macaroon",
budget=Budget(per_request_max=1000, daily_max=50_000),
)
# L402 negotiation happens automatically
response = client.get("https://api.example.com/paid-resource")
print(response.status) # 200
print(response.paid) # True
# Payment receipt
receipt = response.receipt
print(receipt.amount_sats) # 100
print(receipt.payment_hash) # hex string
# Budget tracking
print(client.total_spent()) # 100
print(client.receipts()) # [Receipt(...)]
Lightning Backends
from bolt402 import LndRestBackend, ClnRestBackend, SwissKnifeBackend, L402Client
# LND REST
client = L402Client.with_lnd_rest("https://localhost:8080", "macaroon_hex")
# Core Lightning (CLN) REST
client = L402Client.with_cln_rest("https://localhost:3010", "rune_token")
# SwissKnife
client = L402Client.with_swissknife("https://app.numeraire.tech", "sk-...")
Budget Control
from bolt402 import Budget
budget = Budget(
per_request_max=100, # Max sats per request
hourly_max=1000, # Max sats per hour
daily_max=5000, # Max sats per day
total_max=50000, # Max sats total
)
# Or no limits
budget = Budget.unlimited()
API Reference
L402Response
response.status # HTTP status code (int)
response.body # Response body (str)
response.paid # Whether a payment was made (bool)
response.cached_token # Whether a cached token was used (bool)
response.receipt # Payment receipt or None
response.json() # Response body parsed as JSON
Receipt
receipt.timestamp # Unix timestamp (seconds)
receipt.endpoint # URL accessed
receipt.amount_sats # Amount paid (sats)
receipt.fee_sats # Routing fee (sats)
receipt.payment_hash # Payment hash (hex)
receipt.preimage # Preimage (hex)
receipt.response_status # HTTP status after payment
receipt.total_cost_sats # amount + fee
License
MIT OR Apache-2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bolt402-0.1.0.tar.gz.
File metadata
- Download URL: bolt402-0.1.0.tar.gz
- Upload date:
- Size: 153.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ab60c46cf9cd709ab0cd931cb157a26be1c3ce5591c12de85399d73a6268446
|
|
| MD5 |
922e0728b8b50d80d147281dd5eb0285
|
|
| BLAKE2b-256 |
dfb92d1d05d06ba5ad8a81c34e21fc3a2a836e5f4a96530299c0c37358eda7d9
|
File details
Details for the file bolt402-0.1.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: bolt402-0.1.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.2 MB
- Tags: PyPy, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0e27a57ad07358f1983f2c9ab40fcc05d5bf294784216429b2f5b0e2270ae1c
|
|
| MD5 |
93d78dec08b248ab346fc23aaf608890
|
|
| BLAKE2b-256 |
4a91911cbea8a927ca5a24662257f5ac6f8a8401287d64fbc86177d6d96988e8
|
File details
Details for the file bolt402-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: bolt402-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92d639f75dfc5dad8adf2d4bc349eb3514125a0b3e650f1db72326ea8bad8c16
|
|
| MD5 |
d073177f6b4dc20fb4e009663a4c2474
|
|
| BLAKE2b-256 |
ccc24d70b47a104f1a67ae9343079128eb268422f6da41c073beaa890ffb62ec
|
File details
Details for the file bolt402-0.1.0-cp314-cp314t-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp314-cp314t-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.14t, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f98f9813fecb87a510374ebb61f8c3cb40302a1afb900526695e1d37dda9697
|
|
| MD5 |
1c376c5f3d79395ddffb68894d54aed3
|
|
| BLAKE2b-256 |
4ca7a2a89ea8b494190a8ece0dad3c5f17c99f00c7539dda872acb8b1141265c
|
File details
Details for the file bolt402-0.1.0-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
727c03684ac64450af2c7ed30d8bf8bde03a2587bd6bffa5d26f23252f4c7190
|
|
| MD5 |
441b5e4b275dd6efa9006afe6e162611
|
|
| BLAKE2b-256 |
2ab995b309aeb54c5c578a688e457de3d2e06e8ceb636deec7dc9451d80c3b70
|
File details
Details for the file bolt402-0.1.0-cp314-cp314-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp314-cp314-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.14, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36f7317936e6b32eeb316e6f526e79ee8522afecedfc4a0ed65c434d5c6d6e9a
|
|
| MD5 |
ca81d269dcc66b4461478474dae334c0
|
|
| BLAKE2b-256 |
6f9cd9af40f3e23aedea62c56bd3542d5b68720bd843d54f6eefeb63031af273
|
File details
Details for the file bolt402-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
111d4a0164023633fef2e2517af684ff029685a252df01672551babfa890ca37
|
|
| MD5 |
244db67be909dd6205d3f4482ab0504a
|
|
| BLAKE2b-256 |
b1ae23d065d6dc6fb366cfdfb3fc3b0d3004995038fe9bf1cf20c6603257eeed
|
File details
Details for the file bolt402-0.1.0-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dca07a3e69c1891d64d4767bbb487bb137a453f9ea31163481cee978ab905c37
|
|
| MD5 |
590ccf0097a171ad39e6dfbc2417dbef
|
|
| BLAKE2b-256 |
abb0d3778e0c9277c6e9f1af80d296d05bf4f9a46caaad41f4c9d0719db78b96
|
File details
Details for the file bolt402-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63909254a49b49765bfb1f9db0eb29228c3226a5fb9f227c7ec41bbcffc2eb00
|
|
| MD5 |
d34833c3f88ab2e4057bfafd92f4293a
|
|
| BLAKE2b-256 |
a08b38913a8ad173253d8a387d48d50d86af2c29a6304a118866d9e21a6f8746
|
File details
Details for the file bolt402-0.1.0-cp313-cp313t-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp313-cp313t-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.13t, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a46b87c3bc1e7831de4e2ac27cc5a69adef8364c5958491261061614015145a
|
|
| MD5 |
304d4151344b08a4013655aec5a06957
|
|
| BLAKE2b-256 |
404ee8c11a84ad959fba7b6c4837981ff8347e2f4620c68cfa856d2d75e1be9d
|
File details
Details for the file bolt402-0.1.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82acea3008d9c87c87ed45c4753bdf7c309c63f6edc893eeb7c3af4d1f4a03e2
|
|
| MD5 |
074702e4755b479f527244a94aab65f4
|
|
| BLAKE2b-256 |
fbba791e5aa38da7bbc4271f61edd04ac563b3c5c33c04f8d3deb7dc42c9efb1
|
File details
Details for the file bolt402-0.1.0-cp313-cp313-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp313-cp313-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e177bb650b3a714be6d7a895736b4bca30607f69e92fe12993b6de19d4f6667d
|
|
| MD5 |
8d896c4e5c908e9b495f2f00a569d338
|
|
| BLAKE2b-256 |
f12a8db8e772f42eabd799ac85e3063699c65d0e6159313035a249a340a4e92f
|
File details
Details for the file bolt402-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d646f6225d3a15b1c1cc2374039d0c79ef938acd101f9b32c9225206f9ef507
|
|
| MD5 |
7ae63a3156798a7295c6d1f320bdb55b
|
|
| BLAKE2b-256 |
daa0580e4998ccbe008104095687ea94225ef480bfb589c76ecf88bcdb3e3d45
|
File details
Details for the file bolt402-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d46e947020802374e79c7ca9b37d08fdfdd5002ea5fddc44be0d0e72ef004310
|
|
| MD5 |
b5d4bd9f8cbf17dd03ff24d5bb64190b
|
|
| BLAKE2b-256 |
a3a38a9589d8ec55156d65182808d247760a1806c06ec72651baf8d8c994b942
|
File details
Details for the file bolt402-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f855a8e8a415f0af4867ebf523e7af5a66d5faa250444a6b65a5420317ea39d6
|
|
| MD5 |
256324e56ec1cb4809c35751910f9226
|
|
| BLAKE2b-256 |
0244dfeb340304ffdee31746dc8f9b5943711ba20944689a23369d5a814047a6
|
File details
Details for the file bolt402-0.1.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be8a5e0131fec783c8f7114b44e072b9ed74cfe20af6484512c26d5988524c94
|
|
| MD5 |
ee0d0f7d5b15c7697b52585f7c20fd9d
|
|
| BLAKE2b-256 |
bdadd6dcf0ba4a8d2c29915b31b258f486856160ab25d8f6cc50dd2c99a31401
|
File details
Details for the file bolt402-0.1.0-cp312-cp312-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp312-cp312-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2f2e04f56e4f5acb2c73e9e7358f0f29c6bcd66eaa7d1cee2d7d1bfa49b5616
|
|
| MD5 |
6b9a0d32a7c9b89e2f344b509374c9ab
|
|
| BLAKE2b-256 |
634a23afe4d9d6d341df726eacce0227f456bba6cd407b0760cf2f243bdfbd7c
|
File details
Details for the file bolt402-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
051843dae3deeb5c70b887f1c375eb8e431c17acb4a888e6a0285965b7adb095
|
|
| MD5 |
84404466b545fe8147d41b4e6af0b80a
|
|
| BLAKE2b-256 |
bf80c5a65eea4c26d6e38c17232e8cb1f4a2726849ac081703218320a14633ee
|
File details
Details for the file bolt402-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
325c9487c5acae3ef5fbb084cd14db39efe3d63879d45dad26d1405549713116
|
|
| MD5 |
8ff0591e41416efb794d8e62eb1d3fea
|
|
| BLAKE2b-256 |
7833b39ecc1b28164f646a61184314a52f6b7c0656d3a58737c407c8419a645d
|
File details
Details for the file bolt402-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cb4ebbafab2ca298d89690ec51800b01e07f2b1edce5c327e84496ca8545cab
|
|
| MD5 |
5e6faf4363f829a78bf9c5bfdf6cde24
|
|
| BLAKE2b-256 |
0e5870b629a61baf1987d24d091a10b402e3d90669dc6b4128dcaf8b4610024a
|
File details
Details for the file bolt402-0.1.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ed17db56437674515f797490263fbf9965b0ea7ec0d25f084dea98ab51a322b
|
|
| MD5 |
94422a57b626396c2a1d67ff889332c9
|
|
| BLAKE2b-256 |
d791f211403935d208c5eff579673d446fcdf1ed973529cf800d32be49731232
|
File details
Details for the file bolt402-0.1.0-cp311-cp311-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp311-cp311-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a047ec330e4f8fb3e5fad172a6deaf09a684bdeffdff14fc2609f50fbc7e2a9
|
|
| MD5 |
dca7a13e763b515788ec57e40ce27a4e
|
|
| BLAKE2b-256 |
e76f22f5dc9e2bf51b871b08c04e6fcf101e352ee2881d3fddb19a8e1aa00b17
|
File details
Details for the file bolt402-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa2eb23dcea17791d2daefc1429df0fb18dabb9755d8d3a8881cb2e083766ab7
|
|
| MD5 |
712bc498eec340c4a931a8d6a1d20ed7
|
|
| BLAKE2b-256 |
8b32e541fba287e1d52a2fea4da420917da6914318155c4ba83c5a95a9cbba73
|
File details
Details for the file bolt402-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1f07b9ff7d712618b13cc78670e4bd36e02b321d23ff9ea39fb66fba109408d
|
|
| MD5 |
b0b13500891e1bf2b187cf6c2b073601
|
|
| BLAKE2b-256 |
49cf10df6be3c62a4b2debfa9ce7d4fee6368205bca34474caf68a57500832a1
|
File details
Details for the file bolt402-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4060c6c05791f57a812d68b1b23e8a42781167d33efe5b2a37e0daaeaca78771
|
|
| MD5 |
85f20b84c3c3b3a4212d02e914834528
|
|
| BLAKE2b-256 |
e88480d5d5fcb41e105c5e4d3670c5b360198999531b4591015dfdc1a3a72c41
|
File details
Details for the file bolt402-0.1.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc19525f750f02ab978f281728a21c968a6acdb030775243e86f585d14a71691
|
|
| MD5 |
d0766b0e8a0814e9250de771eab9386b
|
|
| BLAKE2b-256 |
4bff04b0fc6b489da7d7434bbd182502bba1828fba3e46f2424926d8a66b125d
|
File details
Details for the file bolt402-0.1.0-cp310-cp310-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp310-cp310-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93cf8d4637ad9483d012004eec545483edd7467275311b53dc42626e35d85a7a
|
|
| MD5 |
c0c9f7c9eb6ee613a15cebea31b302ec
|
|
| BLAKE2b-256 |
05ec801bd3ce8090edcb09421e37f78398bbfcf19737e7335b956781e7f2f94d
|
File details
Details for the file bolt402-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f42d1df7df04ea8dfdf9b15e53a716f9188905a8368b13ff615e037589f1aa76
|
|
| MD5 |
7e20a90ebb0a7ea6e397ce0749b85af1
|
|
| BLAKE2b-256 |
520a817d0282a1778ce4a83f816ee280a2fbbe55d81102a3421ed22157f8e943
|
File details
Details for the file bolt402-0.1.0-cp39-cp39-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp39-cp39-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5b139370693d155326baa75900855836f74c0710d91519830fc18dac4e69b14
|
|
| MD5 |
780e78acc874b59c5fb1dc5a138ec4b6
|
|
| BLAKE2b-256 |
1e4bab5a15ad1d63913a6e63a9419e44c6128ad689cfe4d58bac605b1ce74c3d
|
File details
Details for the file bolt402-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: bolt402-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
747930db7601c503e12c7e5f0cfe61c2d5ecd99b002c49957049738f0759cd1c
|
|
| MD5 |
f63029538d17122fc5c967686949db92
|
|
| BLAKE2b-256 |
782cd9944536c702b3f6eb19955c370bc364a028acba849be0ff7b50e6b50a7f
|