{ "info": { "author": "Tomas Poveda", "author_email": "tpovedatd@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "tpQtLib\n============================================================\n\n.. image:: https://img.shields.io/github/license/tpoveda/tpQtLib.svg\n :target: https://github.com/tpoveda/tpPyUtils/blob/master/LICENSE\n\n.. image:: https://travis-ci.com/tpoveda/tpQtLib.svg?branch=master\n :target: https://travis-ci.com/tpoveda/tpQtLib\n\n\nCollection of Python modules to make your life easier when working with PySide/PyQt.\n\nAlso, when working with specific DCCs, tpQtLib will auto import proper modules and will use\nDCC specific implementations for PySide/PyQt widgets.\n\nInstallation\n-------------------\nManual\n~~~~~~~~~~~~~~~~~~~~~~\n1. Clone/Download tpQtLib anywhere in your PC (If you download the repo, you will need to extract\nthe contents of the .zip file).\n2. Copy **tpQtLib** folder located inside **source** folder in a path added to **sys.path**\n\nAutomatic\n~~~~~~~~~~~~~~~~~~~~~~\nAutomatic installation for tpQtLib is not finished yet.\n\nDCC Implementations\n-------------------\nAt this moment following DCCs are supported:\n\n* **3ds Max**: https://github.com/tpoveda/tpMaxLib\n* **Maya**: https://github.com/tpoveda/tpMayaLib\n* **Houdini**: https://github.com/tpoveda/tpHoudiniLib\n* **Nuke**: https://github.com/tpoveda/tpNukeLib\n* **Blender**: *Work in Progress*\n\nDuring tpQtLib initialization, if DCC specific implementation package is found in sys.path, tpQtLib\nwill automatically detect it and will import it.\n\nUsage\n-------------------\nInitialization Code\n~~~~~~~~~~~~~~~~~~~~~~\ntpQtLib must be initialized before being used.\n\n.. code-block:: python\n\n import tpQtLib\n tpQtLib.init()\n\n\nReloading\n~~~~~~~~~~~~~~~~~~~~~~\nFor development purposes, you can enable reloading system, so \nyou can reload tpQtLib sources without the necessity of restarting\nyour Python session. Useful when working with DCCs.\n\n.. code-block:: python\n\n import tpQtLib\n reload(tpQtLib)\n tpQtLib.init(True)\n\nEnabling debug log\n~~~~~~~~~~~~~~~~~~~~~~\nBy default, tpQtLib logger only logs warning messages. To enable all log messages\nyou can set TPQTLIB_DEV environment variables to 'True'\n\n.. code-block:: python\n\n import os\n\n os.environ['TPQTLIB_DEV'] = 'True'\n import tpQtLib\n tpQtLib.init()\n\n\nDeploying new version (only for devs)\n-----------------------------------------\n\nUpdate version\n~~~~~~~~~~~~~~~~~~~~~~\n\nMake sure **setup.cfg** file version field is updated\n\nInstalling libraries\n~~~~~~~~~~~~~~~~~~~~~~\nMake sure that you have installed the following packages:\n\n* **wheel**\n\n.. code-block:: console\n\n pip install wheel\n\n* **twine**\n\n.. code-block:: console\n\n pip install twine\n\n* **setuptools**\n\n.. code-block:: console\n\n pip install setuptools\n\nMake sure to update setuptools to latest available version:\n\n.. code-block:: console\n\n pip install setuptools --upgrade\n\n\nGenerate wheel\n~~~~~~~~~~~~~~~~~~~~~~\n\n.. code-block:: console\n\n python setup.py sdist bdist_wheel\n\nValidate wheel package generation\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. code-block:: console\n\n twine check dist/*\n\nUpload package to PyPi\n~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. code-block:: console\n\n twine upload dist/*", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tpoveda/tpQtLib", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "tpqtlib", "package_url": "https://pypi.org/project/tpqtlib/", "platform": "", "project_url": "https://pypi.org/project/tpqtlib/", "project_urls": { "Homepage": "https://github.com/tpoveda/tpQtLib" }, "release_url": "https://pypi.org/project/tpqtlib/0.0.15/", "requires_dist": null, "requires_python": "", "summary": "Collection of Python utilities modules to work with PySide/PyQt and DCCs", "version": "0.0.15" }, "last_serial": 5969320, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e21b54d6ae71e824cb70e0535b8c11de", "sha256": "2044b2a9ffa2ac2ce25e584f26e06277fe18628b1db05348b59584352fea93a5" }, "downloads": -1, "filename": "tpqtlib-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e21b54d6ae71e824cb70e0535b8c11de", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2166625, "upload_time": "2019-07-16T20:02:47", "url": "https://files.pythonhosted.org/packages/24/0f/7818f69a63f08dc381cac6adcbe7a91cc0d2aa7adfa0a770d7b34462a382/tpqtlib-0.0.1-py2.py3-none-any.whl" } ], "0.0.10": [ { "comment_text": "", "digests": { "md5": "6c8c1e64e158797f158988e82d81c713", "sha256": "5ff0d7ae72eb92fdbf9aa57c55e7a3f842ecf4889225fad5b36d6377e150f1b9" }, "downloads": -1, "filename": "tpqtlib-0.0.10-py3.6.egg", "has_sig": false, "md5_digest": "6c8c1e64e158797f158988e82d81c713", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 1772176, "upload_time": "2019-08-16T03:25:09", "url": "https://files.pythonhosted.org/packages/ad/bb/e358928944af5b95b96021b9b58974b82d95f74fc390dfe92b0a7a5a313e/tpqtlib-0.0.10-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "cb9ecb8028874a925412a6dfa9b50d77", "sha256": "37e29a42ed0a658b750b63150958aad2cd77b867820f0e5a697f6171e39ee08e" }, "downloads": -1, "filename": "tpqtlib-0.0.10.tar.gz", "has_sig": false, "md5_digest": "cb9ecb8028874a925412a6dfa9b50d77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 987176, "upload_time": "2019-08-16T03:25:11", "url": "https://files.pythonhosted.org/packages/3d/f8/fd96df5bf8b2c63f1291ff35b806100c0d7b0c6202be726f0db22cff9a3f/tpqtlib-0.0.10.tar.gz" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "c3431e6e0e229aa390980789eaf2c21f", "sha256": "6ef78ba0f84497936b3513ff79d90373dd7e777c6a18d152f186a554d5cf3302" }, "downloads": -1, "filename": "tpqtlib-0.0.11-py3.6.egg", "has_sig": false, "md5_digest": "c3431e6e0e229aa390980789eaf2c21f", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 1772330, "upload_time": "2019-08-16T03:41:42", "url": "https://files.pythonhosted.org/packages/3b/4b/93479d3df9669f58805117222c0da81428e84b33f800c309968489e6e8dd/tpqtlib-0.0.11-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "660e27bb707a733f25ff3c869e6389a8", "sha256": "5d69b215d7ada50a42d45d2497bf2c30b4b9c6475cb25c6de03ca45ee0ff8977" }, "downloads": -1, "filename": "tpqtlib-0.0.11.tar.gz", "has_sig": false, "md5_digest": "660e27bb707a733f25ff3c869e6389a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 987138, "upload_time": "2019-08-16T03:41:44", "url": "https://files.pythonhosted.org/packages/58/e9/05a2eb67b7b30e16e3059f169a4730ffbabd8a7a1b765a36f9fe49ad99bc/tpqtlib-0.0.11.tar.gz" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "2108ad317f0b2fa01fce3b04284d7a31", "sha256": "a88ccdf9f2fcbf8a552c2f4b3c4dd02fdc6911651769d0018571a1c2ccc490a2" }, "downloads": -1, "filename": "tpqtlib-0.0.12-py3.6.egg", "has_sig": false, "md5_digest": "2108ad317f0b2fa01fce3b04284d7a31", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 1772380, "upload_time": "2019-08-16T04:05:16", "url": "https://files.pythonhosted.org/packages/6b/0f/5ad7085c233ced93a4bde8f339d0c9db08faf06e2e0b500c2dbc5efb344e/tpqtlib-0.0.12-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "f20e6bd288787b13c8707ff486b03666", "sha256": "8ad780df3a53bf079f46f58c6173b3b2855f043971be95f0c8d127e019ac1ec3" }, "downloads": -1, "filename": "tpqtlib-0.0.12.tar.gz", "has_sig": false, "md5_digest": "f20e6bd288787b13c8707ff486b03666", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 987297, "upload_time": "2019-08-16T04:05:18", "url": "https://files.pythonhosted.org/packages/41/b1/c42db5f0446292b9dc744e16582e629742e886af728889b673675b763d24/tpqtlib-0.0.12.tar.gz" } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "cba963350f625a145c391c8c4b8d24ea", "sha256": "886dc99abee155d487b5b7492e72ea2156dabac2f38f9c0352acea10d6a34166" }, "downloads": -1, "filename": "tpqtlib-0.0.13-py3.6.egg", "has_sig": false, "md5_digest": "cba963350f625a145c391c8c4b8d24ea", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 1772782, "upload_time": "2019-08-26T03:06:21", "url": "https://files.pythonhosted.org/packages/f2/1b/1f032b8b45c47c21741cb10178ef224fa195d791d57de887bbede1ed7e7a/tpqtlib-0.0.13-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "a7824135514bebe8b11b11cae7876b0b", "sha256": "c0127e7d13eece539b87d8811b0ba89531e2be89975f3f0f2ea7793053314c2e" }, "downloads": -1, "filename": "tpqtlib-0.0.13.tar.gz", "has_sig": false, "md5_digest": "a7824135514bebe8b11b11cae7876b0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 987450, "upload_time": "2019-08-26T03:06:23", "url": "https://files.pythonhosted.org/packages/03/6a/4ae9b5b33d2de320ef9f5605545c4efc97b4da730c2738b00d154a68f29e/tpqtlib-0.0.13.tar.gz" } ], "0.0.14": [ { "comment_text": "", "digests": { "md5": "4f4d824ff69d81f6026a44bc353a57e9", "sha256": "b387f4bbed74347b4484aca250f8f9709aed1f43c449ef315cc1cfcb2c42388e" }, "downloads": -1, "filename": "tpqtlib-0.0.14-py3.6.egg", "has_sig": false, "md5_digest": "4f4d824ff69d81f6026a44bc353a57e9", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 1776949, "upload_time": "2019-09-17T21:51:10", "url": "https://files.pythonhosted.org/packages/fa/9f/57b175644534020aa108c24992dfe6c3a246e6c049ad30f410cdb96d498e/tpqtlib-0.0.14-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "e1d122b1c5e5506034e4d644c3eb35ab", "sha256": "2b176718cf956abefc95a4d94f6a820600420f59a1eddd4cc610c9288327c776" }, "downloads": -1, "filename": "tpqtlib-0.0.14.tar.gz", "has_sig": false, "md5_digest": "e1d122b1c5e5506034e4d644c3eb35ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 988361, "upload_time": "2019-09-17T21:51:13", "url": "https://files.pythonhosted.org/packages/11/d9/280d5ca1d97b24da53690caed609408f46aa3794a01de26cebb7f96c02ed/tpqtlib-0.0.14.tar.gz" } ], "0.0.15": [ { "comment_text": "", "digests": { "md5": "769f03ed9bfdb811af42b2854dbf401e", "sha256": "0ac1110db8470f0191d65f0b51a74c1576a8997ad609d040a58cb0efcfdde8c7" }, "downloads": -1, "filename": "tpqtlib-0.0.15-py3.6.egg", "has_sig": false, "md5_digest": "769f03ed9bfdb811af42b2854dbf401e", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 1778269, "upload_time": "2019-10-14T00:58:44", "url": "https://files.pythonhosted.org/packages/76/ce/09d503225b5bb5a7f63880991031d24dff6a8f0ec8b6a7428cc541909063/tpqtlib-0.0.15-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "3f2dc4cbd19c973b372a69d8e49e2cfe", "sha256": "d6a935b0d7110bc32face623edb96249087b11f2ed1a69f588fca33b93de47e0" }, "downloads": -1, "filename": "tpqtlib-0.0.15.tar.gz", "has_sig": false, "md5_digest": "3f2dc4cbd19c973b372a69d8e49e2cfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 989169, "upload_time": "2019-10-14T00:58:47", "url": "https://files.pythonhosted.org/packages/c5/17/7f24b5598802c4a6bea3dd0bb14fe4f89ba32fcb7d9846214b2b089f5c8c/tpqtlib-0.0.15.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "b835614170c09653fa6ea0c7e549dadc", "sha256": "b4db4e572af451eb6c253d48194527d5acd1eabaf83d5470df34e95178b9bebd" }, "downloads": -1, "filename": "tpqtlib-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b835614170c09653fa6ea0c7e549dadc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3791923, "upload_time": "2019-07-21T03:06:24", "url": "https://files.pythonhosted.org/packages/d3/f9/a730a82745bb95b9b7cb674265c0c3ad88241282cc277ec90a64941643d3/tpqtlib-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8ecb419013d5449feef0ebd2be408009", "sha256": "fafb53ff2a2c48d74ffd74a0f42c314979d929e7de812e3ee75d161b067bffb2" }, "downloads": -1, "filename": "tpqtlib-0.0.2.tar.gz", "has_sig": false, "md5_digest": "8ecb419013d5449feef0ebd2be408009", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3656614, "upload_time": "2019-07-21T03:06:29", "url": "https://files.pythonhosted.org/packages/16/a9/957b25ba7175980f26a7cbfaeab8864435a7868108f3abc5494a9b46c2fc/tpqtlib-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "e792369b5867f1fe1bb5bf0cb1e70b81", "sha256": "aa13ea5a0120fbaf6c752b30f463a3da4bc7e9eda96caf02ada2e6e37d044c34" }, "downloads": -1, "filename": "tpqtlib-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e792369b5867f1fe1bb5bf0cb1e70b81", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3779447, "upload_time": "2019-07-23T01:39:45", "url": "https://files.pythonhosted.org/packages/4c/39/92d00462dc28f4a37569922cd7c8c2b3b0529d7e541a8773816365210dde/tpqtlib-0.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "638be3cdd0183a1ba0a7cbcafe2eb26b", "sha256": "bd377b160e5143cca15ab8f28bb4d29220be6c9d6d57469711980ec5cabfe5d5" }, "downloads": -1, "filename": "tpqtlib-0.0.3.tar.gz", "has_sig": false, "md5_digest": "638be3cdd0183a1ba0a7cbcafe2eb26b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3646546, "upload_time": "2019-07-23T01:39:50", "url": "https://files.pythonhosted.org/packages/da/4a/4b4043f4e101f047f2d21725ea9345e720563ccc4e430b2913867ba64efa/tpqtlib-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "a4f8b5a6a7225e7f490bfda2fe86f3d4", "sha256": "bae28a4c886c50220a66f54c876109921898736b4b1618e2d59b030d5d369254" }, "downloads": -1, "filename": "tpqtlib-0.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a4f8b5a6a7225e7f490bfda2fe86f3d4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3779674, "upload_time": "2019-07-27T02:37:12", "url": "https://files.pythonhosted.org/packages/31/e4/2f8f9538d109a05b658053564060ea41f89c738ed8024932c1ff6680b301/tpqtlib-0.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "be4c3595184be13891ab4300b980cfed", "sha256": "c9d1914931a862ca4df8fd249f51c51804c9967d04d5b14597c0000fb3dd3dd7" }, "downloads": -1, "filename": "tpqtlib-0.0.4.tar.gz", "has_sig": false, "md5_digest": "be4c3595184be13891ab4300b980cfed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3645879, "upload_time": "2019-07-27T02:37:17", "url": "https://files.pythonhosted.org/packages/28/8b/d658b59ee7c1a75f42067541289267b5db55564a6537f191732804440f3b/tpqtlib-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "1aec3c738debc511711bc6e6346f402b", "sha256": "ba835fac23c2d975c0bd91d4388d05cb0d28ed39e6cf2aa5f2bcc987b8a3de1a" }, "downloads": -1, "filename": "tpqtlib-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1aec3c738debc511711bc6e6346f402b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 947522, "upload_time": "2019-07-28T18:06:33", "url": "https://files.pythonhosted.org/packages/c9/df/4ee24d061832b80a2e5b4554430c028a576581635d269712817f3282d53e/tpqtlib-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1ccb0d98d9633964405254289731ad5b", "sha256": "08318775f883e8b259476b4fd262b2147e54c4c5519c52ee590513ac5cb2f020" }, "downloads": -1, "filename": "tpqtlib-0.0.5.tar.gz", "has_sig": false, "md5_digest": "1ccb0d98d9633964405254289731ad5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 859591, "upload_time": "2019-07-28T18:06:36", "url": "https://files.pythonhosted.org/packages/f9/ad/1085eafb8ea984edff3fd7a9a08851f769fdc34d9b2e47f6c797473a27ac/tpqtlib-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "144e877be3c4d736efb37ff98dff80dc", "sha256": "fd0822bffb2525986439a04fa248ef962fbeb6dcc9be89be062f957cf08a5e99" }, "downloads": -1, "filename": "tpqtlib-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "144e877be3c4d736efb37ff98dff80dc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 949680, "upload_time": "2019-07-29T23:53:37", "url": "https://files.pythonhosted.org/packages/8f/d5/292d3956cb53b4c258ab4456f8bd43c3e35404588e2a89dbefd3e67dbe47/tpqtlib-0.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "23a8a3ba5f1e0f7025ef4958cfde5084", "sha256": "bae4de732d153c2318cb4c1875edea6e0bd0125c1d2a8e3d336fb678af33930c" }, "downloads": -1, "filename": "tpqtlib-0.0.6.tar.gz", "has_sig": false, "md5_digest": "23a8a3ba5f1e0f7025ef4958cfde5084", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 861449, "upload_time": "2019-07-29T23:53:40", "url": "https://files.pythonhosted.org/packages/63/be/d7fcab185d837de5549f22e94160cfb5c24a8bf7bfb208e1a4f9c2557821/tpqtlib-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "c48dd89f102574aeb72f762b9ab84216", "sha256": "19cf66e31b978fc8513e43fcf1fdb0867464860dd6e60d0f5ccdd6e192b97b2c" }, "downloads": -1, "filename": "tpqtlib-0.0.7-py3.6.egg", "has_sig": false, "md5_digest": "c48dd89f102574aeb72f762b9ab84216", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 1382595, "upload_time": "2019-08-16T01:59:31", "url": "https://files.pythonhosted.org/packages/d2/bb/a1c402adfcfec4c9d00414b925f4884bb6b9aa8b1085ed0048fb8ea3a312/tpqtlib-0.0.7-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "157de5cd8dff05e1351922debffd8c5b", "sha256": "c4f400e862cafb79bce8cf9a1afee9923b60749d83fc9b7743ebe90dab021cc5" }, "downloads": -1, "filename": "tpqtlib-0.0.7.tar.gz", "has_sig": false, "md5_digest": "157de5cd8dff05e1351922debffd8c5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 668955, "upload_time": "2019-08-16T01:59:33", "url": "https://files.pythonhosted.org/packages/c7/39/1c38285dc9882a29e37c19fdf38e39dca0905fb6e80f50e726267608c48c/tpqtlib-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "4c45f100c00f0673d1a332792d3ef56c", "sha256": "3560b3e35f102efaa0492b1108b1a0bbe8887919fef5ca64aa6f192faef5c48a" }, "downloads": -1, "filename": "tpqtlib-0.0.8-py3.6.egg", "has_sig": false, "md5_digest": "4c45f100c00f0673d1a332792d3ef56c", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 1396918, "upload_time": "2019-08-16T02:09:35", "url": "https://files.pythonhosted.org/packages/ac/f7/725a9a8019a54b56a84cc2226077d00657f2fb7ab6fcd09d8e43f4d37aa7/tpqtlib-0.0.8-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "44f8f45c3276f7fdf8b6641cb0bb6b8a", "sha256": "cabd32219c69d6428cdff2438c60fe2063d2dec62fd7f2b5fb1f478e96b93e66" }, "downloads": -1, "filename": "tpqtlib-0.0.8.tar.gz", "has_sig": false, "md5_digest": "44f8f45c3276f7fdf8b6641cb0bb6b8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 668944, "upload_time": "2019-08-16T02:09:37", "url": "https://files.pythonhosted.org/packages/a0/94/15031e2dce8178bac24a557c4f79c20c7cd6b787be457bf1c9e5cc9bf00f/tpqtlib-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "3681f1b55bd7ad271163320a430197da", "sha256": "9f7c91d7c177cd8402714a4dd520995b81f1b2853ec7d30906a79de70c35c8e4" }, "downloads": -1, "filename": "tpqtlib-0.0.9-py3.6.egg", "has_sig": false, "md5_digest": "3681f1b55bd7ad271163320a430197da", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 1475682, "upload_time": "2019-08-16T03:09:36", "url": "https://files.pythonhosted.org/packages/0c/e8/36af2fea28f6d6116f126406727c9dbec009654d05fb9213ada9659241ed/tpqtlib-0.0.9-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "696b0cfc9cfcdebf8a8a814517eb3b38", "sha256": "2daec8ccf763c63984a3b9d42d1f1ce0d791d4a79c5bd79272001de9c64fcc0b" }, "downloads": -1, "filename": "tpqtlib-0.0.9.tar.gz", "has_sig": false, "md5_digest": "696b0cfc9cfcdebf8a8a814517eb3b38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 690560, "upload_time": "2019-08-16T03:09:38", "url": "https://files.pythonhosted.org/packages/13/eb/e8848d344548390e165b6e50fc1e7753b859772203207fa43c5c4d63c104/tpqtlib-0.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "769f03ed9bfdb811af42b2854dbf401e", "sha256": "0ac1110db8470f0191d65f0b51a74c1576a8997ad609d040a58cb0efcfdde8c7" }, "downloads": -1, "filename": "tpqtlib-0.0.15-py3.6.egg", "has_sig": false, "md5_digest": "769f03ed9bfdb811af42b2854dbf401e", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 1778269, "upload_time": "2019-10-14T00:58:44", "url": "https://files.pythonhosted.org/packages/76/ce/09d503225b5bb5a7f63880991031d24dff6a8f0ec8b6a7428cc541909063/tpqtlib-0.0.15-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "3f2dc4cbd19c973b372a69d8e49e2cfe", "sha256": "d6a935b0d7110bc32face623edb96249087b11f2ed1a69f588fca33b93de47e0" }, "downloads": -1, "filename": "tpqtlib-0.0.15.tar.gz", "has_sig": false, "md5_digest": "3f2dc4cbd19c973b372a69d8e49e2cfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 989169, "upload_time": "2019-10-14T00:58:47", "url": "https://files.pythonhosted.org/packages/c5/17/7f24b5598802c4a6bea3dd0bb14fe4f89ba32fcb7d9846214b2b089f5c8c/tpqtlib-0.0.15.tar.gz" } ] }