{ "info": { "author": "WebLion", "author_email": "support@weblion.psu.edu", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\nThis product allows you to make sites faster since you don't need to worry about some of the hang ups from Internet Explorer. \n\nThis Product works in Plone 2.5, 3, 4+\n\n1.) If you want to use transparent pngs for your IE6 sites add the following to a dtml method css stylesheet\n::\n \n /* (do not remove this :) */\n /* (not this either :) */\n *html img, div, a, input { behavior: url(&dtml-portal_url;/iepngfix.htc); } to a IE6 only stylesheet.\n /* */ \n\n2.) New features include being able to do CSS 3 (Uses css3pie http://css3pie.com/) type things in IE 6,7,8. Things like border-radius, box-shadow, text-shadow.\n\nA.) To use the CSS 3 features make a ie only css file and add your file into the css area of main_template. In Plone 4 you can just add the condition for the css registry file.\n \n \nB.) Add these 2 lines to your css class or id.\n::\n\n behavior: url(&dtml-portal_url;/PIE.htc);\n position: relative;\n\nMake a list of classes that need to be changed in IE in your IEFixes_foo.css file. Example\n::\n\n #portal-personaltools,\n .portalHeader,\n .fooclass {\n behavior: url(&dtml-portal_url;/PIE.htc); \n position: relative; \n }\n\nC.) Issues with CSSPie.. You can't do less then all four border-radius easily::\n\n .portalHeader {\n border-top-left-radius: 10px;\n border-bottom-left-radius: 10px;\n }\n\nshould be::\n\n .portalHeader {\n border-radius: 10px 0px 0px 10px;\n }\n \n\nAlso, if you are are doing gradients there is a hook::\n\n #portal-header {\n -pie-background: linear-gradient(#D3D4D5, #FEFEFE); /*PIE*/ \n }\n \n\n\nChangelog\n=========\n3.0.1 - (2012-12-04)\n--------------------\n\n* Packaging problem with the History.txt not being shipped\n\n3.0 - (2012-12-04)\n------------------\n\n* Added Selectivizr which adds pseudo-classes to Internet Explorer 6-8. Things like nth-child, first-child...\n\n2.0 - (2012-08-01)\n------------------\n\n* Hid the ability for transparent png's in IE6 since it was a load for Internet Explorer other than IE6. Directions for reenabling is in the README.txt file.\n\n\n\n1.0.2 (2011-05-26) \n------------------\n\n* Added support for transparent png's(IE6) and css3pie. This allows for Internet Explorer IE 6,7,8 to do css 3 type things like rounded corners and gradients.\n\n\n0.1 - Unreleased\n----------------\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": "https://weblion.psu.edu/svn/weblion/weblion/Products.EasyAsPiIE", "keywords": "web zope plone theme", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "Products.EasyAsPiIE", "package_url": "https://pypi.org/project/Products.EasyAsPiIE/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.EasyAsPiIE/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://weblion.psu.edu/svn/weblion/weblion/Products.EasyAsPiIE" }, "release_url": "https://pypi.org/project/Products.EasyAsPiIE/3.0.1/", "requires_dist": null, "requires_python": null, "summary": "This enables you to do CSS 3 and psuedo classes for Internet Explorer 6-8.", "version": "3.0.1" }, "last_serial": 785014, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4d63e2cb9e0010da7e4249f86107cd5e", "sha256": "7dfa11196644a603d0c9ce662bad7dae0f1b78bfc21a69a757f596e6630d60b3" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.1-py2.4.egg", "has_sig": false, "md5_digest": "4d63e2cb9e0010da7e4249f86107cd5e", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 19218, "upload_time": "2008-10-24T20:29:41", "url": "https://files.pythonhosted.org/packages/69/71/d3a398280ca9f003e3d9d8aef08adc97435a7d33b0d5493d966a578812e7/Products.EasyAsPiIE-0.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "fd2c6b8d3c85f4846ce8001410feb646", "sha256": "21be251eee4e02e429066c27557676efc1d8be7c5c57e23adff6abac96d780dd" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.1.tar.gz", "has_sig": false, "md5_digest": "fd2c6b8d3c85f4846ce8001410feb646", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10000, "upload_time": "2008-10-24T20:29:40", "url": "https://files.pythonhosted.org/packages/8a/a8/8f7848ca17af641f16da707ad1afdfb2ba3153bc5044856c6c21866560f2/Products.EasyAsPiIE-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "7c9b2f45076e03406d538d41b34a5537", "sha256": "ed82a2abdba6deeaaba5254ea51d7ad7791697a81d12fdcb3fd3124f5cb8bbaf" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.2-py2.4.egg", "has_sig": false, "md5_digest": "7c9b2f45076e03406d538d41b34a5537", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 19224, "upload_time": "2008-10-24T20:53:26", "url": "https://files.pythonhosted.org/packages/b4/14/4f763ae74d2396d9bc2c16f8e877b56ebb9ad1985b46b8931ad0be9ff290/Products.EasyAsPiIE-0.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "f7f37d3c6ce79add89814036ec267ff6", "sha256": "e40bac72e6481c9691ca8054d227fffdc7a29844990e9545b88d359c2bfae1db" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.2.tar.gz", "has_sig": false, "md5_digest": "f7f37d3c6ce79add89814036ec267ff6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10151, "upload_time": "2008-10-24T20:53:26", "url": "https://files.pythonhosted.org/packages/0f/f6/f9e8d5a0e6225aabe5fbdf16092282e35f6832b38a0fb43914f641b716b1/Products.EasyAsPiIE-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "0f760f2f2748ca4bc92c4628f47bf1f0", "sha256": "6e0afdab9a5b25a33732419808be8109427ec96175275e38b5ea6d814ff52595" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.3-py2.4.egg", "has_sig": false, "md5_digest": "0f760f2f2748ca4bc92c4628f47bf1f0", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 19214, "upload_time": "2008-10-24T21:23:48", "url": "https://files.pythonhosted.org/packages/8c/a9/f0a60a52739a253a3838dd7013f8f814cd382e0363ff3a5472a178f7646b/Products.EasyAsPiIE-0.3-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "f0760afea64624e857fa5d3e3da27063", "sha256": "55a68e464fc81f55f659e43cfa555ff879f4f14a61e001a4c1fdcc78d949c36c" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.3.tar.gz", "has_sig": false, "md5_digest": "f0760afea64624e857fa5d3e3da27063", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10232, "upload_time": "2008-10-24T21:23:47", "url": "https://files.pythonhosted.org/packages/1e/e2/dff8a9c54426d655d0bb8e8b7fccd5d7523feb13e39c8533e0adcb6d5715/Products.EasyAsPiIE-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "20ff4e825ada8a956c016cc2357527b7", "sha256": "66a98362bccb3d996a1b9415e1611ae9ce6878e13f9976411aba4acd4edaef9a" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.4-py2.4.egg", "has_sig": false, "md5_digest": "20ff4e825ada8a956c016cc2357527b7", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 19221, "upload_time": "2008-10-24T21:52:49", "url": "https://files.pythonhosted.org/packages/4b/9e/a09d7ab9f2753b53a23eacb84fcb87b88769fae69a76dd153c05b5188942/Products.EasyAsPiIE-0.4-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "51151845b770c73d295f728c59ddc034", "sha256": "3f4a8d26ddaf9c9d9349da29e15e811fdf2c70e79c04763f0aec83fa56824e2b" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.4.tar.gz", "has_sig": false, "md5_digest": "51151845b770c73d295f728c59ddc034", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10639, "upload_time": "2008-10-24T21:52:48", "url": "https://files.pythonhosted.org/packages/86/9c/ab065ea006bfc044a568f335129b4ba72d90a8fd860fc74462955065bc0a/Products.EasyAsPiIE-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "ae26e37f1cbbf285b98a22914c1e06a9", "sha256": "a92d7e21575ec705a84b1e45ff0157e92e9bd72e20e5b3059d3f5854af645ab2" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.5-py2.4.egg", "has_sig": false, "md5_digest": "ae26e37f1cbbf285b98a22914c1e06a9", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 44277, "upload_time": "2008-10-27T17:43:21", "url": "https://files.pythonhosted.org/packages/32/5b/223c11947ffecad531f66582cb289bf62b773e8bdf0ef5815ebccbcff77f/Products.EasyAsPiIE-0.5-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "f1ddf7e37b12b24d2f1fa4ad1044cd56", "sha256": "30ae9ad11a3a1b7cd8154b43252fb825b4d62d813b51384c0406311ed0f23876" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.5.tar.gz", "has_sig": false, "md5_digest": "f1ddf7e37b12b24d2f1fa4ad1044cd56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151716, "upload_time": "2008-10-27T17:43:20", "url": "https://files.pythonhosted.org/packages/85/74/1178a0e9edb11aa9fda0d41fe16fe08c71d8b6008ac8af12fb1b4aa27e86/Products.EasyAsPiIE-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "a563592a1eb2ab28054a552081143659", "sha256": "6749fc043d9d0c7850f6e2ca11885c168664c10a9fa1997d74fd83db64f5ab80" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.6-py2.4.egg", "has_sig": false, "md5_digest": "a563592a1eb2ab28054a552081143659", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 71942, "upload_time": "2008-10-27T20:08:29", "url": "https://files.pythonhosted.org/packages/d6/6f/ce8e129e181e00b7c4216a7d8381cafd45dfb0275fcfee11a339cdfc3597/Products.EasyAsPiIE-0.6-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "f3a759b33e69b2f9d4d973194bbb66f4", "sha256": "b82a06bb05e2a6f46059b87fcfe23962b5745b554d0178dbf0b86083885ac0dd" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.6.tar.gz", "has_sig": false, "md5_digest": "f3a759b33e69b2f9d4d973194bbb66f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151760, "upload_time": "2008-10-27T20:08:29", "url": "https://files.pythonhosted.org/packages/d2/89/1d566fc321a40baaf9fcfd8ea911fd64a0bc55ce6c585024214d0a44d24a/Products.EasyAsPiIE-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "6080e4fc3d226a0da139e529e1fb4375", "sha256": "05498ff8ddc32503e245a456d737d5c65feb7ac6b07c008db2585f177bad475c" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.7-py2.4.egg", "has_sig": false, "md5_digest": "6080e4fc3d226a0da139e529e1fb4375", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 71942, "upload_time": "2008-10-27T20:14:25", "url": "https://files.pythonhosted.org/packages/84/8b/45be7ff5c425b93b441295324991ce2d4ebcfb16c1788acada7a0f1c0112/Products.EasyAsPiIE-0.7-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "741cefae241e1caf9cf2d7c926afa67e", "sha256": "8e68fa9c4cb25671b1a9b0646cb98754473f2e9adcfd32b4a67ec6cecd2ed55c" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.7.tar.gz", "has_sig": false, "md5_digest": "741cefae241e1caf9cf2d7c926afa67e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151744, "upload_time": "2008-10-27T20:14:23", "url": "https://files.pythonhosted.org/packages/13/0b/5fa0375cec1ba083b686f7f915eaf6da9983408d7dae7299dcca950f48b6/Products.EasyAsPiIE-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "1b2a5b25e616c9d24dbdb49281698380", "sha256": "e966021ec16a4d3cb68a778c4ce71ea604faa65f063d513f87949a887bb44e48" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.8-py2.4.egg", "has_sig": false, "md5_digest": "1b2a5b25e616c9d24dbdb49281698380", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 71949, "upload_time": "2008-10-27T20:45:54", "url": "https://files.pythonhosted.org/packages/d3/0a/67e5d00b263f7c581d212ec4250ae683f482f37f4ae9b221d1ad5ecca490/Products.EasyAsPiIE-0.8-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "f1ee58d4778a0572f1c8a187b32031d2", "sha256": "902fe211651de5708c66c974eb5d494c516d8b636d2266752028dad18396fe2a" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.8.tar.gz", "has_sig": false, "md5_digest": "f1ee58d4778a0572f1c8a187b32031d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151767, "upload_time": "2008-10-27T20:45:53", "url": "https://files.pythonhosted.org/packages/39/24/283ab31d860f6f04743b230db63f2c2ff79e7e47e18f6585b283aef0004d/Products.EasyAsPiIE-0.8.tar.gz" } ], "0.81": [ { "comment_text": "", "digests": { "md5": "5eeaefe50cf6248490a454e81899a872", "sha256": "fefd5741b6101aac5f25a55eea0296b3a167fb4cee2740edd83aa83c8d794e87" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.81-py2.4.egg", "has_sig": false, "md5_digest": "5eeaefe50cf6248490a454e81899a872", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 72031, "upload_time": "2008-10-27T21:01:39", "url": "https://files.pythonhosted.org/packages/42/9b/a54dc873b3c98d16c1abb1bb68cfce82b0f4621c1da91fe0c09cfb54b451/Products.EasyAsPiIE-0.81-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "98d05901a9fb0986da09a10be1d26c84", "sha256": "0f8c4e818ecbef92b8711115924b8536f2983cbe102b1453b36fe0021cc0a478" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.81.tar.gz", "has_sig": false, "md5_digest": "98d05901a9fb0986da09a10be1d26c84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151870, "upload_time": "2008-10-27T21:01:38", "url": "https://files.pythonhosted.org/packages/db/66/a76248c3a667533ea9912cad7c1e3f4dacad3eacb1e93754591f1fab618b/Products.EasyAsPiIE-0.81.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "7cb43d90659c2dd7014a77fc9f41a5af", "sha256": "bc8015c356acb5096ce24e97bac0cb34df5278ab8e3598ad2ecca422a057d829" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.9-py2.4.egg", "has_sig": false, "md5_digest": "7cb43d90659c2dd7014a77fc9f41a5af", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 18118, "upload_time": "2008-11-26T17:20:57", "url": "https://files.pythonhosted.org/packages/07/55/60776788534264fb9763c843442dce8254907f61e3f004c032f7c94e1bb7/Products.EasyAsPiIE-0.9-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "54725a55dc6c51d3b00d7e4ed9d94db8", "sha256": "ba86022cfe2278ebf80ebd4affee935070774021c207144fad5ef1a61a673835" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.9.tar.gz", "has_sig": false, "md5_digest": "54725a55dc6c51d3b00d7e4ed9d94db8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16120, "upload_time": "2008-11-26T17:20:57", "url": "https://files.pythonhosted.org/packages/d0/86/9dc9a8f86e2157001dce3c8f86fb517693962424890aeebc942df51c796c/Products.EasyAsPiIE-0.9.tar.gz" } ], "0.91": [ { "comment_text": "", "digests": { "md5": "26adab0586b6a8986b3da30da93f4d27", "sha256": "08fec3918b22fb2ef8ec5af6dca1d12fe46abcbe002e1a69f91416deb29bdcfb" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.91-py2.4.egg", "has_sig": false, "md5_digest": "26adab0586b6a8986b3da30da93f4d27", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 18134, "upload_time": "2008-11-26T17:23:33", "url": "https://files.pythonhosted.org/packages/68/9c/384da9430c15254ffcacc7b0bd7811bee1e4d2a0900fa166c81b730bd37b/Products.EasyAsPiIE-0.91-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "6908030d4289374776721e2207c70690", "sha256": "9ca7bea1aa6389547ad24c77f8b732fb050008f87a1237f5eed3677aae210255" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.91.tar.gz", "has_sig": false, "md5_digest": "6908030d4289374776721e2207c70690", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16164, "upload_time": "2008-11-26T17:23:33", "url": "https://files.pythonhosted.org/packages/48/68/b3f095b7a3f43d89ce3255326d475a41256883a72b6094dabe792fedf025/Products.EasyAsPiIE-0.91.tar.gz" } ], "0.92": [ { "comment_text": "", "digests": { "md5": "bf497ff7c8f18a958551c31e005ab3e8", "sha256": "3cb63abdf82c6efb79d7dc231a396622b3e78ae7f5591bbed93fc641d20e8b75" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.92-py2.4.egg", "has_sig": false, "md5_digest": "bf497ff7c8f18a958551c31e005ab3e8", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 20549, "upload_time": "2008-11-26T17:32:29", "url": "https://files.pythonhosted.org/packages/51/68/b943cc5f81ed59de0e14daf667b9c15f5db71e4f5325202cb7083032bd08/Products.EasyAsPiIE-0.92-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "365fdb3c8f0e08a4cf73ac953d1fc975", "sha256": "f2858b9c31092a1f232829527f13f5b9df7c4cf73e420327016662533604819f" }, "downloads": -1, "filename": "Products.EasyAsPiIE-0.92.tar.gz", "has_sig": false, "md5_digest": "365fdb3c8f0e08a4cf73ac953d1fc975", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17206, "upload_time": "2008-11-26T17:32:28", "url": "https://files.pythonhosted.org/packages/67/79/a73afe5a560290b94f47a515e74171668fca361415584cb07c74e42bf854/Products.EasyAsPiIE-0.92.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "19a7c6c06b3ff6d09a2f617b722ef856", "sha256": "c9779f55f82ad819b3cf5af3b6dd0db43ae6f79abac2fd54e5b3f8ce17b446ca" }, "downloads": -1, "filename": "Products.EasyAsPiIE-1.0.tar.gz", "has_sig": false, "md5_digest": "19a7c6c06b3ff6d09a2f617b722ef856", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50187, "upload_time": "2011-05-24T22:26:44", "url": "https://files.pythonhosted.org/packages/ca/1b/5a1e2627e720247a8ff9f3b9618e5986157f3ddcdb7f3b176215b236434b/Products.EasyAsPiIE-1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "99e7a44c5e01dd35af6c9e62f0b72999", "sha256": "67de1ee99bc18ec28106a05bf3fe704785f0392433016a23e92905f8517718d6" }, "downloads": -1, "filename": "Products.EasyAsPiIE-1.0.zip", "has_sig": false, "md5_digest": "99e7a44c5e01dd35af6c9e62f0b72999", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64049, "upload_time": "2011-05-24T22:26:45", "url": "https://files.pythonhosted.org/packages/03/0e/12b92444d18bea752b01d5cd8c6cfeb12a46a7f285a5d589b87f473e4eb1/Products.EasyAsPiIE-1.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "13212bf69af5961254e67d54cb561f1e", "sha256": "5643ddc1ae326811ef4d3827f291ab35219bf5c64e5b30c7cf0df49950076568" }, "downloads": -1, "filename": "Products.EasyAsPiIE-1.0.1.tar.gz", "has_sig": false, "md5_digest": "13212bf69af5961254e67d54cb561f1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49904, "upload_time": "2011-05-24T23:16:00", "url": "https://files.pythonhosted.org/packages/5f/c9/d6e7cfb229539ed6ca867fbb57f06f2c7a0461df82cec52375a07f37740f/Products.EasyAsPiIE-1.0.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "556d026f66fae2e0441ccb654b5d16e4", "sha256": "dffb5e8bb1f3f9a6f6db89fab62997d6323e6d9c59178a10d0bb8945f63e05bc" }, "downloads": -1, "filename": "Products.EasyAsPiIE-1.0.1.zip", "has_sig": false, "md5_digest": "556d026f66fae2e0441ccb654b5d16e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63414, "upload_time": "2011-05-24T23:16:01", "url": "https://files.pythonhosted.org/packages/00/d0/91ab4f7a29ad0c91dcc48e8dc7dcd6c6b91ab8f821bb99f2c91bf38fbf51/Products.EasyAsPiIE-1.0.1.zip" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "4c8ce5251748ab059f65ea95accd321d", "sha256": "f71c39b2da6e46c988a674b776f2517369d536e2f599c480105adc39f8acbc1f" }, "downloads": -1, "filename": "Products.EasyAsPiIE-1.0.2.tar.gz", "has_sig": false, "md5_digest": "4c8ce5251748ab059f65ea95accd321d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49923, "upload_time": "2011-05-26T23:13:22", "url": "https://files.pythonhosted.org/packages/4c/2f/dec5e55c0427baf5de6eaacdc9680a3896a301d24e41bd69fe397b5b4033/Products.EasyAsPiIE-1.0.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "0b342f609b92c7d2e5b09d4ad484e78e", "sha256": "af079f17064b7dd7f09d75daf743bce38d313c0bfdc8581db9681d24e6e72075" }, "downloads": -1, "filename": "Products.EasyAsPiIE-1.0.2.zip", "has_sig": false, "md5_digest": "0b342f609b92c7d2e5b09d4ad484e78e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63476, "upload_time": "2011-05-26T23:13:23", "url": "https://files.pythonhosted.org/packages/63/44/c5230744ea75a782a8ced23b4af75078497ee1a52f25f501d1c7a755793b/Products.EasyAsPiIE-1.0.2.zip" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "308fd0f99f7990beba38bd5fcf27e34a", "sha256": "2f92566e746fad1bcc48a308f751b15ee2fb02c5aa87391ded16af0a8f159595" }, "downloads": -1, "filename": "Products.EasyAsPiIE-2.0.tar.gz", "has_sig": false, "md5_digest": "308fd0f99f7990beba38bd5fcf27e34a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70923, "upload_time": "2012-08-01T21:01:49", "url": "https://files.pythonhosted.org/packages/c7/38/ba76a1a30fa4e5657629c366904ca4560af133e63a4722d56d6795ae58eb/Products.EasyAsPiIE-2.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "f8dafb211f391f22f282549514556f34", "sha256": "be909fb7d39de92a50b852ecf159adca213499d10781c416f16e27339a534642" }, "downloads": -1, "filename": "Products.EasyAsPiIE-2.0.zip", "has_sig": false, "md5_digest": "f8dafb211f391f22f282549514556f34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81309, "upload_time": "2012-08-01T21:01:53", "url": "https://files.pythonhosted.org/packages/48/bc/4db6f126fd7366fb4c7748b35db400a308794c6274c6123b6db085a68518/Products.EasyAsPiIE-2.0.zip" } ], "3.0": [ { "comment_text": "", "digests": { "md5": "f89deb99ff774c058079ac91aba4724c", "sha256": "2565ad4355b9d9fdc4feae97fa821f7638cdf21b6821afb44980797e3ca1e20d" }, "downloads": -1, "filename": "Products.EasyAsPiIE-3.0.tar.gz", "has_sig": false, "md5_digest": "f89deb99ff774c058079ac91aba4724c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66742, "upload_time": "2012-12-04T15:57:57", "url": "https://files.pythonhosted.org/packages/41/05/8e22b64b6fc469552b3fe948cd2632bfd239601334fecf4f00175396cf66/Products.EasyAsPiIE-3.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "2ad9970081155158cf4b6f3c46f20a67", "sha256": "97aaafd58d56d5e3d6a9b16e4438eb10f6ce4ccccdf10f958e1db87f57504f6d" }, "downloads": -1, "filename": "Products.EasyAsPiIE-3.0.zip", "has_sig": false, "md5_digest": "2ad9970081155158cf4b6f3c46f20a67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77410, "upload_time": "2012-12-04T15:57:58", "url": "https://files.pythonhosted.org/packages/bb/a7/0938cd0308747fac9b6cc7df79b78ebb3f3c30db9b4d2db00ba5856dec32/Products.EasyAsPiIE-3.0.zip" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "c1a68a2ce7922f558113b3386a313cdd", "sha256": "464f20d0e9a6acd107e5e3c0a3264a1e5d2e478ca9a1a5db1dde73da8a7a821e" }, "downloads": -1, "filename": "Products.EasyAsPiIE-3.0.1.tar.gz", "has_sig": false, "md5_digest": "c1a68a2ce7922f558113b3386a313cdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73117, "upload_time": "2012-12-10T18:48:44", "url": "https://files.pythonhosted.org/packages/da/cb/d20222394eba61753c55788a6d7ff2e1834fe11921bb7042a185992662b8/Products.EasyAsPiIE-3.0.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "e1af4c5c8280137771f0dc709063c9a7", "sha256": "4ee3f41b2d8886b5444ad0f2a6ddef0b807bcae471d1530593922f4ed852a206" }, "downloads": -1, "filename": "Products.EasyAsPiIE-3.0.1.zip", "has_sig": false, "md5_digest": "e1af4c5c8280137771f0dc709063c9a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84794, "upload_time": "2012-12-10T18:48:45", "url": "https://files.pythonhosted.org/packages/77/19/a4853f6df613bf5014e0daa41e4b6000ac556c72f8987874b1de925e9286/Products.EasyAsPiIE-3.0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c1a68a2ce7922f558113b3386a313cdd", "sha256": "464f20d0e9a6acd107e5e3c0a3264a1e5d2e478ca9a1a5db1dde73da8a7a821e" }, "downloads": -1, "filename": "Products.EasyAsPiIE-3.0.1.tar.gz", "has_sig": false, "md5_digest": "c1a68a2ce7922f558113b3386a313cdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73117, "upload_time": "2012-12-10T18:48:44", "url": "https://files.pythonhosted.org/packages/da/cb/d20222394eba61753c55788a6d7ff2e1834fe11921bb7042a185992662b8/Products.EasyAsPiIE-3.0.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "e1af4c5c8280137771f0dc709063c9a7", "sha256": "4ee3f41b2d8886b5444ad0f2a6ddef0b807bcae471d1530593922f4ed852a206" }, "downloads": -1, "filename": "Products.EasyAsPiIE-3.0.1.zip", "has_sig": false, "md5_digest": "e1af4c5c8280137771f0dc709063c9a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84794, "upload_time": "2012-12-10T18:48:45", "url": "https://files.pythonhosted.org/packages/77/19/a4853f6df613bf5014e0daa41e4b6000ac556c72f8987874b1de925e9286/Products.EasyAsPiIE-3.0.1.zip" } ] }