Metadata-Version: 2.4
Name: tket
Version: 0.15.0
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Requires-Dist: hugr~=0.18.0
Requires-Dist: tket-eccs~=0.6.0
Requires-Dist: tket-exts~=0.14.0
Requires-Dist: pytket>=2.1.0,<3 ; extra == 'pytket'
Provides-Extra: pytket
License-File: LICENCE
Summary: Quantinuum's TKET Quantum Compiler
Home-Page: https://github.com/quantinuum/tket2
Author-email: TKET development team <tket-support@quantinuum.com>
Maintainer-email: TKET development team <tket-support@quantinuum.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: homepage, https://github.com/quantinuum/tket2/tree/main/tket-py
Project-URL: repository, https://github.com/quantinuum/tket2/tree/main/tket-py

# tket

TKET is an open-source quantum compiler developed by Quantinuum. This project
provides a set of tools for compiling quantum programs expressed in the
[`hugr`][] format.

  [`hugr`]: https://pypi.org/project/hugr/

See the [Getting Started][getting-started] guide and the other [examples].

  [getting-started]: https://github.com/quantinuum/tket2/blob/main/tket-py/docs/examples/1-Getting-Started.ipynb
  [examples]: https://github.com/quantinuum/tket2/tree/main/tket-py/docs/examples

The API documentation for `tket` is [here](https://quantinuum.github.io/tket2/).

