Skip to main content

FlatBuffers schema parsing + JSON<->binary helpers (pybind11)

Project description

Ark FBS

This is a standalone PyPI package that provides a thin pybind11 wrapper around flatbuffers::Parser and GenerateText:

  • load .fbs / .bfbs
  • JSON -> FlatBuffer binary
  • FlatBuffer binary -> JSON

Repo layout

  • cpp/: C++ binding source (pybind11)
  • src/ark_fbs/: Python package wrapper + typing stubs
  • third_party/flatbuffers/: your fork of FlatBuffers as a git submodule (recommended)

Local build (editable)

uv sync --group dev
uv pip install -e .

Usage

import ark_fbs

s = ark_fbs.Schema.from_fbs_text(
    "namespace t; table A { x:int; } root_type A;"
)
b = s.json_to_binary('{"x":1}')
print(s.binary_to_json(b))

Wheels / PyPI

CI uses cibuildwheel to produce wheels for multiple CPython versions and architectures. See .github/workflows/wheels.yml.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ark_fbs-0.1.2.tar.gz (2.6 MB view details)

Uploaded Source

Built Distributions

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

ark_fbs-0.1.2-cp314-cp314t-win_arm64.whl (298.8 kB view details)

Uploaded CPython 3.14tWindows ARM64

ark_fbs-0.1.2-cp314-cp314t-win_amd64.whl (320.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

ark_fbs-0.1.2-cp314-cp314t-win32.whl (282.6 kB view details)

Uploaded CPython 3.14tWindows x86

ark_fbs-0.1.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (340.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

ark_fbs-0.1.2-cp314-cp314t-manylinux_2_24_i686.manylinux_2_28_i686.whl (371.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

ark_fbs-0.1.2-cp314-cp314t-macosx_11_0_arm64.whl (298.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

ark_fbs-0.1.2-cp314-cp314t-macosx_10_15_x86_64.whl (326.4 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

ark_fbs-0.1.2-cp314-cp314-win_arm64.whl (293.9 kB view details)

Uploaded CPython 3.14Windows ARM64

ark_fbs-0.1.2-cp314-cp314-win_amd64.whl (311.5 kB view details)

Uploaded CPython 3.14Windows x86-64

ark_fbs-0.1.2-cp314-cp314-win32.whl (275.2 kB view details)

Uploaded CPython 3.14Windows x86

ark_fbs-0.1.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (338.6 kB view details)

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

ark_fbs-0.1.2-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl (370.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

ark_fbs-0.1.2-cp314-cp314-macosx_11_0_arm64.whl (292.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

ark_fbs-0.1.2-cp314-cp314-macosx_10_15_x86_64.whl (321.2 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

ark_fbs-0.1.2-cp313-cp313-win_arm64.whl (284.9 kB view details)

Uploaded CPython 3.13Windows ARM64

ark_fbs-0.1.2-cp313-cp313-win_amd64.whl (302.4 kB view details)

Uploaded CPython 3.13Windows x86-64

ark_fbs-0.1.2-cp313-cp313-win32.whl (268.3 kB view details)

Uploaded CPython 3.13Windows x86

ark_fbs-0.1.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (338.4 kB view details)

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

ark_fbs-0.1.2-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl (370.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

ark_fbs-0.1.2-cp313-cp313-macosx_11_0_arm64.whl (291.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ark_fbs-0.1.2-cp313-cp313-macosx_10_13_x86_64.whl (320.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

ark_fbs-0.1.2-cp312-cp312-win_arm64.whl (284.9 kB view details)

Uploaded CPython 3.12Windows ARM64

ark_fbs-0.1.2-cp312-cp312-win_amd64.whl (302.4 kB view details)

Uploaded CPython 3.12Windows x86-64

ark_fbs-0.1.2-cp312-cp312-win32.whl (268.3 kB view details)

Uploaded CPython 3.12Windows x86

ark_fbs-0.1.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (338.5 kB view details)

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

ark_fbs-0.1.2-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl (370.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

ark_fbs-0.1.2-cp312-cp312-macosx_11_0_arm64.whl (291.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ark_fbs-0.1.2-cp312-cp312-macosx_10_13_x86_64.whl (320.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

ark_fbs-0.1.2-cp311-cp311-win_arm64.whl (285.3 kB view details)

Uploaded CPython 3.11Windows ARM64

ark_fbs-0.1.2-cp311-cp311-win_amd64.whl (301.5 kB view details)

Uploaded CPython 3.11Windows x86-64

ark_fbs-0.1.2-cp311-cp311-win32.whl (267.8 kB view details)

Uploaded CPython 3.11Windows x86

ark_fbs-0.1.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (337.7 kB view details)

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

ark_fbs-0.1.2-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl (368.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

ark_fbs-0.1.2-cp311-cp311-macosx_11_0_arm64.whl (291.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ark_fbs-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl (320.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

ark_fbs-0.1.2-cp310-cp310-win_arm64.whl (284.6 kB view details)

Uploaded CPython 3.10Windows ARM64

ark_fbs-0.1.2-cp310-cp310-win_amd64.whl (300.6 kB view details)

Uploaded CPython 3.10Windows x86-64

ark_fbs-0.1.2-cp310-cp310-win32.whl (266.7 kB view details)

Uploaded CPython 3.10Windows x86

ark_fbs-0.1.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (336.2 kB view details)

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

ark_fbs-0.1.2-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl (368.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ i686manylinux: glibc 2.28+ i686

ark_fbs-0.1.2-cp310-cp310-macosx_11_0_arm64.whl (290.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

ark_fbs-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl (318.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file ark_fbs-0.1.2.tar.gz.

File metadata

  • Download URL: ark_fbs-0.1.2.tar.gz
  • Upload date:
  • Size: 2.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ark_fbs-0.1.2.tar.gz
Algorithm Hash digest
SHA256 da259598f66b2848fba42f822b0220875668e6e699ebbba8b09d7f584cd290a8
MD5 04b189e0caa0ad4a630b893ca28e4fbc
BLAKE2b-256 a62857be5dc1b30d85424395d8f1b84a3e67e34efd6375e656149becc8d0cdf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2.tar.gz:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: ark_fbs-0.1.2-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 298.8 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ark_fbs-0.1.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 1c26d7087b103ac0bd644df4a33b74960af74220db196302610c306e4b517eba
MD5 61ed8de93ebfaa96f68510b3e551d0ea
BLAKE2b-256 b838aaca774ced850ac2e7fdf0d42fa8706f7337486e54c50a6901c4202cf243

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp314-cp314t-win_arm64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: ark_fbs-0.1.2-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 320.7 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ark_fbs-0.1.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b022a3397d476a1a380519481f9875fe1322986035eda1c37020c8bce7256e2b
MD5 aac0fd3f13682494a62e84614e7e35b5
BLAKE2b-256 8b809d26da1ca06df25af3725d0711090ec283735ea62284321f83a899c666d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp314-cp314t-win_amd64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp314-cp314t-win32.whl.

File metadata

  • Download URL: ark_fbs-0.1.2-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 282.6 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ark_fbs-0.1.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 248c893273460a2d9f97bd3e12fbd39055067124093c64f3cfad105c16b7d1ed
MD5 86e86bcbad0d24a79a37400e597ec0bf
BLAKE2b-256 5eeb138bf41f1f7c0ef70cffaa978d04acf3296018dfa702a32515e80144b9b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp314-cp314t-win32.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff4c8e2c1cea7d8b261b55eaa96e48877a110202ae10da8150c31975a6d263ab
MD5 9e741ef00a6354ddce3020a3947f6fa5
BLAKE2b-256 20b1430bd110de30e11c3656f0c136f6f2979a113dc37248b2a87c7429923125

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp314-cp314t-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp314-cp314t-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 c4d3e0173deff99db7d00d9128428adac82d84fab9cea0b318befb2dde47c6bc
MD5 c1f16be76e4f4d743b0eed6b3edef813
BLAKE2b-256 05451796e7f4a5ec006187540cab372ae3be2d1f7cba6784eb70d56ea3c61a28

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp314-cp314t-manylinux_2_24_i686.manylinux_2_28_i686.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83ae32736b5ab696c547940c673371c085bafd7c195e006c16eb854635a98031
MD5 f4d4c4199cd3c61913591fff3b24baec
BLAKE2b-256 ac137f79a6eda7b9d247e008dec6b19ff5cfb06deca367d3917a9ff73bda3aba

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 16b8e0bd131faca504cb1c88fa678a08ea91ea7e7b1cc2df96a2688a32387e54
MD5 25daa998318be4078bb99b564f8cf73f
BLAKE2b-256 3877250ec02422a46daf561a3d7525baca3382c65aaea8f0848eb011b089a555

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: ark_fbs-0.1.2-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 293.9 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ark_fbs-0.1.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 615383da80a3774ef39536a073184c6e4a0b40cc4edbac0c07a816bf7d04d6c3
MD5 d45caae5544a4fa302a4aaa1b1fd3854
BLAKE2b-256 3c7a9a64bf2489e89d5e0192d2de0d5e775c23c5e8e29609303487e06dd3db0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp314-cp314-win_arm64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: ark_fbs-0.1.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 311.5 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

Hashes for ark_fbs-0.1.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b6a1e6e1e625254456d876492864cc571125e24de83cb1b7f7d85398dbb9e019
MD5 3050fba6645952c792562b54c13323e3
BLAKE2b-256 fe88115eb7ee91cfb089b016b53fcc5db93c1f3dd634f0b82ec88ee6a3f7de1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp314-cp314-win_amd64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp314-cp314-win32.whl.

File metadata

  • Download URL: ark_fbs-0.1.2-cp314-cp314-win32.whl
  • Upload date:
  • Size: 275.2 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 ark_fbs-0.1.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 f68cd400e4e0b8c9b0e3cf3acf9c679e853c24faf6b93a694ad9999daf12f529
MD5 4ef0151c764bae4570848f45aa61109d
BLAKE2b-256 831d476f6b2ec9473763f0099ff0c37a9392728512cc888c8861bfd8d04a85d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp314-cp314-win32.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4783c349f8717e27f7c3de9acbf357af2befaa952b8d669a6c3996c4a493ed13
MD5 396c83a1cd364f8e194e1ce5580fe71a
BLAKE2b-256 29f62920f01fbede1e94b856e44402721492954cce9049c03228f8a6c33bfc59

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 0320b3bc12454130a31ab6651e39836037938acdf63a98bdecd1dbc352c985b5
MD5 ffd63f4f0b9866fcebebd74d9ee639a7
BLAKE2b-256 2ee43fdf56b8dc6859e94179af22590139bbf1646ceca06411583624233b62dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp314-cp314-manylinux_2_24_i686.manylinux_2_28_i686.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0e5f1d1ead4a4be7ecf63a1d79fd8c06eb021ff4cb59b8a90a18ba50943b7431
MD5 4e3cbbd178fd6a54b0c420d68a3a0bc6
BLAKE2b-256 76b5b7f789905ad0869d7fe8e91c41d73140c17bc1fa48c5aea36027448363f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8b32d14e2966b9c5a7d33f5070538048bcfa30db4c53e55a68051bdef4651df1
MD5 7b65bf5e11c94bcfcff7c4c38e52fefa
BLAKE2b-256 5b7d5be3ecdee5926e4d9d684d198cb6b5ddd0f8ae52fd85f65d823d73dc9250

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: ark_fbs-0.1.2-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 284.9 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ark_fbs-0.1.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 53076a8658eeae214c7fad83bea171eb8b7b1b0fcda52f41a36c64d238a41c0c
MD5 9f94c9e1ec5e9e2d857f9ad71d341112
BLAKE2b-256 469294755be69991e0a7cb5674479a59a15d62cc19e4d41645ac448ec3bbc0d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp313-cp313-win_arm64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: ark_fbs-0.1.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 302.4 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

Hashes for ark_fbs-0.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 645fa9a777d9dad497181286745487ff1241af708103a7a78ac82e33bab10bf9
MD5 5cf1aab7c5f68fb1eafca5dc9f9af471
BLAKE2b-256 1d2ea4724c2bdb50332b4ee059ad0d92e688e9dd80ab8fef9a1bb2a060f81e3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: ark_fbs-0.1.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 268.3 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 ark_fbs-0.1.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e2e46687bd201d7af27cd7a95ec7592a628b2ff9230a936d39fc3be713242da1
MD5 e723f4a96021f19ed2ee1ad0f5fa2cea
BLAKE2b-256 a0ff051ad6aa9e126277b2ace7490ff36327440ac426f92757a959cc2ec30bb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp313-cp313-win32.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eba2b6e7f8949de6b716d1115d628944fb44c95773a7204b7b107e83f7e4005e
MD5 b741ae50d38f7a02708b91c2178888c8
BLAKE2b-256 a9b476ab97590274e49eeed754edde871990939dcd82bd7d81906c9b8f39bc80

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 f27df5c24013307cceba25c02a892c6aa0820ed389219b3cebc6c669d83eb8d2
MD5 b86bb18a54ca3d7c085e6c235f2db4de
BLAKE2b-256 45100b55bb9f344a482c3659cb821212a5d14bd578e8bb01f7fe199271165240

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp313-cp313-manylinux_2_24_i686.manylinux_2_28_i686.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d902b08854ceea0a2c09da07f6285cd8ba97c9b0df08f0b4f8362e8e969aba98
MD5 8af9c792e0813dcde717c5b183bd1b5b
BLAKE2b-256 2e537b09197229e68ee8033c9de3a598778871cb95e8ac7a3e814112768eaba9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6510df7c4f0770a596deb2e45b9c94dcefa413f8fc8ad9a013931663cbc265d7
MD5 40af4e9fd7e4d4ff6b85c4eedc38e54f
BLAKE2b-256 4f096b661e8bdeeee9953730516fb5171f98a270e8b3f8f239c6e8c20a7b8e27

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: ark_fbs-0.1.2-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 284.9 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ark_fbs-0.1.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 0f240f3ebcd0769b276243afc88c04ed612cd3875079571c8def514644c6951e
MD5 66457d440cfb7f2870ff112256c476e6
BLAKE2b-256 6e640fb7f55e557bb4660641ad5664746f953ecb742cfd729633c10fccdaaf1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp312-cp312-win_arm64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: ark_fbs-0.1.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 302.4 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

Hashes for ark_fbs-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 107123c71c57fcc3ca99e82743a3c81ab8ec2c7f5fd59dcfe72d2fe651d9d842
MD5 eadadc8f19dc3304543467abbefd2770
BLAKE2b-256 7ee663ac5ee145da6409c12fbed15f5ee036913951d3b34462236ecc519bbbf3

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: ark_fbs-0.1.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 268.3 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 ark_fbs-0.1.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 744c9d48e9c3097020c686885d21ddc2d840cbf770227086b3327f710e7e65fd
MD5 a839ab98e5d3b8d93a42b8a45c1e2eae
BLAKE2b-256 11755cb590a3267c84e85fdf135d33e47f6b837aff5f87ac55896326b8505033

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp312-cp312-win32.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7f89a551958f91d466b71d012f867fbbc80420d83ec08e68f072ec94ecc514c4
MD5 10dbfcfb6d2af075b85ce904b34222e7
BLAKE2b-256 39048e9f408baa3266eaa902152da65520d6cef18d12d503436090407590fbe3

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 8a2128554fddab6545ee169b260c92062ebb2fa18e3b0eef868a5ddd4e29f47e
MD5 c5c11ae385c128a13767d6c3a5dc736f
BLAKE2b-256 b2c79381c98a260f43f1449e047ea961334326ea5898ec264e33eb6bee8cbcaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp312-cp312-manylinux_2_24_i686.manylinux_2_28_i686.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6992646d6ff9e7aed4a8daae7122dd1acfb5a682fa7d2234cddcf60735bc3a66
MD5 b8f3590018b238671b7f448e61e7ebd3
BLAKE2b-256 ea085f477acdab2f375d2e9900240add7f781b942297e6164f1d342d49078d77

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6f8582511561b015f559dc2f388831570db8d74510268440af84052bc5c411c3
MD5 b455030c57b051a494f80510782b723e
BLAKE2b-256 414b66ff6169ecc73afad82a0e55f02028ebabb395a6e54a73c2a1c20f90ee70

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: ark_fbs-0.1.2-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 285.3 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ark_fbs-0.1.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 3de509f9572cdd8d99225711a1bc25ae3565fbb5dcb823749e49ae7d6fdff581
MD5 0268b4acd33c2e610d64d2819206ea37
BLAKE2b-256 2b0842d01f4f01055c43b77bab258832d0f96cac19b6d4d7c40fc1a61b90da02

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp311-cp311-win_arm64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ark_fbs-0.1.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 301.5 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

Hashes for ark_fbs-0.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 04c206ee0a94d8154fbe054817ef59a3f9b9df18b68797bb04d3a625819205a1
MD5 95c3823ee43e3a13468c8546f9db4b23
BLAKE2b-256 c3f187919d1aa987957e32b864e8d3db4421b40a1f1424fe1b7fd7b755197f19

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: ark_fbs-0.1.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 267.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

Hashes for ark_fbs-0.1.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2faacbed9a7c10a8c5fd5870d732455c89d6d9614a6b075318a9b96354b296ea
MD5 87557b3f0a228de6ea15a0fc290b5768
BLAKE2b-256 177a849ee5d15d3c60f2f3c47f51097df73044dc86f25238eefe5577531ccd17

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp311-cp311-win32.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f4d3061868d0ca8944a1c6833efd86896e89d0873dbe0fffd8d0fe58b268fd9
MD5 01087a098f2fb051d816035049192068
BLAKE2b-256 e29018065bdee291ac45de752eda0d4ea0923b74c6d040a4c37f05a79d2a92c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 80250f6655f1567312bb24ce91b9e5d97e08747e3907b927d032bc822249f996
MD5 f6b1dc284c6a5d7d575cda5b93a1adc6
BLAKE2b-256 9f277e99954951c12f8a77c971f681ef9f639bab5d89859c41e088e7f0096b56

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp311-cp311-manylinux_2_24_i686.manylinux_2_28_i686.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 86abd36548d37bae3e29ac940a9a1dc2214f7d4784e5c41cd18adfa0f0c6e65d
MD5 a19b8750a1626adc05a6d27ec8fa1bb0
BLAKE2b-256 75b12e34ddd588846eda6fb421a9731533a5df0102466921caed9e29a7c08d5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2b975dea023efcb33ec1627cf8ed1d6048426d5fdcc5ecf1705144c86175f5ae
MD5 76493266630df8cd18f606067e4a0a5b
BLAKE2b-256 3d653b4b4d25b29f7846c4a26e5b38c9fe3703cb80efeea246f8a1d6c150d413

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: ark_fbs-0.1.2-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 284.6 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ark_fbs-0.1.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 2ae6b22a99da13cbb7f4322a09132317e6f5778734d36136628571a6be720327
MD5 1f9b73b1352ceebd589223200d84056c
BLAKE2b-256 1c5897069e0332a84e1d1fd85aa6916a976b920d14880d2fa0486ca9272aac42

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp310-cp310-win_arm64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: ark_fbs-0.1.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 300.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

Hashes for ark_fbs-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 49a49993df8a4abebd95274fc5059f136dbd38bba5c2d14f9dc57469ebe7ce3a
MD5 bac1c8144a2edaaed27cd76134da6364
BLAKE2b-256 66c5e45dec6fdbd681f340068d24129ea5f87c6589701e925c53de53c68572d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: ark_fbs-0.1.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 266.7 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 ark_fbs-0.1.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 098dd2cb5ea16f868dd98ad3bb4079697f229e814ab79bd0a83cd750af8967f4
MD5 4b93bbaebc510ddc48fb37fcd7e8c093
BLAKE2b-256 5bf1bb9fe1259640ca6c89e5416c64e33f7e4c71c53b4d4d447d6d77e1df211b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp310-cp310-win32.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 209245a1abbba82bf2ca858681fbebafb0ab8de2f71f0206bae10884e3736770
MD5 109fc2164c94438f6b94b9d6e7fbd530
BLAKE2b-256 f9a48313f01d608061eaadbd29d6f1e8f2941ba8140be17e77a4aa83f53b863e

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 d7edb30299a76839a808ab7408a8a2821ea13430ab478bfbf850cfd6818f4981
MD5 1e5b5cf39b9b1e1e83eb5ecdf3e8c549
BLAKE2b-256 d2d34758f0d97c76a0384cce0b831d613127343f7d7eac9cf0a84a4667c28006

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp310-cp310-manylinux_2_24_i686.manylinux_2_28_i686.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 466b1bdd8cb8448cad6e8f47ca9f3603b160b5d6501d58df609f6fb192745d19
MD5 6953af91b3a2d7c758a71265522d749f
BLAKE2b-256 aac47447e3603d04d8b3c366db13c274722a147f3669b022cacb2589fcd75c1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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

File details

Details for the file ark_fbs-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for ark_fbs-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 95a7dc047bd361eac5c09aeec5270a6831d552da5f76f110d64d35c0c1c97016
MD5 50c0e63b95fdf63b776ceb551986c6b5
BLAKE2b-256 b7f62747130c103ce0b67212070cc1e93dbc7e39876ae340d9093b9099a8d407

See more details on using hashes here.

Provenance

The following attestation bundles were made for ark_fbs-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on StarHeartHunt/ArkFBS

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