{ "info": { "author": "Microsoft", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Python Interoperability for Q# #\n\nThe `qsharp` package for Python provides interoperability with the Quantum Development Kit and with the Q# language, making it easy to simulate Q# operations and functions from within Python.\n\nFor details on how to get started with Python and Q#, please see the [Getting Started with Python guide](https://docs.microsoft.com/quantum/install-guide/python).\n\n## Installing from Source ##\n\nIf you'd like to contribute to or experiment with the Python interoperability feature, it may be useful to install from source rather than from the `qsharp` package on the Python Package Index (PyPI).\nTo do so, make sure that you are in the `src` directory, and run `setup.py` with the `install` argument:\n\n```bash\ncd iqsharp/src/Python/\npython setup.py install\n```\n\n## Building the `qsharp` Package ##\n\nThe Python interoperability feature uses a standard `setuptools`-based packaging strategy.\nTo build a platform-independent wheel, run the setup script with `bdist_wheel` instead:\n\n\n```bash\ncd iqsharp/src/Python/\npython setup.py bdist_wheel\n```\n\nBy default, this will create a `qsharp` wheel in `dist/` with the version number set to 0.0.0.1.\nTo provide a more useful version number, set the `ASSEMBLY_VERSION` environment variable before running `setup.py`.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Quantum/QuantumLibraries", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "qdk", "package_url": "https://pypi.org/project/qdk/", "platform": "", "project_url": "https://pypi.org/project/qdk/", "project_urls": { "Homepage": "https://github.com/Quantum/QuantumLibraries" }, "release_url": "https://pypi.org/project/qdk/0.9.1908.2906/", "requires_dist": [ "qsharp" ], "requires_python": "", "summary": "Python client for Q#, a domain-specific quantum programming language", "version": "0.9.1908.2906" }, "last_serial": 5779603, "releases": { "0.9.1908.2906": [ { "comment_text": "", "digests": { "md5": "7427f31522a1bceacc50bf9ab3a8f372", "sha256": "584d752d23dbb1b4fde65c7c2efea2c549c2d6aa370ec6012bbe31cd1f103fac" }, "downloads": -1, "filename": "qdk-0.9.1908.2906-py3-none-any.whl", "has_sig": false, "md5_digest": "7427f31522a1bceacc50bf9ab3a8f372", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2301, "upload_time": "2019-09-04T06:50:34", "url": "https://files.pythonhosted.org/packages/bf/dd/2cab2407e1feddf454a3418d13ec074070e0d1f268c0bbe6c151f57101a7/qdk-0.9.1908.2906-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "25192bf44d3774bd1a53961c53396227", "sha256": "f189958670307944ac325765b87a041cfff1438972b826fb0627b5f46460e088" }, "downloads": -1, "filename": "qdk-0.9.1908.2906.tar.gz", "has_sig": false, "md5_digest": "25192bf44d3774bd1a53961c53396227", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2293, "upload_time": "2019-09-04T06:50:37", "url": "https://files.pythonhosted.org/packages/8b/2f/8919a169c6c3580b9161f7ec12aa0ffa01e1794f5586ac583197a987f173/qdk-0.9.1908.2906.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7427f31522a1bceacc50bf9ab3a8f372", "sha256": "584d752d23dbb1b4fde65c7c2efea2c549c2d6aa370ec6012bbe31cd1f103fac" }, "downloads": -1, "filename": "qdk-0.9.1908.2906-py3-none-any.whl", "has_sig": false, "md5_digest": "7427f31522a1bceacc50bf9ab3a8f372", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2301, "upload_time": "2019-09-04T06:50:34", "url": "https://files.pythonhosted.org/packages/bf/dd/2cab2407e1feddf454a3418d13ec074070e0d1f268c0bbe6c151f57101a7/qdk-0.9.1908.2906-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "25192bf44d3774bd1a53961c53396227", "sha256": "f189958670307944ac325765b87a041cfff1438972b826fb0627b5f46460e088" }, "downloads": -1, "filename": "qdk-0.9.1908.2906.tar.gz", "has_sig": false, "md5_digest": "25192bf44d3774bd1a53961c53396227", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2293, "upload_time": "2019-09-04T06:50:37", "url": "https://files.pythonhosted.org/packages/8b/2f/8919a169c6c3580b9161f7ec12aa0ffa01e1794f5586ac583197a987f173/qdk-0.9.1908.2906.tar.gz" } ] }