mqt.syrec


Namemqt.syrec JSON
Version 1.1.2 PyPI version JSON
download
home_page
SummaryA Tool for HDL-based Synthesis of Reversible Circuits
upload_time2024-01-02 11:35:50
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2023 Chair for Design Automation, Technical University of Munich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords mqt reversible-computing design-automation synthesis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPI](https://img.shields.io/pypi/v/mqt.syrec?logo=pypi&style=flat-square)](https://pypi.org/project/mqt.syrec/)
![OS](https://img.shields.io/badge/os-linux%20%7C%20macos%20%7C%20windows-blue?style=flat-square)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
[![CI](https://img.shields.io/github/actions/workflow/status/cda-tum/mqt-syrec/ci.yml?branch=main&style=flat-square&logo=github&label=c%2B%2B)](https://github.com/cda-tum/mqt-syrec/actions/workflows/ci.yml)
[![Bindings](https://img.shields.io/github/actions/workflow/status/cda-tum/mqt-syrec/deploy.yml?branch=main&style=flat-square&logo=github&label=python)](https://github.com/cda-tum/mqt-syrec/actions/workflows/deploy.yml)
[![codecov](https://img.shields.io/codecov/c/github/cda-tum/mqt-syrec?style=flat-square&logo=codecov)](https://codecov.io/gh/cda-tum/mqt-syrec)

> [!NOTE]
> This project is currently in low maintenance mode. We will still fix bugs and accept pull requests, but we will not actively develop new features.

<p align="center">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/cda-tum/qmap/main/docs/source/_static/mqt_light.png" width="60%">
    <img src="https://raw.githubusercontent.com/cda-tum/qmap/main/docs/source/_static/mqt_dark.png" width="60%">
  </picture>
  </p>

# SyReC Synthesizer: A Tool for HDL-based Synthesis of Reversible Circuits

A tool for HDL-based synthesis of reversible circuits developed as part of the [_Munich Quantum Toolkit_](https://mqt.readthedocs.io) (_MQT_) by the [Chair for Design Automation](https://www.cda.cit.tum.de/) at the [Technical University of Munich](https://www.tum.de/).
It builds upon [MQT Core](https://github.com/cda-tum/mqt-core), which forms the backbone of the MQT.

<p align="center">
  <a href="https://mqt.readthedocs.io/projects/syrec">
  <img width=30% src="https://img.shields.io/badge/documentation-blue?style=for-the-badge&logo=read%20the%20docs" alt="Documentation" />
  </a>
</p>

If you have any questions, feel free to contact us by creating an issue on [GitHub](https://github.com/cda-tum/mqt-syrec/issues).

## Getting Started

The _SyReC Synthesizer_ is available via [PyPI](https://pypi.org/project/mqt.syrec/) for Linux, macOS, and Windows.

- In order to make the library as easy to use as possible (without compilation), we provide pre-built wheels for most common platforms (64-bit Linux, MacOS, Windows). These can be installed using
  ```bash
  (venv) $ pip install mqt.syrec
  ```
- Once installed, start the _SyReC Synthesizer_ GUI by running:
  ```bash
  (venv) $ syrec-editor
  ```

**Detailed documentation on all available methods, options, and input formats is available at [ReadTheDocs](https://mqt.readthedocs.io/projects/syrec).**

## System Requirements and Building

The implementation is compatible with any C++17 compiler and a minimum CMake version of 3.19.
Please refer to the [documentation](https://mqt.readthedocs.io/projects/syrec) on how to build the project.

Building (and running) is continuously tested under Linux, macOS, and Windows using the [latest available system versions for GitHub Actions](https://github.com/actions/virtual-environments).

## References

_SyReC Synthesizer_ has been developed based on methods proposed in the following papers:

[[1]](https://doi.org/10.1016/j.simpa.2022.100451)
S. Adarsh, L. Burgholzer, T. Manjunath and R. Wille. SyReC Synthesizer: An MQT tool for synthesis of reversible circuits. Software Impacts, 2022.

[[2]](http://www.informatik.uni-bremen.de/agra/doc/konf/10_syrec_reversible_hardware_language.pdf)
R. Wille, S. Offermann, and R. Drechsler. SyReC: A Programming Language for Synthesis of Reversible Circuits. In Forum on Specification and Design Languages (FDL), 2010.

[[3]](https://doi.org/10.1016/j.vlsi.2015.10.001)
R. Wille, E. Schönborn, M. Soeken, and R. Drechsler. SyReC: A hardware description language for the specification and synthesis of reversible circuits. Integration (The VLSI Journal), 2016.

[[4]](https://www.cda.cit.tum.de/files/eda/2019_iccad_hdl_based_reversible_circuit_synthesis_without_additional_lines.pdf)
R. Wille, M. Haghparast, S. Adarsh, and T. Manjunath. Towards HDL-based Synthesis of Reversible Circuits with No Additional Lines. In International Conference on Computer Aided Design (ICCAD), 2019.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "mqt.syrec",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "MQT reversible-computing design-automation synthesis",
    "author": "",
    "author_email": "Lukas Burgholzer <lukas.burgholzer@tum.de>, Smaran Adarsh <smaran.adarsh@tum.de>",
    "download_url": "",
    "platform": null,
    "description": "[![PyPI](https://img.shields.io/pypi/v/mqt.syrec?logo=pypi&style=flat-square)](https://pypi.org/project/mqt.syrec/)\n![OS](https://img.shields.io/badge/os-linux%20%7C%20macos%20%7C%20windows-blue?style=flat-square)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)\n[![CI](https://img.shields.io/github/actions/workflow/status/cda-tum/mqt-syrec/ci.yml?branch=main&style=flat-square&logo=github&label=c%2B%2B)](https://github.com/cda-tum/mqt-syrec/actions/workflows/ci.yml)\n[![Bindings](https://img.shields.io/github/actions/workflow/status/cda-tum/mqt-syrec/deploy.yml?branch=main&style=flat-square&logo=github&label=python)](https://github.com/cda-tum/mqt-syrec/actions/workflows/deploy.yml)\n[![codecov](https://img.shields.io/codecov/c/github/cda-tum/mqt-syrec?style=flat-square&logo=codecov)](https://codecov.io/gh/cda-tum/mqt-syrec)\n\n> [!NOTE]\n> This project is currently in low maintenance mode. We will still fix bugs and accept pull requests, but we will not actively develop new features.\n\n<p align=\"center\">\n  <picture>\n    <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/cda-tum/qmap/main/docs/source/_static/mqt_light.png\" width=\"60%\">\n    <img src=\"https://raw.githubusercontent.com/cda-tum/qmap/main/docs/source/_static/mqt_dark.png\" width=\"60%\">\n  </picture>\n  </p>\n\n# SyReC Synthesizer: A Tool for HDL-based Synthesis of Reversible Circuits\n\nA tool for HDL-based synthesis of reversible circuits developed as part of the [_Munich Quantum Toolkit_](https://mqt.readthedocs.io) (_MQT_) by the [Chair for Design Automation](https://www.cda.cit.tum.de/) at the [Technical University of Munich](https://www.tum.de/).\nIt builds upon [MQT Core](https://github.com/cda-tum/mqt-core), which forms the backbone of the MQT.\n\n<p align=\"center\">\n  <a href=\"https://mqt.readthedocs.io/projects/syrec\">\n  <img width=30% src=\"https://img.shields.io/badge/documentation-blue?style=for-the-badge&logo=read%20the%20docs\" alt=\"Documentation\" />\n  </a>\n</p>\n\nIf you have any questions, feel free to contact us by creating an issue on [GitHub](https://github.com/cda-tum/mqt-syrec/issues).\n\n## Getting Started\n\nThe _SyReC Synthesizer_ is available via [PyPI](https://pypi.org/project/mqt.syrec/) for Linux, macOS, and Windows.\n\n- In order to make the library as easy to use as possible (without compilation), we provide pre-built wheels for most common platforms (64-bit Linux, MacOS, Windows). These can be installed using\n  ```bash\n  (venv) $ pip install mqt.syrec\n  ```\n- Once installed, start the _SyReC Synthesizer_ GUI by running:\n  ```bash\n  (venv) $ syrec-editor\n  ```\n\n**Detailed documentation on all available methods, options, and input formats is available at [ReadTheDocs](https://mqt.readthedocs.io/projects/syrec).**\n\n## System Requirements and Building\n\nThe implementation is compatible with any C++17 compiler and a minimum CMake version of 3.19.\nPlease refer to the [documentation](https://mqt.readthedocs.io/projects/syrec) on how to build the project.\n\nBuilding (and running) is continuously tested under Linux, macOS, and Windows using the [latest available system versions for GitHub Actions](https://github.com/actions/virtual-environments).\n\n## References\n\n_SyReC Synthesizer_ has been developed based on methods proposed in the following papers:\n\n[[1]](https://doi.org/10.1016/j.simpa.2022.100451)\nS. Adarsh, L. Burgholzer, T. Manjunath and R. Wille. SyReC Synthesizer: An MQT tool for synthesis of reversible circuits. Software Impacts, 2022.\n\n[[2]](http://www.informatik.uni-bremen.de/agra/doc/konf/10_syrec_reversible_hardware_language.pdf)\nR. Wille, S. Offermann, and R. Drechsler. SyReC: A Programming Language for Synthesis of Reversible Circuits. In Forum on Specification and Design Languages (FDL), 2010.\n\n[[3]](https://doi.org/10.1016/j.vlsi.2015.10.001)\nR. Wille, E. Sch\u00f6nborn, M. Soeken, and R. Drechsler. SyReC: A hardware description language for the specification and synthesis of reversible circuits. Integration (The VLSI Journal), 2016.\n\n[[4]](https://www.cda.cit.tum.de/files/eda/2019_iccad_hdl_based_reversible_circuit_synthesis_without_additional_lines.pdf)\nR. Wille, M. Haghparast, S. Adarsh, and T. Manjunath. Towards HDL-based Synthesis of Reversible Circuits with No Additional Lines. In International Conference on Computer Aided Design (ICCAD), 2019.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Chair for Design Automation, Technical University of Munich  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A Tool for HDL-based Synthesis of Reversible Circuits",
    "version": "1.1.2",
    "project_urls": {
        "Discussions": "https://github.com/cda-tum/mqt-syrec/discussions",
        "Documentation": "https://mqt.readthedocs.io/projects/syrec",
        "Homepage": "https://github.com/cda-tum/mqt-syrec",
        "Issues": "https://github.com/cda-tum/mqt-syrec/issues"
    },
    "split_keywords": [
        "mqt",
        "reversible-computing",
        "design-automation",
        "synthesis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a874017d3bbcfc4113b739a580fb4ebf284a7703ab139ebfc65b852013970d0",
                "md5": "9d7abed0aefcd29f803dc172eb1faabe",
                "sha256": "5225ec66c09096bf882c7ee426bcc83a39f249b5984171dcd18d6af8122f6be7"
            },
            "downloads": -1,
            "filename": "mqt_syrec-1.1.2-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9d7abed0aefcd29f803dc172eb1faabe",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 250576,
            "upload_time": "2024-01-02T11:35:50",
            "upload_time_iso_8601": "2024-01-02T11:35:50.084067Z",
            "url": "https://files.pythonhosted.org/packages/9a/87/4017d3bbcfc4113b739a580fb4ebf284a7703ab139ebfc65b852013970d0/mqt_syrec-1.1.2-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4d6966aff077f5c1dd110de87474157cc831d4b846f4662dd1e774fe2056d38",
                "md5": "b6ef267edc7571c9a096d303eab98c3c",
                "sha256": "eb4b145e12035a02935b6331eee176b883fdc9c750a9e590a9d1cc6770164be7"
            },
            "downloads": -1,
            "filename": "mqt_syrec-1.1.2-cp310-cp310-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b6ef267edc7571c9a096d303eab98c3c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 271170,
            "upload_time": "2024-01-02T11:35:51",
            "upload_time_iso_8601": "2024-01-02T11:35:51.493566Z",
            "url": "https://files.pythonhosted.org/packages/e4/d6/966aff077f5c1dd110de87474157cc831d4b846f4662dd1e774fe2056d38/mqt_syrec-1.1.2-cp310-cp310-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c714f77ac5034e73a35babc7fdd4022506eddf671c892c7ee102b84928266e89",
                "md5": "ddd3d8a8f84d169b03db25fdadc279ca",
                "sha256": "2c6af79869fbf575c3de773b1946129787a06b16530c276940b77b660be75d0a"
            },
            "downloads": -1,
            "filename": "mqt_syrec-1.1.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ddd3d8a8f84d169b03db25fdadc279ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 251872,
            "upload_time": "2024-01-02T11:35:52",
            "upload_time_iso_8601": "2024-01-02T11:35:52.618076Z",
            "url": "https://files.pythonhosted.org/packages/c7/14/f77ac5034e73a35babc7fdd4022506eddf671c892c7ee102b84928266e89/mqt_syrec-1.1.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7d372886716fb7657fe02c28fd4702c14f6a38c3dc799a0b1bf1c10f0bd68e5",
                "md5": "66616d20ba30f017eecb0ecb668b5cb4",
                "sha256": "4f03451395da0a5d9ce7fc6499ca5a7017f2c8f64ce5675027b58c6ccdf468ee"
            },
            "downloads": -1,
            "filename": "mqt_syrec-1.1.2-cp311-cp311-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl",
            "has_sig": false,
            "md5_digest": "66616d20ba30f017eecb0ecb668b5cb4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 272863,
            "upload_time": "2024-01-02T11:35:54",
            "upload_time_iso_8601": "2024-01-02T11:35:54.314887Z",
            "url": "https://files.pythonhosted.org/packages/e7/d3/72886716fb7657fe02c28fd4702c14f6a38c3dc799a0b1bf1c10f0bd68e5/mqt_syrec-1.1.2-cp311-cp311-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "511a2a32176073116d9fe2c110af042a54883ff1352212cff09614c917145300",
                "md5": "ad28aaad48ebbcdd5e52e6657ae4881e",
                "sha256": "437b915b4eee3b75b5bede56bffb8cb47b30a3460e4d4c0f8c2c435824482c5a"
            },
            "downloads": -1,
            "filename": "mqt_syrec-1.1.2-cp312-abi3-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ad28aaad48ebbcdd5e52e6657ae4881e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 252089,
            "upload_time": "2024-01-02T11:35:55",
            "upload_time_iso_8601": "2024-01-02T11:35:55.463314Z",
            "url": "https://files.pythonhosted.org/packages/51/1a/2a32176073116d9fe2c110af042a54883ff1352212cff09614c917145300/mqt_syrec-1.1.2-cp312-abi3-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9f415d5cf92e7880bd46fab6d07fc0694563175d8f3afe541378c5717ad4a52",
                "md5": "af608d51817134ef9c416fae7bad1e39",
                "sha256": "c28ee4f265472c132c2fdf618efde30b489591da8aab0435415f45dd3e556207"
            },
            "downloads": -1,
            "filename": "mqt_syrec-1.1.2-cp312-abi3-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl",
            "has_sig": false,
            "md5_digest": "af608d51817134ef9c416fae7bad1e39",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 271173,
            "upload_time": "2024-01-02T11:35:56",
            "upload_time_iso_8601": "2024-01-02T11:35:56.647269Z",
            "url": "https://files.pythonhosted.org/packages/a9/f4/15d5cf92e7880bd46fab6d07fc0694563175d8f3afe541378c5717ad4a52/mqt_syrec-1.1.2-cp312-abi3-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e25d5ee0487995ba246531cb7689a338e02e6cddbc298bb58f7ad8c60ec47eef",
                "md5": "a95c53f7c36e1a557f20cee9c3990024",
                "sha256": "32c306ead2db9dc7c22cc6aeeb9b4bce2f533775ad78a6368c885b8e6f17a402"
            },
            "downloads": -1,
            "filename": "mqt_syrec-1.1.2-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a95c53f7c36e1a557f20cee9c3990024",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 250555,
            "upload_time": "2024-01-02T11:35:58",
            "upload_time_iso_8601": "2024-01-02T11:35:58.386747Z",
            "url": "https://files.pythonhosted.org/packages/e2/5d/5ee0487995ba246531cb7689a338e02e6cddbc298bb58f7ad8c60ec47eef/mqt_syrec-1.1.2-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8f532344d00410813a66c0bca66500d5a9a05a634ccd9331ec6e864619dc684",
                "md5": "9c9b1e94bc7b913d9865f12dcc91dba8",
                "sha256": "2c926d6f95df449a3c623a94fc0122b66acf031a1cef70638351c70a01fe8bbb"
            },
            "downloads": -1,
            "filename": "mqt_syrec-1.1.2-cp38-cp38-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9c9b1e94bc7b913d9865f12dcc91dba8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 270828,
            "upload_time": "2024-01-02T11:36:00",
            "upload_time_iso_8601": "2024-01-02T11:36:00.115686Z",
            "url": "https://files.pythonhosted.org/packages/f8/f5/32344d00410813a66c0bca66500d5a9a05a634ccd9331ec6e864619dc684/mqt_syrec-1.1.2-cp38-cp38-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81e5610b2e6928faaae014d0713695ca32552d6592f171d9f0f3d4b91b27b5b3",
                "md5": "5d7192b15f0e455d3dde197f9f82fd10",
                "sha256": "24f387152ae15943a5240f1da7a4409bd90c19d25ec47d54f8cf9bc35410e79f"
            },
            "downloads": -1,
            "filename": "mqt_syrec-1.1.2-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5d7192b15f0e455d3dde197f9f82fd10",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 250739,
            "upload_time": "2024-01-02T11:36:01",
            "upload_time_iso_8601": "2024-01-02T11:36:01.971247Z",
            "url": "https://files.pythonhosted.org/packages/81/e5/610b2e6928faaae014d0713695ca32552d6592f171d9f0f3d4b91b27b5b3/mqt_syrec-1.1.2-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4baf7a5a8983ae410e5a269234364b793f969e3c7135d828a5fbec8eeac8fd1b",
                "md5": "b9572671c7eb3858da013c61da2b862b",
                "sha256": "a29331a8b483bd7df186787e590a517e09435c59d2257db6c32a231b13d23e3e"
            },
            "downloads": -1,
            "filename": "mqt_syrec-1.1.2-cp39-cp39-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b9572671c7eb3858da013c61da2b862b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 271783,
            "upload_time": "2024-01-02T11:36:03",
            "upload_time_iso_8601": "2024-01-02T11:36:03.736911Z",
            "url": "https://files.pythonhosted.org/packages/4b/af/7a5a8983ae410e5a269234364b793f969e3c7135d828a5fbec8eeac8fd1b/mqt_syrec-1.1.2-cp39-cp39-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-02 11:35:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cda-tum",
    "github_project": "mqt-syrec",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mqt.syrec"
}
        
Elapsed time: 1.90069s