Python native bindings for the Open Wallet Standard
Project description
open-wallet-standard
Secure signing and wallet management for every chain. One vault, one interface — keys never leave your machine.
Why OWS
- Zero key exposure. Private keys are encrypted at rest, decrypted only inside an isolated signing process. Agents and LLMs never see raw key material.
- Every chain, one interface. EVM, Solana, Bitcoin, Cosmos, Tron, TON — all first-class. CAIP-2/CAIP-10 addressing abstracts away chain-specific details.
- Policy before signing. A pre-signing policy engine gates every operation — spending limits, allowlists, chain restrictions — before any key is touched.
- Built for agents. MCP server, native SDK, and CLI. A wallet created by one tool works in every other.
Install
pip install open-wallet-standard
The package is fully self-contained — it embeds the Rust core via native FFI. No additional dependencies required.
Quick Start
from ows import create_wallet, sign_message
wallet = create_wallet("agent-treasury")
# => accounts for EVM, Solana, BTC, Cosmos, Tron, TON
sig = sign_message("agent-treasury", "evm", "hello")
print(sig["signature"])
API Reference
| Function | Description |
|---|---|
create_wallet(name) |
Create a new wallet with addresses for all chains |
import_wallet_mnemonic(name, mnemonic) |
Import a wallet from a BIP-39 mnemonic |
import_wallet_private_key(name, chain, private_key) |
Import a wallet from a private key |
list_wallets() |
List all wallets in the vault |
get_wallet(name) |
Get details of a specific wallet |
delete_wallet(name) |
Delete a wallet |
export_wallet(name) |
Export a wallet's mnemonic |
rename_wallet(old_name, new_name) |
Rename a wallet |
sign_message(wallet, chain, message) |
Sign a message with chain-specific formatting |
sign_transaction(wallet, chain, tx) |
Sign a raw transaction |
sign_and_send(wallet, chain, tx) |
Sign and broadcast a transaction |
generate_mnemonic() |
Generate a BIP-39 mnemonic phrase |
derive_address(mnemonic, chain) |
Derive an address from a mnemonic |
Supported Chains
| Chain | Curve | Address Format | Derivation Path |
|---|---|---|---|
| EVM (Ethereum, Polygon, etc.) | secp256k1 | EIP-55 checksummed | m/44'/60'/0'/0/0 |
| Solana | Ed25519 | base58 | m/44'/501'/0'/0' |
| Bitcoin | secp256k1 | BIP-84 bech32 | m/84'/0'/0'/0/0 |
| Cosmos | secp256k1 | bech32 | m/44'/118'/0'/0/0 |
| Tron | secp256k1 | base58check | m/44'/195'/0'/0/0 |
| TON | Ed25519 | raw/bounceable | m/44'/607'/0' |
Architecture
Agent / CLI / App
│
│ OWS Interface (MCP / SDK / CLI)
▼
┌─────────────────────┐
│ Access Layer │ 1. Agent calls ows.sign()
│ ┌────────────────┐ │ 2. Policy engine evaluates
│ │ Policy Engine │ │ 3. Enclave decrypts key
│ │ (pre-signing) │ │ 4. Transaction signed
│ └───────┬────────┘ │ 5. Key wiped from memory
│ ┌───────▼────────┐ │ 6. Signature returned
│ │ Signing Enclave │ │
│ │ (isolated proc) │ │ The agent NEVER sees
│ └───────┬────────┘ │ the private key.
│ ┌───────▼────────┐ │
│ │ Wallet Vault │ │
│ │ ~/.ows/wallets/ │ │
│ └────────────────┘ │
└─────────────────────┘
Documentation
The full spec and docs are available at openwallet.sh and in the GitHub repo.
License
MIT
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 Distributions
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 open_wallet_standard-0.3.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 733.8 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41f4b29829110ef30b19ef126b6b3ef33a3491e64d45e2cab6c7cda31c33b583
|
|
| MD5 |
e596bf8254d04a02f27a4ed662583f04
|
|
| BLAKE2b-256 |
2f53fb155b46eaf184fe75746d60131ebb838ad3af252f283c069010193f8bb1
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
41f4b29829110ef30b19ef126b6b3ef33a3491e64d45e2cab6c7cda31c33b583 - Sigstore transparency entry: 1111643793
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 711.0 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
761eb1cff877752ae7970b95bc91f1b6609c56960e35fe139e68b85c966bcf4d
|
|
| MD5 |
faf44dcdc4a690ef2bad1ea1aac32653
|
|
| BLAKE2b-256 |
81d7f8104e792fd5a25a7aec6104ee2c33cb3d65c57b93d9963faac2b068b16c
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
761eb1cff877752ae7970b95bc91f1b6609c56960e35fe139e68b85c966bcf4d - Sigstore transparency entry: 1111644232
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 637.2 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
987d6e1f5a0cfdec27692c407aa10fb47be57397c28bef3f648598b1d992b438
|
|
| MD5 |
cc1bddea75db8660d01c4ea6f5b3ca60
|
|
| BLAKE2b-256 |
1d836bf2692205046aab50c1aad1d7145a670dc41f356fbc99a3b24a75991a07
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
987d6e1f5a0cfdec27692c407aa10fb47be57397c28bef3f648598b1d992b438 - Sigstore transparency entry: 1111643627
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 664.6 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27ea1ececb6cb0f50e77600e4b9d1b46395162bb4b19654177b6b31a32cb3b7f
|
|
| MD5 |
a592793be3785351e8e257d3a83a88e4
|
|
| BLAKE2b-256 |
47284c3b441288795b0bda0cf5d347c79849bb48a5fb6fdecfefa9c9125cb280
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp313-cp313-macosx_10_12_x86_64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp313-cp313-macosx_10_12_x86_64.whl -
Subject digest:
27ea1ececb6cb0f50e77600e4b9d1b46395162bb4b19654177b6b31a32cb3b7f - Sigstore transparency entry: 1111643519
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 733.8 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2f49241b5910f4067560529a0d1ff219e0f3ba4351b5331da064b25534e37f1
|
|
| MD5 |
403628c8097627c0269ebf6c4e2454fe
|
|
| BLAKE2b-256 |
6de1705797945584a93fef81594b7e2c43b8a349d5d274e194c399c1457f083a
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
f2f49241b5910f4067560529a0d1ff219e0f3ba4351b5331da064b25534e37f1 - Sigstore transparency entry: 1111643315
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 710.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e96fa8e5f3bcfb73466cfcb733ea4786080bc1dd4e739845c700c950671d040
|
|
| MD5 |
67508fe607fbee5a039bbe17b3af63fa
|
|
| BLAKE2b-256 |
757e4f8f68d56d473cc6a2464f5e4c5b45efcd8b3b1496bad9374afc0e95ee29
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
8e96fa8e5f3bcfb73466cfcb733ea4786080bc1dd4e739845c700c950671d040 - Sigstore transparency entry: 1111643938
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 637.2 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
429cd06ed9d6dbfe1f8596f344df9d2c21363c92578cc6fafef9ade1a216c426
|
|
| MD5 |
e976fe4cf9ab106ecf89b12b8e5bac46
|
|
| BLAKE2b-256 |
940cf21f0f942ee55a4c2a37f7ec0215c38dec4b5fd696a3240d7067337294dd
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
429cd06ed9d6dbfe1f8596f344df9d2c21363c92578cc6fafef9ade1a216c426 - Sigstore transparency entry: 1111643670
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 664.9 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d05ab884d0a1f2071f87a9661a3a42d0770e7d5736da852e9a6162d901cc57e4
|
|
| MD5 |
973d993c24bf30e6910089b9ec4e1a70
|
|
| BLAKE2b-256 |
9532a24f9c559355b1fb19368d0aeaef80acc50efa1de01d16737a6e853dcad7
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp312-cp312-macosx_10_12_x86_64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp312-cp312-macosx_10_12_x86_64.whl -
Subject digest:
d05ab884d0a1f2071f87a9661a3a42d0770e7d5736da852e9a6162d901cc57e4 - Sigstore transparency entry: 1111644124
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 733.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce8a134bb8470312bbeb0bea78d403e2c8e79d332e869fc0806040a4d7c58763
|
|
| MD5 |
8ed997fa03565181ba551c465e79945a
|
|
| BLAKE2b-256 |
352bb7a3c597bef249e69f159190a0f48f1e9081045911c6b512e86976befa69
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
ce8a134bb8470312bbeb0bea78d403e2c8e79d332e869fc0806040a4d7c58763 - Sigstore transparency entry: 1111644058
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 710.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd3c96038f3d3a058e582a738e847877795df139107861003969b3eeaded666e
|
|
| MD5 |
ae87920f1e1c37f41c2a0993129875e2
|
|
| BLAKE2b-256 |
a1fdc9cb6ec54cb13889e5fb00f6280c4a92f4d10ecd900273f2bcb74ed51fee
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
bd3c96038f3d3a058e582a738e847877795df139107861003969b3eeaded666e - Sigstore transparency entry: 1111644177
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 637.6 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5486c86157edcd9088ee607c5c848f6a3fc8b1ad047e2aebecd2f720f4b5df21
|
|
| MD5 |
98e124123228a615559f665debc6fa78
|
|
| BLAKE2b-256 |
9acb35bd638bf6f71ed087c80a8e04ef3f738d97f5d35dc0ea0c0b5391670c97
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
5486c86157edcd9088ee607c5c848f6a3fc8b1ad047e2aebecd2f720f4b5df21 - Sigstore transparency entry: 1111643584
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 665.1 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d949e5445facc41e5da00d145057da251f368c3cbb4c5e7879bc2baa8297637
|
|
| MD5 |
74f34ee7c94d4bb1603a20f2ccff7c7a
|
|
| BLAKE2b-256 |
fc13c02603cffea6c0477a91c2cb41221c76956d296e62ec505c2e2c9346aac7
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp311-cp311-macosx_10_12_x86_64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp311-cp311-macosx_10_12_x86_64.whl -
Subject digest:
3d949e5445facc41e5da00d145057da251f368c3cbb4c5e7879bc2baa8297637 - Sigstore transparency entry: 1111643721
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 733.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4148e37e910899beeaeda6e842acd1729a250ffff9649aa6158349a3059a8bb6
|
|
| MD5 |
d5046d997fa657897eb48b24ecf8aaba
|
|
| BLAKE2b-256 |
e64c70b24fb813194c9c95afe05ce2e5a802bb6f73b4489aa2697655f51e3448
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
4148e37e910899beeaeda6e842acd1729a250ffff9649aa6158349a3059a8bb6 - Sigstore transparency entry: 1111643243
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 711.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd638121907536a2a9312d4e146aa27d5814624236f4644eff1743752626b59c
|
|
| MD5 |
0e1b4b2b4377984b45368de3a9d14e3a
|
|
| BLAKE2b-256 |
b3469fe0ad0f7776f4931e83093a83da20f590d2cd18145aebb42fd08144a92d
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
cd638121907536a2a9312d4e146aa27d5814624236f4644eff1743752626b59c - Sigstore transparency entry: 1111644003
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 637.8 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3b1f2968a4a4d2e2634ffd8665155e6606b463455eb6527071f25143b72edc4
|
|
| MD5 |
a1b2fc550f66886f028f950eccdfbb83
|
|
| BLAKE2b-256 |
ecb47bc76e03e9d5fec59c9ea93a6c413b0027840a8514d9624e7d27c31bb7af
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
d3b1f2968a4a4d2e2634ffd8665155e6606b463455eb6527071f25143b72edc4 - Sigstore transparency entry: 1111643170
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp310-cp310-macosx_10_12_x86_64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 665.3 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11755b00c354a81c8fcaeb599ad021370c9720282395d616762b46562ebb30f9
|
|
| MD5 |
ea6ca4c397af185a7be47329612139d5
|
|
| BLAKE2b-256 |
1f64126379de4ba615a51d80a07a830db3f27e7c1c65e4bed5b3d318b2772849
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp310-cp310-macosx_10_12_x86_64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp310-cp310-macosx_10_12_x86_64.whl -
Subject digest:
11755b00c354a81c8fcaeb599ad021370c9720282395d616762b46562ebb30f9 - Sigstore transparency entry: 1111643095
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 733.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54d9d07b3075130eed440a6b27df71550451c06a77e7ba84d0433d95bb8c5145
|
|
| MD5 |
9b899b62a2509a3f6adc7c5991006d56
|
|
| BLAKE2b-256 |
529bfd5659206a7da8cc7a2d61dc348338b5f93173c8d180ec7e3801a10eed35
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
54d9d07b3075130eed440a6b27df71550451c06a77e7ba84d0433d95bb8c5145 - Sigstore transparency entry: 1111643862
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 711.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
091026a2cb8dd7df3e263a09613d51089c1481ce492ba46f736116954080dcd4
|
|
| MD5 |
cc596bef641cab3e2aacfcc03e9c4225
|
|
| BLAKE2b-256 |
21d83c3bd093e5c0459a91267add9b0f9c312e8836b1e63c557ca6e97a624aec
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl -
Subject digest:
091026a2cb8dd7df3e263a09613d51089c1481ce492ba46f736116954080dcd4 - Sigstore transparency entry: 1111643365
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 638.1 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e668aaa923d8cfd1c01f4831ea7a11d84394a5ad958475ade4e757425a69ca36
|
|
| MD5 |
fd825e11caf426e5af156680c828f8a0
|
|
| BLAKE2b-256 |
751fe11e8eb6869c27ad48508e32c6b70357f8b3d6cb1a35a2f412421c9ba939
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
e668aaa923d8cfd1c01f4831ea7a11d84394a5ad958475ade4e757425a69ca36 - Sigstore transparency entry: 1111643440
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type:
File details
Details for the file open_wallet_standard-0.3.3-cp39-cp39-macosx_10_12_x86_64.whl.
File metadata
- Download URL: open_wallet_standard-0.3.3-cp39-cp39-macosx_10_12_x86_64.whl
- Upload date:
- Size: 665.6 kB
- Tags: CPython 3.9, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2356cd8e722029e5d26450bce3b261e8004874336faf5b236697b96ab9c0dd1c
|
|
| MD5 |
397dcdd18a5d9d6e547c2863239e2ef8
|
|
| BLAKE2b-256 |
50fd37b3c902192637b4e0a8b3e26dfbc102a8db59b50d76abbe59b2a7023f59
|
Provenance
The following attestation bundles were made for open_wallet_standard-0.3.3-cp39-cp39-macosx_10_12_x86_64.whl:
Publisher:
release.yml on open-wallet-standard/core
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
open_wallet_standard-0.3.3-cp39-cp39-macosx_10_12_x86_64.whl -
Subject digest:
2356cd8e722029e5d26450bce3b261e8004874336faf5b236697b96ab9c0dd1c - Sigstore transparency entry: 1111644315
- Sigstore integration time:
-
Permalink:
open-wallet-standard/core@dbe4ac9593201b078619c47191c225277062ccce -
Branch / Tag:
refs/tags/v0.3.3 - Owner: https://github.com/open-wallet-standard
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbe4ac9593201b078619c47191c225277062ccce -
Trigger Event:
push
-
Statement type: