Skip to main content

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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

arbis_llmwrap-0.3.2-cp314-cp314-win_amd64.whl (45.8 kB view details)

Uploaded CPython 3.14Windows x86-64

arbis_llmwrap-0.3.2-cp314-cp314-win32.whl (39.9 kB view details)

Uploaded CPython 3.14Windows x86

arbis_llmwrap-0.3.2-cp314-cp314-musllinux_1_2_x86_64.whl (288.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

arbis_llmwrap-0.3.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (287.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

arbis_llmwrap-0.3.2-cp314-cp314-macosx_11_0_arm64.whl (49.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

arbis_llmwrap-0.3.2-cp313-cp313-win_amd64.whl (44.7 kB view details)

Uploaded CPython 3.13Windows x86-64

arbis_llmwrap-0.3.2-cp313-cp313-win32.whl (38.7 kB view details)

Uploaded CPython 3.13Windows x86

arbis_llmwrap-0.3.2-cp313-cp313-musllinux_1_2_x86_64.whl (291.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

arbis_llmwrap-0.3.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (290.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

arbis_llmwrap-0.3.2-cp313-cp313-macosx_11_0_arm64.whl (48.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

arbis_llmwrap-0.3.2-cp312-cp312-win_amd64.whl (45.3 kB view details)

Uploaded CPython 3.12Windows x86-64

arbis_llmwrap-0.3.2-cp312-cp312-win32.whl (38.9 kB view details)

Uploaded CPython 3.12Windows x86

arbis_llmwrap-0.3.2-cp312-cp312-musllinux_1_2_x86_64.whl (302.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

arbis_llmwrap-0.3.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (302.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

arbis_llmwrap-0.3.2-cp312-cp312-macosx_11_0_arm64.whl (48.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

arbis_llmwrap-0.3.2-cp311-cp311-win_amd64.whl (48.0 kB view details)

Uploaded CPython 3.11Windows x86-64

arbis_llmwrap-0.3.2-cp311-cp311-win32.whl (40.0 kB view details)

Uploaded CPython 3.11Windows x86

arbis_llmwrap-0.3.2-cp311-cp311-musllinux_1_2_x86_64.whl (295.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

arbis_llmwrap-0.3.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (291.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

arbis_llmwrap-0.3.2-cp311-cp311-macosx_11_0_arm64.whl (48.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

arbis_llmwrap-0.3.2-cp310-cp310-win_amd64.whl (47.3 kB view details)

Uploaded CPython 3.10Windows x86-64

arbis_llmwrap-0.3.2-cp310-cp310-win32.whl (40.2 kB view details)

Uploaded CPython 3.10Windows x86

arbis_llmwrap-0.3.2-cp310-cp310-musllinux_1_2_x86_64.whl (280.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

arbis_llmwrap-0.3.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (277.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

arbis_llmwrap-0.3.2-cp310-cp310-macosx_11_0_arm64.whl (48.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

arbis_llmwrap-0.3.2-cp39-cp39-win_amd64.whl (47.7 kB view details)

Uploaded CPython 3.9Windows x86-64

arbis_llmwrap-0.3.2-cp39-cp39-win32.whl (40.6 kB view details)

Uploaded CPython 3.9Windows x86

arbis_llmwrap-0.3.2-cp39-cp39-musllinux_1_2_x86_64.whl (280.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

arbis_llmwrap-0.3.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (278.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

arbis_llmwrap-0.3.2-cp39-cp39-macosx_11_0_arm64.whl (49.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file arbis_llmwrap-0.3.2-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b231e3759e0de902e6b0f31bc73f29f013b1065461f067a3c6dd58055e27d404
MD5 dbcea1e67c4d80b2c785c8f09096eca3
BLAKE2b-256 3963aee82791676ab2403503ad09784b1eee7e9a9006f9a8c47ee8d94eec1220

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp314-cp314-win_amd64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp314-cp314-win32.whl.

File metadata

  • Download URL: arbis_llmwrap-0.3.2-cp314-cp314-win32.whl
  • Upload date:
  • Size: 39.9 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for arbis_llmwrap-0.3.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 6d905a5354a21eb3888dc82a21c1d31ca87ec0e009028f5becea3d3256dd1abd
MD5 804378131507fedb7b3959151373a94c
BLAKE2b-256 5cfd3c5c4dd9b350a9882fd0562d8b793caaf19e484d5901af98846088d02039

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp314-cp314-win32.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 49f20e79353e014c19615b973dc028e6cf3922e7c60314b9425422ee17186e54
MD5 ca52ed3c9f0be4954d8b671bc79c4c96
BLAKE2b-256 4233d0e4230905ed4e659a00745ef9c3cb32836a2b582786f1da3becfde1696e

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 59d4232480c40b84301832a7a711c2232ac2fed4cfc9ac81928f78e71c71da7d
MD5 9811b259d0c78fc68d316595778bc956
BLAKE2b-256 4e112976c50e6a04786585c0ad45573cc19e1726e102dba3618bd1034f2b7a4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 feee32b1bf7e32d70a4e34f6ff802698c639bab2d80c445afeb7418064ec92c0
MD5 997689a7ca1e29ebd51e3264d4d8b29e
BLAKE2b-256 7ca94567a7c30314f8b7ea61ad0292da88131d8e0d9bc46daf8fcf150d0b69c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 12ad62d51ebf3afd192fef71c44d5a921c324a6dfc5c9f9d8a8aa72415c70b6b
MD5 7e197255693cdd0b6bdfa1290f8d3dbf
BLAKE2b-256 3d4d1cb8b3ca09126f0ee5e2e7afac8d6aaaedaad0e62618b9e14f766ee492b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp313-cp313-win_amd64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: arbis_llmwrap-0.3.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 38.7 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for arbis_llmwrap-0.3.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a705b86f2fde9b68bbbef1b59ed6b597cd6e06ace8e9957310652acc09e8a051
MD5 db0bd60d145631fcc45e5b7f70e6afff
BLAKE2b-256 76e8d1ca06cad77e81ab2e81747a1dd5f126650dc166d1433d7bf8d0151022ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp313-cp313-win32.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24298eae4d7487633f374a7a8b643255e17bd6f750a7706733550a86eeb1f2ef
MD5 fbad434e7188755bf1a02971384c4380
BLAKE2b-256 679fb3f08b562cbc82e30f6e25061b6c936a5914aa883bd7113bee3107214a25

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a9ad17c501c39ecd074dc9c5a404773674bf7699b9fae5dd2a39903da7501787
MD5 9518476f1c2117f817e64e3ad580c8f6
BLAKE2b-256 b09c138c98c242befc07c49f7161675ed2f5aa7aaa30342a1966ac6236dbbd17

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3544e8dc7539a41e05936ccc2652e98593ef3476301a7b3a17724c8ba77ffe28
MD5 69bac473572dc2cdd3365eee8170c7bf
BLAKE2b-256 dd4bf8b1b86cf7f9f3adbfdd06aa8239bd95fb9d36a7886c9af1a13698cc90ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6cf0c174dfb2ff1f14192bc1160cd374495965e347ea1a2ebee2a4535879d20b
MD5 8623773ef8314f4f19779a955915a11b
BLAKE2b-256 3bac8aa2933e6657f27ef59cb32562b0fb3445a04b033e1ded6648367160670c

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp312-cp312-win_amd64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: arbis_llmwrap-0.3.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 38.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for arbis_llmwrap-0.3.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9851ff8893105d9896072c23584ec2692c07c5014a9c43b739698265df5b0f20
MD5 fc51d2634c92ebc0dc7b2681932b7a36
BLAKE2b-256 9552f15387414e43dd6791ca14b554d41ce4e9c260eb85be9c6417a85f90248c

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp312-cp312-win32.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2aa555299a255f0ee4f12f16b32c761abf30bb3e75a9bd532ec40caa883f576
MD5 e5615378bf335c6701ed6258c8fa8d77
BLAKE2b-256 a8267c5ba0ec7c00cc52433b38fcd0f80b5523c7592b767b2260762addf06af9

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2c5dae537b869f4bc7198bd24ba7e2e08cab4e3ace8a519172d9150dbfe83ed7
MD5 939f3c696cfecc5d083487e30112daf0
BLAKE2b-256 4effc57f0e9a21395172c6eec7ff39704b7c222d6b1c794ea6d5a1a2797ea734

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de144abb6afbaf6934e57a2c3774449763df92cbd7f11597e92f1a0bf2aa93c9
MD5 fa0028fc4ff0f7f4f009a6d6f41d7be7
BLAKE2b-256 e6a36738249f6f9b76ff8e802dad24d0fe4bd311c9273363a05e6971254cac6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8fb1d8ac42641126949e132b366045af2430d39d2c595668e497a8e1b2ed4eed
MD5 25a9e07c6162564d59a40e09ee121aad
BLAKE2b-256 5706d15f639cfa3c14254e61286f8971b084ef0dfbfec911d52387c8702fb93f

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp311-cp311-win_amd64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: arbis_llmwrap-0.3.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 40.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for arbis_llmwrap-0.3.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3bec7ee57d6c08ede89501cebc10de8ad9ac96bd896da99441069729124ae860
MD5 679b47c2c5498e9ba92f8251a2a02f70
BLAKE2b-256 71754e0a7a6b765b44b5ad2b4dbcb20aab69fe321f71c99a0e3d68edaa9adcf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp311-cp311-win32.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73aa9a1bc052b1935fc93d68ad87a87ea82a5f19d9e2da603711facab2b486a5
MD5 d70c385d419e338b5c295359068dd862
BLAKE2b-256 d3835bb67871839da6d0ab84788d083aaebbc75778caa6681759886d1ecdf51b

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7716d9d3fd51033ed57733329f20ad7a0427bfcb8705b12218103f0e9d0c6eea
MD5 9a6e82331a0c81c609bbcca585344ca2
BLAKE2b-256 180d70951f8e0c55e8ecacbec2ee64f20fdaef17f44812c527416710111a7a4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0fb8e8f1c7407d1f8834fc70e5616e8d77920d7b915319d7c7ebf14ed96a0d6
MD5 61e1a174bf617a86e970b387be3ec547
BLAKE2b-256 eb4d91d79f4ff1e717b1e2113a095519593cebd22f915f5dfe89cae4034e16ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b09becc3e68bd49861d3feaa3b19ba466cb566c1018d12f9f92e6a220efacf71
MD5 cd81b82c63dad802e753c62131306b62
BLAKE2b-256 3b9924d6a26f967580cddd3e64e8055755bf39eb3af1bee5feb14c16427282f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp310-cp310-win_amd64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: arbis_llmwrap-0.3.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 40.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

Hashes for arbis_llmwrap-0.3.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 cc75a6b08e5c1c399b5221e492129132dcf27e68a19fc4893a7dc554c5ada574
MD5 f1d207c463df6178dfbee034e2c57e8c
BLAKE2b-256 8c7f73a9a52a194c5d5755ea9c8a72e8ce39e4b434fb3c19cf1f6fe5fda7cb13

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp310-cp310-win32.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc9e76d939c654db1be387dd3d8d3838565b7d1a71cb96590d91808fd8318720
MD5 380168ccd2bf8a238d9c1cff5b82ab4c
BLAKE2b-256 64ad142f8bfaf9b1b09aa30c5226812dcbc5de8f90f006c533e570147d06f712

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e9983ca4227fa8acd60be5396b7122932889e2f5e8c8032e5c683e3450fc2451
MD5 084f17b8c892405f01c0718a354d3188
BLAKE2b-256 f57d4f13cb1f695bb4381c03dc4b02475049562c88fcce790a8d562542b6997a

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eecae642e93a173e697f15f8669d3caf33c94b2f43eaf828e063c8e9eefd5556
MD5 acb77a56428b71de1ba7bbedb040b641
BLAKE2b-256 df6644a90b7f99e63ac119cbd6881d3e380796f8e0cc63c897d82912bb8c1c54

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3462d3b9e5b710e63526de896d7b16d84942b4ebc8f97c26990ae463029ffc64
MD5 3b581c3387a6f5c4400714fb7092f4ad
BLAKE2b-256 f01081dbc75244f5089fdbf2d655c0ea660dd4451f6c825c24493a1687133fe5

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp39-cp39-win_amd64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: arbis_llmwrap-0.3.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 40.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

Hashes for arbis_llmwrap-0.3.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c2d2187860e32297c0491d185a326282bc6e2fca9740ead017901380ea1c4637
MD5 90642519a2ec86f1047b1ff36e2e84e5
BLAKE2b-256 4c3cd2a7ab6ae3e051bf225b9bc99ddcc15956c85f2becf3052a2f4163dddd53

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp39-cp39-win32.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 814ae4dd8e2eceb3adf4829b9b5f312661d8ae17c0d39f53d77c5202867e8394
MD5 a9821ada546899e4a9965b785e728d8e
BLAKE2b-256 f0da96b2faa379da5948815eba775a81c041cfd539138aff3bfec17232294798

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8744efb1d5635c4584189b5849b0579f0ce835dfe7575482105c49928b39c5b1
MD5 5b42d0ba95167c28040f32af49d511ee
BLAKE2b-256 4affba36f513c443c923d3f2df81634ea9098459cc814cbf259aae5e04f999a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arbis_llmwrap-0.3.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for arbis_llmwrap-0.3.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12092321d1d30bb30b9ec8f59928aa951d8669db37d453fc59bf2c7e98a7ce6c
MD5 d38c8006b708418059cb6dc5cb64bcae
BLAKE2b-256 763198c2696f79757f83dadc03f7b56bcd5d5aac84f9764723296c7eebee43c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for arbis_llmwrap-0.3.2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on ArbisAI/Arbis-Decorator

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page