pytket


Namepytket JSON
Version 1.28.0 PyPI version JSON
download
home_pageNone
SummaryQuantum computing toolkit and interface to the TKET compiler
upload_time2024-05-17 07:21:50
maintainerNone
docs_urlNone
authorTKET development team
requires_python>=3.10
licenseApache 2
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Pytket is a python module for interfacing with TKET, a quantum computing toolkit and optimising compiler developed by [Quantinuum](https://www.quantinuum.com/). In addition to pytket there are several pytket extension modules for accessing a range of quantum hardware and classical simulators. The extension modules also allow circuit conversion between several widely used quantum software tools including qiskit, cirq and pennylane.

The source code for the TKET compiler can be found in [this github repository](https://github.com/CQCL/tket).

## Installation

Installation is supported for Linux, MacOS and Windows. Installation requires python 3.10, 3.11 or 3.12.

To install run the pip command: 

`` pip install pytket``

See [Installation troubleshooting](https://tket.quantinuum.com/api-docs/install.html) for help with installation.

To install the pytket extension modules add a hyphen and the extension name to the command:

`` pip install pytket-quantinuum ``

For a list of pytket extensions see this page: https://tket.quantinuum.com/api-docs/extensions.

_Warning._ There is a [known issue](https://github.com/CQCL/tket/issues/926)
with installing pytket in a conda environment on MacOS: you may not be able to
install versions more recent then 1.11.0. The only known remedy is to use an
official Python distribution instead.

## Documentation and Examples

API reference: https://tket.quantinuum.com/api-docs/

To get started using pytket see the [user manual](https://tket.quantinuum.com/user-manual/).

For worked examples using TKET see our [notebook examples](https://tket.quantinuum.com/examples).

## Support and Discussion

For bugs and feature requests we recommend creating an issue on the [github repository](https://github.com/CQCL/tket).

User support: tket-support@quantinuum.com

For discussion, join the public slack channel [here](https://join.slack.com/t/tketusers/shared_invite/zt-18qmsamj9-UqQFVdkRzxnXCcKtcarLRA).

There is also a [pytket tag](https://quantumcomputing.stackexchange.com/questions/tagged/pytket) on quantum computing stack exchange.

Mailing list: join [here](https://list.cambridgequantum.com/cgi-bin/mailman/listinfo/tket-users).

## Citation

If you wish to cite TKET in any academic publications, we generally recommend citing our [software overview](https://arxiv.org/abs/2003.10611) paper for most cases.

If your work is on the topic of specific compilation tasks, it may be more appropriate to cite one of our other papers:

- "On the qubit routing problem" for qubit placement (a.k.a. allocation) and routing (a.k.a. swap network insertion, connectivity solving). https://arxiv.org/abs/1902.08091 .
- "Phase Gadget Synthesis for Shallow Circuits" for representing exponentiated Pauli operators in the ZX calculus and their circuit decompositions. https://arxiv.org/abs/1906.01734 .
- "A Generic Compilation Strategy for the Unitary Coupled Cluster Ansatz" for sequencing of terms in Trotterisation and Pauli diagonalisation. https://arxiv.org/abs/2007.10515 .

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pytket",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "TKET development team",
    "author_email": "tket-support@quantinuum.com",
    "download_url": null,
    "platform": null,
    "description": "Pytket is a python module for interfacing with TKET, a quantum computing toolkit and optimising compiler developed by [Quantinuum](https://www.quantinuum.com/). In addition to pytket there are several pytket extension modules for accessing a range of quantum hardware and classical simulators. The extension modules also allow circuit conversion between several widely used quantum software tools including qiskit, cirq and pennylane.\n\nThe source code for the TKET compiler can be found in [this github repository](https://github.com/CQCL/tket).\n\n## Installation\n\nInstallation is supported for Linux, MacOS and Windows. Installation requires python 3.10, 3.11 or 3.12.\n\nTo install run the pip command: \n\n`` pip install pytket``\n\nSee [Installation troubleshooting](https://tket.quantinuum.com/api-docs/install.html) for help with installation.\n\nTo install the pytket extension modules add a hyphen and the extension name to the command:\n\n`` pip install pytket-quantinuum ``\n\nFor a list of pytket extensions see this page: https://tket.quantinuum.com/api-docs/extensions.\n\n_Warning._ There is a [known issue](https://github.com/CQCL/tket/issues/926)\nwith installing pytket in a conda environment on MacOS: you may not be able to\ninstall versions more recent then 1.11.0. The only known remedy is to use an\nofficial Python distribution instead.\n\n## Documentation and Examples\n\nAPI reference: https://tket.quantinuum.com/api-docs/\n\nTo get started using pytket see the [user manual](https://tket.quantinuum.com/user-manual/).\n\nFor worked examples using TKET see our [notebook examples](https://tket.quantinuum.com/examples).\n\n## Support and Discussion\n\nFor bugs and feature requests we recommend creating an issue on the [github repository](https://github.com/CQCL/tket).\n\nUser support: tket-support@quantinuum.com\n\nFor discussion, join the public slack channel [here](https://join.slack.com/t/tketusers/shared_invite/zt-18qmsamj9-UqQFVdkRzxnXCcKtcarLRA).\n\nThere is also a [pytket tag](https://quantumcomputing.stackexchange.com/questions/tagged/pytket) on quantum computing stack exchange.\n\nMailing list: join [here](https://list.cambridgequantum.com/cgi-bin/mailman/listinfo/tket-users).\n\n## Citation\n\nIf you wish to cite TKET in any academic publications, we generally recommend citing our [software overview](https://arxiv.org/abs/2003.10611) paper for most cases.\n\nIf your work is on the topic of specific compilation tasks, it may be more appropriate to cite one of our other papers:\n\n- \"On the qubit routing problem\" for qubit placement (a.k.a. allocation) and routing (a.k.a. swap network insertion, connectivity solving). https://arxiv.org/abs/1902.08091 .\n- \"Phase Gadget Synthesis for Shallow Circuits\" for representing exponentiated Pauli operators in the ZX calculus and their circuit decompositions. https://arxiv.org/abs/1906.01734 .\n- \"A Generic Compilation Strategy for the Unitary Coupled Cluster Ansatz\" for sequencing of terms in Trotterisation and Pauli diagonalisation. https://arxiv.org/abs/2007.10515 .\n",
    "bugtrack_url": null,
    "license": "Apache 2",
    "summary": "Quantum computing toolkit and interface to the TKET compiler",
    "version": "1.28.0",
    "project_urls": {
        "Documentation": "https://tket.quantinuum.com/api-docs/index.html",
        "Source": "https://github.com/CQCL/tket",
        "Tracker": "https://github.com/CQCL/tket/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "acd1804eee86e39e7bde24363c53525a87e756e24f4162d8047fde74ae95b5e8",
                "md5": "55cde54d14608df4b822be19017e917c",
                "sha256": "5cea8b772c51d3189c353d027b4d2c3dc2f265cca39345fdfaaea2dd6f8c4970"
            },
            "downloads": -1,
            "filename": "pytket-1.28.0-cp310-cp310-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "55cde54d14608df4b822be19017e917c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 5978087,
            "upload_time": "2024-05-17T07:21:50",
            "upload_time_iso_8601": "2024-05-17T07:21:50.980005Z",
            "url": "https://files.pythonhosted.org/packages/ac/d1/804eee86e39e7bde24363c53525a87e756e24f4162d8047fde74ae95b5e8/pytket-1.28.0-cp310-cp310-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fad6bd2f7801b390bf568b24535073b0fe90cbb9d6365b1a8e2df6cba8dfca2",
                "md5": "0c6d246e0769eb16505052d2229375af",
                "sha256": "1d5c5ab5f3dff39f048cacdc494aa7eea6099d96b0d7455ba411c0f630a46dbe"
            },
            "downloads": -1,
            "filename": "pytket-1.28.0-cp310-cp310-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0c6d246e0769eb16505052d2229375af",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 6403513,
            "upload_time": "2024-05-17T07:21:54",
            "upload_time_iso_8601": "2024-05-17T07:21:54.193295Z",
            "url": "https://files.pythonhosted.org/packages/8f/ad/6bd2f7801b390bf568b24535073b0fe90cbb9d6365b1a8e2df6cba8dfca2/pytket-1.28.0-cp310-cp310-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86f2df14e194871eeea10d67925515522ed4658e6238abcbe32467e2d2ba78d6",
                "md5": "84a1325b5d393617dca00984539f9b7f",
                "sha256": "91b993a9991050fc8e47279e229cd35fd77acce53f720e8e465a9616ff1727aa"
            },
            "downloads": -1,
            "filename": "pytket-1.28.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "84a1325b5d393617dca00984539f9b7f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 7393327,
            "upload_time": "2024-05-17T07:21:56",
            "upload_time_iso_8601": "2024-05-17T07:21:56.273586Z",
            "url": "https://files.pythonhosted.org/packages/86/f2/df14e194871eeea10d67925515522ed4658e6238abcbe32467e2d2ba78d6/pytket-1.28.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "908663d8ea50f944523a655f14d75e0d77245560e2a5680f51e5b28b36e1efa2",
                "md5": "1b1c74805d93fc2600f628273cd76596",
                "sha256": "6276b5735f0c266d18daa7d212dca2cae3fd8cd0697009cd577d01b6fbd2ad35"
            },
            "downloads": -1,
            "filename": "pytket-1.28.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1b1c74805d93fc2600f628273cd76596",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 7889818,
            "upload_time": "2024-05-17T07:21:58",
            "upload_time_iso_8601": "2024-05-17T07:21:58.239589Z",
            "url": "https://files.pythonhosted.org/packages/90/86/63d8ea50f944523a655f14d75e0d77245560e2a5680f51e5b28b36e1efa2/pytket-1.28.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c9fda31821215fb3df58f0a4f9e1e27dee2ed1e8a2abf888dd423aa04490efe",
                "md5": "994244ad0f3a7d6a82638da4a5e0e9c9",
                "sha256": "acad2ddb5f6787e4ad2430c728a30cb77f30c37401c0ca9fea241e3b695241cb"
            },
            "downloads": -1,
            "filename": "pytket-1.28.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "994244ad0f3a7d6a82638da4a5e0e9c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 8323540,
            "upload_time": "2024-05-17T07:22:01",
            "upload_time_iso_8601": "2024-05-17T07:22:01.018455Z",
            "url": "https://files.pythonhosted.org/packages/2c/9f/da31821215fb3df58f0a4f9e1e27dee2ed1e8a2abf888dd423aa04490efe/pytket-1.28.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cefc9cc72558150c53eae8056e148639fb2e34e4cf8def6de7d830b942af79e0",
                "md5": "e65e925b05b6449504617e9145a8b7bf",
                "sha256": "01d029c3d6168fea9b2d1c83f346461b393798745b9f6ca6aa05dc59913f21f2"
            },
            "downloads": -1,
            "filename": "pytket-1.28.0-cp311-cp311-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e65e925b05b6449504617e9145a8b7bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 5994448,
            "upload_time": "2024-05-17T07:22:03",
            "upload_time_iso_8601": "2024-05-17T07:22:03.430383Z",
            "url": "https://files.pythonhosted.org/packages/ce/fc/9cc72558150c53eae8056e148639fb2e34e4cf8def6de7d830b942af79e0/pytket-1.28.0-cp311-cp311-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1c6bde2a20667c8e77563df7375ec85889074020c9eab07737081871a7cc5c7",
                "md5": "5d01d0c7742c54d3af8c2670f3d49925",
                "sha256": "ef49b12a3bdb5b276da501b70854f0dea26125dfdfe74ad6bdeb041df736f421"
            },
            "downloads": -1,
            "filename": "pytket-1.28.0-cp311-cp311-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5d01d0c7742c54d3af8c2670f3d49925",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 6418788,
            "upload_time": "2024-05-17T07:22:05",
            "upload_time_iso_8601": "2024-05-17T07:22:05.886596Z",
            "url": "https://files.pythonhosted.org/packages/c1/c6/bde2a20667c8e77563df7375ec85889074020c9eab07737081871a7cc5c7/pytket-1.28.0-cp311-cp311-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4546cb994cb514b41e5814b11efa84a21b4eb0ae784c4ef4b4b1a6dd807f3b55",
                "md5": "3bc72de847ee312dfc034fb9a3e58cfe",
                "sha256": "99c2ef5b42a8ab8a11235821b23c98b59fb3dee389f8f26ac9f93977d3cd958d"
            },
            "downloads": -1,
            "filename": "pytket-1.28.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3bc72de847ee312dfc034fb9a3e58cfe",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 7404023,
            "upload_time": "2024-05-17T07:22:07",
            "upload_time_iso_8601": "2024-05-17T07:22:07.977240Z",
            "url": "https://files.pythonhosted.org/packages/45/46/cb994cb514b41e5814b11efa84a21b4eb0ae784c4ef4b4b1a6dd807f3b55/pytket-1.28.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9b814e90890c7dfedc107d2b592f152fdd7671cc85820aad39ccefc2a8d726b",
                "md5": "c64d44643b4cd7a43ffaf346206c10fc",
                "sha256": "e12c24030ee1e94c1f68bed4abbb5ae474a7cdbbe4af7defe2bac0b270e45727"
            },
            "downloads": -1,
            "filename": "pytket-1.28.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c64d44643b4cd7a43ffaf346206c10fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 7900630,
            "upload_time": "2024-05-17T07:22:10",
            "upload_time_iso_8601": "2024-05-17T07:22:10.163312Z",
            "url": "https://files.pythonhosted.org/packages/e9/b8/14e90890c7dfedc107d2b592f152fdd7671cc85820aad39ccefc2a8d726b/pytket-1.28.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37de822a7e44153221272dfebcb9d7df8002338de125d1995321c7b6fd772673",
                "md5": "38bd23c949da1d363962b779b23feeb0",
                "sha256": "4052e83e252875a1b49a07c59acc61cb3d8e89cc06f9d43ffbbd2d5055455a61"
            },
            "downloads": -1,
            "filename": "pytket-1.28.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "38bd23c949da1d363962b779b23feeb0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 8336544,
            "upload_time": "2024-05-17T07:22:12",
            "upload_time_iso_8601": "2024-05-17T07:22:12.706421Z",
            "url": "https://files.pythonhosted.org/packages/37/de/822a7e44153221272dfebcb9d7df8002338de125d1995321c7b6fd772673/pytket-1.28.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cce59e40ddcdf8dc6391a6b1ab3e10567e536cecc4f96dc39c246a61ca8d9e6a",
                "md5": "f3e95210c6cfeb35035a3467ad0d4b83",
                "sha256": "9b1458433fc3c94ae20ae845ab501ddb692044e1d6d06e05ef0e614e99deff89"
            },
            "downloads": -1,
            "filename": "pytket-1.28.0-cp312-cp312-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f3e95210c6cfeb35035a3467ad0d4b83",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 6161210,
            "upload_time": "2024-05-17T07:22:15",
            "upload_time_iso_8601": "2024-05-17T07:22:15.258299Z",
            "url": "https://files.pythonhosted.org/packages/cc/e5/9e40ddcdf8dc6391a6b1ab3e10567e536cecc4f96dc39c246a61ca8d9e6a/pytket-1.28.0-cp312-cp312-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53552fbd452d81e38b0145ff147252adc96db5234f2d8cb7a9d1813273377ee9",
                "md5": "44f8c2000b5a42b4e119ba7a59cd69b1",
                "sha256": "ba0c03a2294c38ed2e75d036f9885755725f0ecc8aa0f285ce9cf3e092414c22"
            },
            "downloads": -1,
            "filename": "pytket-1.28.0-cp312-cp312-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "44f8c2000b5a42b4e119ba7a59cd69b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 6692446,
            "upload_time": "2024-05-17T07:22:17",
            "upload_time_iso_8601": "2024-05-17T07:22:17.813277Z",
            "url": "https://files.pythonhosted.org/packages/53/55/2fbd452d81e38b0145ff147252adc96db5234f2d8cb7a9d1813273377ee9/pytket-1.28.0-cp312-cp312-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97dd2e43cb8ce52e96b8b29193864f6986985e541a1eb834cb11b575e0af12fe",
                "md5": "addfc5035678437c6205a85cc7a42b2e",
                "sha256": "4628753dacc5e0aa948900510c58c82e50d3efdc59772debc7dcf08e873385b0"
            },
            "downloads": -1,
            "filename": "pytket-1.28.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "addfc5035678437c6205a85cc7a42b2e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 7400588,
            "upload_time": "2024-05-17T07:22:19",
            "upload_time_iso_8601": "2024-05-17T07:22:19.672902Z",
            "url": "https://files.pythonhosted.org/packages/97/dd/2e43cb8ce52e96b8b29193864f6986985e541a1eb834cb11b575e0af12fe/pytket-1.28.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5a319912034406c173fca9fd2c342b14b71f8053a8c7aea2f639dd2d7a96789",
                "md5": "6a09b9e5e05996b87336b7039b2023c3",
                "sha256": "e02fc7362f6ce7aba7a1d94dcc6d89071ce891c0598eec01892352d3046e33f2"
            },
            "downloads": -1,
            "filename": "pytket-1.28.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6a09b9e5e05996b87336b7039b2023c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 7898372,
            "upload_time": "2024-05-17T07:22:21",
            "upload_time_iso_8601": "2024-05-17T07:22:21.942406Z",
            "url": "https://files.pythonhosted.org/packages/a5/a3/19912034406c173fca9fd2c342b14b71f8053a8c7aea2f639dd2d7a96789/pytket-1.28.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7dc9c87c091f11f0e332a12c5af66071017c0b0c543abcfd71509d32a26595fe",
                "md5": "8d7b4ebefbd0de65585bbdea05ef728a",
                "sha256": "1cbe60b5affc5a9fba82639956c465073ccd56e1358fb33a44d195002b9c1975"
            },
            "downloads": -1,
            "filename": "pytket-1.28.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8d7b4ebefbd0de65585bbdea05ef728a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 8347116,
            "upload_time": "2024-05-17T07:22:24",
            "upload_time_iso_8601": "2024-05-17T07:22:24.305399Z",
            "url": "https://files.pythonhosted.org/packages/7d/c9/c87c091f11f0e332a12c5af66071017c0b0c543abcfd71509d32a26595fe/pytket-1.28.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-17 07:21:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CQCL",
    "github_project": "tket",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pytket"
}
        
Elapsed time: 0.27967s