{ "info": { "author": "Quintagroup", "author_email": "skins@quintagroup.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Intended Audience :: Developers", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "See README.rst_ on github. \n\n.. _README.rst: https://github.com/quintagroup/quintagroup.theme.sunrain/blob/master/README.rst\n\n\n\nInstallation\n------------\n\nHere are detailed instructions on installation of the quintagroup.theme.sunrain package.\n\nVersions\n========\n\nNote that there are differences in installation of Sunrain responsive theme for Plone 4 and 5. You will need to use specific theme versions for different Plone releases: \n\n* 6.x - for Plone 4\n* 7.x - for Plone 5\n\nFor 6.x version details see https://github.com/quintagroup/quintagroup.theme.sunrain/releases and *docs/HISTORY.txt*.\n\nInstallation via buildout\n=========================\n\nIn the buildout.cfg file of your instance:\n\n* Add ``quintagroup.theme.sunrain`` to the list of eggs to install, e.g.::\n\n [buildout]\n ...\n eggs +=\n ...\n quintagroup.theme.sunrain\n\n* The newest releases are suitable for **Plone 5**. If you want to use Sunrain theme with **Plone 4**, please pin theme\u2019s version - **6.x** (according to the latest release before 7.0 - e.g. 6.8.2)::\n\n [versions]\n quintagroup.theme.sunrain = 6.8.2\n \n* Re-run buildout::\n\n $ ./bin/buildout\n\n* Restart the Zope server::\n\n $ ./bin/instance restart\n\nThen activate 'Sunrain Theme' in Plone (Site Setup -> Add-ons). \n \n\nInstallation: development mode\n==============================\n\nIf you want to customize Sunrain theme please use the following installation instructions: \n\n* download ``quintagroup.theme.sunrain-version.zip`` archive from http://pypi.python.org/pypi/quintagroup.theme.sunrain\n* extract theme archive to get ``quintagroup.theme.sunrain-version`` folder. Remove version from \n folder name to have ``quintagroup.theme.sunrain`` folder\n* put ``quintagroup.theme.sunrain`` folder into ``src`` directory of your buildout\n* in buildout.cfg file of your buildout add ``quintagroup.theme.sunrain`` to the list of eggs you are developing and to the list of eggs to install::\n\n [buildout]\n ...\n develop = src/quintagroup.theme.sunrain\n ...\n eggs +=\n ...\n quintagroup.theme.sunrain\n \n* Re-run buildout::\n\n $ ./bin/buildout\n\n* Start instance in development mode::\n\n $ ./bin/instance fg\n\n* Install ``Sunrain Theme`` in Plone (Site Setup -> Add-ons).\n\nNow you can customize Sunrain Theme by modifying ``quintagroup.theme.sunrain`` package in ``src`` directory of your buildout.\n\n\nChangelog\n---------\n7.2.5 January 26, 2016\n\n- Fix dropdownmenu [oles.slipchuk]\n\n7.2.3 November, 2016\n\n- Add rule for google analytics scripts [oles.slipchuk]\n\n7.2.2 October 21, 2015\n\n- Fixed less map file [roman.ischiv]\n\n7.2.1 October 21, 2015\n\n- Fixed footer and login button [roman.ischiv]\n\n7.2 June 25, 2015\n\n- Fixed doazo rules for multilingual [roman.ischiv]\n\n7.1 June 25, 2015\n\n- Styled multilingual for theme [roman.ischiv]\n\n7.0 May 21, 2015\n\n- Initial release for Plone 5[roman.ischiv]\n\n6.6 April 20, 2015\n\n- update styles for new version of quintagroup.slidertemplates and quintagroup.megamenu products[roman.ischiv]\n\n6.5 December 29, 2014\n\n- Fixed rules ffor panels in portal-top [roman.ischiv]\n\n6.4 December 12, 2014\n\n- Added style for slidertemplates, megamenu products [roman.ischiv]\n\n6.2 March 18, 2013\n\n- Plone 4.3rc1 compatibility added [naivok]\n\n6.1.1 January 09, 2013\n\n- Fixed footer link [naivok]\n\n6.1 November 28, 2012\n\n* Fixed style to eventDetails [naivok]\n* Fixed style to history [naivok]\n* Added preview image [naivok]\n* Added ajax_load [naivok]\n\n6.0.9 August 20, 2012\n\n* Updated .required styles [naivok]\n* quintagroup.dropdownmenu 1.2.11 compatibility added [naivok]\n\n6.0.8 - July 19, 2012\n\n* removed unnecessary id attribute for the body [naivok]\n* updated Doctype for PLone 4.2 [naivok]\n\n6.0.7 - May 16, 2012\n\n* changed the order of inserting ploneCustom.css [naivok]\n* deleted actions.xml [naivok]\n* updated the way the footer is inserted [naivok]\n* added sunrain class to body [naivok]\n* added style to Responsive Web Design [naivok]\n\n6.0.6 - January 12, 2012\n\n* Products.PloneFormGen compatibility added [naivok]\n\n6.0.5 - December 29, 2011\n\n* changed slogan customization [naivok]\n\n6.0.4 - December 26, 2011\n\n* Fixes style for searchbox [naivok]\n\n6.0.3 - December 12, 2011\n\n* possibility to change backround image for the header added [naivok]\n* tested with Products.ContentWellPortlets 4.1.0 [naivok]\n\n6.0.2 - November 22, 2011\n\n* drop mobile.css [naivok]\n\n6.0.1 - November 02, 2011\n\n* added base tag [naivok]\n\n6.0 - October 31, 2011 \n\n* theme package converted into diazo theme\n\n2.1.1 - August 1, 2011\n\n* removed dependency for quintagroup.portlet.static\n* tinymce.xml cleared\n* LanguageSelector issue fixed by removing it from configure.zcml\n* Plone 4.1 compatibility tested\n\n2.1 - July 5, 2011\n\n* Fixes style for Blog Star (Amend your style for the blog when comments are disabled) [naivok]\n\n2.0 - June 9, 2011\n\n* Theme is compatible with Plone 4.0\n* IE fixes for rounded tab cournes\n* Dependencies for Cumulus portlet and Products.Quills disabled\n* LinguaPlone compatibility tested\n\n1.2 - Feb 8, 2010\n\n* Fixed error when Sun & Rain theme is installed but turned off in portal_skins [koval] - Dec 9, 2009\n* Improved print styles [serg] - Dec 10, 2009\n* Default page id was changed [serg] - Dec 10, 2009\n\n1.1 - Nov 6, 2009\n\n* Default theme logo changed\n\n1.0 - Sep 9, 2009\n\n* Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://themes.quintagroup.com/product/sunrain", "keywords": "web zope plone theme diazo quintagroup", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "quintagroup.theme.sunrain", "package_url": "https://pypi.org/project/quintagroup.theme.sunrain/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/quintagroup.theme.sunrain/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://themes.quintagroup.com/product/sunrain" }, "release_url": "https://pypi.org/project/quintagroup.theme.sunrain/7.2.5/", "requires_dist": null, "requires_python": null, "summary": "Free Diazo Theme for Plone", "version": "7.2.5" }, "last_serial": 2752263, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "dc7a94894b1801c7098cdf55555956c7", "sha256": "28f1bef6ca02b9197755a088e032c1062124c0b1d119452d5bf57d85be808686" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-1.0-py2.4.egg", "has_sig": false, "md5_digest": "dc7a94894b1801c7098cdf55555956c7", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 222638, "upload_time": "2009-09-09T09:54:54", "url": "https://files.pythonhosted.org/packages/cf/a9/bfd3cba733ef79919dbd7ac489e73ce822787cf9fe53c240c0aacaaf879d/quintagroup.theme.sunrain-1.0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "b9ee89bf960d266f179068574a7362a7", "sha256": "dd1f57370a8b65f35c6f3a23e4c94be01d74d9dd87b78006ef9c7d22e809fd0c" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-1.0.tar.gz", "has_sig": false, "md5_digest": "b9ee89bf960d266f179068574a7362a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 187511, "upload_time": "2009-09-09T09:54:48", "url": "https://files.pythonhosted.org/packages/e7/90/3581bca6f62d705f405faf0ff2630d10ca5c3d5186bb16195d2cbfb1a6e6/quintagroup.theme.sunrain-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "cdbcc9f9d8b33b9bdba95cdd9634f2ba", "sha256": "20815a29f1114f63659206fbbc5ea6380c0ab7a1434ca9d96eceffa24f5ce76e" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-1.1-py2.4.egg", "has_sig": false, "md5_digest": "cdbcc9f9d8b33b9bdba95cdd9634f2ba", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 222622, "upload_time": "2009-11-13T14:52:54", "url": "https://files.pythonhosted.org/packages/e2/b6/f8114562fcdea8b7b5ba3fe2ac2d7d64e8227173ea579cb490e85801186b/quintagroup.theme.sunrain-1.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "7ccd084d1c4a442dd733d34694ea350b", "sha256": "78e2355656347c36402b154af7570b80571951aa3c844bd70c903d6b3fc40aa4" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-1.1.tar.gz", "has_sig": false, "md5_digest": "7ccd084d1c4a442dd733d34694ea350b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 188805, "upload_time": "2009-11-13T14:52:48", "url": "https://files.pythonhosted.org/packages/f8/46/b1c46407259167c95558d3c6c5dd023d77204b8154ebbdeebeb25581da37/quintagroup.theme.sunrain-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "514357e45ec0abd400a34ee44c037258", "sha256": "af92ac0cb2424658a201f55cbe616b1f57481feca64ccb88a97bc25cd5703aef" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-1.2-py2.4.egg", "has_sig": false, "md5_digest": "514357e45ec0abd400a34ee44c037258", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 223808, "upload_time": "2010-02-08T15:36:19", "url": "https://files.pythonhosted.org/packages/0f/d4/112b1f1b88f7502db7ac701390bad9db101642c07a4d3a771be553657ad3/quintagroup.theme.sunrain-1.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "27f21949376cb1724cc1c9ac6e15d35f", "sha256": "08c6b4a9eb20e3d536dad57757213a090663562ef4399f91dec3ea0c7f4b7caa" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-1.2.tar.gz", "has_sig": false, "md5_digest": "27f21949376cb1724cc1c9ac6e15d35f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 188664, "upload_time": "2010-02-08T15:36:15", "url": "https://files.pythonhosted.org/packages/01/f0/3cda210734641678c0fe7d07b3162d7be71de60b31826493b0524a05054b/quintagroup.theme.sunrain-1.2.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "e19143b0646014f553ebf158de95ca88", "sha256": "e6df22f414bbf3e78f7d507dc93c4c7c9aeb9d9db1ac7bcf1fd6bcabf5415293" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-1.2.1-py2.4.egg", "has_sig": false, "md5_digest": "e19143b0646014f553ebf158de95ca88", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 223924, "upload_time": "2010-05-27T09:26:30", "url": "https://files.pythonhosted.org/packages/66/9f/edf56e7c8d8441508d316178bf69144ad0167808880475e269007d9c19b5/quintagroup.theme.sunrain-1.2.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "ca744f211efe8d59d91cf51c63934246", "sha256": "374f939c9be021567380a58cf94bc79bff106181e0fef1935dcf9d7b7141947e" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-1.2.1.tar.gz", "has_sig": false, "md5_digest": "ca744f211efe8d59d91cf51c63934246", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 196540, "upload_time": "2010-05-27T09:26:27", "url": "https://files.pythonhosted.org/packages/6b/07/121937bfc1e15a4c13cdf56ea97a552c0f735d0ff3ce054462c70a2a9206/quintagroup.theme.sunrain-1.2.1.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "c70053aafa170c2d6e7dcd959941ab15", "sha256": "2f593b240fcf3682f4cc90fab1572d44d860671caff738187e917ce020a9c173" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-2.0.zip", "has_sig": false, "md5_digest": "c70053aafa170c2d6e7dcd959941ab15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 170710, "upload_time": "2011-06-17T15:09:43", "url": "https://files.pythonhosted.org/packages/6e/a0/857e2cb725e7edad690f7eddac6cf77b95a69443e40d4d19808086eed9be/quintagroup.theme.sunrain-2.0.zip" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "50c07ab2e8f727f22e500fb791408ba8", "sha256": "f3e587a3ec0adff96c7cced16da86f4d0afff3f7c3c645e10ef2d1b6f13345d9" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-2.1.1.zip", "has_sig": false, "md5_digest": "50c07ab2e8f727f22e500fb791408ba8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 170168, "upload_time": "2011-08-02T15:58:37", "url": "https://files.pythonhosted.org/packages/72/6b/04aa2fff9338d7b7e12398d83b6ecbdd7e8604c85372fd363fdad36bdbec/quintagroup.theme.sunrain-2.1.1.zip" } ], "6.0": [ { "comment_text": "", "digests": { "md5": "6238d5ec1737f47c8c8917701b3701e9", "sha256": "24b51817808be23cd32c7cd1e181f23e0a3e16875adb80834f8aa87ef23c2e5a" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.0.zip", "has_sig": false, "md5_digest": "6238d5ec1737f47c8c8917701b3701e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 445764, "upload_time": "2011-10-31T10:48:06", "url": "https://files.pythonhosted.org/packages/6f/43/934fd9074f6e9a81f676413304e38c2f271017d8c41a66aa660167450ced/quintagroup.theme.sunrain-6.0.zip" } ], "6.0.1": [ { "comment_text": "", "digests": { "md5": "0b7f665770f1798a0782544402cde043", "sha256": "7890193ae6038a77543816e2695b731296a22233b78d06b8aa6e7fe86da6e9c5" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.0.1.zip", "has_sig": false, "md5_digest": "0b7f665770f1798a0782544402cde043", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 446173, "upload_time": "2011-11-03T08:48:51", "url": "https://files.pythonhosted.org/packages/4b/4e/ff4490c21b2b04562bcf099e6ed14735afac3fc879118b050c6e53cc8e44/quintagroup.theme.sunrain-6.0.1.zip" } ], "6.0.2": [ { "comment_text": "", "digests": { "md5": "9d640dcf555875d416264e9e003bdeb3", "sha256": "858649e5f49c8731c2b89aedad3e287f06338492b19fa5c19d106d926df52b9c" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.0.2.zip", "has_sig": false, "md5_digest": "9d640dcf555875d416264e9e003bdeb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 444610, "upload_time": "2011-11-23T09:11:14", "url": "https://files.pythonhosted.org/packages/4a/39/07411f704ca5d27bc4a4787345fa892ff461e52e5ba6acdbfab3cfe66b46/quintagroup.theme.sunrain-6.0.2.zip" } ], "6.0.3": [ { "comment_text": "", "digests": { "md5": "3f0aec1ed4cafdfa69de3953d975e17c", "sha256": "c1f46593f5bdc524f1c96037064ff7a794b7ac18d9153c5e27786750f6367c10" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.0.3.zip", "has_sig": false, "md5_digest": "3f0aec1ed4cafdfa69de3953d975e17c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 447351, "upload_time": "2011-12-12T16:27:56", "url": "https://files.pythonhosted.org/packages/72/ef/45ed847cdc319d752e3254275cfd994f5fb7bdb72c6ec7d0902623c93cc3/quintagroup.theme.sunrain-6.0.3.zip" } ], "6.0.4": [ { "comment_text": "", "digests": { "md5": "d53f43be6a4c5f2e565861dc51d47207", "sha256": "9158fd89a785d6e65002fb93ed4537b164edb5c0552e2ad222558fe0937fe546" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.0.4.zip", "has_sig": false, "md5_digest": "d53f43be6a4c5f2e565861dc51d47207", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 447879, "upload_time": "2011-12-26T14:42:44", "url": "https://files.pythonhosted.org/packages/8c/c0/460fff4a19961c64f098fa116fad03487f71c3cdef0090f544700ce2777a/quintagroup.theme.sunrain-6.0.4.zip" } ], "6.0.5": [ { "comment_text": "", "digests": { "md5": "9b2d99e75d6842e29031e3f017061fdd", "sha256": "f17c1c06db1b2afac6a03c875b255ba41166ebbbdf3ebf94a3d858e64f932703" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.0.5.zip", "has_sig": false, "md5_digest": "9b2d99e75d6842e29031e3f017061fdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 446307, "upload_time": "2011-12-29T11:55:59", "url": "https://files.pythonhosted.org/packages/9f/53/4299cf63ffa085d437f17e4fc5b1190f279d91b643054fd4d2c29da41b00/quintagroup.theme.sunrain-6.0.5.zip" } ], "6.0.6": [ { "comment_text": "", "digests": { "md5": "a329f695afd7ef33190767b66a9e98e0", "sha256": "aa758df86057f8cb6280a983b3fb815e2e1708211d5646f9e049f5219e38b277" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.0.6.zip", "has_sig": false, "md5_digest": "a329f695afd7ef33190767b66a9e98e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 444742, "upload_time": "2012-01-17T16:21:42", "url": "https://files.pythonhosted.org/packages/b2/c2/59ba3972ee75684cdc980aefe00a321549da96368e9c91d877139f2e2ad2/quintagroup.theme.sunrain-6.0.6.zip" } ], "6.0.7": [ { "comment_text": "", "digests": { "md5": "ef5cbffd2aa30617d9bce119eceb6c93", "sha256": "fbce2158c40472a1758c6dfb24470cc56d56c015fa186b831a805061ede6f080" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.0.7.zip", "has_sig": false, "md5_digest": "ef5cbffd2aa30617d9bce119eceb6c93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 447886, "upload_time": "2012-05-16T15:29:47", "url": "https://files.pythonhosted.org/packages/ac/8a/8e6fa4d1ff844cd0c2aa69e18cc4a57915460000e1389e5c3d1fa961cf5c/quintagroup.theme.sunrain-6.0.7.zip" } ], "6.0.8": [ { "comment_text": "", "digests": { "md5": "2684576e42a99299fb80b07b96182841", "sha256": "72d73fd8fc13aec27bfcc6e07c85966a28fdec14cabd35f970002106414995fb" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.0.8.zip", "has_sig": false, "md5_digest": "2684576e42a99299fb80b07b96182841", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 448042, "upload_time": "2012-07-19T11:03:58", "url": "https://files.pythonhosted.org/packages/de/70/7d6ff745bea65785fb8322813e7b766b5a1df6c8396ceea3837a392ba7e2/quintagroup.theme.sunrain-6.0.8.zip" } ], "6.0.9": [ { "comment_text": "", "digests": { "md5": "f1d30735faa53ad6e999cc17962bc8c2", "sha256": "41837c75000c7503bd88df5f5b5426e975d07e1ceeea6304cd3404a8bb95f4fd" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.0.9.zip", "has_sig": false, "md5_digest": "f1d30735faa53ad6e999cc17962bc8c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 448333, "upload_time": "2012-08-20T14:19:27", "url": "https://files.pythonhosted.org/packages/c5/1c/d14b4a592bb5a55938b235b5aed5960ab9c913be0060921e7d626e2b2c0a/quintagroup.theme.sunrain-6.0.9.zip" } ], "6.1": [ { "comment_text": "", "digests": { "md5": "370122f9c1505af52865b222d01df77a", "sha256": "5b7b2962889d0222497aa2cc7bd9cbbc59767e04c26e439e5208342651d12032" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.1.zip", "has_sig": false, "md5_digest": "370122f9c1505af52865b222d01df77a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 683556, "upload_time": "2012-11-28T12:43:22", "url": "https://files.pythonhosted.org/packages/0b/f5/ab9ca2fcf3140808483fcb464cf878b5e8cd55d1873667fb6db184dc9a8e/quintagroup.theme.sunrain-6.1.zip" } ], "6.2": [ { "comment_text": "", "digests": { "md5": "9801b55c06a9ee6f5dab201b34ced5e4", "sha256": "fb706402c9eb50dd52880b811aa3a87eee1f11307058ca225ca6164ca7efda37" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.2.zip", "has_sig": false, "md5_digest": "9801b55c06a9ee6f5dab201b34ced5e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 683844, "upload_time": "2013-03-18T15:31:14", "url": "https://files.pythonhosted.org/packages/ba/17/55f0d60e6e91b7bf9e9b6f6266a3a03796e643b9808aaa9a46b81af8a029/quintagroup.theme.sunrain-6.2.zip" } ], "6.4": [ { "comment_text": "", "digests": { "md5": "6d83eeb560ef5e60c310ec337d6b5341", "sha256": "859de305ad5d837090254f1e2dd8beb27d2959b322d9c2256ce57568e546f684" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.4.zip", "has_sig": false, "md5_digest": "6d83eeb560ef5e60c310ec337d6b5341", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 641416, "upload_time": "2014-12-15T09:40:50", "url": "https://files.pythonhosted.org/packages/e3/7c/8faf65797fd335880f3c19a6a76be69fd906d5e7eb9bc50cbec88479f5fb/quintagroup.theme.sunrain-6.4.zip" } ], "6.5": [ { "comment_text": "", "digests": { "md5": "089d35d3ca71f3286ae1a690f0bd5dfb", "sha256": "d4bc33ae8681c8d6ce387206d8fded1010373df0dfba8d594d59b6ea0eaaf502" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.5.zip", "has_sig": false, "md5_digest": "089d35d3ca71f3286ae1a690f0bd5dfb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 641528, "upload_time": "2014-12-29T15:57:50", "url": "https://files.pythonhosted.org/packages/59/2c/4b2aa660f7ff3964f5f106e9d90c5886c8f4e54a440c4b26dab4b7a82ee7/quintagroup.theme.sunrain-6.5.zip" } ], "6.6": [ { "comment_text": "", "digests": { "md5": "c0b5a7259c78ada9284c2398c6fcbe86", "sha256": "8c56e77e391ab2cf129c74f664663dc3be88b54ef566bffee8bcb19a6966f4bd" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.6.zip", "has_sig": false, "md5_digest": "c0b5a7259c78ada9284c2398c6fcbe86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 398052, "upload_time": "2015-04-20T16:19:40", "url": "https://files.pythonhosted.org/packages/fa/b2/fc9a52fc304326c8adaa49a5f96e1323d18518e8bf54e1b56ca6fec45b94/quintagroup.theme.sunrain-6.6.zip" } ], "6.7": [ { "comment_text": "", "digests": { "md5": "788da5dd3b181889e02ddb90f99ee7e8", "sha256": "c373ac16ed8159517bfbf9397cf923b27b009b709b1039cd64dcae5253be8960" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.7.zip", "has_sig": false, "md5_digest": "788da5dd3b181889e02ddb90f99ee7e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 397539, "upload_time": "2015-08-21T13:31:00", "url": "https://files.pythonhosted.org/packages/de/4d/056adcb5bcb7a1f35d92a6f118fe00ef83ab7e83023bc72ec793c60c65ef/quintagroup.theme.sunrain-6.7.zip" } ], "6.8": [ { "comment_text": "", "digests": { "md5": "e52921a112975dcdc03d47daf5394949", "sha256": "731fa7c2bf24bcab3069e51757b41c1d3a18f3cb5fd0f018260d5feadb07a977" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.8.zip", "has_sig": false, "md5_digest": "e52921a112975dcdc03d47daf5394949", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 397573, "upload_time": "2015-08-27T12:19:03", "url": "https://files.pythonhosted.org/packages/6c/4f/9bf58b38daccf212d23b5c5625c70812ce7803f42e05fd362e007afcb88a/quintagroup.theme.sunrain-6.8.zip" } ], "6.8.1": [ { "comment_text": "", "digests": { "md5": "9115902d3f4151923a04b44ae7cc027b", "sha256": "08cd3e131db6a9790d71ba485eaa5ac746a344f0b59d8c4ac0c0dd75c07f079d" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.8.1.zip", "has_sig": false, "md5_digest": "9115902d3f4151923a04b44ae7cc027b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 397997, "upload_time": "2015-12-22T10:42:58", "url": "https://files.pythonhosted.org/packages/c1/c3/9f3bf0a2b6c433c2d047b2e63bfde69589a36c4b8072f1bbf5ff600c4fa2/quintagroup.theme.sunrain-6.8.1.zip" } ], "6.8.2": [ { "comment_text": "", "digests": { "md5": "c1328b221a754e1311cf011e25e9ff61", "sha256": "7f1468d616d79e81c9ae131bb588e1017b9577c1c527af7840eab73e8cbc2d5a" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-6.8.2.zip", "has_sig": false, "md5_digest": "c1328b221a754e1311cf011e25e9ff61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 398060, "upload_time": "2016-06-23T15:07:49", "url": "https://files.pythonhosted.org/packages/4b/e9/84b124ac82f86d4144c8eddea80c7796f99b9f7e819288403258f85be796/quintagroup.theme.sunrain-6.8.2.zip" } ], "7.0": [ { "comment_text": "", "digests": { "md5": "7e7560bc64e9c645b21480bd34b315fe", "sha256": "c39b04e400f3ea12965c9cc946baf0a9c2f1a89f230ae866fd11969dc79b073f" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-7.0.zip", "has_sig": false, "md5_digest": "7e7560bc64e9c645b21480bd34b315fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 769757, "upload_time": "2015-05-22T09:37:10", "url": "https://files.pythonhosted.org/packages/b1/4a/e6676ed2a01305622c623f1f4c1d6929aad49612f60195d461089192f5ba/quintagroup.theme.sunrain-7.0.zip" } ], "7.1": [ { "comment_text": "", "digests": { "md5": "6b3fb5bb8fbe049940554ae8939c1dd8", "sha256": "c54d711fcc82040a599fc2d91e825e969cafc1d733d20b72e2e554d41ed2b011" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-7.1.zip", "has_sig": false, "md5_digest": "6b3fb5bb8fbe049940554ae8939c1dd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 770527, "upload_time": "2015-06-25T14:53:48", "url": "https://files.pythonhosted.org/packages/2b/f6/96c355dc5b122d485a92de812383860fec05d405584ca8cc36d252741c91/quintagroup.theme.sunrain-7.1.zip" } ], "7.2": [ { "comment_text": "", "digests": { "md5": "07c01c427857ff88231d4d0f8e79b0c5", "sha256": "3791d4202709a42cf1f96e7ab1dc896261d7daffa3db3a1ebd9bf68d1a33e6ac" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-7.2.zip", "has_sig": false, "md5_digest": "07c01c427857ff88231d4d0f8e79b0c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 770545, "upload_time": "2015-06-25T15:50:29", "url": "https://files.pythonhosted.org/packages/a1/05/8dc3632373ea15351e0236001b3f30e267699414d4515afd71702907b9cb/quintagroup.theme.sunrain-7.2.zip" } ], "7.2.1": [ { "comment_text": "", "digests": { "md5": "e3846641ce2e083846ac53777a46ee07", "sha256": "b9b7332b81159d34008730bea3dd2858ae98cdf52aa923993f90a2f703c3d95f" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-7.2.1.zip", "has_sig": false, "md5_digest": "e3846641ce2e083846ac53777a46ee07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2232043, "upload_time": "2015-10-21T10:20:22", "url": "https://files.pythonhosted.org/packages/61/00/17c2bf58d3dbe4301ce0bdacad30edd33f17d9a573a73d8ab66e27661ac2/quintagroup.theme.sunrain-7.2.1.zip" } ], "7.2.2": [ { "comment_text": "", "digests": { "md5": "e6df6ec350a93519cc38a5b8b07ed4a8", "sha256": "faba80e4544f9ccd1a33d6a1b3c12ba3bb1d3a3454fae594133cd97c555be3df" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-7.2.2.zip", "has_sig": false, "md5_digest": "e6df6ec350a93519cc38a5b8b07ed4a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1061707, "upload_time": "2015-10-21T12:04:10", "url": "https://files.pythonhosted.org/packages/82/c2/c30786619c51e719bd8a4340c980ffe922af35f071ab069bccd1de971ec8/quintagroup.theme.sunrain-7.2.2.zip" } ], "7.2.3": [ { "comment_text": "", "digests": { "md5": "abadce458406be2d627ff242acd9eb82", "sha256": "e3917d0c541edc764938621235f8124af5481a152c6cd29cf69c5b711514d329" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-7.2.3.zip", "has_sig": false, "md5_digest": "abadce458406be2d627ff242acd9eb82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1007778, "upload_time": "2016-06-23T14:56:03", "url": "https://files.pythonhosted.org/packages/54/14/dc8646ee1c2d9be18ab5992309621b121c8939acfd72a4f8f6feec88933e/quintagroup.theme.sunrain-7.2.3.zip" } ], "7.2.5": [ { "comment_text": "", "digests": { "md5": "d5b0cc742b47ab7a6ee3fd82702eb2b5", "sha256": "2b19aeb0668298798f3376fb4e029c8488c911298310beb4adbc35931290e10c" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-7.2.5.zip", "has_sig": false, "md5_digest": "d5b0cc742b47ab7a6ee3fd82702eb2b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1007685, "upload_time": "2017-04-04T15:04:45", "url": "https://files.pythonhosted.org/packages/82/ee/6b14fc19561ee59660bd1487921086097eab1a28669f5b1dc37f9dda04e6/quintagroup.theme.sunrain-7.2.5.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d5b0cc742b47ab7a6ee3fd82702eb2b5", "sha256": "2b19aeb0668298798f3376fb4e029c8488c911298310beb4adbc35931290e10c" }, "downloads": -1, "filename": "quintagroup.theme.sunrain-7.2.5.zip", "has_sig": false, "md5_digest": "d5b0cc742b47ab7a6ee3fd82702eb2b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1007685, "upload_time": "2017-04-04T15:04:45", "url": "https://files.pythonhosted.org/packages/82/ee/6b14fc19561ee59660bd1487921086097eab1a28669f5b1dc37f9dda04e6/quintagroup.theme.sunrain-7.2.5.zip" } ] }