Skip to main content

pytket extension for the tket 2 compiler

Project description

tket2

pypi codecov py-version

TKET2 is an open source quantum compiler developed by Quantinuum. Central to TKET2's design is its hardware agnosticism which allows researchers and quantum software developers to take advantage of its powerful compilation for many different quantum architectures.

This is the Python front-end for TKET2, providing a high-level interface for working with quantum circuits. See also the Rust library with the same name on crates.io.

Install

TKET2 can be installed via pip. Requires Python >= 3.10.

pip install tket2

Usage

See the Getting Started guide and the other examples.

Development

This package uses pyo3 and maturin to bind TKET2 functionality to python as the tket2 package.

Recommended:

A clean python 3.10 environment with maturin installed. At which point running maturin develop in this directory should build and install the package in the environment. Run pytest in this directory to test everything is working.

Don't forget to use the --release flag when using Badger and other heavy computational workloads.

See DEVELOPMENT.md for more information.

License

This project is licensed under Apache License, Version 2.0 (LICENCE or http://www.apache.org/licenses/LICENSE-2.0).

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

tket2-0.1.0a2.tar.gz (4.8 MB view details)

Uploaded Source

Built Distributions

tket2-0.1.0a2-pp310-pypy310_pp73-musllinux_1_2_i686.whl (9.5 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

tket2-0.1.0a2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (9.5 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

tket2-0.1.0a2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (9.5 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

tket2-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

tket2-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (10.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

tket2-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

tket2-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (9.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

tket2-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (9.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

tket2-0.1.0a2-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl (9.5 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686

tket2-0.1.0a2-cp312-none-win_amd64.whl (8.7 MB view details)

Uploaded CPython 3.12 Windows x86-64

tket2-0.1.0a2-cp312-none-win32.whl (8.2 MB view details)

Uploaded CPython 3.12 Windows x86

tket2-0.1.0a2-cp312-cp312-musllinux_1_2_i686.whl (9.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

tket2-0.1.0a2-cp312-cp312-musllinux_1_2_armv7l.whl (9.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

tket2-0.1.0a2-cp312-cp312-musllinux_1_2_aarch64.whl (9.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

tket2-0.1.0a2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

tket2-0.1.0a2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (10.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

tket2-0.1.0a2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

tket2-0.1.0a2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (9.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

tket2-0.1.0a2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (9.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

tket2-0.1.0a2-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl (9.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.12+ i686

tket2-0.1.0a2-cp312-cp312-macosx_11_0_arm64.whl (8.8 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

tket2-0.1.0a2-cp312-cp312-macosx_10_12_x86_64.whl (8.9 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

tket2-0.1.0a2-cp311-none-win_amd64.whl (8.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

tket2-0.1.0a2-cp311-none-win32.whl (8.2 MB view details)

Uploaded CPython 3.11 Windows x86

tket2-0.1.0a2-cp311-cp311-musllinux_1_2_i686.whl (9.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

tket2-0.1.0a2-cp311-cp311-musllinux_1_2_armv7l.whl (9.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

tket2-0.1.0a2-cp311-cp311-musllinux_1_2_aarch64.whl (9.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

tket2-0.1.0a2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

tket2-0.1.0a2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (10.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

tket2-0.1.0a2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

tket2-0.1.0a2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (9.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

tket2-0.1.0a2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (9.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

tket2-0.1.0a2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl (9.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.12+ i686

tket2-0.1.0a2-cp311-cp311-macosx_11_0_arm64.whl (8.8 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

tket2-0.1.0a2-cp311-cp311-macosx_10_12_x86_64.whl (8.9 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

tket2-0.1.0a2-cp310-none-win_amd64.whl (8.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

tket2-0.1.0a2-cp310-none-win32.whl (8.2 MB view details)

Uploaded CPython 3.10 Windows x86

tket2-0.1.0a2-cp310-cp310-musllinux_1_2_x86_64.whl (9.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

tket2-0.1.0a2-cp310-cp310-musllinux_1_2_i686.whl (9.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

tket2-0.1.0a2-cp310-cp310-musllinux_1_2_armv7l.whl (9.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

tket2-0.1.0a2-cp310-cp310-musllinux_1_2_aarch64.whl (9.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

tket2-0.1.0a2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

tket2-0.1.0a2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (10.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

tket2-0.1.0a2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (9.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

tket2-0.1.0a2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (9.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

tket2-0.1.0a2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (9.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

tket2-0.1.0a2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (9.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686

tket2-0.1.0a2-cp310-cp310-macosx_11_0_arm64.whl (8.8 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

File details

Details for the file tket2-0.1.0a2.tar.gz.

File metadata

  • Download URL: tket2-0.1.0a2.tar.gz
  • Upload date:
  • Size: 4.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for tket2-0.1.0a2.tar.gz
Algorithm Hash digest
SHA256 c64ea10e6df0de9ba3ac9385147c59784d425d5638bc86bf49a0cf437e9c37df
MD5 7767eefd2c0d7a3cf67f0fc76e0ad8c2
BLAKE2b-256 d7842216f6259912477c2b709a48965b4e9221ade3f773de8c1677f4a532b96b

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fdca6ffff958727ef4006bb3f5369ef8bb47c7c8ad49d91148a73e6f9d7c5b57
MD5 66411d9b446ddc611c627a67618cc908
BLAKE2b-256 459405c397913bd5c66054a959cb08946ab2c0e610de7d5b98ce78f4ef96c195

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5c49d56e2a44cc4f79283fb017397639d9fbbc06024f94dd62a64bdd94fa567a
MD5 1659aac87cebc029aacd1b87aee2b11c
BLAKE2b-256 dbe41bfb9374382c0a04cec142a2209febab1d1872f5d8f039200b6f0b8a8deb

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 43cebdc8f92a123a9601fe6a2a9bc5e935c62dcb0a18b9afc8353daa047d25ce
MD5 eb68b4a092f28f9cdbb1b5265f78fca9
BLAKE2b-256 7b1bd08fc0fea0c78e6cfc517f8544263e030ffaa1e4602f3fcf6764c8936890

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de50ec6985d6841126b60fd53e04e410eed83ac772dc81f14cec891521e7ef0b
MD5 50fa6074fee022d225c607f6bcd21f72
BLAKE2b-256 46999ee1f6b8698c9d08e354ae6d1832d4ed5e8d7cc520684fcb59c545cba975

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 23e397fdd538a6dbd22c481267e2677ab3983ad7b6e94b09257904b5534b5e32
MD5 009ed6477c08d8daf8241517f6a9d203
BLAKE2b-256 f973e57db0f279ac9d3b995b8f9437ab1296f79799b91eee793f7904d05a5d16

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e71e747393bb8408c1567f262b9ac010a151f1c43e2f9f52eeb4a116be4227cc
MD5 02da24cb5f35550463b63d1ca4939439
BLAKE2b-256 4e43dd2609680e4a3066c46298346cc634f02b9aff3c3a852d093beaf9ddddc4

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7c2fa56dedf5ddf3b2654398508f7973c21fc2f474f26862d5f3172974f73f5e
MD5 30784c25510451e53992b0cec6e65d32
BLAKE2b-256 ac98b3117ddd5d8adac8361d25e6e7d5d045aa8b1dfab55712fa1511d1d42f34

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e4678f2a5794e1485e35556ff3bf932a9ae2e8f7ee72d0bbaf5fae034d40ebe9
MD5 06c3e23d0afaf9f565ab8196b1eb89a7
BLAKE2b-256 17b7ede091ab7006d9696c95bc5efa0fe2a0c8f9baa23cebc160482c46874f64

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b0b74064a1e70f8670723b01ba2d42ec45c95e49b06de363f340e20062a77baf
MD5 1beb5a637a53b52baa6eebc99f5f7a68
BLAKE2b-256 a11640dbed83b62e7a09f44008e4884478403080755a52cd950833bceac8e9ce

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 4680abfb25d8ef4d1ed18a03ed7aedf9bee26d2170e662291d3b28296d38d4e5
MD5 57c762501118d17dca6035b267b2a444
BLAKE2b-256 795427da6b374fe79c210efef85b54d835141894d66bfaa93899d652412961a7

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp312-none-win32.whl.

File metadata

  • Download URL: tket2-0.1.0a2-cp312-none-win32.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for tket2-0.1.0a2-cp312-none-win32.whl
Algorithm Hash digest
SHA256 a746aef76d4621c5f0e37909c301afc8e00ff889b6b7f7ee99111778e9246d46
MD5 0bba4f9570bd5b9187bce5bdf9dbc337
BLAKE2b-256 e6a00cfa0f4425b0f70da67ea44707c1b84d8c5c6806ef7d1c4f2f93bb60a1a4

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 93a25cccdf73df35cd25ce66f13adc108fd500efdcd0c074de609ca47a39ca4e
MD5 5643cdfe9698ba6c833acb5ef9b07323
BLAKE2b-256 81757f3f7406908f138a2b39176d55a27014cfac793b2ae01e3efe14a840424f

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a0f1c6c0421153a5d2bb354cf5b436d823cc1d1ad9638c933551fd21577b8907
MD5 8e508d6f511286336dd6650b5977c9dd
BLAKE2b-256 a98fc5f175f985f02e62606d839dcdc19f9f838639d5d242bba0af1b470ab2b4

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a3b13db4ffd0835fdbab16554a62a5174e52214e39067c650c06ff1dca9ad71a
MD5 5f96c0872916a2ca2e240e0bd5a5f872
BLAKE2b-256 9d1f154e14b387942320f181f33808952d87385c98362002bff8852a33dc4587

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab3c40edf6881f6f16ba1c3b80506cb02491490b5aa2ff06c6155bd4c17551f3
MD5 c184ef0338eba404b4c606d6fb8c5b7a
BLAKE2b-256 e238f5aedbec60763c9834fb735403c137ca4afaf24418fcdc642aec975fac19

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 37744ec7ec1ad9c68c21641e6a21150b0f938afd10e1de5298f0a100e3438907
MD5 95ae458bfc000bcfa7d3564fda2df936
BLAKE2b-256 640ac8523972e01df0bd27fa57259d5aea41ee9b71f94464e1dc19ac78b93eec

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 767632124866c29877b2393fa6b9323d8aef73e0b31a4c2259390387ad9386de
MD5 b00a2fae9b92881ca3ad94e0da8b87e4
BLAKE2b-256 8e6ed9bb433e9b52981e3b0de9af8caf6bdac6d66d5a9c98445b727db9774dc5

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 675ca48c798424e0327053738b44e68b516c646d2dc0d65d6ab4cc896417ff75
MD5 b8f521bc5e08daa17cba6f1369e3000b
BLAKE2b-256 5d66deb2a5121b2646624bcfca12e525bd12aca7f42ecc4a42ec168a2715e50e

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5c6bd44dbfa29ab07be3395e338740a9e8ac194165de3e9049a5ce55318b2ff6
MD5 171d40473d7f865aa56b4152abc37b5b
BLAKE2b-256 51a33157551feca21a96648e6b1bf8140f3259d35ab12c2429628db70bc1b63a

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a24692e3e62635d0e6a031e4e2d8bc8c3fdcd131c3ff14c8b5af3a648d705947
MD5 72beebd198896b927ab6415568615b61
BLAKE2b-256 9a45d8ab912c4d9ebaf03d2e3578a1f755f9cef5f5b59ba4416a0712ada244b0

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d155d9ea8cab23feaf552e1412b060a72e283f18e9ac27178743270efab24ecf
MD5 8ff16f431b848b2c239f55a9021e82a1
BLAKE2b-256 c3386639148f71c857c793c37fbec72b2c46615365ef8fa89c3955408b253acc

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 98cbde6ee34ba6ad8b4633abc2aea7eed6f0744cef1f889ac2a21d8e162d4798
MD5 16eb6d9767ec40cf3831a953d665707d
BLAKE2b-256 4975ca9ecc43d701454895374af3503e51e71f157aa37ac74f75380bd1339e0c

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 b3947c54fcb79d455a49adba81e8b593353e68f6dd9b1151f40815c6a7c21a8f
MD5 8f7efef461c2e71ef24c06789b0377a0
BLAKE2b-256 8bd540e7f39f766d92bc000af37a0553115ffcafeec2592d85aae262f907220d

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp311-none-win32.whl.

File metadata

  • Download URL: tket2-0.1.0a2-cp311-none-win32.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for tket2-0.1.0a2-cp311-none-win32.whl
Algorithm Hash digest
SHA256 33fce5a683d39c7332746093dcc9a0142dab9dd069ae2ebaf25a63dd8f0b469b
MD5 71c956c7de9a919a9d2262cc4f4baaed
BLAKE2b-256 c5410fc615e5d527210c75cde451a6ce9560e34db9889eefc4bb3c008adb26bb

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ba72bdbdd4767ae8b400b8f4d3049024822627f244f677cda19997bfeb678093
MD5 403e57bb4539d2177f1c59249e0603e5
BLAKE2b-256 853d3da230c370df67b5cc08c74e35d8967c2ece56e99b693c7c4048a0ee356b

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0be418db0ddb5d287975327f8ea60eecc8e5c1333f09686bc9c8805d063e3c43
MD5 7dc5c69565b1410f253e874f355d2181
BLAKE2b-256 d87800b83e21e711acbddf406f3c6927c2fecfa0fec05354d0042208823db8bd

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d7b69978a502d384497348d9eff6e62945afc2679eddade02ebc502215fd89d1
MD5 31e93dee32ce120f313fc2f46bd50765
BLAKE2b-256 6a2be722745ae15ca78e9dd3fb8cb9a7e7bf5de014e984e256154573a282002a

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e14d27b4def8b520dba6b0000f1797687ad115fa5e2798ec23802f5b98fdbeb6
MD5 f70c683f93edec2a6c7d99f7349a10fe
BLAKE2b-256 5d7405f1ca2bfb687959e0eb993743e0971d4910a7138367d9d54fb4d01bdfa8

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eb08354c1554987bb9a0814cc0dfb953d5ff0f3df419ae5091db22923112e790
MD5 5f9aed20ba8b419960099b6c55345908
BLAKE2b-256 0e575de17c62aac42fffde47add069e2c24cab85b8379b50e3fb4eb1b9994c93

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 30b1a02c2fc24bda55c9715cdc28511c372fbedf58477d2543329f624ff0eeaa
MD5 72c540ed6d2aed916e2538761455c74c
BLAKE2b-256 a162a8dc2fc62de9de8721f0deebcd55c15cad735e7121811ce5b16113af454c

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e62b47ec221b3207e703961275fd47b6de25da2cabe7c2acda1783468182ad66
MD5 150d33af9634855219ddb8460c9b30e4
BLAKE2b-256 d261af67af2d8cc67f24e09ad94dbb0ab657b91a305c2d13e2fd8adbfddf4a65

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f8b24faf22b7b6aa573875a06e0a1e1e618a730e491808f1aaccda45cce471d
MD5 1a1cb83cc9d59a8a9d9ec6c00736ac16
BLAKE2b-256 3e35307ccb2ded7fdd7b352df3bb70ba9f1d5e14cabb52125ad17b06e513df12

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 972233b63e9e7e4b3f5aece285b5dbedc44cc6d5d282cad4d5dd072a2096f239
MD5 5281518443eb5e8b3b30cd343ee0450f
BLAKE2b-256 686ed7334270275fcfb4b227c9593b39c01d049f9a15914d6b4541b6f561b724

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c755afd2a1fde958ff0c46645f307e110eab6861841534ff694b40a983efe74
MD5 19a6319d0ba68dfbb7fad88f8654d307
BLAKE2b-256 9e06ebed1ed602c8fc0f9656a19402c3d06a9cf401a070f34bfa48025391588d

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8c4548cbd5b148e1a157a8ad6ea3740ca42da94f2bfbd67afadc9343ccb8c3ae
MD5 66784273c43bbe55cec5d4b98358e388
BLAKE2b-256 d330897eab6c5e7b98c45825d36ebe6c67285ee651b70ccbff60b8a8111ec8aa

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 291ecdec1d08d6788ac13d1e4f82b56d26a6c0b671ddd482e0c2a9600b2c89fa
MD5 585ab863e1c452f8dd98037a9fba96eb
BLAKE2b-256 b221a262121ca02cbd77a0a3ffa8545202907bec0dac7734d211477946f4e9d9

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp310-none-win32.whl.

File metadata

  • Download URL: tket2-0.1.0a2-cp310-none-win32.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for tket2-0.1.0a2-cp310-none-win32.whl
Algorithm Hash digest
SHA256 36e589dea4594dcd660035052eee6429f0ee21e6100a38c1fc8478e091b489b8
MD5 59e766658ad57dd7a9c9af3b60073e6a
BLAKE2b-256 240838af633f9dcd5b9818911c058204e268c1bd0cd33c015c28df3ac0d845cc

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d7fd088de43d15dc0f133b2258f98000285e6834a15edcf5af96547dbe2203f
MD5 bae2ca160b372dafcf8593db77d92f6d
BLAKE2b-256 72c9b77794a7280dd51110eed02141c502571f26e8bd34e4f1291ac105fd0a59

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c782263fa74e08a0eaf0bf19ecc17dd82413e7dedf2a67c31a470d24ba3ea073
MD5 de355e7bab8f400fa8282dbb63eed685
BLAKE2b-256 2b70ff59f710c900c4d0f348d008482091a76b0886803f93fc95c956579a01ef

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9f3b46fb65890566b2d7441a0dac916ee3a606dbcd07d3286ffe55b918ba74ba
MD5 568cd10e8d7a737b1f5e4ff698801263
BLAKE2b-256 f8376aac6527d35afdfbe939a47aa074cc24fac772e697f90840a48f630dc6d7

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 15f92906701e8d6fe1cc8ab9a2e9411d3e796f8323ec5ef7686fbc1fd397f831
MD5 32bdcbcb79c888c68416aeef4b7b1009
BLAKE2b-256 978183b3b857291bdf6d0183c91cefb5339ba2dfa5155146c430cadafa5733c9

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 895ad5574f014567a15bd60f160667e10ae0a74abe0506c8e577aeb7b87edbb7
MD5 4e44c4c144d8f87c5723d5c914168a1c
BLAKE2b-256 cf9a055c77f4dc1cf8a0f7b2943358805d2d8f9784d47f45b1f4c473cda38ad1

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0a81c31315febd17208ee0fc290d0dacbed639404717ee63d83c8779eb4ba05b
MD5 e44adf6ea3640aa9654faa30b946b088
BLAKE2b-256 ff2dee27a2c5ebaf47af75e0e35608d06edfc908afa6dbf3754e59332f0d01fe

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 82a9591da255c7493f8ae2c5dc637970e244102fdd57bb353d004e59095816f9
MD5 42391f2966791282b19827c55299c459
BLAKE2b-256 a50ad65f371549c132f838ac5908652fdb036021ae4365dbc62f4087f57d0dc5

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bb8fbc917371a6c3d5e40ea4cf9995ebfff49c35ac18ad7542eb137790521742
MD5 5ee18180317bde1b496c985613b8d45f
BLAKE2b-256 d0215b2dd3da33a5f20fbea81a381ee271393fbacb1f1fa5ed655781b91c569e

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a05f25ea4c7976f8ca2242a5df6bac7aecd7023a261b78fe643b29f862220392
MD5 cd09d6ae05c756a417480f19b959126b
BLAKE2b-256 fb7d9e34258a114c55fae4a0f17b7062a178ee226ab44ae7cd6c0629bad36cc4

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fc282d6170daa2a75d18af8cbdd87aa05a8aef40cbc28333cea8a706651b8cbc
MD5 803c7098c136af42dc96221c6d6b649c
BLAKE2b-256 261db1c0b4ddda11d4ef544f16188a17c8d4426cdc353e32b063af886b738cca

See more details on using hashes here.

File details

Details for the file tket2-0.1.0a2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tket2-0.1.0a2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8fbdb6b4966be6192d220778fabfc590e4940f47e4ba92d31376afe5832c3fc2
MD5 b42060f865d64284ceeed54806d83c22
BLAKE2b-256 e3c1d5309202c906275663100e7d5a85157d76ce22b44a6147f03483c7bea96b

See more details on using hashes here.

Supported by

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