{ "info": { "author": "xxRonaldxx", "author_email": "xxRonaldxx@someplace.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Win32 (MS Windows)", "Intended Audience :: Financial and Insurance Industry", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Topic :: Office/Business :: Financial :: Spreadsheet" ], "description": "# pywiz\n**python PyQt5 wizard module used to display a sequence of pages in a dialog box to help guide a user through a step by step process.**\n\n[![Latest PyPI version](https://img.shields.io/badge/pypi-v0.2-green.svg)](https://pypi.org/project/pywiz/)\n[![License: MIT](https://img.shields.io/dub/l/vibe-d.svg)]\n\nInitially, I used a python script containing a series of message boxes to walk through updating an excel spreadsheet done on a monthly basis. This module enabled me to replace each of my msgbox(title,text) functions with an addPage(title, text) function, easily modifying the scripts to use the PyQt5 QWizard class.\n\n# Requires PyQt5\n\n### Usage example:\n\n >>>> import pywiz\n\n >>>> pywiz.setWizardTitle(\u201cYour first wizard\u201d)\n\n >>>> pywiz.addPage(\u201cwizard page 1 title\u201d, \u201dwizard page 1 text\u201d)\n >>>> pywiz.addPage(\u201cwizard page 2 title\u201d, \u201dwizard page 2 text\u201d)\n >>>> pywiz.addPage(\u201cwizard page 3 title\u201d, \u201dwizard page 3 text\u201d)\n . . .\n\n >>>> pywiz.runWizard()\n\n### Installation:\n\nFrom PyPI: Get the latest version of the ``pywiz`` package using pip:\n\n pip install pywiz\n\nFrom code: Download/clone the project, go to ``pywiz`` folder that contains setup.py then:\n- You can use *setup* script and pip install.\n ```bash\n pip install .\n ```\n\n- Or, you can use the *setup* script with python:\n ```bash\n python setup.py install\n ```\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/xxRonaldxx/pywiz", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pywiz", "package_url": "https://pypi.org/project/pywiz/", "platform": "", "project_url": "https://pypi.org/project/pywiz/", "project_urls": { "Homepage": "https://github.com/xxRonaldxx/pywiz" }, "release_url": "https://pypi.org/project/pywiz/0.0.13/", "requires_dist": [ "PyQt5" ], "requires_python": "", "summary": "A PyQt5 wizard package", "version": "0.0.13" }, "last_serial": 3907131, "releases": { "0.0.11": [ { "comment_text": "", "digests": { "md5": "d8c6eed077bdf7fa026f16bd71f26e49", "sha256": "02a783a8afe9d8a2eed30c348a4ff7d54e1848e77fbbebd26461910ed5f4d325" }, "downloads": -1, "filename": "pywiz-0.0.11-py3-none-any.whl", "has_sig": false, "md5_digest": "d8c6eed077bdf7fa026f16bd71f26e49", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5417, "upload_time": "2018-05-28T01:03:13", "url": "https://files.pythonhosted.org/packages/d7/14/058dc3660de6f312198565db1852a8e08b05bfc18edc8ec262d93a6afef3/pywiz-0.0.11-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "079160c9d717025c5d3c127d2580584d", "sha256": "07a51d8dea75c2932a46395e5af74e254156c225d04320d228278d39ac3e490d" }, "downloads": -1, "filename": "pywiz-0.0.11.tar.gz", "has_sig": false, "md5_digest": "079160c9d717025c5d3c127d2580584d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4335, "upload_time": "2018-05-28T01:03:15", "url": "https://files.pythonhosted.org/packages/07/04/c3a8cf7cf80619863bb516219aeb4dd44a5f1ce1228677c260acd48cb9eb/pywiz-0.0.11.tar.gz" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "34a22494f7d76e0d1520f017c96c599e", "sha256": "63bc3fd0d5833c38de2d93eea84780d7eb8e91510a1dd22af2ebbbd99501fa8a" }, "downloads": -1, "filename": "pywiz-0.0.12-py3-none-any.whl", "has_sig": false, "md5_digest": "34a22494f7d76e0d1520f017c96c599e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1907, "upload_time": "2018-05-28T22:19:54", "url": "https://files.pythonhosted.org/packages/21/bd/e514a424b57e9f3d9491495a215a4e5ca1e54a890472d9e12e5787e11a89/pywiz-0.0.12-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8df9d65d3a9571ca4750d2b59ac0d105", "sha256": "d666422a4360e3a284aaa9886d571cd6e14f16658e94e6d2145d4d4ead912e80" }, "downloads": -1, "filename": "pywiz-0.0.12.tar.gz", "has_sig": false, "md5_digest": "8df9d65d3a9571ca4750d2b59ac0d105", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1924, "upload_time": "2018-05-28T22:19:55", "url": "https://files.pythonhosted.org/packages/a4/4a/cc9430127306d1e19cc7cd0af3d2e93cff04a572146b5b406ffae53ee4c6/pywiz-0.0.12.tar.gz" } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "401297afdcafcb9be2d0dc66212b5010", "sha256": "421ae00bbaed665a6678ce18d64b613f8820465da7b1480cf0c672f9ae9bbf3c" }, "downloads": -1, "filename": "pywiz-0.0.13-py3-none-any.whl", "has_sig": false, "md5_digest": "401297afdcafcb9be2d0dc66212b5010", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3922, "upload_time": "2018-05-28T22:57:57", "url": "https://files.pythonhosted.org/packages/8b/bd/26f9b56ac2c34a34fbf3a1278d7bb542a884c965f981256dad954e4ed32a/pywiz-0.0.13-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e57edc68d1dcbd0e665d6093771b1003", "sha256": "20e1b7ce601c27f39cfff108d243dd070460f0e0897bddafd14e6a409e3f1a7a" }, "downloads": -1, "filename": "pywiz-0.0.13.tar.gz", "has_sig": false, "md5_digest": "e57edc68d1dcbd0e665d6093771b1003", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3598, "upload_time": "2018-05-28T22:57:58", "url": "https://files.pythonhosted.org/packages/fa/99/b3920e405e71db1a1e90df4dbc86188652bccc72a177bec8909326f8f0b9/pywiz-0.0.13.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "12035bfcf315ac508e297b159e72c7cf", "sha256": "f4e14989bd14194c8ff1c71af11dda50f319f5699adaaf4803c6358cd4250517" }, "downloads": -1, "filename": "pywiz-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "12035bfcf315ac508e297b159e72c7cf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7123, "upload_time": "2018-05-27T04:36:52", "url": "https://files.pythonhosted.org/packages/34/f4/8e4a2561dc1891af2ca41efab7477a9d8829ff6c9a3d9e7f3dac3c3547c7/pywiz-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0550796949398cdcdd3025138d4d337c", "sha256": "f05aebef5f5451ff0c3c0950c273059dcc8d797e12a4bbd0ef9af6a957437080" }, "downloads": -1, "filename": "pywiz-0.0.3.tar.gz", "has_sig": false, "md5_digest": "0550796949398cdcdd3025138d4d337c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4159, "upload_time": "2018-05-27T04:36:52", "url": "https://files.pythonhosted.org/packages/62/db/a038309d56c06893130e5b7b5ba4f970418ae0f934b52401cd2fa6a8a85e/pywiz-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "401297afdcafcb9be2d0dc66212b5010", "sha256": "421ae00bbaed665a6678ce18d64b613f8820465da7b1480cf0c672f9ae9bbf3c" }, "downloads": -1, "filename": "pywiz-0.0.13-py3-none-any.whl", "has_sig": false, "md5_digest": "401297afdcafcb9be2d0dc66212b5010", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3922, "upload_time": "2018-05-28T22:57:57", "url": "https://files.pythonhosted.org/packages/8b/bd/26f9b56ac2c34a34fbf3a1278d7bb542a884c965f981256dad954e4ed32a/pywiz-0.0.13-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e57edc68d1dcbd0e665d6093771b1003", "sha256": "20e1b7ce601c27f39cfff108d243dd070460f0e0897bddafd14e6a409e3f1a7a" }, "downloads": -1, "filename": "pywiz-0.0.13.tar.gz", "has_sig": false, "md5_digest": "e57edc68d1dcbd0e665d6093771b1003", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3598, "upload_time": "2018-05-28T22:57:58", "url": "https://files.pythonhosted.org/packages/fa/99/b3920e405e71db1a1e90df4dbc86188652bccc72a177bec8909326f8f0b9/pywiz-0.0.13.tar.gz" } ] }