{ "info": { "author": "4teamwork AG", "author_email": "mailto:info@4teamwork.ch", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nfollowing features for simplelayout are provided by this package\n\n* using jquery/ajax\n* implement always the newest jquery framework and jquery.ui\n* implement the grey jquery theme\n* delete blocks by a modal window\n* reload blocks\n* change block layout\n\n\nUsage / Installation\n====================\n\n- See the `simplelayout.base `_\n readme for details.\n\n\nUninstall\n=========\n\nThis package provides an uninstall Generic Setup profile, however, it will\nnot uninstall the package dependencies.\nMake sure to uninstall the dependencies if you no longer use them.\n\n\nLinks\n=====\n\n- Simplelayout github project repository: https://github.com/4teamwork/simplelayout.base\n- simplelayout.ui.base github project repository: https://github.com/4teamwork/simplelayout.ui.base\n- Issues: https://github.com/4teamwork/simplelayout.ui.base/issues\n- Pypi: http://pypi.python.org/pypi/simplelayout.ui.base\n\n\nCopyright\n=========\n\nThis package is copyright by `4teamwork `_.\n\n``simplelayout.ui.base`` is licensed under GNU General Public License, version 2.\n\nChangelog\n=========\n\n\n3.0.6 (2016-02-18)\n------------------\n\n- Only enable simplelayout block edit actions, if documentEditable class is available.\n [mathias.leimgruber]\n\n\n3.0.5 (2015-09-10)\n------------------\n\n- Trigger 'refreshed' event after colorbox initialization\n [elioschmutz]\n\n\n3.0.4 (2015-05-01)\n------------------\n\n- Ajax requests made by ajaxManager should be POST, not GET.\n This solves several caching Issues with latest IE11 and Chrome > 41.\n [mathias.leimgruber]\n\n\n3.0.3 (2015-03-11)\n------------------\n\n- Make it possible to disable colorbox on sl images.\n [lknoepfel]\n\n\n3.0.2 (2015-02-24)\n------------------\n\n- Add missing semicolon in sl_ui_variables.js.\n [mathias.leimgruber]\n\n\n3.0.1 (2014-06-13)\n------------------\n\n- Implement possibility to have multiple view with images.\n [tschanzt]\n\n\n3.0.0 (2014-05-09)\n------------------\n\n- Implement uninstall profile.\n [jone]\n\n- Remove kukit-devel.js disabling.\n [jone]\n\n- Change Size of all sl-controls when collapsed.\n [tschanzt]\n\n\n3.0c1 (2013-03-29)\n------------------\n\n- Fix jquery selectors for jquery 1.7.x.\n [mathias.leimgruber]\n\n- Replace jq with $.\n [mathias.leimgruber]\n\n\n3.0b5 (2013-01-21)\n------------------\n\n- Remove \"setHeightOfEmptyDropZone\".\n [mathias.leimgruber]\n\n- Fix sl-control toggler js.\n [mathias.leimgruber]\n\n- Improved simplelayout action js.\n [Julian Infanger]\n\n- Move to github, cleanup.\n [jone]\n\n- Fix wrong initial metadata according to latest upgrade.\n [jone]\n\n\n3.0b4 (2012-04-24)\n------------------\n\n- Fix for right floating images.\n [mathias.leimgruber]\n\n\n3.0b3 (2012-04-23)\n------------------\n\n- Do highlight slots if you hover a block.\n [Julian Infanger]\n\n- Replaced lightbox with colorbox. Added colorbox integration including config.\n Added upgradestep to remove lightbox js and css and install ftw.colorbox.\n [Julian Infanger]\n\n\n3.0b2 (2012-04-05)\n------------------\n\n- Fix block reload parameter.\n [mathias.leimgruber]\n\n\n3.0b1 (2012-03-05)\n------------------\n\n- Add image-download-link to lightbox\n [22.12.2011, eschmutz]\n\n- Add new arrowimages\n [22.12.2011, eschmutz]\n\n- Plone 4.1 compatibility: Use _ instead of - as ID sepereator.\n [03.08.2011, jbaumann]\n\n- Plone 4.1 uuid4 support for blocks\n [03.08.2011, jbaumann]\n\n- Fix selector in delete action using prepOverlay.\n It will no longer reload the hole page.\n [12.05.2011, mathias.leimgruber]\n\n- #486 Simplelayout ImageOverlay verbessern\n Added grafics in german\n [06.05.2011, elio.schmutz]\n\n- #486 Simplelayout ImageOverlay verbessern\n Added Lightbox 0.5 (browser/resources/jquery_lightbox)\n http://leandrovieira.com/projects/jquery/lightbox/\n [05.05.2011, elio.schmutz]\n\n- Remove padding by js on the very right image (float).\n [05.05.2011, mathias.leimgruber]\n\n- Moved prepOverlay for images in a new JS file (permission Problem)\n [21.01.2011, mathias.leimgruber]\n\n- use prepOverlay to show images instead of greybox\n [04.10.2010, mathias.leimgruber]\n\n- Updated select_default_page.cpt patch to plone 4\n [30.09.2010, mathias.leimgruber]\n\n- Javascript: added 'toggle-edit-mode' jQuery event\n [07.09.2010, jbaumann]\n\n- removed dependecies for jquery\n [09.07.2010, mathias.leimgruber]\n\n- removed old plone globals, use now portal_state\n [12.07.2010, mathias.leimgruber]\n\n- make views work with plone4\n [12.07.2010, mathias.leimgruber]\n\n\n2.0.2\n-----\n- blocks are not longer available as startpage [mathias.leimgruber]\n- initialize empty slots and give them a height, for easier\n drag'n'drop [mathias.leimgruber]\n\n\n2.0.1\n-----\n- removed expose function, cause of IE problems [mathias.leimgruber]\n- remove edit-mode cookie when user clicks on \"view\"\n or \"preview\". [mathias.leimgruber]\n\n\n2.0\n---\n- read out viewname an pass it to the render method,\n for more infos check README of simplelayout.base.\n [mathias.leimgruber]\n- fix zindex confilct with expose [mathias.leimgruber]\n- fix actionsloaded triggering [victor.baumann]\n\n2.0rc2\n------\n- moved JS toggleEditMode funtion from simplelayout.base to this\n package [mathias.leimgruber]\n- use cookie to store the edit-mode state [mathias.leimgruber]\n- use collective.js.jquery [mathias.leimgruber]\n- use plone.app.jquerytools [mathias.leimgruber]\n\n2.0rc1\n------\n- JS-fix: load controls on pages without any blocks, faild if there\n were more than one simplelayout container. [mathias.leimgruber]\n\n\n2.0b4\n-----\n- compress, merged and cache js. [mathias.leimgruber]\n\n\n2.0b3\n-----\n- replace jsonlib with z3c.json, avoid ucs4 error in some cases[mathias.leimgruber]\n\n\n2.0b2\n-----\n\n- Bugfix: bind toggleeditmode event only to the first matching\n simplelayout-content class, this is important for\n simplelayout.portlet.dropzone package [mathias.leimgruber]\n- define ajaxManager globaly in this package [mathias.leimgruber]\n\n\n\n2.0b1\n-----\n\n- Bug Fixes\n- includes newest jquery v1.3.2\n\n\n1.0\n---\n\n- Initial release\n- shipps all important ui functions\n - change block layout\n - delete block action with modale window\n - more...\n- includes newest jquery v1.3.0\n- includes jquery theme \"silver\"", "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/4teamwork/simplelayout.ui.base", "keywords": "", "license": "GPL2", "maintainer": null, "maintainer_email": null, "name": "simplelayout.ui.base", "package_url": "https://pypi.org/project/simplelayout.ui.base/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/simplelayout.ui.base/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/4teamwork/simplelayout.ui.base" }, "release_url": "https://pypi.org/project/simplelayout.ui.base/3.0.6/", "requires_dist": null, "requires_python": null, "summary": "Simplelayout ui base package - for plone", "version": "3.0.6" }, "last_serial": 5823561, "releases": { "2.0": [ { "comment_text": "", "digests": { "md5": "a5539ca221199125eaa1c0c105396035", "sha256": "a3772eec44aca8dfbec0216ca078adcaa57e93d5f2ac8c0230bff8721c4a6ab5" }, "downloads": -1, "filename": "simplelayout.ui.base-2.0-py2.4.egg", "has_sig": false, "md5_digest": "a5539ca221199125eaa1c0c105396035", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 86341, "upload_time": "2010-01-08T11:51:16", "url": "https://files.pythonhosted.org/packages/4e/09/b1f1532458b4f8aaf5b62ea74fadbf4a4bafaeeab13bc5a87a69bae1a5e5/simplelayout.ui.base-2.0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "e6d13a4cb061201700810df121c73792", "sha256": "c388af51492509092ec688b1d0ca9e5dab1951ead8594e2853d3c76c32d64cb4" }, "downloads": -1, "filename": "simplelayout.ui.base-2.0.tar.gz", "has_sig": false, "md5_digest": "e6d13a4cb061201700810df121c73792", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40031, "upload_time": "2010-01-08T11:51:16", "url": "https://files.pythonhosted.org/packages/12/e5/0e8e29ef1fdbc6af98fefb3b4da5ec741bc24ca94fef81d58ffca57100b0/simplelayout.ui.base-2.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "cfecb21e91683e8959fc984511bdd0a4", "sha256": "fb1a4e1ffed3a61e88215ac78dc28c58b86073f4c227b9741ce6b4cf15a8d1f6" }, "downloads": -1, "filename": "simplelayout.ui.base-2.0.1-py2.4.egg", "has_sig": false, "md5_digest": "cfecb21e91683e8959fc984511bdd0a4", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 86496, "upload_time": "2010-01-28T16:56:28", "url": "https://files.pythonhosted.org/packages/91/2b/a2a1f50ca46130411b08147dd28bfce3a29a778f16715fe53126f3562abe/simplelayout.ui.base-2.0.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "9c7a35b4df7f20a5802f1a89ca2701dc", "sha256": "ce0087dce4468dd13e07456674ce10d4884e736ec72293be693effa99fa55671" }, "downloads": -1, "filename": "simplelayout.ui.base-2.0.1.tar.gz", "has_sig": false, "md5_digest": "9c7a35b4df7f20a5802f1a89ca2701dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40322, "upload_time": "2010-01-28T16:56:27", "url": "https://files.pythonhosted.org/packages/85/f8/300db370e5b0790d38bcc929398ddac6b791758629545edc28a9a05216a6/simplelayout.ui.base-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "0a0e0f89d74df5f1cef9782028146258", "sha256": "d9273aa392d137627248e93d8d3ded94c1bd5f5c6f8c854afb1cd7320f7f5c0d" }, "downloads": -1, "filename": "simplelayout.ui.base-2.0.2.tar.gz", "has_sig": false, "md5_digest": "0a0e0f89d74df5f1cef9782028146258", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41824, "upload_time": "2010-03-18T11:56:24", "url": "https://files.pythonhosted.org/packages/17/35/6e85fcd2ae5c0f38b077838a3dea94f355f14cfe1191203ec6a069588973/simplelayout.ui.base-2.0.2.tar.gz" } ], "2.0b1": [ { "comment_text": "", "digests": { "md5": "bddd74176b22e84b86222345c297e53d", "sha256": "5be9c0d0726348d4fa867d683036d5225641f074d049da02906c61b74ae6b29f" }, "downloads": -1, "filename": "simplelayout.ui.base-2.0b1-py2.4.egg", "has_sig": false, "md5_digest": "bddd74176b22e84b86222345c297e53d", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 155008, "upload_time": "2009-07-22T15:31:38", "url": "https://files.pythonhosted.org/packages/07/40/6a1fb8fe3c0db18c97112ee239d180c4d86e3a23b4eeeb28d791414a842c/simplelayout.ui.base-2.0b1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "3d7587bc30939bb6065a1f0fb25f6f28", "sha256": "e7e61e06df854c993290bb6f8c4a9096fb4970afa9b415070401f6e6ace7e673" }, "downloads": -1, "filename": "simplelayout.ui.base-2.0b1.tar.gz", "has_sig": false, "md5_digest": "3d7587bc30939bb6065a1f0fb25f6f28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110456, "upload_time": "2009-07-22T15:31:37", "url": "https://files.pythonhosted.org/packages/ee/d0/5a21f86150e1989c6272e93ae5f83cf6ad7f911b9fbb7e1537ce741885bf/simplelayout.ui.base-2.0b1.tar.gz" } ], "2.0b2": [ { "comment_text": "", "digests": { "md5": "4781eea9750c22a6c70154043bad86c5", "sha256": "8039c761eacfa30ec183088ce0f94a583906a7809455aaf0bc0af1308e141097" }, "downloads": -1, "filename": "simplelayout.ui.base-2.0b2-py2.4.egg", "has_sig": false, "md5_digest": "4781eea9750c22a6c70154043bad86c5", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 155342, "upload_time": "2009-08-24T17:16:05", "url": "https://files.pythonhosted.org/packages/6f/04/85599e9bb201fd78c21a915ebc080269838eb8df543aeaabf9797ebcfc84/simplelayout.ui.base-2.0b2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "f187813070621b0a832887a6a53f8d1f", "sha256": "d4d571a9e70fd1ad27136689a1ad614c425f73e1afa03d38db844c2a8bc61ebc" }, "downloads": -1, "filename": "simplelayout.ui.base-2.0b2.tar.gz", "has_sig": false, "md5_digest": "f187813070621b0a832887a6a53f8d1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110978, "upload_time": "2009-08-24T17:16:04", "url": "https://files.pythonhosted.org/packages/34/e2/a769ee884b5b6d8afb83ab04cdf6d43ecf6ade1eb8b696b8183aa4222097/simplelayout.ui.base-2.0b2.tar.gz" } ], "2.0b3": [ { "comment_text": "", "digests": { "md5": "0948a56c339ecfcd07a799dac8be8686", "sha256": "76a3e727e8d561cf1266695d2ac2316f6ebdc5b5c3cbaac7a9caf10713c8b5a1" }, "downloads": -1, "filename": "simplelayout.ui.base-2.0b3-py2.4.egg", "has_sig": false, "md5_digest": "0948a56c339ecfcd07a799dac8be8686", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 155408, "upload_time": "2009-08-25T15:38:08", "url": "https://files.pythonhosted.org/packages/cb/75/2c6cbf9b0209d46ce2a537c9b842c7e349328196e92409c2c7a6023f9140/simplelayout.ui.base-2.0b3-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "5822f585ebc2b6e185ee1a586fca8746", "sha256": "a1da3d468e193b05d28f5aea8a4dff6d4942484e8fbb53e632082de3b70c807c" }, "downloads": -1, "filename": "simplelayout.ui.base-2.0b3.tar.gz", "has_sig": false, "md5_digest": "5822f585ebc2b6e185ee1a586fca8746", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111118, "upload_time": "2009-08-25T15:38:07", "url": "https://files.pythonhosted.org/packages/12/69/bcfa884090808459bfe2300d605f494ca6f962bd2a31329967dcbddd0327/simplelayout.ui.base-2.0b3.tar.gz" } ], "2.0b4": [ { "comment_text": "", "digests": { "md5": "9fbf73bbe2980cc14d62024375d36844", "sha256": "578a1afb83c1585bb5e1f5fe5d2b8b16a2e32eccbc63f090c1e7f4a4f5557387" }, "downloads": -1, "filename": "simplelayout.ui.base-2.0b4-py2.4.egg", "has_sig": false, "md5_digest": "9fbf73bbe2980cc14d62024375d36844", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 155438, "upload_time": "2009-10-15T09:58:03", "url": "https://files.pythonhosted.org/packages/f6/70/be7016e3109c196df6899eb8183bbf1f34215e27aa730e112070f81855cd/simplelayout.ui.base-2.0b4-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "d312fce7ad4ab78acaed3c2f93d288d5", "sha256": "2a61797c990d9ec3e6c61a3d791fc8c11757509c8801fcec5db7fbc40f7c0046" }, "downloads": -1, "filename": "simplelayout.ui.base-2.0b4.tar.gz", "has_sig": false, "md5_digest": "d312fce7ad4ab78acaed3c2f93d288d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111205, "upload_time": "2009-10-15T09:58:02", "url": "https://files.pythonhosted.org/packages/dc/f0/0b328b6e9f745199a43c3ba6aa6ff8e4e8bf3b248bebf602c135e9604a36/simplelayout.ui.base-2.0b4.tar.gz" } ], "2.0rc1": [ { "comment_text": "", "digests": { "md5": "a850fc3954c8d0ac97165a7b30386f8d", "sha256": "9e30af616cf9e0648b9665922bc5aa772d4085058f120e55816cfef847547bc1" }, "downloads": -1, "filename": "simplelayout.ui.base-2.0rc1-py2.4.egg", "has_sig": false, "md5_digest": "a850fc3954c8d0ac97165a7b30386f8d", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 155531, "upload_time": "2009-11-05T14:34:06", "url": "https://files.pythonhosted.org/packages/02/30/0ecabe1a71ac9067d5542463abd287096b5d22293dc81bf3e32e22501cb9/simplelayout.ui.base-2.0rc1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "635c6f5bb6593d05c844188ae13fb7b5", "sha256": "539f7b4802f05bcd9b57652eb58b5cee42b4668b016fb54ff58dff6fd8f4ebb5" }, "downloads": -1, "filename": "simplelayout.ui.base-2.0rc1.tar.gz", "has_sig": false, "md5_digest": "635c6f5bb6593d05c844188ae13fb7b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111323, "upload_time": "2009-11-05T14:34:05", "url": "https://files.pythonhosted.org/packages/79/cf/6b66963e5fa3a9778ab90b0e7b74e2aa4726541e289188dd2f7cbb7eb74a/simplelayout.ui.base-2.0rc1.tar.gz" } ], "2.0rc2": [ { "comment_text": "", "digests": { "md5": "db0120b3c784d454b0ae95fe9f204769", "sha256": "d0be5e0d9b6100251000238b590563e0daad7121d19501b1b5dc695e7c58c573" }, "downloads": -1, "filename": "simplelayout.ui.base-2.0rc2-py2.4.egg", "has_sig": false, "md5_digest": "db0120b3c784d454b0ae95fe9f204769", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 156212, "upload_time": "2009-12-17T11:10:10", "url": "https://files.pythonhosted.org/packages/bf/b3/60e87606d0196d151e4f4017d028f4d98022f81f73765be0a104500748b1/simplelayout.ui.base-2.0rc2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "cdfc9f66d211ab3b06e5b146ac41779a", "sha256": "8fd240d4bf6b859e7cf1c7e772f6a2b487b0d581da557fcf5173199eaaaea0aa" }, "downloads": -1, "filename": "simplelayout.ui.base-2.0rc2.tar.gz", "has_sig": false, "md5_digest": "cdfc9f66d211ab3b06e5b146ac41779a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41237, "upload_time": "2009-12-17T11:10:09", "url": "https://files.pythonhosted.org/packages/bb/c2/fdae3c16abd568ecd46fb007a6b97bb065bcc034465757f939fba2584139/simplelayout.ui.base-2.0rc2.tar.gz" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "ff86922f85536f7a0f910e1ae0820eff", "sha256": "b61af7ff64c45ccbb6ce68baa0de1422d4c2c0ab08ca025e5db531543d35124c" }, "downloads": -1, "filename": "simplelayout.ui.base-3.0.0.zip", "has_sig": false, "md5_digest": "ff86922f85536f7a0f910e1ae0820eff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107758, "upload_time": "2014-05-09T13:48:34", "url": "https://files.pythonhosted.org/packages/18/3a/13bbc8d28a40f0f86369beae9517690b07f33db546cd7a99a6ebc5cb176b/simplelayout.ui.base-3.0.0.zip" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "5c02cdfc90cc07b137d81d075a7d7e07", "sha256": "b91dc4f2d8c6a9f685b52392a5549231b291be85174a8e1f911d010e4f689466" }, "downloads": -1, "filename": "simplelayout.ui.base-3.0.1.zip", "has_sig": false, "md5_digest": "5c02cdfc90cc07b137d81d075a7d7e07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107899, "upload_time": "2014-06-13T09:24:01", "url": "https://files.pythonhosted.org/packages/29/35/1e05ede1ff65fe97fca4b4032151bfb15200697627d7a44e4e90740b1ac8/simplelayout.ui.base-3.0.1.zip" } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "0981e7d9becd2e2c33b0140b1cadf9d8", "sha256": "cd9773a76fc6c182d2045b066846aa4acf2aaeb205ed7010add7d2005ca35098" }, "downloads": -1, "filename": "simplelayout.ui.base-3.0.2.zip", "has_sig": false, "md5_digest": "0981e7d9becd2e2c33b0140b1cadf9d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108014, "upload_time": "2015-02-24T13:40:03", "url": "https://files.pythonhosted.org/packages/00/d2/4f28eaaffe9c882a05c89f0cced8d29b09407171ccb91bacdbdfbb5bfceb/simplelayout.ui.base-3.0.2.zip" } ], "3.0.3": [ { "comment_text": "", "digests": { "md5": "c6b8886a7a0c637214676fe286ce163d", "sha256": "bdbcc293c90ad67f0578d990bdcd60c5a2a4d585a84f1388dd22f6d0e56e43d7" }, "downloads": -1, "filename": "simplelayout.ui.base-3.0.3.zip", "has_sig": false, "md5_digest": "c6b8886a7a0c637214676fe286ce163d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108123, "upload_time": "2015-03-11T09:46:49", "url": "https://files.pythonhosted.org/packages/60/16/f9b873834979a7c521293dd46aae0ea803affac80e9598ec4cde20ece26f/simplelayout.ui.base-3.0.3.zip" } ], "3.0.4": [ { "comment_text": "", "digests": { "md5": "66d6d66f4d2f473d361d4f6bc3e29d4c", "sha256": "96bc7270050b0acf5a1363101283898f3293d161a3bb3c66ac883a180a9e189f" }, "downloads": -1, "filename": "simplelayout.ui.base-3.0.4.zip", "has_sig": false, "md5_digest": "66d6d66f4d2f473d361d4f6bc3e29d4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108395, "upload_time": "2015-05-01T12:58:21", "url": "https://files.pythonhosted.org/packages/f2/09/3ebaec06daf5db217504b6327bfd26d36697187ac7d5573e33cd5062f413/simplelayout.ui.base-3.0.4.zip" } ], "3.0.5": [ { "comment_text": "", "digests": { "md5": "c69d204f2ff7367890ff17d4de58d273", "sha256": "2015627b541b0375b6dbf24abb0fee36bdd2e109aca77a1edaaeac6d821eb0a7" }, "downloads": -1, "filename": "simplelayout.ui.base-3.0.5.tar.gz", "has_sig": false, "md5_digest": "c69d204f2ff7367890ff17d4de58d273", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48349, "upload_time": "2015-09-10T12:51:40", "url": "https://files.pythonhosted.org/packages/85/c2/b5de01e2cdfd36779b1f4918a528ebc2326f1573f8565cb7238313ece334/simplelayout.ui.base-3.0.5.tar.gz" } ], "3.0.6": [ { "comment_text": "", "digests": { "md5": "8350317365b52581fb885d5dcce4ee07", "sha256": "88766003a1ab944e8de70620c694df2d0b37a9fe57494758756e23f4700574b2" }, "downloads": -1, "filename": "simplelayout.ui.base-3.0.6.zip", "has_sig": false, "md5_digest": "8350317365b52581fb885d5dcce4ee07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108689, "upload_time": "2016-02-18T07:42:48", "url": "https://files.pythonhosted.org/packages/29/08/b1fb128807f7429201dbb6ecdca67f8ccb96d1b4302ad9c5c2bc7f3deed9/simplelayout.ui.base-3.0.6.zip" } ], "3.0b1": [ { "comment_text": "", "digests": { "md5": "c348cff1461d0b13ff8f1dca0525a5d2", "sha256": "f5c5f2970a57f38a239050a14888194754eb6aca43e0c7b5049f054d4652d57c" }, "downloads": -1, "filename": "simplelayout.ui.base-3.0b1.tar.gz", "has_sig": false, "md5_digest": "c348cff1461d0b13ff8f1dca0525a5d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60920, "upload_time": "2012-03-05T15:52:59", "url": "https://files.pythonhosted.org/packages/5b/52/8141b410f14f426f771b237df265c9c473f6b40a2dce29123bc38f55ddec/simplelayout.ui.base-3.0b1.tar.gz" } ], "3.0b2": [ { "comment_text": "", "digests": { "md5": "c7985937af7fdb88bccdd193116efebe", "sha256": "18c83e25b9a9353c51c9f13b25dbb3e4175419e8dfa89727282cb4f639a371c2" }, "downloads": -1, "filename": "simplelayout.ui.base-3.0b2.tar.gz", "has_sig": false, "md5_digest": "c7985937af7fdb88bccdd193116efebe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60988, "upload_time": "2012-04-05T15:32:31", "url": "https://files.pythonhosted.org/packages/a6/88/fc93e080dfb3d501c52ea36ea4bd333bc777f1e7390722b03d812c43bbae/simplelayout.ui.base-3.0b2.tar.gz" } ], "3.0b3": [ { "comment_text": "", "digests": { "md5": "760534dfce7f0ac1a39a2f44fea5868f", "sha256": "896c8f2e6063c8bc8c46ce118232c4c731e0b8f2d74a29ae130ef460183c9d9c" }, "downloads": -1, "filename": "simplelayout.ui.base-3.0b3.tar.gz", "has_sig": false, "md5_digest": "760534dfce7f0ac1a39a2f44fea5868f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43617, "upload_time": "2012-04-23T10:29:41", "url": "https://files.pythonhosted.org/packages/90/32/223c1a3452a856c92bafced223553ddb0203ebd22cd2f7048d4d803d006f/simplelayout.ui.base-3.0b3.tar.gz" } ], "3.0b4": [ { "comment_text": "", "digests": { "md5": "2403ea8b94fd14ae62c99d774af3fd03", "sha256": "92491445ca1363f5fd450be5fc665f41edb80127252f300d5bf31aa336f074d0" }, "downloads": -1, "filename": "simplelayout.ui.base-3.0b4.tar.gz", "has_sig": false, "md5_digest": "2403ea8b94fd14ae62c99d774af3fd03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43694, "upload_time": "2012-04-24T09:15:58", "url": "https://files.pythonhosted.org/packages/b9/ed/28b1f7ff3b42b78d0023b2aef3dc73657cbea15f518155c19565285cd4e5/simplelayout.ui.base-3.0b4.tar.gz" } ], "3.0b5": [ { "comment_text": "", "digests": { "md5": "66c0ef7ac973e8f435c7d5ab0721eabb", "sha256": "46225099808d74202dbf2b37e20c4bd8423f0712a48473b33a20f4175047c052" }, "downloads": -1, "filename": "simplelayout.ui.base-3.0b5.zip", "has_sig": false, "md5_digest": "66c0ef7ac973e8f435c7d5ab0721eabb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103219, "upload_time": "2013-01-21T11:08:54", "url": "https://files.pythonhosted.org/packages/e1/18/46e3cdd408873e9d5098269a5835c346022e1589a6744914230c231df4a6/simplelayout.ui.base-3.0b5.zip" } ], "3.0c1": [ { "comment_text": "", "digests": { "md5": "976538828540d52392e1821636d68d4d", "sha256": "b14560f4f182eb5e8854fd3905a11feed542885c3940e4d6a42a0bd838530b7e" }, "downloads": -1, "filename": "simplelayout.ui.base-3.0c1.zip", "has_sig": false, "md5_digest": "976538828540d52392e1821636d68d4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103314, "upload_time": "2013-03-29T14:05:23", "url": "https://files.pythonhosted.org/packages/cb/56/5fdf37bc1833be98a42c4a66b329bb307ad3827abf9383c6369b3c1ff46e/simplelayout.ui.base-3.0c1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8350317365b52581fb885d5dcce4ee07", "sha256": "88766003a1ab944e8de70620c694df2d0b37a9fe57494758756e23f4700574b2" }, "downloads": -1, "filename": "simplelayout.ui.base-3.0.6.zip", "has_sig": false, "md5_digest": "8350317365b52581fb885d5dcce4ee07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108689, "upload_time": "2016-02-18T07:42:48", "url": "https://files.pythonhosted.org/packages/29/08/b1fb128807f7429201dbb6ecdca67f8ccb96d1b4302ad9c5c2bc7f3deed9/simplelayout.ui.base-3.0.6.zip" } ] }