{ "info": { "author": "Hioshi Miura", "author_email": "miurahr@linux.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Environment :: X11 Applications :: Qt", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: C++", "Programming Language :: Python", "Topic :: Software Development", "Topic :: Software Development :: Libraries" ], "description": "Another Qt installer(aqt)\n=========================\n\n\n.. |pypi| image:: https://badge.fury.io/py/aqtinstall.png\n :target: http://badge.fury.io/py/aqtinstall\n.. |docs| image:: https://readthedocs.org/projects/aqtinstall/badge/?version=latest\n :target: https://aqtinstall.readthedocs.io/en/latest/?badge=latest\n.. |pep8| image:: https://travis-ci.org/miurahr/aqtinstall.svg?branch=master\n :target: https://travis-ci.org/miurahr/aqtinstall\n.. |macos| image:: https://dev.azure.com/miurahr/github/_apis/build/status/miurahr.aqtinstall?branchName=master&jobName=Mac\n :target: https://dev.azure.com/miurahr/github/_build/latest?definitionId=6&branchName=master\n.. |ubuntu| image:: https://dev.azure.com/miurahr/github/_apis/build/status/miurahr.aqtinstall?branchName=master&jobName=Linux\n :target: https://dev.azure.com/miurahr/github/_build/latest?definitionId=6&branchName=master\n.. |windows| image:: https://dev.azure.com/miurahr/github/_apis/build/status/miurahr.aqtinstall?branchName=master&jobName=Windows\n :target: https://dev.azure.com/miurahr/github/_build/latest?definitionId=6&branchName=master\n.. |ext| image:: https://dev.azure.com/miurahr/github/_apis/build/status/miurahr.aqtinstall?branchName=master&jobName=Linux%20(Specific%20Mirror)\n :target: https://dev.azure.com/miurahr/github/_build/latest?definitionId=6&branchName=master\n\n+--------+-----------+---------+\n| Jobs | Mac | Release | \n| | Linux | Status |\n| | Windows | |\n| | Mirror | |\n+--------+-----------+---------+\n| Status | |macos| | |pypi| |\n| | |ubuntu| | |pep8| |\n| | |windows| | |docs| |\n| | |ext| | |\n+--------+-----------+---------+\n\nThis is an utility replacing the official graphical Qt installer. It can\nautomatically download prebuilt Qt binaries for any target (you're not bound to\nLinux binaries on Linux; you could also download iOS binaries).\nIt's working with Python > 3.5 on Linux, OS X and Windows.\nIt is required to install 7zip utility in your platform.\n\nInstall\n-------\n\nSame as usual, it can be installed with `pip`\n\n.. code-block:: bash\n\n $ pip install aqtinstall\n\nUsage\n-----\n\nGeneral usage looks like this:\n\n.. code-block:: bash\n\n aqt [-h][--help][-O | --outputdir ][-b | --base ][-E | --external <7zip command>] \\\n [--internal] install []\n\n.. code-block:: bash\n\n python -m aqt [-h][--help][-O | --outputdir ][-b | --base ][-E | --external <7zip command>] \\\n [--internal] install []\n\n* The Qt version is formatted like this: `5.11.3`\n* Host is one of: `linux`, `mac`, `windows`\n* Target is one of: `desktop`, `android`, `ios` (iOS only works with mac host)\n* For android and windows you also need to specify an arch: `win64_msvc2017_64`,\n `win64_msvc2015_64`, `win32_msvc2015`, `win32_mingw53`, `win64_mingw73`, `android_x86`, `android_armv7`\n* You can also use internal 7zip extractor instead of external 7zip command.\n* You can specify external 7zip command path.\n\n\nThe Qt packages are installed under current directory as such `Qt//gcc_64/`\nIf you want to install it in `C:\\Qt` as same as standard gui installer default,\nrun such as follows:\n\n.. code-block:: bash\n\n C:\\> mkdir Qt\n C:\\> aqt install -O c:\\Qt 5.11.3 windows desktop win64_msvc2017_64\n\n\nExample: Installing Qt 5.12.0 for Linux:\n\n.. code-block:: bash\n\n pip install aqtinstall\n sudo aqt install --outputdir /opt 5.12.0 linux desktop\n\n\nExample: Installing Android (armv7) Qt 5.10.2:\n\n.. code-block:: bash\n\n aqt install 5.10.2 linux android android_armv7\n\n\nExample: Show help message\n\n.. code-block:: bash\n\n aqt help\n\n\n\nSupported CI platform\n---------------------\n\nThere are no limitation for CI platform but currently it is tested on Azure Pipelines.\n\n\nKnown issues and limitations\n----------------------------\n\nCurrent version(v0.4.0) don't have a capability to install tools such as mingw and qtcreator.\nA utility install only Qt library staffs.\n\n\nLicense and copyright\n---------------------\n\nThis program is distributed under MIT license.\n\nQt SDK and its related files are under its licenses. When using the utility, you are considered\nto agree upon Qt licenses.\nFor details see `Qt licensing`_ and `Licenses used in Qt5`_\n\n.. _`Qt licensing`: https://www.qt.io/licensing/\n\n.. _`Licenses used in Qt5`: https://doc.qt.io/qt-5/licenses-used-in-qt.html\n\nHistory\n-------\n\nThis program is originally shown in `Kaidan`_ project as a name `qli-installer`.\nA project `aqtinstall` extend the original to run with standard python features with Linux, Mac and Windows,\nto be tested on CI platform, and to improve performance with a concurrent downloading.\n\n.. _`kaidan`: https://git.kaidan.im/lnj/qli-installer\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/miurahr/aqtinstall", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "aqtinstall", "package_url": "https://pypi.org/project/aqtinstall/", "platform": "", "project_url": "https://pypi.org/project/aqtinstall/", "project_urls": { "Homepage": "http://github.com/miurahr/aqtinstall" }, "release_url": "https://pypi.org/project/aqtinstall/0.4.3/", "requires_dist": [ "requests", "six", "py7zr", "pytest ; extra == 'dev'", "pytest-pep8 ; extra == 'dev'", "pytest-cov ; extra == 'dev'", "flake8 ; extra == 'dev'" ], "requires_python": "", "summary": "Another unofficial Qt installer", "version": "0.4.3" }, "last_serial": 5944614, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "2446c470aab7740b1dd04636443dc2ad", "sha256": "30e0b7a23a397d2d0a684b0a3516d88d62ffbd2eed765c8396c86b7ed4f4101f" }, "downloads": -1, "filename": "aqtinstall-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "2446c470aab7740b1dd04636443dc2ad", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9734, "upload_time": "2019-03-07T00:45:46", "url": "https://files.pythonhosted.org/packages/ac/d9/a0f791f8471092b715692e7c9075a048c0a449d1a9261899150738ab3ce7/aqtinstall-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bc76be6d800cf793beabf9cce0b1d9ed", "sha256": "3d8f512e6f03119d7d6f53086048554b3cab7591c35fc16917dba737108d21cc" }, "downloads": -1, "filename": "aqtinstall-0.2.0.tar.gz", "has_sig": false, "md5_digest": "bc76be6d800cf793beabf9cce0b1d9ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5420, "upload_time": "2019-03-07T00:45:51", "url": "https://files.pythonhosted.org/packages/f1/f9/5caae6b7a7c343c0ab6b892f3a1b38f8c22ccef727b177124dfdd55b75d9/aqtinstall-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "6322695021f651eb9c1e054d73977bdd", "sha256": "95ce869feb7a19f38bb2d5609d25dca6832d568bb0ca8ca779ee1bb16aeab265" }, "downloads": -1, "filename": "aqtinstall-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6322695021f651eb9c1e054d73977bdd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11820, "upload_time": "2019-03-07T14:23:12", "url": "https://files.pythonhosted.org/packages/b5/52/d3f0ed1f4a6fdda506c23140c9a15fe33ceffdc765b163558f3bb58b3a29/aqtinstall-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2bdc41813e211bddc29d53d760d4a36b", "sha256": "51eb3189e9694247aec8bb958be2b4ef6e67c786c8b77d942c60de6a412e910c" }, "downloads": -1, "filename": "aqtinstall-0.3.0.tar.gz", "has_sig": false, "md5_digest": "2bdc41813e211bddc29d53d760d4a36b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5505, "upload_time": "2019-03-07T14:23:05", "url": "https://files.pythonhosted.org/packages/ef/cb/17cb9b26f220ba1fc1274bf0eed7c3d478fcda0a0cd5f7d4f757729e0cd8/aqtinstall-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "4a1330487f334ea7a2ee3507ab88bfd5", "sha256": "6e7d770c21b9f2492f5e2aa61b47cebb3c3bb6dabc7e4880fd13fec6b9e091c5" }, "downloads": -1, "filename": "aqtinstall-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4a1330487f334ea7a2ee3507ab88bfd5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9429, "upload_time": "2019-03-14T22:37:35", "url": "https://files.pythonhosted.org/packages/aa/93/633b9b10fd90e6c9229f4808572ff9496dbd9b713b96efeb09feb5a95ea7/aqtinstall-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "440ddab21f8cf9a4f29e6b78ffe7d22d", "sha256": "dcba0c3cd2c8ef26aa6960250afadeae58a55f46d85d9e5d9ed238b90bda54d0" }, "downloads": -1, "filename": "aqtinstall-0.3.1.tar.gz", "has_sig": false, "md5_digest": "440ddab21f8cf9a4f29e6b78ffe7d22d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5779, "upload_time": "2019-03-14T22:37:37", "url": "https://files.pythonhosted.org/packages/35/24/c13980849609fe932d6bb2425cc444d9e9f961c933806c1d0833423a5845/aqtinstall-0.3.1.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "e60ab6d03a5e20ca74adb7becf2237e1", "sha256": "99cc6e4affbfe60e7c984c7d598a704c42e7da5f41503a0adf16ff5ce8bf9717" }, "downloads": -1, "filename": "aqtinstall-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e60ab6d03a5e20ca74adb7becf2237e1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13456, "upload_time": "2019-05-29T01:25:48", "url": "https://files.pythonhosted.org/packages/43/4f/73ac01ee8fa078f3dd781a160b91a22859ddd32eb4005581cfa12b6bfba4/aqtinstall-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "431794e9a064d2676639395dc9324219", "sha256": "68e5725af84e11a43f89183b7a8d701c1139e478b15e63badb1a3eec04eabd64" }, "downloads": -1, "filename": "aqtinstall-0.4.0.tar.gz", "has_sig": false, "md5_digest": "431794e9a064d2676639395dc9324219", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9380, "upload_time": "2019-05-29T01:25:50", "url": "https://files.pythonhosted.org/packages/e7/b9/86f8845580880ab39282d82013111576e6a158052f06026f5d2c2310fdd2/aqtinstall-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "03002f10d0c82f4a9c39ffa5958c202d", "sha256": "84d42b690a45faa7797f4a728b8f9a96ae0ab64ec1e04f4c3031fbdae69c7cce" }, "downloads": -1, "filename": "aqtinstall-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "03002f10d0c82f4a9c39ffa5958c202d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13547, "upload_time": "2019-07-28T13:01:12", "url": "https://files.pythonhosted.org/packages/29/b0/a03857ff66d7f366e691fba5ab09695a8ad73c435ba503278025c84740f4/aqtinstall-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2db28de4602a44b2b4fef7c39fa6900b", "sha256": "d422b160c3c5bf4f73b2753fe609b5e40c18c65edd2da3d9bf0ddf64e20000d0" }, "downloads": -1, "filename": "aqtinstall-0.4.1.tar.gz", "has_sig": false, "md5_digest": "2db28de4602a44b2b4fef7c39fa6900b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10370, "upload_time": "2019-07-28T13:01:14", "url": "https://files.pythonhosted.org/packages/9d/b0/12c7b05aa281140bd3daa4b8b6c715a3ea0abc3f15d2b39c5aeb0ee2c81f/aqtinstall-0.4.1.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "cbf8cd79342f5bf2a754e16adc5d3cc6", "sha256": "8fd945c942495694cdee64b76514de31aeda4e2c6506e740fe53b03b32d31541" }, "downloads": -1, "filename": "aqtinstall-0.4.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cbf8cd79342f5bf2a754e16adc5d3cc6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13550, "upload_time": "2019-09-25T14:18:05", "url": "https://files.pythonhosted.org/packages/35/50/11296216d9c901a28d4fba5350a9d3933f1f0efcf117c02594dc6fa97fbd/aqtinstall-0.4.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "294a036ab72c7d9b56628b5f771a0239", "sha256": "e07f5a26e8df75b578b20f1a3f8d07a03ad79edd4b406d103c25e54ed16ecb54" }, "downloads": -1, "filename": "aqtinstall-0.4.3.tar.gz", "has_sig": false, "md5_digest": "294a036ab72c7d9b56628b5f771a0239", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10372, "upload_time": "2019-09-25T14:18:07", "url": "https://files.pythonhosted.org/packages/53/2e/7a85eeb47635820768529b86703fc9353622584dce3b22054c8dbd52596f/aqtinstall-0.4.3.tar.gz" } ], "0.5b1": [ { "comment_text": "", "digests": { "md5": "8f4613601c2c464a7d588d76aa49757a", "sha256": "befe3d84c5d1121c7453e8482e8d5849133dc587735219b51f28f9bbb913c739" }, "downloads": -1, "filename": "aqtinstall-0.5b1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8f4613601c2c464a7d588d76aa49757a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14765, "upload_time": "2019-10-08T12:43:29", "url": "https://files.pythonhosted.org/packages/23/35/b406c3e00621c08bb170a5adba91ff23d14ea206963a9fcfa38c4d735930/aqtinstall-0.5b1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8aec88839e9a400be2174b2ece74dabd", "sha256": "4b82f364031f18fff9b390622f4e050b73f227af4de88faf2f8b5acae624e72c" }, "downloads": -1, "filename": "aqtinstall-0.5b1.tar.gz", "has_sig": false, "md5_digest": "8aec88839e9a400be2174b2ece74dabd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29068, "upload_time": "2019-10-08T12:43:30", "url": "https://files.pythonhosted.org/packages/0f/8a/cb096d624966c46b288b96470da1e647e0687508ac383a62dc6fdb487e53/aqtinstall-0.5b1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cbf8cd79342f5bf2a754e16adc5d3cc6", "sha256": "8fd945c942495694cdee64b76514de31aeda4e2c6506e740fe53b03b32d31541" }, "downloads": -1, "filename": "aqtinstall-0.4.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cbf8cd79342f5bf2a754e16adc5d3cc6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13550, "upload_time": "2019-09-25T14:18:05", "url": "https://files.pythonhosted.org/packages/35/50/11296216d9c901a28d4fba5350a9d3933f1f0efcf117c02594dc6fa97fbd/aqtinstall-0.4.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "294a036ab72c7d9b56628b5f771a0239", "sha256": "e07f5a26e8df75b578b20f1a3f8d07a03ad79edd4b406d103c25e54ed16ecb54" }, "downloads": -1, "filename": "aqtinstall-0.4.3.tar.gz", "has_sig": false, "md5_digest": "294a036ab72c7d9b56628b5f771a0239", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10372, "upload_time": "2019-09-25T14:18:07", "url": "https://files.pythonhosted.org/packages/53/2e/7a85eeb47635820768529b86703fc9353622584dce3b22054c8dbd52596f/aqtinstall-0.4.3.tar.gz" } ] }