{ "info": { "author": "JBC", "author_email": "jbc dot develop at gmail dot com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Topic :: Utilities" ], "description": "The hotest way to deal with PyQt\r\n\r\nAllows a unique way to deal with QtDesigner *.ui* files.\r\n\r\n**Example:**\r\n\r\n.. code-block:: python\r\n\r\n from PyQt4 import QtGui\r\n import pycante\r\n\r\n class MyWidget(pycante.E(\"/path/to/file.ui\"), AnotherClass);\r\n pass\r\n\r\n class MyAnotherWidget(pycante.E(QtGui.QFrame), AnotherClass):\r\n pass\r\n\r\n w0 = MyWidget()\r\n w1 = MyAnotherWidget()\r\n\r\n**Docs:** https://pycante.readthedocs.org/en/latest/", "description_content_type": null, "docs_url": null, "download_url": "https://bitbucket.org/leliel12/pycante/downloads/1.0-pycante.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/leliel12/pycante", "keywords": "qt pyqt gui", "license": "WISKEY License", "maintainer": "", "maintainer_email": "", "name": "pycante", "package_url": "https://pypi.org/project/pycante/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pycante/", "project_urls": { "Download": "https://bitbucket.org/leliel12/pycante/downloads/1.0-pycante.tar.gz", "Homepage": "https://bitbucket.org/leliel12/pycante" }, "release_url": "https://pypi.org/project/pycante/1.0/", "requires_dist": null, "requires_python": null, "summary": "The hotest way to deal with PyQt", "version": "1.0" }, "last_serial": 527947, "releases": { "0.3": [], "1.0": [] }, "urls": [] }