Decorator to wrap LLM calls for production use with a simple, answer-only interface.
Project description
llmwrap
llmwrap is a small Python library that decorates your LLM-calling function for production use. You provide basic identifiers (company, project, agent) and a secret key when defining the decorator; at call time you pass a prompt and receive back a simple answer string from your function.
Install
pip install arbis-llmwrap
Usage
Decorate your LLM function once, then call it with prompts as usual:
from llmwrap import wrap_llm_call
@wrap_llm_call(
company_name="My Company",
project_name="My Project",
agent_name="My Agent",
secret_key="vt_live_xxxx",
max_tries=3,
)
def user_llm(prompt: str) -> str:
# Call your LLM (e.g. OpenAI, Anthropic, local model) and
# return the raw string response.
response = some_client.chat(prompt)
return response
answer = user_llm("What is 2+2?")
License
MIT. See LICENSE.
Project details
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 arbis_llmwrap-0.3.1-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 46.1 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b30dc0836a43cdf8a8b942bff6684dc22ef863e23d7d86ddfbbfdefc60c320bc
|
|
| MD5 |
160908210f2e922d20d37c9323d42bae
|
|
| BLAKE2b-256 |
c34005801f97c1dcb6282efe0fb259043b67aaec2cf0af3c3b98a8de8c385a5e
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp314-cp314-win_amd64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp314-cp314-win_amd64.whl -
Subject digest:
b30dc0836a43cdf8a8b942bff6684dc22ef863e23d7d86ddfbbfdefc60c320bc - Sigstore transparency entry: 1020479022
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp314-cp314-win32.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp314-cp314-win32.whl
- Upload date:
- Size: 40.0 kB
- Tags: CPython 3.14, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b50c8f1096c84afb8206067b89afcb318456f4926afdd31a203cbd1ee2aa8fa
|
|
| MD5 |
0f81ffd509b8f6abfe2459d337ead82d
|
|
| BLAKE2b-256 |
bee8b1c15b11a1729321f39eed1af67cde2be22f0cddd2080ffc422615bfe6de
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp314-cp314-win32.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp314-cp314-win32.whl -
Subject digest:
7b50c8f1096c84afb8206067b89afcb318456f4926afdd31a203cbd1ee2aa8fa - Sigstore transparency entry: 1020477843
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 301.7 kB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9eb359beda704dedb981d7f53f8aa77cd5f24a52ca6fabba82653ba130d73ac2
|
|
| MD5 |
b94aebc312c96a9248581ba0671f24ff
|
|
| BLAKE2b-256 |
8d66ec3e4d0ab7e27f2f75536f56feaa7991de7db7fd93e192f2ff1cb9bb54b5
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp314-cp314-musllinux_1_2_x86_64.whl -
Subject digest:
9eb359beda704dedb981d7f53f8aa77cd5f24a52ca6fabba82653ba130d73ac2 - Sigstore transparency entry: 1020478275
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 300.6 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2debca67c25a0d8d43558a60386dba258f7c18a2fbab4450cc13576c4449862d
|
|
| MD5 |
436f6e6dde174679daccfc93063bbcf6
|
|
| BLAKE2b-256 |
2a5187a4133adc325c563e00e8166ed3da08705d5a5ff307311b5fe06e678519
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
2debca67c25a0d8d43558a60386dba258f7c18a2fbab4450cc13576c4449862d - Sigstore transparency entry: 1020479062
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 49.0 kB
- Tags: CPython 3.14, 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 |
3d06157f58277877df2d36bbfa2a58b08258e7e349c011a838122f23a73d208d
|
|
| MD5 |
c46b8af3a2ee9c7a885c6bb42ebd6625
|
|
| BLAKE2b-256 |
fc2476162eca16b99f235fd8b2aedcb4654b7d159fda552cb5e097614eefdb00
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp314-cp314-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp314-cp314-macosx_11_0_arm64.whl -
Subject digest:
3d06157f58277877df2d36bbfa2a58b08258e7e349c011a838122f23a73d208d - Sigstore transparency entry: 1020478540
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 45.3 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1c47e715869d3bb0906329dc00893e5f4033fb785d57a11963fbc39fa04b88d
|
|
| MD5 |
148224c6b615f0cb8341d6ac798502c4
|
|
| BLAKE2b-256 |
860c23a2a70a9f652b14c6970dc1e473f8cafe109ab19067bfff236f29104019
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp313-cp313-win_amd64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp313-cp313-win_amd64.whl -
Subject digest:
e1c47e715869d3bb0906329dc00893e5f4033fb785d57a11963fbc39fa04b88d - Sigstore transparency entry: 1020478150
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp313-cp313-win32.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp313-cp313-win32.whl
- Upload date:
- Size: 38.9 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5954efa58c4da02a4d8458ef82a60559bbb9dc4d36b856caf29cb8afe42f43a7
|
|
| MD5 |
21b7d3f02b7b8157557a76550e7a5aa7
|
|
| BLAKE2b-256 |
ad032aa3c83ba669a6b78b7ac59f0750b4bc6f881505c26d77261f2cf2787fb0
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp313-cp313-win32.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp313-cp313-win32.whl -
Subject digest:
5954efa58c4da02a4d8458ef82a60559bbb9dc4d36b856caf29cb8afe42f43a7 - Sigstore transparency entry: 1020478110
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 304.2 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ec737393d0bef3a1f679bdf39f56d848611a7036c28b77db589d365cc1d2f8b
|
|
| MD5 |
9c42f03c9b5b04d404dee7d92f78d358
|
|
| BLAKE2b-256 |
55b7a4d13e3eadf446c69b4f7f8cd10d4da3483db1b30d794cf3ade0674f246a
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl -
Subject digest:
1ec737393d0bef3a1f679bdf39f56d848611a7036c28b77db589d365cc1d2f8b - Sigstore transparency entry: 1020478194
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 304.8 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e17c67b709d04c5f2d9abc5ef3777c3d4d66bf0152df7574e68a178abb32a8d
|
|
| MD5 |
5a51d3ef478e1069abea02f7f4d66c6f
|
|
| BLAKE2b-256 |
d160072bbcab6dae52657b52740aee29000811a65ac908f7e7c2983ec5fdd983
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
7e17c67b709d04c5f2d9abc5ef3777c3d4d66bf0152df7574e68a178abb32a8d - Sigstore transparency entry: 1020479160
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 48.3 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 |
c908c78d28a57722d60d039b2cdfe905bf32fce55cac6b603af440500f0205a6
|
|
| MD5 |
3a978bcdad0f748644f46ff114afa59d
|
|
| BLAKE2b-256 |
e662581c9225e3255c2ca089b27d2e82716f1c56435e2aff33a6fa3f007bd906
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
c908c78d28a57722d60d039b2cdfe905bf32fce55cac6b603af440500f0205a6 - Sigstore transparency entry: 1020478338
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 46.0 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee89ea4cc73e15d386f98358e9cf34db16cc0e50d8608f23bbc363d09b730adf
|
|
| MD5 |
020e1f09dc5d324472a25d256d51ef21
|
|
| BLAKE2b-256 |
98e81175e3f016e356802fb35aa275bd2a38057b0c66cdc4ee23d23e559bc55d
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp312-cp312-win_amd64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp312-cp312-win_amd64.whl -
Subject digest:
ee89ea4cc73e15d386f98358e9cf34db16cc0e50d8608f23bbc363d09b730adf - Sigstore transparency entry: 1020477698
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp312-cp312-win32.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp312-cp312-win32.whl
- Upload date:
- Size: 39.2 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09639a651e6f2195b1676ea0f03413e2695eef390d1289e9f1343cb07f8f88c0
|
|
| MD5 |
c6a4933403639f4166af09a929b01b4d
|
|
| BLAKE2b-256 |
0a17c2aa039606ede8d892a4f285af0f098023fe636a5ef5a1596a6c702603b4
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp312-cp312-win32.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp312-cp312-win32.whl -
Subject digest:
09639a651e6f2195b1676ea0f03413e2695eef390d1289e9f1343cb07f8f88c0 - Sigstore transparency entry: 1020478606
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 309.4 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f93205ea8a50787136c09153d9475015e5ce43b60d745199c34aa0790e73dd7e
|
|
| MD5 |
b0f829d149a8b80fa7953a04c01a6fe6
|
|
| BLAKE2b-256 |
72e0ddc4aed7e4ab996a6243816e793b35d38d45d9c2e5d82b2ccedaeabffa04
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl -
Subject digest:
f93205ea8a50787136c09153d9475015e5ce43b60d745199c34aa0790e73dd7e - Sigstore transparency entry: 1020477882
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 309.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8d543aa72f1e7d793fb0c1845ab271f44e973399c6fa7fe050956f879c25a11
|
|
| MD5 |
3eff5423602e5723bad2d11368138f95
|
|
| BLAKE2b-256 |
26da7b0f4a41db160b5cb1622652d28cf016376eed9899d3a38133ff1e67af9f
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
c8d543aa72f1e7d793fb0c1845ab271f44e973399c6fa7fe050956f879c25a11 - Sigstore transparency entry: 1020478481
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 48.8 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 |
407b0abdfaaf757303babdf304b5825f8babf062354388c19fd03ab04624b430
|
|
| MD5 |
df6a2d49dfb7eafcfc52e9a8331bf9fd
|
|
| BLAKE2b-256 |
f3e3dceecce4334a9ca147f91e6682428e0e2eee6e70d16eb6483ddb43d7fd8b
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp312-cp312-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp312-cp312-macosx_11_0_arm64.whl -
Subject digest:
407b0abdfaaf757303babdf304b5825f8babf062354388c19fd03ab04624b430 - Sigstore transparency entry: 1020477799
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 49.1 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ed372877cbf40cf6bfc0c14da9bc505f918c4c595dc19bdd552c6c981ba54fb
|
|
| MD5 |
22c8817a6bdb197f3675e2d5dd0c7e65
|
|
| BLAKE2b-256 |
3733724a25e1c1fedb663f1b29477fdf6ae67401720073ad2dcde6a186053370
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp311-cp311-win_amd64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp311-cp311-win_amd64.whl -
Subject digest:
2ed372877cbf40cf6bfc0c14da9bc505f918c4c595dc19bdd552c6c981ba54fb - Sigstore transparency entry: 1020479336
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp311-cp311-win32.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp311-cp311-win32.whl
- Upload date:
- Size: 40.8 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00a457c63ac934256d120ac8a203fe1f9dfa2d92db0a648f6231d50bf22abef0
|
|
| MD5 |
a1a09d31f6e130faa320b9d7c3686ade
|
|
| BLAKE2b-256 |
9430126dc9218ea9f431f40d6e2e5e703107188c1f3e80015e7a84219d9dc82b
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp311-cp311-win32.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp311-cp311-win32.whl -
Subject digest:
00a457c63ac934256d120ac8a203fe1f9dfa2d92db0a648f6231d50bf22abef0 - Sigstore transparency entry: 1020479107
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 310.1 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63cd7e7b77bb1d57cf4e42f1b26d572aae40e4fe51e773df6653765b18fd4f5c
|
|
| MD5 |
092be2ae6d856e6a92b2ceda232f4d7f
|
|
| BLAKE2b-256 |
1021fec8432eb1cf4b58b43becea973777a9535d2d43f3912dfa10d605cb0891
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl -
Subject digest:
63cd7e7b77bb1d57cf4e42f1b26d572aae40e4fe51e773df6653765b18fd4f5c - Sigstore transparency entry: 1020479203
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 306.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51f551544971d76d64e36f79309977a41eb5d0437df4ec1fc85f504d97f65bbe
|
|
| MD5 |
72be068ae217383baf92703e215ae132
|
|
| BLAKE2b-256 |
bf5bc20e74e6e2dbc9e378ae4fb8618e5ae16937120224ea733ac64cb89298a8
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
51f551544971d76d64e36f79309977a41eb5d0437df4ec1fc85f504d97f65bbe - Sigstore transparency entry: 1020479261
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 48.8 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 |
1aaaeb0d09cfb3629bb9a75e928c38bc6d7cb63419bd48d573f0c43c08763944
|
|
| MD5 |
7bb9c6932cfd0b49a182163f3e9f3e3e
|
|
| BLAKE2b-256 |
908c3c9c9a96dde7b274f9cd1687fdaf08018f8aa7e9e4fad8860bb21c4e76ec
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
1aaaeb0d09cfb3629bb9a75e928c38bc6d7cb63419bd48d573f0c43c08763944 - Sigstore transparency entry: 1020478860
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 48.6 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
897d4e5fa27adf264417f7274d68adf6fe73de3cf9b3e170defcf2c72f96e102
|
|
| MD5 |
a5ea3ca7e5450c8a47aab2fcd5554c3f
|
|
| BLAKE2b-256 |
20f10926b2016c5c3bdacd98b2164ffcf0df101355dab948b705d8a7d76038e3
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp310-cp310-win_amd64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp310-cp310-win_amd64.whl -
Subject digest:
897d4e5fa27adf264417f7274d68adf6fe73de3cf9b3e170defcf2c72f96e102 - Sigstore transparency entry: 1020478796
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp310-cp310-win32.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp310-cp310-win32.whl
- Upload date:
- Size: 41.2 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15cbd40eff7cb83e52651a04ab830554c909bdce0e0a487e9d9ca8ffd1a4f54e
|
|
| MD5 |
1ab8247458cfc4411afa5225c627b2fc
|
|
| BLAKE2b-256 |
21785a3b1ec450103736314f2ff86761b15ac871f26a79c3ea8c1012ec7a0fd1
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp310-cp310-win32.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp310-cp310-win32.whl -
Subject digest:
15cbd40eff7cb83e52651a04ab830554c909bdce0e0a487e9d9ca8ffd1a4f54e - Sigstore transparency entry: 1020478653
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 297.2 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
790e2d9fecae087d23f00a84007518717a955d10600123f6b6d1093fb4a9cb05
|
|
| MD5 |
3d1d5bef6104fe102deb92bdf460acc4
|
|
| BLAKE2b-256 |
720dc1d4435518d852ea4375c70f45983122ec8efd57431495d4c8dfd6595148
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp310-cp310-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp310-cp310-musllinux_1_2_x86_64.whl -
Subject digest:
790e2d9fecae087d23f00a84007518717a955d10600123f6b6d1093fb4a9cb05 - Sigstore transparency entry: 1020478960
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 294.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2e73dbee538841f853d53175e0f5f9aece609792864b204e6fe3c095b20f11d
|
|
| MD5 |
542f7ffb3747a07592cf613addaf2459
|
|
| BLAKE2b-256 |
5e6010531bd04e1cf583fc934bf071cef75f76f107ff44fca1283af2b9ad1544
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
b2e73dbee538841f853d53175e0f5f9aece609792864b204e6fe3c095b20f11d - Sigstore transparency entry: 1020478043
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 48.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 |
d6e9f45ade8d968bcdc082e49daf63e5b64824d13a14834cd08e14a43d0fd846
|
|
| MD5 |
7b4ac5a1189c0c0738a653a043c08fd8
|
|
| BLAKE2b-256 |
280f83688ad544065aa785bdc45f2aa7e9e05bbcae1b130aa3416ddd5bde10fb
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
d6e9f45ade8d968bcdc082e49daf63e5b64824d13a14834cd08e14a43d0fd846 - Sigstore transparency entry: 1020478917
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 49.0 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bd1baf3974a625f923aeaf0ad4cef968abe71e61cf7d4f287a907a099c8b35a
|
|
| MD5 |
5ecf1dc7e47940aa8f3f744415801894
|
|
| BLAKE2b-256 |
3bb1e32f36aae01b90765245a38c7e5b477d738afbc8d63dbcefa6275565502c
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp39-cp39-win_amd64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp39-cp39-win_amd64.whl -
Subject digest:
4bd1baf3974a625f923aeaf0ad4cef968abe71e61cf7d4f287a907a099c8b35a - Sigstore transparency entry: 1020477981
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp39-cp39-win32.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp39-cp39-win32.whl
- Upload date:
- Size: 41.6 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bca352d483e30403b42d3b3ddbd71cd1e5bbae86c7baa13982b066e37f4d97e
|
|
| MD5 |
472d3de308fe33ca088aedc65722ee20
|
|
| BLAKE2b-256 |
65e9ca2c09d4f0fed26f8108fbbbd1590ee8d752630761d05021baf4bbb1f9a6
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp39-cp39-win32.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp39-cp39-win32.whl -
Subject digest:
4bca352d483e30403b42d3b3ddbd71cd1e5bbae86c7baa13982b066e37f4d97e - Sigstore transparency entry: 1020478400
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 297.2 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ddbcc70a0ca9abc0ac72682413d483e9abe07f02335675593b4cae903610934
|
|
| MD5 |
c5754f05b33d6f788f470b93491103d9
|
|
| BLAKE2b-256 |
20d533d3fd24e86adf2f214386a9b2eb05aba949a10d63c5852718c7df642ddd
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp39-cp39-musllinux_1_2_x86_64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp39-cp39-musllinux_1_2_x86_64.whl -
Subject digest:
3ddbcc70a0ca9abc0ac72682413d483e9abe07f02335675593b4cae903610934 - Sigstore transparency entry: 1020477944
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 293.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb2771b6679dea2ba3d9c5515de97eaec393d80519dc638ac99052cd6f011775
|
|
| MD5 |
b84725fe404e46c569863733f59b6c93
|
|
| BLAKE2b-256 |
bdf8840b0b575ebbc5f350d6f8453a1b4d5873319b85cf9ca16d473fbf33856f
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
eb2771b6679dea2ba3d9c5515de97eaec393d80519dc638ac99052cd6f011775 - Sigstore transparency entry: 1020478719
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arbis_llmwrap-0.3.1-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: arbis_llmwrap-0.3.1-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 49.4 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 |
72ad4880d35bd7ca0ad8dcadf0aea2f6884f22199472ab32787b30803d94aff1
|
|
| MD5 |
daa98e2d8fe0cdeb92b66322ad8e9751
|
|
| BLAKE2b-256 |
7cbd17ac8181ceb653ad876c06ebf5fafe010f35afa0982a3c2e56de88c73a88
|
Provenance
The following attestation bundles were made for arbis_llmwrap-0.3.1-cp39-cp39-macosx_11_0_arm64.whl:
Publisher:
build_wheels.yml on ArbisAI/Arbis-Decorator
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arbis_llmwrap-0.3.1-cp39-cp39-macosx_11_0_arm64.whl -
Subject digest:
72ad4880d35bd7ca0ad8dcadf0aea2f6884f22199472ab32787b30803d94aff1 - Sigstore transparency entry: 1020477750
- Sigstore integration time:
-
Permalink:
ArbisAI/Arbis-Decorator@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Branch / Tag:
refs/tags/v0.3.1 - Owner: https://github.com/ArbisAI
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build_wheels.yml@6bc123a8dbfe0f78f658cb8c2a66d04a210bbde9 -
Trigger Event:
push
-
Statement type: