Skip to main content

Python TCT Library

Project description

PiTCT

Latest PyPI version Documentation Page Status

The TCT software package is designed for the synthesis of supervisory controls for untimed discrete-event systems (DES). PiTCT provides Python Binding of the TCT so that TCT can be used from Python.

TCT is based on this repository

[!WARNING] PiTCT was renamed when it was changed to OSS as v1, having previously been provided as pytct.
The migration documentation is here.

How To Use

For a quick tutorial and API reference, see the documentation.

Install

Requirements:

  • Python 3.9+
  • Graphviz (system package)
  1. Install pitct library

    pip install pitct
    
  2. Install graphviz
    PiTCT depends on Graphviz.
    Please install graphviz from:

License

This project uses multiple licenses due to the inclusion of third-party code. It is licensed under the Apache 2.0 License, with the exception of the content in the libtct directory.

  • The python source code (/pitct directory and other root files) is licensed under the Apache 2.0 License. See LICENSE for more details.
  • The tct source code (/libtct directory) is licensed under the BSD 3-Clause License. See libtct/LICENSE for more details.

Development Information

Build

  1. (optional) create virtual environment

    python -m venv venv
    
  2. (when using virtual environment) Activate virtual environment

    source venv/bin/activate
    
  3. install dependencies

    pip install -e "."
    pip install -e ".[dev]" 
    
  4. build PiTCT

    python -m build --wheel --sdist
    

    PiTCT distributable file is generated in dist/ folder.

Related Information

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

pitct-1.0.8.tar.gz (262.7 kB view details)

Uploaded Source

Built Distributions

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

pitct-1.0.8-cp314-cp314t-win_arm64.whl (125.3 kB view details)

Uploaded CPython 3.14tWindows ARM64

pitct-1.0.8-cp314-cp314t-win_amd64.whl (150.4 kB view details)

Uploaded CPython 3.14tWindows x86-64

pitct-1.0.8-cp314-cp314t-win32.whl (142.5 kB view details)

Uploaded CPython 3.14tWindows x86

pitct-1.0.8-cp314-cp314t-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pitct-1.0.8-cp314-cp314t-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pitct-1.0.8-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (682.1 kB view details)

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

