{ "info": { "author": "Juan R. Lama", "author_email": "jrlmaruiz@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Education", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: User Interfaces" ], "description": "\nABOUT EASYKIVY (EasyGUI based GUI)\n==================================\n\nEasyKivy provides an easy-to-use interface for simple GUI interaction\nwith a user, full compatible with de EasyGUI v.0.96 implementation. \nIt does not require the programmer to know anything about Kivy. \nAll GUI interactions are invoked by simple function calls that return results.\n\nExample Usage\n-------------\n\n >>> import easykivy\n >>> easykivy.ynbox('Shall I continue?', 'Title', ('Yes', 'No'))\n 1\n >>> easykivy.msgbox('This is a basic message box.', 'Title Goes Here')\n 'OK'\n >>> easykivy.buttonbox('Click on your favorite flavor.', 'Favorite Flavor', ('Chocolate', 'Vanilla', 'Strawberry'))\n 'Chocolate'\n\nFull documentation for EasyGUI is available (thanks EasyGUI developers).\n\nFor the most-recent production version:\n.\n\n\nLICENSE INFORMATION\n===================\nLICENSE INFORMATION\n\nEasyKivy version 0.96\n\nCopyright (c) 2016, Juan R. Lama\n\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n 1. Redistributions of source code must retain the above copyright notice,\n this list of conditions and the following disclaimer. \n \n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution. \n \n 3. The name of the author may not be used to endorse or promote products derived\n from this software without specific prior written permission. \n\nTHIS SOFTWARE IS PROVIDED BY THE AUTHOR \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,\nINCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\nSTRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING\nIN ANY WAY OUT OF THE USE OF THIS SOFTWARE,\nEVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n@note:\nABOUT THE EASYKIVY LICENSE\n\nThis license is what is generally known as the \"modified BSD license\",\naka \"revised BSD\", \"new BSD\", \"3-clause BSD\".\nSee http://www.opensource.org/licenses/bsd-license.php\n\nThis license is GPL-compatible.\nSee http://en.wikipedia.org/wiki/License_compatibility\nSee http://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses\n\nThe BSD License is less restrictive than GPL.\nIt allows software released under the license to be incorporated into proprietary products. \nWorks based on the software may be released under a proprietary license or as closed source software.\nhttp://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22New_BSD_License.22.29\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jrlama/easykivy", "keywords": "gui linux windows android graphical user interface", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "easykivy", "package_url": "https://pypi.org/project/easykivy/", "platform": "", "project_url": "https://pypi.org/project/easykivy/", "project_urls": { "Homepage": "https://github.com/jrlama/easykivy" }, "release_url": "https://pypi.org/project/easykivy/0.96/", "requires_dist": null, "requires_python": "", "summary": "EasyKivy provides an easy-to-use interface for simple GUI interaction with a user based on EasyGUI. EasyKivy, like EasyGUI, is different from other GUI generators in that EasyKivy is NOT event-driven. Instead, all GUI interactions are invoked by simple function calls.", "version": "0.96" }, "last_serial": 3098203, "releases": { "0.96": [ { "comment_text": "", "digests": { "md5": "4c55cdd5330bf9f7e8932ebdb6a1630e", "sha256": "b4f9ce20d66f8e71af275377171122ee3e684ad2b4c157dd0da26baee652a090" }, "downloads": -1, "filename": "easykivy-0.96.tar.gz", "has_sig": false, "md5_digest": "4c55cdd5330bf9f7e8932ebdb6a1630e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62520, "upload_time": "2017-08-15T13:52:52", "url": "https://files.pythonhosted.org/packages/91/dc/b62265a0a28ff8bac405baeb0dfd9a280ca79e92d46337c2567c01e5b657/easykivy-0.96.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4c55cdd5330bf9f7e8932ebdb6a1630e", "sha256": "b4f9ce20d66f8e71af275377171122ee3e684ad2b4c157dd0da26baee652a090" }, "downloads": -1, "filename": "easykivy-0.96.tar.gz", "has_sig": false, "md5_digest": "4c55cdd5330bf9f7e8932ebdb6a1630e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62520, "upload_time": "2017-08-15T13:52:52", "url": "https://files.pythonhosted.org/packages/91/dc/b62265a0a28ff8bac405baeb0dfd9a280ca79e92d46337c2567c01e5b657/easykivy-0.96.tar.gz" } ] }