{ "info": { "author": "Philippe T. Pinard", "author_email": "philippe.pinard@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "#########\nPyQtTango\n#########\n\n.. image:: https://badge.fury.io/py/pyqttango.svg\n :target: http://badge.fury.io/py/pyqttango\n\nProvides a Qt resource file containing Tango freedesktop.org icons.\n\nInstallation\n============\n\nUsing pip::\n\n pip install pyqttango\n\nIn your code,::\n\n import pyqttango\n\nYou can then use the `fromTheme(name) `_\ncommand of `QIcon `_ to get Tango icons.\nFor example::\n\n import sys\n import pyqttango\n from PyQt5 import QtGui # or from PySide2 import QtGui\n\n app = QtGui.QGuiApplication(sys.argv) # Only necessary if an application is not already created\n QtGui.QIcon.setThemeName('tango')\n icon = QtGui.QIcon.fromTheme('accessories-calculator')\n\nFor the possible icon names, please refer to the freedesktop.org\n`Icon Naming Specification `_\nor `WikiMedia Commons `_.\n\nRelease notes\n=============\n\n0.2.0\n^^^^^\n\n- Use `qtpy `_ instead of PyQt5. This allows the library to be compatible with PySide2 and PyQt5\n- Update license to Apache Software License 2.0\n\nDevelopment\n===========\n\n*pyqttango* generates the Qt resource file (``.rcc``) using all SVG images available on\n`WikiMedia Commons `_.\nThe resource file is distributed as part of the wheel.\nIf you want to manually create it, run::\n\n python3 setup.py generate_rcc\n\nLicense\n=======\n\nAs for 0.2.0, license under Apache Software License 2.0\n\nCopyright (c) 2017-2019 Philippe Pinard\n\n\n\n\n", "description_content_type": "text/x-rst", "docs_url": "https://pythonhosted.org/pyqttango/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ppinard/pyqttango", "keywords": "", "license": "Apache Software License 2.0", "maintainer": "", "maintainer_email": "", "name": "pyqttango", "package_url": "https://pypi.org/project/pyqttango/", "platform": "", "project_url": "https://pypi.org/project/pyqttango/", "project_urls": { "Homepage": "https://github.com/ppinard/pyqttango" }, "release_url": "https://pypi.org/project/pyqttango/0.2.0/", "requires_dist": [ "qtpy", "nose ; extra == 'develop'", "coverage ; extra == 'develop'", "requests ; extra == 'develop'", "requests-download ; extra == 'develop'", "tqdm ; extra == 'develop'" ], "requires_python": "", "summary": "Qt resource file containing Tango freedesktop.org icons", "version": "0.2.0" }, "last_serial": 5109961, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "13b4bfe74dad4b3c3cbcd387fd46e6d9", "sha256": "e098fd0da4f3b51c8d921e17c088a886ca60b605657716561033574c72c31323" }, "downloads": -1, "filename": "pyqttango-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "13b4bfe74dad4b3c3cbcd387fd46e6d9", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 1649571, "upload_time": "2017-04-02T17:09:36", "url": "https://files.pythonhosted.org/packages/54/89/8e4c8a83b3aa96f4003c9ccb0b7b4e5d373fe0f9695ebc490ce58d0df068/pyqttango-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b0c4734f6e6c5ba45e6643e3dc8dba6a", "sha256": "109ebf5627e62166668abe33243a70321a908bb86e0dcd4c09ced2fffd580ab2" }, "downloads": -1, "filename": "pyqttango-0.1.2.tar.gz", "has_sig": false, "md5_digest": "b0c4734f6e6c5ba45e6643e3dc8dba6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20239, "upload_time": "2017-04-02T17:09:17", "url": "https://files.pythonhosted.org/packages/0f/ef/88552e323746a5104b1b4c7858b4bec8a257ec3b6aee7a84f933f83194da/pyqttango-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "0c6adeefce6336d23d3cda553f9b67e8", "sha256": "30b2b4043a644b19ca658adaebf17e729da3a998de3aca22e5fb3cd35b5b6a44" }, "downloads": -1, "filename": "pyqttango-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0c6adeefce6336d23d3cda553f9b67e8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1667179, "upload_time": "2019-04-07T13:20:51", "url": "https://files.pythonhosted.org/packages/52/e4/a907f481310b55e21b902d646c1bf937209468cd1090fb0ea3ed8d38eefa/pyqttango-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eabb230efa4aeb9091c4374a6bd1c47f", "sha256": "66660751ec4e5b943bc763934424774f0bb57e35ca3a566f9242f8c5cf2bdfb4" }, "downloads": -1, "filename": "pyqttango-0.2.0.tar.gz", "has_sig": false, "md5_digest": "eabb230efa4aeb9091c4374a6bd1c47f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20418, "upload_time": "2019-04-07T13:20:53", "url": "https://files.pythonhosted.org/packages/f3/01/63a240bb1b713bb88b942173c0cb922ea1872e89976e0408e677df070a99/pyqttango-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0c6adeefce6336d23d3cda553f9b67e8", "sha256": "30b2b4043a644b19ca658adaebf17e729da3a998de3aca22e5fb3cd35b5b6a44" }, "downloads": -1, "filename": "pyqttango-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0c6adeefce6336d23d3cda553f9b67e8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1667179, "upload_time": "2019-04-07T13:20:51", "url": "https://files.pythonhosted.org/packages/52/e4/a907f481310b55e21b902d646c1bf937209468cd1090fb0ea3ed8d38eefa/pyqttango-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eabb230efa4aeb9091c4374a6bd1c47f", "sha256": "66660751ec4e5b943bc763934424774f0bb57e35ca3a566f9242f8c5cf2bdfb4" }, "downloads": -1, "filename": "pyqttango-0.2.0.tar.gz", "has_sig": false, "md5_digest": "eabb230efa4aeb9091c4374a6bd1c47f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20418, "upload_time": "2019-04-07T13:20:53", "url": "https://files.pythonhosted.org/packages/f3/01/63a240bb1b713bb88b942173c0cb922ea1872e89976e0408e677df070a99/pyqttango-0.2.0.tar.gz" } ] }