PiTCT
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]
PiTCTwas renamed when it was changed to OSS as v1, having previously been provided aspytct.
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)
-
Install pitct library
pip install pitct
-
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 (
/pitctdirectory and other root files) is licensed under the Apache 2.0 License. See LICENSE for more details. - The tct source code (
/libtctdirectory) is licensed under the BSD 3-Clause License. See libtct/LICENSE for more details.
Development Information
Build
-
(optional) create virtual environment
python -m venv venv -
(when using virtual environment) Activate virtual environment
source venv/bin/activate -
install dependencies
pip install -e "." pip install -e ".[dev]"
-
build PiTCT
python -m build --wheel --sdist
PiTCT distributable file is generated in dist/ folder.
Related Information
Release files for pitct 1.0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pitct-1.0.8.tar.gz | 262.7 kB | Details |
Built distributions (wheels)
| File | Reset | |||
|---|---|---|---|---|
| pitct-1.0.8-cp314-cp314t-win_arm64.whl | CPython 3.14 | CPython 3.14 free-threading | Windows ARM64 | Details |
| pitct-1.0.8-cp314-cp314t-win_amd64.whl | CPython 3.14 | CPython 3.14 free-threading | Windows x86-64 | Details |
| pitct-1.0.8-cp314-cp314t-win32.whl | CPython 3.14 | CPython 3.14 free-threading | Windows x86-32 | Details |
| pitct-1.0.8-cp314-cp314t-musllinux_1_2_x86_64.whl | CPython 3.14 | CPython 3.14 free-threading | Linux musl 1.2+ x86-64 | Details |
| pitct-1.0.8-cp314-cp314t-musllinux_1_2_aarch64.whl | CPython 3.14 | CPython 3.14 free-threading | Linux musl 1.2+ ARM64 | Details |
| pitct-1.0.8-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl | CPython 3.14 | CPython 3.14 free-threading | Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 | Details |
| pitct-1.0.8-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl | CPython 3.14 | CPython 3.14 free-threading | Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 | Details |
| pitct-1.0.8-cp314-cp314t-macosx_11_0_arm64.whl | CPython 3.14 | CPython 3.14 free-threading | macOS 11.0+ ARM64 | Details |
| pitct-1.0.8-cp314-cp314-win_arm64.whl | CPython 3.14 | CPython 3.14 | Windows ARM64 | Details |
| pitct-1.0.8-cp314-cp314-win_amd64.whl | CPython 3.14 | CPython 3.14 | Windows x86-64 | Details |
| pitct-1.0.8-cp314-cp314-win32.whl | CPython 3.14 | CPython 3.14 | Windows x86-32 | Details |
| pitct-1.0.8-cp314-cp314-musllinux_1_2_x86_64.whl | CPython 3.14 | CPython 3.14 | Linux musl 1.2+ x86-64 | Details |
| pitct-1.0.8-cp314-cp314-musllinux_1_2_aarch64.whl | CPython 3.14 | CPython 3.14 | Linux musl 1.2+ ARM64 | Details |
| pitct-1.0.8-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl | CPython 3.14 | CPython 3.14 | Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 | Details |
| pitct-1.0.8-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl | CPython 3.14 | CPython 3.14 | Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 | Details |
| pitct-1.0.8-cp314-cp314-macosx_11_0_arm64.whl | CPython 3.14 | CPython 3.14 | macOS 11.0+ ARM64 | Details |
| pitct-1.0.8-cp313-cp313-win_arm64.whl | CPython 3.13 | CPython 3.13 | Windows ARM64 | Details |
| pitct-1.0.8-cp313-cp313-win_amd64.whl | CPython 3.13 | CPython 3.13 | Windows x86-64 | Details |
| pitct-1.0.8-cp313-cp313-win32.whl | CPython 3.13 | CPython 3.13 | Windows x86-32 | Details |
| pitct-1.0.8-cp313-cp313-musllinux_1_2_x86_64.whl | CPython 3.13 | CPython 3.13 | Linux musl 1.2+ x86-64 | Details |
| pitct-1.0.8-cp313-cp313-musllinux_1_2_aarch64.whl | CPython 3.13 | CPython 3.13 | Linux musl 1.2+ ARM64 | Details |
| pitct-1.0.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl | CPython 3.13 | CPython 3.13 | Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 | Details |
| pitct-1.0.8-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl | CPython 3.13 | CPython 3.13 | Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 | Details |
| pitct-1.0.8-cp313-cp313-macosx_11_0_arm64.whl | CPython 3.13 | CPython 3.13 | macOS 11.0+ ARM64 | Details |
| pitct-1.0.8-cp312-cp312-win_arm64.whl | CPython 3.12 | CPython 3.12 | Windows ARM64 | Details |
| pitct-1.0.8-cp312-cp312-win_amd64.whl | CPython 3.12 | CPython 3.12 | Windows x86-64 | Details |
| pitct-1.0.8-cp312-cp312-win32.whl | CPython 3.12 | CPython 3.12 | Windows x86-32 | Details |
| pitct-1.0.8-cp312-cp312-musllinux_1_2_x86_64.whl | CPython 3.12 | CPython 3.12 | Linux musl 1.2+ x86-64 | Details |
| pitct-1.0.8-cp312-cp312-musllinux_1_2_aarch64.whl | CPython 3.12 | CPython 3.12 | Linux musl 1.2+ ARM64 | Details |
| pitct-1.0.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl | CPython 3.12 | CPython 3.12 | Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 | Details |
| pitct-1.0.8-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl | CPython 3.12 | CPython 3.12 | Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 | Details |
| pitct-1.0.8-cp312-cp312-macosx_11_0_arm64.whl | CPython 3.12 | CPython 3.12 | macOS 11.0+ ARM64 | Details |
| pitct-1.0.8-cp311-cp311-win_arm64.whl | CPython 3.11 | CPython 3.11 | Windows ARM64 | Details |
| pitct-1.0.8-cp311-cp311-win_amd64.whl | CPython 3.11 | CPython 3.11 | Windows x86-64 | Details |
| pitct-1.0.8-cp311-cp311-win32.whl | CPython 3.11 | CPython 3.11 | Windows x86-32 | Details |
| pitct-1.0.8-cp311-cp311-musllinux_1_2_x86_64.whl | CPython 3.11 | CPython 3.11 | Linux musl 1.2+ x86-64 | Details |
| pitct-1.0.8-cp311-cp311-musllinux_1_2_aarch64.whl | CPython 3.11 | CPython 3.11 | Linux musl 1.2+ ARM64 | Details |
| pitct-1.0.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl | CPython 3.11 | CPython 3.11 | Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 | Details |
| pitct-1.0.8-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl | CPython 3.11 | CPython 3.11 | Linux glibc 2.24+ ARM64, Linux glibc 2.28+ ARM64 | Details |
| pitct-1.0.8-cp311-cp311-macosx_11_0_arm64.whl | CPython 3.11 | CPython 3.11 | macOS 11.0+ ARM64 | Details |
| pitct-1.0.8-cp310-cp310-win_arm64.whl | CPython 3.10 | CPython 3.10 | Windows ARM64 | Details |
| pitct-1.0.8-cp310-cp310-win_amd64.whl | CPython 3.10 | CPython 3.10 | Windows x86-64 | Details |
| pitct-1.0.8-cp310-cp310-win32.whl | CPython 3.10 | CPython 3.10 | Windows x86-32 | Details |
| pitct-1.0.8-cp310-cp310-musllinux_1_2_x86_64.whl | CPython 3.10 | CPython 3.10 | Linux musl 1.2+ x86-64 | Details |
| pitct-1.0.8-cp310-cp310-musllinux_1_2_aarch64.whl | CPython 3.10 | CPython 3.10 | Linux musl 1.2+ ARM64 | Details |
| pitct-1.0.8-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl | CPython 3.10 | CPython 3.10 | Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 | Details |
| pitct-1.0.8-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl | CPython 3.10 | CPython 3.10 | Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 | Details |
| pitct-1.0.8-cp310-cp310-macosx_11_0_arm64.whl | CPython 3.10 | CPython 3.10 | macOS 11.0+ ARM64 | Details |
| pitct-1.0.8-cp39-cp39-win_arm64.whl | CPython 3.9 | CPython 3.9 | Windows ARM64 | Details |
| pitct-1.0.8-cp39-cp39-win_amd64.whl | CPython 3.9 | CPython 3.9 | Windows x86-64 | Details |
| pitct-1.0.8-cp39-cp39-win32.whl | CPython 3.9 | CPython 3.9 | Windows x86-32 | Details |
| pitct-1.0.8-cp39-cp39-musllinux_1_2_x86_64.whl | CPython 3.9 | CPython 3.9 | Linux musl 1.2+ x86-64 | Details |
| pitct-1.0.8-cp39-cp39-musllinux_1_2_aarch64.whl | CPython 3.9 | CPython 3.9 | Linux musl 1.2+ ARM64 | Details |
| pitct-1.0.8-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl | CPython 3.9 | CPython 3.9 | Linux glibc 2.28+ x86-64, Linux glibc 2.24+ x86-64 | Details |
| pitct-1.0.8-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl | CPython 3.9 | CPython 3.9 | Linux glibc 2.28+ ARM64, Linux glibc 2.24+ ARM64 | Details |
| pitct-1.0.8-cp39-cp39-macosx_11_0_arm64.whl | CPython 3.9 | CPython 3.9 | macOS 11.0+ ARM64 | Details |
Total release size:37.4 MB
Release files / pitct-1.0.8.tar.gz
| Download URL | pitct-1.0.8.tar.gz |
|---|---|
| Size | 262.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a566c68c9424fc2093da8ab53417806276b9d11cb37b51367907d4083326a5f1
|
|
BLAKE2b-256 checksum How to use checksums |
862e473697e76792269facaca30ff19fb6c625539d34b823bbd7f03a8f27dfc2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp314-cp314t-win_arm64.whl
| Download URL | pitct-1.0.8-cp314-cp314t-win_arm64.whl |
|---|---|
| Size | 125.3 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows ARM64 |
|
SHA-256 checksum How to use checksums |
8f160e62d32f69153c41cb2cc30e70188421ff18861dfccbdf9fdd6b60ebacd1
|
|
BLAKE2b-256 checksum How to use checksums |
e065110a86d4a99c66d34e39144c67dd4bbf22e5155ad834d1c6196cc2304667
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp314-cp314t-win_amd64.whl
| Download URL | pitct-1.0.8-cp314-cp314t-win_amd64.whl |
|---|---|
| Size | 150.4 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows x86-64 |
|
SHA-256 checksum How to use checksums |
3a56bbff5b42c5e9aa8d62abccd600b3960c1ba18d4cb237e9a0369fec8a3cb8
|
|
BLAKE2b-256 checksum How to use checksums |
0c4cef4f79b774256aadc35e0fc98364ddb23f214549db188132e9b25b3b72c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp314-cp314t-win32.whl
| Download URL | pitct-1.0.8-cp314-cp314t-win32.whl |
|---|---|
| Size | 142.5 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows x86-32 |
|
SHA-256 checksum How to use checksums |
7e8a5ba1437100f323a8ab89784848b680ffc7ae7aadd5bcf6da83169a130734
|
|
BLAKE2b-256 checksum How to use checksums |
51ac8e779c82abe045884f8c0dfb27f06f2e50cb2c4a5f34e6b8574aba4f62cb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp314-cp314t-musllinux_1_2_x86_64.whl
| Download URL | pitct-1.0.8-cp314-cp314t-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
14bca84b2b2172ce1e663ac02df61bcfa6d2e621b59cc8db65d3f8e2f35e984f
|
|
BLAKE2b-256 checksum How to use checksums |
7861d231d49aca17abd2ff29e435fb88bc28433c8e232308f0dffb466bf2e677
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp314-cp314t-musllinux_1_2_aarch64.whl
| Download URL | pitct-1.0.8-cp314-cp314t-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
d9cd5ee65ce626b116aaf5efcc93f68b6eea0574f0a462b45df5128513d0cc2f
|
|
BLAKE2b-256 checksum How to use checksums |
8a15da242adeb36df38959d2894c1057cf41c1905bbe5cc3399b8a0910228b7d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pitct-1.0.8-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 682.1 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
4c7570b498ec17d7c03248ebffbf08665c77d2fc325684b11d2e94e614294a04
|
|
BLAKE2b-256 checksum How to use checksums |
0955eab342daefea09434b8c8bf9cd5ec8fd3914808b2faeade707022c3c12c1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pitct-1.0.8-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 659.5 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
ecd98f11c788028662a098eac548d685202912d3546a3121eda3a28abdb23345
|
|
BLAKE2b-256 checksum How to use checksums |
8a16a6797665a313b1432a789b66d55d41e46b3f412849f78e4a496f20f8976a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp314-cp314t-macosx_11_0_arm64.whl
| Download URL | pitct-1.0.8-cp314-cp314t-macosx_11_0_arm64.whl |
|---|---|
| Size | 208.9 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
5539f37f0ce8562d7a785906c71d446d6720eeaa3d409fda0d69d52abf3b6353
|
|
BLAKE2b-256 checksum How to use checksums |
651d76843f5e24fdb357f0d45218efbcfbac1673fad7a2a2d8fe4973c7cdbc7b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp314-cp314-win_arm64.whl
| Download URL | pitct-1.0.8-cp314-cp314-win_arm64.whl |
|---|---|
| Size | 125.3 kB |
| Tags | CPython 3.14 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
8d097f2dec45b99a33148e99e73048153e39f23211f677725de093f25b822305
|
|
BLAKE2b-256 checksum How to use checksums |
4f23a36be20197c9d2bdd0987b56e7b70f852895999168f44e494bf3e299a714
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp314-cp314-win_amd64.whl
| Download URL | pitct-1.0.8-cp314-cp314-win_amd64.whl |
|---|---|
| Size | 150.4 kB |
| Tags | CPython 3.14 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
c61dc47a43007ba553be7d4a22e919c5072f466e2543ab9de2d2ba94dd43c5fb
|
|
BLAKE2b-256 checksum How to use checksums |
84421edd81601fbe45c3dc7b900a2cfb23cbe37723a00b7415eab9c8614791a5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp314-cp314-win32.whl
| Download URL | pitct-1.0.8-cp314-cp314-win32.whl |
|---|---|
| Size | 142.4 kB |
| Tags | CPython 3.14 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
b5fb1cb7f11af635be9d7dcf548f5bd289c479476c914c97dd720154ac9c3290
|
|
BLAKE2b-256 checksum How to use checksums |
ae8012bb1a80058ffbfc9705892920cf80939afb77ab7deaab701ad36f65a35d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp314-cp314-musllinux_1_2_x86_64.whl
| Download URL | pitct-1.0.8-cp314-cp314-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.14 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
801dff923feeba8e5d4cd90f7665b46deba26e4892c26dcccdc370453b97496c
|
|
BLAKE2b-256 checksum How to use checksums |
2d678fc8b8c0bb34c7252a2ff0623a0e46fef211962be18b75a9e60b688377e4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp314-cp314-musllinux_1_2_aarch64.whl
| Download URL | pitct-1.0.8-cp314-cp314-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.14 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
50b618820d6a6be1a86911280308b480666b419a561bcf4570962af902527863
|
|
BLAKE2b-256 checksum How to use checksums |
8240e4527cd19a93562df4a5219918148c0fdbc1681bc0d9164065983ee232a3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pitct-1.0.8-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 682.0 kB |
| Tags | CPython 3.14 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
c2ec1c6af341ff148fceefbfe32987375839f438d390030ba562e27590ec5580
|
|
BLAKE2b-256 checksum How to use checksums |
0bf99714344a30b2b91dca10eb67168ea5259b70688982b7dc4db9499660f152
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pitct-1.0.8-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 659.5 kB |
| Tags | CPython 3.14 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
67ce32f7b315209e60eb9532f086138994774677456dc82c1e59c693bef8dac4
|
|
BLAKE2b-256 checksum How to use checksums |
c1ec2c1a3030752a353d416262a6013b1cabce1d4744c7d5edbc6b9f954c53c0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp314-cp314-macosx_11_0_arm64.whl
| Download URL | pitct-1.0.8-cp314-cp314-macosx_11_0_arm64.whl |
|---|---|
| Size | 208.9 kB |
| Tags | CPython 3.14 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
8add5064f944193ea948b0ee89a0f81ff37c92af1ad27fcac32526757dae72c3
|
|
BLAKE2b-256 checksum How to use checksums |
306eb10ffe8751cbb992ec034a5b7b461441ee79d18266e7526c7e2681406537
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp313-cp313-win_arm64.whl
| Download URL | pitct-1.0.8-cp313-cp313-win_arm64.whl |
|---|---|
| Size | 122.8 kB |
| Tags | CPython 3.13 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
b8ba16e6fe7b3eec958b3ed873e4a07301887d9195deb91c7fa920202d9ccc22
|
|
BLAKE2b-256 checksum How to use checksums |
5228c94dc5ba98c45b5a6961bc07eee782014d1c19e040a5fd3196b2095cf1e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp313-cp313-win_amd64.whl
| Download URL | pitct-1.0.8-cp313-cp313-win_amd64.whl |
|---|---|
| Size | 147.9 kB |
| Tags | CPython 3.13 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
9edcbb971cd8269739d6874178fb1d6b391a09c32537c359c2b8bcc340ace243
|
|
BLAKE2b-256 checksum How to use checksums |
dc240aa5f0c77f0067cb755ea4697708e77fa8faf1aae1729dbc3b94fa70772e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp313-cp313-win32.whl
| Download URL | pitct-1.0.8-cp313-cp313-win32.whl |
|---|---|
| Size | 139.9 kB |
| Tags | CPython 3.13 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
55d7352701ef40ffd55d954452c0765dd774ad20c092805ae1aefa9ad0f744b2
|
|
BLAKE2b-256 checksum How to use checksums |
bc1ddca5caca7ecd1877e4149661aef93971406856cb685bacefa2587cb27eec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp313-cp313-musllinux_1_2_x86_64.whl
| Download URL | pitct-1.0.8-cp313-cp313-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.13 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
0998dd903ba5b7879d9e78f2da63a617f4b1953f600f498c55dee3f104c5a8ac
|
|
BLAKE2b-256 checksum How to use checksums |
2b04a0784cfb5f2b52469e34a5938081f3e615315a04cf42a48d33dc5a8835c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp313-cp313-musllinux_1_2_aarch64.whl
| Download URL | pitct-1.0.8-cp313-cp313-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.13 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
8ec3444e96735fc4d8f6b037d47c96de61241119722513d46fa021be05303e11
|
|
BLAKE2b-256 checksum How to use checksums |
f8fcb7a2d68d4138aa52cab8bd8cd8d2d6d22cdfdaba1cf2b5aaae6f6d51236b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pitct-1.0.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 682.0 kB |
| Tags | CPython 3.13 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
a53e880f83a328465910d60dd69e306a042e848ede598cde9728ec4954b4c725
|
|
BLAKE2b-256 checksum How to use checksums |
5b219a805d5c44045943e349dc9d7ab71ddf6fa51b6bb9cea411db5c0fa9aafc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pitct-1.0.8-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 659.4 kB |
| Tags | CPython 3.13 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
53dfcb853a30a3f49157239737a7252bf980f471dd6f831864a2771a69e5fdca
|
|
BLAKE2b-256 checksum How to use checksums |
265c855222b7c199709118a7c0532dbb16653fbe0d4ca69d9fc8b4f8cdb753c8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp313-cp313-macosx_11_0_arm64.whl
| Download URL | pitct-1.0.8-cp313-cp313-macosx_11_0_arm64.whl |
|---|---|
| Size | 208.9 kB |
| Tags | CPython 3.13 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
a37939aad3ebae58dc9d883b3e922cc2ac1ea8fee2c4d13b341782d47129056f
|
|
BLAKE2b-256 checksum How to use checksums |
28a9d1f53be770e9f4ba07f0ee47b43cbe10f520d268a35372ea661f0eb74799
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp312-cp312-win_arm64.whl
| Download URL | pitct-1.0.8-cp312-cp312-win_arm64.whl |
|---|---|
| Size | 122.8 kB |
| Tags | CPython 3.12 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
0aa4f2884d5a9bcfe52036820b07861d523fd695711d6c00a433bb18fd331662
|
|
BLAKE2b-256 checksum How to use checksums |
c15cfdfcfcb221c7e962d0fb530c990c4f569b1c55d1b3af37a29f3611290389
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp312-cp312-win_amd64.whl
| Download URL | pitct-1.0.8-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 147.9 kB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
5449bd764ace1a7ea0e523ac40b3caa7e7f08228e7ccc0eed6b0bacf4c31a18f
|
|
BLAKE2b-256 checksum How to use checksums |
4ce2aa3f9f240966045973b6d82ea0dbab5de2e875ffcb269f5698b25b55f056
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp312-cp312-win32.whl
| Download URL | pitct-1.0.8-cp312-cp312-win32.whl |
|---|---|
| Size | 139.9 kB |
| Tags | CPython 3.12 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
cbc55ddd3988f0505a04bb0f4acb57c9821512e3ce27fe8282db50b60e237402
|
|
BLAKE2b-256 checksum How to use checksums |
4cda3cd9f2a3c6d6b35c13b4346c0a927431917942d98f2831dea7dcf7363c5c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp312-cp312-musllinux_1_2_x86_64.whl
| Download URL | pitct-1.0.8-cp312-cp312-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.12 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
22f314e9bba45dd8ce28571e9314dff411d9802c444dbfc6129ecc076e9adfda
|
|
BLAKE2b-256 checksum How to use checksums |
b91bcbaf75a35009d9b0c779b4653a4c8e447fb5c7ecba059c4705de209c459b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp312-cp312-musllinux_1_2_aarch64.whl
| Download URL | pitct-1.0.8-cp312-cp312-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.12 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
dade0b2085464ffd964cfc38a481bac03854fd9171cdeff3255961aee2247cea
|
|
BLAKE2b-256 checksum How to use checksums |
e6b3f4a5cdd68f91cd8542d1d21b4a312b5fbf88a9ea31b47c39c40bf0e342f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pitct-1.0.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 682.0 kB |
| Tags | CPython 3.12 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
65f62d19874ba32827ac1613774a8ebd3d2a04c246416f62d7541a9cfcd8009f
|
|
BLAKE2b-256 checksum How to use checksums |
fde12dc6e8ee7dcc61dcc596f45c1a6c492900d06d99a750cdcaa508c97fd86f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pitct-1.0.8-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 659.3 kB |
| Tags | CPython 3.12 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
9c4b1d4cf58b459852cc01523197e5109aaba9e95ab7114fea3d90cbfc0b69da
|
|
BLAKE2b-256 checksum How to use checksums |
ba2aad185c1e4d89030ff9d8d0e01603a9d08df1a05afa46125cd6c5982c7098
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp312-cp312-macosx_11_0_arm64.whl
| Download URL | pitct-1.0.8-cp312-cp312-macosx_11_0_arm64.whl |
|---|---|
| Size | 208.9 kB |
| Tags | CPython 3.12 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
a52f2c3024556a21cd92f2ebc453e3bcd0b916e8143b7de381ee8e43411ab8c6
|
|
BLAKE2b-256 checksum How to use checksums |
be3f82b02686140d4b75fa4faca7d1832be00a7c834e6e79c8266d77869bbdab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp311-cp311-win_arm64.whl
| Download URL | pitct-1.0.8-cp311-cp311-win_arm64.whl |
|---|---|
| Size | 122.8 kB |
| Tags | CPython 3.11 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
721fe354ece578ad98a834ae18f0d5d1e005944aa0c71d2e5b93e0f92bb1ba7e
|
|
BLAKE2b-256 checksum How to use checksums |
cc058128ac702defa7c15d0ae2baec26e65b213579806c8f5973bd12cea63cb8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp311-cp311-win_amd64.whl
| Download URL | pitct-1.0.8-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 147.9 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
15d440b4bcd82039e28ac098525af834605ab103958a33a1649384f0f2176702
|
|
BLAKE2b-256 checksum How to use checksums |
596dfa0ad1315bec01f06b9bb87e2c31cb96f1e6a85357243589bea8341bd586
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp311-cp311-win32.whl
| Download URL | pitct-1.0.8-cp311-cp311-win32.whl |
|---|---|
| Size | 139.9 kB |
| Tags | CPython 3.11 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
e8143f8f25267a21d03e66de97ef132700bcbebdb439cf0c24f166051c1dbf03
|
|
BLAKE2b-256 checksum How to use checksums |
5773e3a1e7743336bd3657b5760330b5ce46f9ae72354bbf93216f230e0f5347
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp311-cp311-musllinux_1_2_x86_64.whl
| Download URL | pitct-1.0.8-cp311-cp311-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.11 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
a13a8d5cbbfcc7a6937385c2e37a8950377bb59b95a32466e3774f5a0dad0e6c
|
|
BLAKE2b-256 checksum How to use checksums |
efa82629fc103d40ed1240565b9adea4ca297c55c9a04ea1f3c49ed5cf7a8e0b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp311-cp311-musllinux_1_2_aarch64.whl
| Download URL | pitct-1.0.8-cp311-cp311-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.11 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
0dab3e6c88fcae09bc311df064176efea8a9a423012f84e35682beb6713e2a1a
|
|
BLAKE2b-256 checksum How to use checksums |
d5591fe94a216293ebd403634a0f3a5097a1a322ac5263304ad5b6499f674140
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pitct-1.0.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 681.8 kB |
| Tags | CPython 3.11 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
05130b0344bbde647fd436acfd58123118d27e54f3044f12ffc66e7062fe16d6
|
|
BLAKE2b-256 checksum How to use checksums |
2d0cddebf63d50c7eb1715c5652cecd99cda91d0196d3a3855c8aa87ce08dac5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pitct-1.0.8-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 659.1 kB |
| Tags | CPython 3.11 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
f3abec681bf217f2f142e1d3a570c7d0f0383c5f038692e9d55cefb4ce47f486
|
|
BLAKE2b-256 checksum How to use checksums |
b5d482f9532cf10f69b2777d1fb0220d270f0a148ff984a4bc42253313a9b63f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp311-cp311-macosx_11_0_arm64.whl
| Download URL | pitct-1.0.8-cp311-cp311-macosx_11_0_arm64.whl |
|---|---|
| Size | 208.9 kB |
| Tags | CPython 3.11 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
8e419fc997480ab001f42502061509ef206c90c094e4949870ef84f4770a5b8f
|
|
BLAKE2b-256 checksum How to use checksums |
ca6ae500b386ac6b19665765be42ef735b404b85de44fa1edd225dd9c309e18c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp310-cp310-win_arm64.whl
| Download URL | pitct-1.0.8-cp310-cp310-win_arm64.whl |
|---|---|
| Size | 122.8 kB |
| Tags | CPython 3.10 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
51e6230a91c03f911b6165fb09131b7d5d118c100691be1c4228e1fac7695dd5
|
|
BLAKE2b-256 checksum How to use checksums |
9edafb1b46cbb6fb34c663e670af4354953c05f792597224f9c56e26b05436f4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp310-cp310-win_amd64.whl
| Download URL | pitct-1.0.8-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 147.9 kB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
082feb91074c56ecd3751eece8575415b4ad39c3c130fd4eb306125142dc4e2b
|
|
BLAKE2b-256 checksum How to use checksums |
75d5f615799b3f0099c6d9f4fb381b80388149e96e0317461a101eb0911670d7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp310-cp310-win32.whl
| Download URL | pitct-1.0.8-cp310-cp310-win32.whl |
|---|---|
| Size | 139.9 kB |
| Tags | CPython 3.10 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
c2febc14d3215294a9e9300c58a280ae0f0062386e9bb8af78890e0fe9058a20
|
|
BLAKE2b-256 checksum How to use checksums |
ed4db36ea931afd82b03e1d76513b1ce7a6d57b53d947a29bf9e18670dafe351
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp310-cp310-musllinux_1_2_x86_64.whl
| Download URL | pitct-1.0.8-cp310-cp310-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.10 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
2dd1b22dc1df8af0deaea9b83978978845c0e538b3aee1634d3278f98ba4a38b
|
|
BLAKE2b-256 checksum How to use checksums |
24148fe87019407d426d19b9dab758d147cf200d8a7bd751da0c893ed975147a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp310-cp310-musllinux_1_2_aarch64.whl
| Download URL | pitct-1.0.8-cp310-cp310-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.10 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
9a0ce55468abc4f384624306968bd69aae987465e6b5d7116de2544658b3ddfd
|
|
BLAKE2b-256 checksum How to use checksums |
876a45af1a30d14fc3e34d7e9867b292a7c550730cb2d40d837c05c6485e4636
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pitct-1.0.8-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 681.7 kB |
| Tags | CPython 3.10 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
e1cda821da1bb5ad628f8e74c2dc55cbe28ae6e290eefc0e6c2624d32e61849f
|
|
BLAKE2b-256 checksum How to use checksums |
c31cf8c622320ec15517960449d0437f123bf15a9a913d62d33a6fb122d7113e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pitct-1.0.8-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 659.1 kB |
| Tags | CPython 3.10 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
6757bdb443b2689f2991660e4bfd324bf31e9824d0eec35ead80ceb2b669b0c9
|
|
BLAKE2b-256 checksum How to use checksums |
0daaffa07a2270334e9a81ce49f446c75622c9c43d738c4071906c5741781c21
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp310-cp310-macosx_11_0_arm64.whl
| Download URL | pitct-1.0.8-cp310-cp310-macosx_11_0_arm64.whl |
|---|---|
| Size | 208.9 kB |
| Tags | CPython 3.10 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
1676b16ec2c75ac8913238c01a9f64b5b547cf5b953973b7aa633717cdb63137
|
|
BLAKE2b-256 checksum How to use checksums |
6fdbb927de16b731a052237e65b1394bfcade7c5a9a374dcf4c6249e37851250
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp39-cp39-win_arm64.whl
| Download URL | pitct-1.0.8-cp39-cp39-win_arm64.whl |
|---|---|
| Size | 122.8 kB |
| Tags | CPython 3.9 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
500adc4287047fc575fdaeec3027a6eaae0c729e2b963030c05ce6c48ea4be0f
|
|
BLAKE2b-256 checksum How to use checksums |
f22b53bbb9d2733cb718e35323e647b7e4ef7664de38a23863bc6c8287097471
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp39-cp39-win_amd64.whl
| Download URL | pitct-1.0.8-cp39-cp39-win_amd64.whl |
|---|---|
| Size | 148.0 kB |
| Tags | CPython 3.9 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
c725b991c11348047dd926941790183719c1fa42c5d37b1338bcbbb6cb02453f
|
|
BLAKE2b-256 checksum How to use checksums |
3b2ab2d4f8f8242a2fe9162468738cb4fc393978b7c9457e4a8b1838d2ce5cfe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp39-cp39-win32.whl
| Download URL | pitct-1.0.8-cp39-cp39-win32.whl |
|---|---|
| Size | 140.0 kB |
| Tags | CPython 3.9 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
973b02a5b387e3572cbd297b3d498f08317cff21a48505aaa69fa4531cb16ce1
|
|
BLAKE2b-256 checksum How to use checksums |
960a036861a3b6464aad7c00de98dd4f67d84527eb1dd0757ab2d7d9e6ad65ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp39-cp39-musllinux_1_2_x86_64.whl
| Download URL | pitct-1.0.8-cp39-cp39-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.9 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
05ca04974ec08de7656e727410c0cc8386bf4a74f0112f3858ae0d1bd1900fb0
|
|
BLAKE2b-256 checksum How to use checksums |
4b14fbce7c999173aaf4e85c6bbf59ca842647fcaf02cef7003cbe246fcc62d3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp39-cp39-musllinux_1_2_aarch64.whl
| Download URL | pitct-1.0.8-cp39-cp39-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.9 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
19f53506fbe788deb3ac4b18697ad4193ab25db447aa0c7542fe1c5b542e03d6
|
|
BLAKE2b-256 checksum How to use checksums |
750c443d42fc44e612a9b9fb78f2035fef85d433ea94ffab6fb2ebe0ccfb0543
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pitct-1.0.8-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 681.7 kB |
| Tags | CPython 3.9 Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
29fd0137c08d5a162926d46cf32165745b48767f137d9558f96d445c725995c5
|
|
BLAKE2b-256 checksum How to use checksums |
d9449cd647a20bf31016b03eabdf2025e0c400e7f59b398fcfc61e0941caf95d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pitct-1.0.8-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 659.0 kB |
| Tags | CPython 3.9 Linux glibc 2.24+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
143a1c2dfdc3f00bc39e3850313fa7e4e86f40a699aebd61f9dbc7e660a44936
|
|
BLAKE2b-256 checksum How to use checksums |
41147faa6f219a71f72ddace3aa63310753698f2688b09898b59551252c13c1a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency logRelease files / pitct-1.0.8-cp39-cp39-macosx_11_0_arm64.whl
| Download URL | pitct-1.0.8-cp39-cp39-macosx_11_0_arm64.whl |
|---|---|
| Size | 209.0 kB |
| Tags | CPython 3.9 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
607d6380a5a1e6fe11e17f4ebe29ab4db68a582f36fae1384a3315248a24118f
|
|
BLAKE2b-256 checksum How to use checksums |
4939829ee406df8fdc310ad2c3d7a20d669f446fc954308b5c1feebaf4ef54eb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on May 12, 2026.
Transparency log