pitct-1.0.8-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (659.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pitct-1.0.8-cp314-cp314t-macosx_11_0_arm64.whl (208.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pitct-1.0.8-cp314-cp314-win_arm64.whl (125.3 kB view details)

Uploaded CPython 3.14Windows ARM64

pitct-1.0.8-cp314-cp314-win_amd64.whl (150.4 kB view details)

Uploaded CPython 3.14Windows x86-64

pitct-1.0.8-cp314-cp314-win32.whl (142.4 kB view details)

Uploaded CPython 3.14Windows x86

pitct-1.0.8-cp314-cp314-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pitct-1.0.8-cp314-cp314-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pitct-1.0.8-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (682.0 kB view details)

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

pitct-1.0.8-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (659.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pitct-1.0.8-cp314-cp314-macosx_11_0_arm64.whl (208.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pitct-1.0.8-cp313-cp313-win_arm64.whl (122.8 kB view details)

Uploaded CPython 3.13Windows ARM64

pitct-1.0.8-cp313-cp313-win_amd64.whl (147.9 kB view details)

Uploaded CPython 3.13Windows x86-64

pitct-1.0.8-cp313-cp313-win32.whl (139.9 kB view details)

Uploaded CPython 3.13Windows x86

pitct-1.0.8-cp313-cp313-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pitct-1.0.8-cp313-cp313-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pitct-1.0.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (682.0 kB view details)

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

pitct-1.0.8-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (659.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pitct-1.0.8-cp313-cp313-macosx_11_0_arm64.whl (208.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pitct-1.0.8-cp312-cp312-win_arm64.whl (122.8 kB view details)

Uploaded CPython 3.12Windows ARM64

pitct-1.0.8-cp312-cp312-win_amd64.whl (147.9 kB view details)

Uploaded CPython 3.12Windows x86-64

pitct-1.0.8-cp312-cp312-win32.whl (139.9 kB view details)

Uploaded CPython 3.12Windows x86

pitct-1.0.8-cp312-cp312-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pitct-1.0.8-cp312-cp312-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pitct-1.0.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (682.0 kB view details)

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

pitct-1.0.8-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (659.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pitct-1.0.8-cp312-cp312-macosx_11_0_arm64.whl (208.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pitct-1.0.8-cp311-cp311-win_arm64.whl (122.8 kB view details)

Uploaded CPython 3.11Windows ARM64

pitct-1.0.8-cp311-cp311-win_amd64.whl (147.9 kB view details)

Uploaded CPython 3.11Windows x86-64

pitct-1.0.8-cp311-cp311-win32.whl (139.9 kB view details)

Uploaded CPython 3.11Windows x86

pitct-1.0.8-cp311-cp311-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pitct-1.0.8-cp311-cp311-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pitct-1.0.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (681.8 kB view details)

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

pitct-1.0.8-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (659.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pitct-1.0.8-cp311-cp311-macosx_11_0_arm64.whl (208.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pitct-1.0.8-cp310-cp310-win_arm64.whl (122.8 kB view details)

Uploaded CPython 3.10Windows ARM64

pitct-1.0.8-cp310-cp310-win_amd64.whl (147.9 kB view details)

Uploaded CPython 3.10Windows x86-64

pitct-1.0.8-cp310-cp310-win32.whl (139.9 kB view details)

Uploaded CPython 3.10Windows x86

pitct-1.0.8-cp310-cp310-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pitct-1.0.8-cp310-cp310-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pitct-1.0.8-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (681.7 kB view details)

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

pitct-1.0.8-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (659.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pitct-1.0.8-cp310-cp310-macosx_11_0_arm64.whl (208.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pitct-1.0.8-cp39-cp39-win_arm64.whl (122.8 kB view details)

Uploaded CPython 3.9Windows ARM64

pitct-1.0.8-cp39-cp39-win_amd64.whl (148.0 kB view details)

Uploaded CPython 3.9Windows x86-64

pitct-1.0.8-cp39-cp39-win32.whl (140.0 kB view details)

Uploaded CPython 3.9Windows x86

pitct-1.0.8-cp39-cp39-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pitct-1.0.8-cp39-cp39-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pitct-1.0.8-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (681.7 kB view details)

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

pitct-1.0.8-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (659.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pitct-1.0.8-cp39-cp39-macosx_11_0_arm64.whl (209.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file pitct-1.0.8.tar.gz.

File metadata

  • Download URL: pitct-1.0.8.tar.gz
  • Upload date:
  • Size: 262.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8.tar.gz
Algorithm Hash digest
SHA256 a566c68c9424fc2093da8ab53417806276b9d11cb37b51367907d4083326a5f1
MD5 653164c699039b53f8d6f3f7e036fe7b
BLAKE2b-256 862e473697e76792269facaca30ff19fb6c625539d34b823bbd7f03a8f27dfc2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8.tar.gz:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: pitct-1.0.8-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 125.3 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 8f160e62d32f69153c41cb2cc30e70188421ff18861dfccbdf9fdd6b60ebacd1
MD5 17bbcd1c0827c5a6c636b3efa26752d9
BLAKE2b-256 e065110a86d4a99c66d34e39144c67dd4bbf22e5155ad834d1c6196cc2304667

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp314-cp314t-win_arm64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp314-cp314t-win_amd64.whl.

File metadata

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

File hashes

Hashes for pitct-1.0.8-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3a56bbff5b42c5e9aa8d62abccd600b3960c1ba18d4cb237e9a0369fec8a3cb8
MD5 f41fb44b21d118413eecd8e6bec86e50
BLAKE2b-256 0c4cef4f79b774256aadc35e0fc98364ddb23f214549db188132e9b25b3b72c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp314-cp314t-win_amd64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp314-cp314t-win32.whl.

File metadata

  • Download URL: pitct-1.0.8-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 142.5 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 7e8a5ba1437100f323a8ab89784848b680ffc7ae7aadd5bcf6da83169a130734
MD5 d4ef5b14fa28622f9eff8963a34dac9a
BLAKE2b-256 51ac8e779c82abe045884f8c0dfb27f06f2e50cb2c4a5f34e6b8574aba4f62cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp314-cp314t-win32.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 14bca84b2b2172ce1e663ac02df61bcfa6d2e621b59cc8db65d3f8e2f35e984f
MD5 f93de5dc940281eb10efe54d841a1013
BLAKE2b-256 7861d231d49aca17abd2ff29e435fb88bc28433c8e232308f0dffb466bf2e677

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d9cd5ee65ce626b116aaf5efcc93f68b6eea0574f0a462b45df5128513d0cc2f
MD5 d9ae3f5ef5a78f518320153f11183d3d
BLAKE2b-256 8a15da242adeb36df38959d2894c1057cf41c1905bbe5cc3399b8a0910228b7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c7570b498ec17d7c03248ebffbf08665c77d2fc325684b11d2e94e614294a04
MD5 53f4a4e6e452fa579347aff454513b92
BLAKE2b-256 0955eab342daefea09434b8c8bf9cd5ec8fd3914808b2faeade707022c3c12c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ecd98f11c788028662a098eac548d685202912d3546a3121eda3a28abdb23345
MD5 547a5b173048cfb2ac72079e06a98a70
BLAKE2b-256 8a16a6797665a313b1432a789b66d55d41e46b3f412849f78e4a496f20f8976a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5539f37f0ce8562d7a785906c71d446d6720eeaa3d409fda0d69d52abf3b6353
MD5 078da0743939a42488c064843b167a94
BLAKE2b-256 651d76843f5e24fdb357f0d45218efbcfbac1673fad7a2a2d8fe4973c7cdbc7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: pitct-1.0.8-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 125.3 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 8d097f2dec45b99a33148e99e73048153e39f23211f677725de093f25b822305
MD5 dd4a2dbe3cdd1385bce87fe31d75739b
BLAKE2b-256 4f23a36be20197c9d2bdd0987b56e7b70f852895999168f44e494bf3e299a714

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp314-cp314-win_arm64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pitct-1.0.8-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 150.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c61dc47a43007ba553be7d4a22e919c5072f466e2543ab9de2d2ba94dd43c5fb
MD5 78ed83286424d44d036e915b319ffe89
BLAKE2b-256 84421edd81601fbe45c3dc7b900a2cfb23cbe37723a00b7415eab9c8614791a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp314-cp314-win_amd64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp314-cp314-win32.whl.

File metadata

  • Download URL: pitct-1.0.8-cp314-cp314-win32.whl
  • Upload date:
  • Size: 142.4 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 b5fb1cb7f11af635be9d7dcf548f5bd289c479476c914c97dd720154ac9c3290
MD5 12b163f6882dae360c2ea2215b7f8280
BLAKE2b-256 ae8012bb1a80058ffbfc9705892920cf80939afb77ab7deaab701ad36f65a35d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp314-cp314-win32.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 801dff923feeba8e5d4cd90f7665b46deba26e4892c26dcccdc370453b97496c
MD5 0a1e025118c380268b2e8e205dc9c4d1
BLAKE2b-256 2d678fc8b8c0bb34c7252a2ff0623a0e46fef211962be18b75a9e60b688377e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 50b618820d6a6be1a86911280308b480666b419a561bcf4570962af902527863
MD5 eee1953db6ef06ffc3d31a32cf015f51
BLAKE2b-256 8240e4527cd19a93562df4a5219918148c0fdbc1681bc0d9164065983ee232a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c2ec1c6af341ff148fceefbfe32987375839f438d390030ba562e27590ec5580
MD5 d8a3e0f90f027c58b243ccb5fcdf19ef
BLAKE2b-256 0bf99714344a30b2b91dca10eb67168ea5259b70688982b7dc4db9499660f152

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 67ce32f7b315209e60eb9532f086138994774677456dc82c1e59c693bef8dac4
MD5 edafab927281ad6d1cae53bb5c6047af
BLAKE2b-256 c1ec2c1a3030752a353d416262a6013b1cabce1d4744c7d5edbc6b9f954c53c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8add5064f944193ea948b0ee89a0f81ff37c92af1ad27fcac32526757dae72c3
MD5 605c07ae9f2a2f0bb6f293b5ca619040
BLAKE2b-256 306eb10ffe8751cbb992ec034a5b7b461441ee79d18266e7526c7e2681406537

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: pitct-1.0.8-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 122.8 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 b8ba16e6fe7b3eec958b3ed873e4a07301887d9195deb91c7fa920202d9ccc22
MD5 dd8520237a26a71bc85ef49e35919518
BLAKE2b-256 5228c94dc5ba98c45b5a6961bc07eee782014d1c19e040a5fd3196b2095cf1e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp313-cp313-win_arm64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pitct-1.0.8-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 147.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9edcbb971cd8269739d6874178fb1d6b391a09c32537c359c2b8bcc340ace243
MD5 dbca119f66a5c4c43c4961739387486e
BLAKE2b-256 dc240aa5f0c77f0067cb755ea4697708e77fa8faf1aae1729dbc3b94fa70772e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp313-cp313-win_amd64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp313-cp313-win32.whl.

File metadata

  • Download URL: pitct-1.0.8-cp313-cp313-win32.whl
  • Upload date:
  • Size: 139.9 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 55d7352701ef40ffd55d954452c0765dd774ad20c092805ae1aefa9ad0f744b2
MD5 145acc965afd12f2d934f834dc86e562
BLAKE2b-256 bc1ddca5caca7ecd1877e4149661aef93971406856cb685bacefa2587cb27eec

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp313-cp313-win32.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0998dd903ba5b7879d9e78f2da63a617f4b1953f600f498c55dee3f104c5a8ac
MD5 1196a489d64015edaa44bd1207183894
BLAKE2b-256 2b04a0784cfb5f2b52469e34a5938081f3e615315a04cf42a48d33dc5a8835c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ec3444e96735fc4d8f6b037d47c96de61241119722513d46fa021be05303e11
MD5 21dbe6907270ca63af3fc718111fe9d8
BLAKE2b-256 f8fcb7a2d68d4138aa52cab8bd8cd8d2d6d22cdfdaba1cf2b5aaae6f6d51236b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a53e880f83a328465910d60dd69e306a042e848ede598cde9728ec4954b4c725
MD5 876a7f253d0afe48ab91c41bd5f494ce
BLAKE2b-256 5b219a805d5c44045943e349dc9d7ab71ddf6fa51b6bb9cea411db5c0fa9aafc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 53dfcb853a30a3f49157239737a7252bf980f471dd6f831864a2771a69e5fdca
MD5 0a6fd1efb9db38a0db3a5401e16bb79b
BLAKE2b-256 265c855222b7c199709118a7c0532dbb16653fbe0d4ca69d9fc8b4f8cdb753c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a37939aad3ebae58dc9d883b3e922cc2ac1ea8fee2c4d13b341782d47129056f
MD5 f11bdf102fd3bccc4612a000a738e1a0
BLAKE2b-256 28a9d1f53be770e9f4ba07f0ee47b43cbe10f520d268a35372ea661f0eb74799

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: pitct-1.0.8-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 122.8 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 0aa4f2884d5a9bcfe52036820b07861d523fd695711d6c00a433bb18fd331662
MD5 d638bc2bf7daa6139c00f0b12c360227
BLAKE2b-256 c15cfdfcfcb221c7e962d0fb530c990c4f569b1c55d1b3af37a29f3611290389

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp312-cp312-win_arm64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pitct-1.0.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 147.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5449bd764ace1a7ea0e523ac40b3caa7e7f08228e7ccc0eed6b0bacf4c31a18f
MD5 e9b8eee98bd0d1f8d164b099faa2d183
BLAKE2b-256 4ce2aa3f9f240966045973b6d82ea0dbab5de2e875ffcb269f5698b25b55f056

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp312-cp312-win_amd64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp312-cp312-win32.whl.

File metadata

  • Download URL: pitct-1.0.8-cp312-cp312-win32.whl
  • Upload date:
  • Size: 139.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 cbc55ddd3988f0505a04bb0f4acb57c9821512e3ce27fe8282db50b60e237402
MD5 944ae03cf9a5a994918c6f907d5c88d6
BLAKE2b-256 4cda3cd9f2a3c6d6b35c13b4346c0a927431917942d98f2831dea7dcf7363c5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp312-cp312-win32.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 22f314e9bba45dd8ce28571e9314dff411d9802c444dbfc6129ecc076e9adfda
MD5 d64c609cd62313ad2cd74dba44df3d92
BLAKE2b-256 b91bcbaf75a35009d9b0c779b4653a4c8e447fb5c7ecba059c4705de209c459b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dade0b2085464ffd964cfc38a481bac03854fd9171cdeff3255961aee2247cea
MD5 6c3d44f2e6e5e5b443abc5e00f39f070
BLAKE2b-256 e6b3f4a5cdd68f91cd8542d1d21b4a312b5fbf88a9ea31b47c39c40bf0e342f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 65f62d19874ba32827ac1613774a8ebd3d2a04c246416f62d7541a9cfcd8009f
MD5 63f33f1d7fabc340618377b277e98b92
BLAKE2b-256 fde12dc6e8ee7dcc61dcc596f45c1a6c492900d06d99a750cdcaa508c97fd86f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9c4b1d4cf58b459852cc01523197e5109aaba9e95ab7114fea3d90cbfc0b69da
MD5 4a688d5480ea5febfd19304912e111e0
BLAKE2b-256 ba2aad185c1e4d89030ff9d8d0e01603a9d08df1a05afa46125cd6c5982c7098

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a52f2c3024556a21cd92f2ebc453e3bcd0b916e8143b7de381ee8e43411ab8c6
MD5 6f11abf93a59a3d05091f1449e28c984
BLAKE2b-256 be3f82b02686140d4b75fa4faca7d1832be00a7c834e6e79c8266d77869bbdab

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: pitct-1.0.8-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 122.8 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 721fe354ece578ad98a834ae18f0d5d1e005944aa0c71d2e5b93e0f92bb1ba7e
MD5 1ed4843345ef51cd9135814cc36656cf
BLAKE2b-256 cc058128ac702defa7c15d0ae2baec26e65b213579806c8f5973bd12cea63cb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp311-cp311-win_arm64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pitct-1.0.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 147.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 15d440b4bcd82039e28ac098525af834605ab103958a33a1649384f0f2176702
MD5 e6b70fac986c2116dcb8dd43b8236735
BLAKE2b-256 596dfa0ad1315bec01f06b9bb87e2c31cb96f1e6a85357243589bea8341bd586

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp311-cp311-win_amd64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp311-cp311-win32.whl.

File metadata

  • Download URL: pitct-1.0.8-cp311-cp311-win32.whl
  • Upload date:
  • Size: 139.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e8143f8f25267a21d03e66de97ef132700bcbebdb439cf0c24f166051c1dbf03
MD5 2a0a44d895e0bcb5cb7efac7836470c5
BLAKE2b-256 5773e3a1e7743336bd3657b5760330b5ce46f9ae72354bbf93216f230e0f5347

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp311-cp311-win32.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a13a8d5cbbfcc7a6937385c2e37a8950377bb59b95a32466e3774f5a0dad0e6c
MD5 5e892d1331fbd0062861aed5ff416245
BLAKE2b-256 efa82629fc103d40ed1240565b9adea4ca297c55c9a04ea1f3c49ed5cf7a8e0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0dab3e6c88fcae09bc311df064176efea8a9a423012f84e35682beb6713e2a1a
MD5 53ba08a3bcbafc51f8f9a05abb189b0b
BLAKE2b-256 d5591fe94a216293ebd403634a0f3a5097a1a322ac5263304ad5b6499f674140

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 05130b0344bbde647fd436acfd58123118d27e54f3044f12ffc66e7062fe16d6
MD5 2da3ea7bcd6308601417fdc0b6cd94ae
BLAKE2b-256 2d0cddebf63d50c7eb1715c5652cecd99cda91d0196d3a3855c8aa87ce08dac5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f3abec681bf217f2f142e1d3a570c7d0f0383c5f038692e9d55cefb4ce47f486
MD5 b8eaa1eb3ed527500d4fbc784bacc2f1
BLAKE2b-256 b5d482f9532cf10f69b2777d1fb0220d270f0a148ff984a4bc42253313a9b63f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8e419fc997480ab001f42502061509ef206c90c094e4949870ef84f4770a5b8f
MD5 7cc7a0292770a6ce2dfdc62d5bcc65e1
BLAKE2b-256 ca6ae500b386ac6b19665765be42ef735b404b85de44fa1edd225dd9c309e18c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: pitct-1.0.8-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 122.8 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 51e6230a91c03f911b6165fb09131b7d5d118c100691be1c4228e1fac7695dd5
MD5 2cb27e753e55e339732b0ff2dac66f56
BLAKE2b-256 9edafb1b46cbb6fb34c663e670af4354953c05f792597224f9c56e26b05436f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp310-cp310-win_arm64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pitct-1.0.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 147.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 082feb91074c56ecd3751eece8575415b4ad39c3c130fd4eb306125142dc4e2b
MD5 ea1245340f49a2ad590dc615c84f0da4
BLAKE2b-256 75d5f615799b3f0099c6d9f4fb381b80388149e96e0317461a101eb0911670d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp310-cp310-win_amd64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp310-cp310-win32.whl.

File metadata

  • Download URL: pitct-1.0.8-cp310-cp310-win32.whl
  • Upload date:
  • Size: 139.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c2febc14d3215294a9e9300c58a280ae0f0062386e9bb8af78890e0fe9058a20
MD5 6419a9bb3dea5710e84279bfb3c01fd4
BLAKE2b-256 ed4db36ea931afd82b03e1d76513b1ce7a6d57b53d947a29bf9e18670dafe351

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp310-cp310-win32.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2dd1b22dc1df8af0deaea9b83978978845c0e538b3aee1634d3278f98ba4a38b
MD5 91c0fbea9812b99c71a367e362838dab
BLAKE2b-256 24148fe87019407d426d19b9dab758d147cf200d8a7bd751da0c893ed975147a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a0ce55468abc4f384624306968bd69aae987465e6b5d7116de2544658b3ddfd
MD5 f548aa68dd087acdb40ff8a4b3ffc0e8
BLAKE2b-256 876a45af1a30d14fc3e34d7e9867b292a7c550730cb2d40d837c05c6485e4636

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e1cda821da1bb5ad628f8e74c2dc55cbe28ae6e290eefc0e6c2624d32e61849f
MD5 07a2b500c382ff53f32df964d9362db7
BLAKE2b-256 c31cf8c622320ec15517960449d0437f123bf15a9a913d62d33a6fb122d7113e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6757bdb443b2689f2991660e4bfd324bf31e9824d0eec35ead80ceb2b669b0c9
MD5 8f91bfe51fe0187ef6bd90ee3592f32b
BLAKE2b-256 0daaffa07a2270334e9a81ce49f446c75622c9c43d738c4071906c5741781c21

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1676b16ec2c75ac8913238c01a9f64b5b547cf5b953973b7aa633717cdb63137
MD5 9e37875c45bc5573dff479d562af89de
BLAKE2b-256 6fdbb927de16b731a052237e65b1394bfcade7c5a9a374dcf4c6249e37851250

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: pitct-1.0.8-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 122.8 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 500adc4287047fc575fdaeec3027a6eaae0c729e2b963030c05ce6c48ea4be0f
MD5 1138d9dd0e2d60eb15a8a4389bda493b
BLAKE2b-256 f22b53bbb9d2733cb718e35323e647b7e4ef7664de38a23863bc6c8287097471

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp39-cp39-win_arm64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pitct-1.0.8-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 148.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c725b991c11348047dd926941790183719c1fa42c5d37b1338bcbbb6cb02453f
MD5 a0a9664991fc59241cacf983e19ce2c9
BLAKE2b-256 3b2ab2d4f8f8242a2fe9162468738cb4fc393978b7c9457e4a8b1838d2ce5cfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp39-cp39-win_amd64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp39-cp39-win32.whl.

File metadata

  • Download URL: pitct-1.0.8-cp39-cp39-win32.whl
  • Upload date:
  • Size: 140.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 973b02a5b387e3572cbd297b3d498f08317cff21a48505aaa69fa4531cb16ce1
MD5 03164e2d773408264af511f9d17770da
BLAKE2b-256 960a036861a3b6464aad7c00de98dd4f67d84527eb1dd0757ab2d7d9e6ad65ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp39-cp39-win32.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05ca04974ec08de7656e727410c0cc8386bf4a74f0112f3858ae0d1bd1900fb0
MD5 38959eefd5edf14590c9f99c5fbec7ac
BLAKE2b-256 4b14fbce7c999173aaf4e85c6bbf59ca842647fcaf02cef7003cbe246fcc62d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 19f53506fbe788deb3ac4b18697ad4193ab25db447aa0c7542fe1c5b542e03d6
MD5 20736447de1991ae12ca2f9c2a91e0d7
BLAKE2b-256 750c443d42fc44e612a9b9fb78f2035fef85d433ea94ffab6fb2ebe0ccfb0543

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 29fd0137c08d5a162926d46cf32165745b48767f137d9558f96d445c725995c5
MD5 4e9a8aa162a161d2d72025f712f4c80f
BLAKE2b-256 d9449cd647a20bf31016b03eabdf2025e0c400e7f59b398fcfc61e0941caf95d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pitct-1.0.8-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 143a1c2dfdc3f00bc39e3850313fa7e4e86f40a699aebd61f9dbc7e660a44936
MD5 fc3b957e799b1bcfb3b0887fe1ae4725
BLAKE2b-256 41147faa6f219a71f72ddace3aa63310753698f2688b09898b59551252c13c1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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

File details

Details for the file pitct-1.0.8-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pitct-1.0.8-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 209.0 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pitct-1.0.8-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 607d6380a5a1e6fe11e17f4ebe29ab4db68a582f36fae1384a3315248a24118f
MD5 cebef35344d89d66e816697a7a283489
BLAKE2b-256 4939829ee406df8fdc310ad2c3d7a20d669f446fc954308b5c1feebaf4ef54eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pitct-1.0.8-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on OMUCAI/PiTCT

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