{ "info": { "author": "Ryan Hope", "author_email": "rmh3093@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: X11 Applications :: Qt", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python :: 2", "Topic :: Scientific/Engineering", "Topic :: Utilities" ], "description": "Installation\n============\n``pycogworks.gui`` can be installed with 'pip':\n::\n\n # pip install pycogworks.gui\n \nDependencies\n============\n``pycogworks.gui`` has the following dependencies:\n\n- `PySide `_\n\nDocumentation\n=============\n\npycogworks.gui.getSubjectInfo\n-----------------------------\nCreates a GUI dialog to collect subject information. The default dialog collects subjects\nfirst name, last name and RIN. Additional fields can be collected by passing an array\nof field names to ``getSubjectInfo``. ``getSubjectInfo`` returns a dict of subject information\nwhere the keys are the field names converted to lower case and spaces replaced with underscores.\nThe RIN field is automatically encrypted using ``pycogworks.rin2id`` and stored in the 'encrypted_rin' field.\n::\n\n >>> getSubjectInfo([\"Age\"])\n {'rin': u'123456789', 'first_name': u'Foo', 'last_name': u'Bar', 'age': u'18'}\n \n.. image:: http://ompldr.org/vZm5ldw\n\npycogworks.gui.doQuestionnaire\n------------------------------\nTHIS NEED DOCUMENTATION AND AN EAMPLE!!!", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/CogWorks/PyCogWorks", "keywords": null, "license": "GPL-3", "maintainer": null, "maintainer_email": null, "name": "pycogworks.gui", "package_url": "https://pypi.org/project/pycogworks.gui/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pycogworks.gui/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/CogWorks/PyCogWorks" }, "release_url": "https://pypi.org/project/pycogworks.gui/0.4.1/", "requires_dist": null, "requires_python": null, "summary": "GUI functions used in the CogWorks lab.", "version": "0.4.1" }, "last_serial": 797059, "releases": { "0.4.0": [ { "comment_text": "", "digests": { "md5": "163fc61c210f18270d8a47ef695efe58", "sha256": "89d1f4a291a1b214e4b8a3a7787db64a6a9dfba5d739b3893091fe07e9ff896a" }, "downloads": -1, "filename": "pycogworks.gui-0.4.0.tar.gz", "has_sig": false, "md5_digest": "163fc61c210f18270d8a47ef695efe58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4151, "upload_time": "2012-11-07T18:32:56", "url": "https://files.pythonhosted.org/packages/a8/53/7f14ee0aa5bfff62994a01317d98817fefb025ab6041024c8f049443ba14/pycogworks.gui-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "2b95ec5c5afa7e88bc9c1c55492391b1", "sha256": "f79a5bdbe21bff9c9f6b5858111451b45f4909e51d54f8af8c62bcd655c074f6" }, "downloads": -1, "filename": "pycogworks.gui-0.4.1.tar.gz", "has_sig": false, "md5_digest": "2b95ec5c5afa7e88bc9c1c55492391b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4089, "upload_time": "2012-11-11T04:10:39", "url": "https://files.pythonhosted.org/packages/08/8a/5d832f62cc74a1f31916f06e46c82b043d58b65e424dd16ef4d1aa7b9ead/pycogworks.gui-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2b95ec5c5afa7e88bc9c1c55492391b1", "sha256": "f79a5bdbe21bff9c9f6b5858111451b45f4909e51d54f8af8c62bcd655c074f6" }, "downloads": -1, "filename": "pycogworks.gui-0.4.1.tar.gz", "has_sig": false, "md5_digest": "2b95ec5c5afa7e88bc9c1c55492391b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4089, "upload_time": "2012-11-11T04:10:39", "url": "https://files.pythonhosted.org/packages/08/8a/5d832f62cc74a1f31916f06e46c82b043d58b65e424dd16ef4d1aa7b9ead/pycogworks.gui-0.4.1.tar.gz" } ] }