{
"info": {
"author": "Maurizio Lupo",
"author_email": "maurizio.lupo@redomino.com",
"bugtrack_url": null,
"classifiers": [
"Framework :: Plone",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Programming Language :: Python"
],
"description": "A collection of useful views and portlets\n=========================================\n\nThe main purpose of this product is to provide series of useful views and portlets.\nEach of these can be applied to a folder or a collection.\n\nViews\n--------------\n\n- **Gallery**: A scrollable carousel.\n- **Tabs**: Show the contents inside a tab.\n- **Accordion**: Show the contents inside an accordion.\n- **Gallery with preview (image top)**: A scrollable carousel that shows a preview of each content.\n- **Gallery with preview (image bottom)**: A scrollable carousel that shows a preview of each content.\n- **Slideshow**: Shows elements inside a folder (or collection) as a slideshow.\n\nPortlets\n------------\nThis product provides three portlets. For each portlet you can choose among many different views:\n\n- **Gallery**\n- **Tabs**\n- **Accordion**\n- **Slideshow**\n- **Gallery with preview (image top)**\n- **Gallery with preview (image bottom)**\n- **List of items**\n- **All items**\n\nThe portlets are:\n\n- **TabsAndSlides Collection portlet**: Show the items of a collection. \n- **TabsAndSlides Content portlet**: Show items with a certain ID inside a certain context (usually a folderish object). If the item is a Folder or a collection it returns the contained items.\n- **TabsAndSlides Tal portlet**: Show the items using a TAL expression. This expression can return a list of brain of a list of objects. This is a good reference: http://www.owlfish.com/software/simpleTAL/tal-guide.html\n\nFor each of that portlet you can limit the elements to be shown, randomize the order of the items, show or not the border of the portlet.\n\nCustomize the views\n-------------------\n\nIt's very easy to customize the look and feel of the views !!!\nFor example each of the content use a browserview to show its representation. The browserview are registered in the adapters.zcml (inside the browser package)::\n\n \n\nYou can customize the apperance using a more specific Interface::\n\n \n\nor a layer interface::\n\n \n\nCustomize javascript configuration\n-------------------------------------\n\nThe js configuration is overridable (redomino.tabsandslides.config.js).\n\n\nJavascript documentation\n--------------------------\n\nJcarousel\n - http://sorgalla.com/jcarousel/\n\nJQuerytools tabs\n - http://flowplayer.org/tools/tabs/index.html\n\nJQueryUI\n - http://jqueryui.com/\n\nInstallation\nAdd the product to buildout as usual.::\n\n ...\n eggs =\n redomino.tabsandslides\n ...\n\nredomino.tabsandslides shows up in the \"Add-ons\" configuration panel.\n\n\nDependencies\n---------------\n\n- Plone 4.x\n- collective.js.jqueryui\n\nCredits\n----------\n\nAuthor\n - Maurizio Lupo [sithmel]\n\nContributors\n - Giacomo Spettoli [giacomos]\n\n\n\nChangelog\n=========\n\n0.9.11 (2013-02-20)\n-------------------\n\n- added history navigation on tabs, slides, imagetabs [sithmel]\n- fixed header url [sithmel]\n\n\n0.9.10 (2013-01-02)\n-------------------\n\n- added a more precise infinite recursion prevention. It allows, for example,\n to show customized views for topic or folder inside a tab [sithmel]\n\n\n0.9.9 (2012-12-18)\n------------------\n\n- Fix headers of portlets [sithmel]\n\n\n0.9.8 (2012-12-17)\n------------------\n\n- view templates fixes. Now they use the content-core slot instead of main slot\n [sithmel]\n\n\n0.9.7 (2012-12-10)\n------------------\n\n- portlet tal: now show only element that a user can view [sithmel]\n\n\n0.9.6 (2012-12-07)\n------------------\n\n- Fix italian translation (portlet helper) [sithmel]\n- Fix example of how to get backreference on the tal portlet [sithmel]\n- portlet content didn't take into account security. Fixed [sithmel]\n\n0.9.5 (2012-11-21)\n------------------\n\n- Added a customizable footer to the tal portlet [sithmel]\n- Fix examples in portlet tal helper (again) [sithmel]\n\n\n0.9.4 (2012-11-20)\n------------------\n\n- Fix wrong URLs in portlet listing [sithmel]\n- Accordion portlets now have titles [sithmel]\n- Fix examples in portlet tal helper [sithmel]\n\n\n0.9.3 (2012-11-13)\n------------------\n\n- removed types.xml from profiles. It's useless and trigger the creation of new\n collections on old Plone [sithmel]\n- another fix to content types vocabulary. May be useful to add contents that\n are not globally addable [sithmel]\n- added selection helper for tal expression [sithmel]\n- fix italian i18n [sithmel]\n\n\n0.9.2 (2012-11-08)\n------------------\n\n- Added class \"portletItem\" to portlets [sithmel]\n- Fixed bug in content types vocabulary. Now it is possible to choose\n a global addable content type in portlets [sithmel]\n- added compatibility for new plone 4.2 collections [sithmel]\n\n\n0.9.1 (2012-10-26)\n------------------\n\n- Changed default settings of accordion (autoHeight, collapsible).\n Now It's more usable [sithmel]\n- Fix the images size [sithmel]\n- Added option \"inherit from parent\" in portlet \"tal\" and \"content\" [sithmel]\n\n0.9.0 (2012-10-25)\n------------------\n\n- Fixed the portlet templates in case of one element collection [sithmel]\n- portlet collection: added a link to the collection on the footer [sithmel]\n- added contextual content portlet [sithmel]\n- changed the tabbed view template: moved the text above the tabs [sithmel]\n- added dependency on collective.js.jqueryui [sithmel]\n- added accordion view [sithmel]\n- added portlet accordion view [sithmel]\n- now I set the image size in the adapters [sithmel]\n\n0.8.4 (2012-07-17)\n------------------\n\n- removed useless classes in templates. Now it validate even on XHTML Strict\n [sithmel]\n\n\n0.8.3 (2012-06-05)\n------------------\n\n- removed min-height from tab panes [sithmel]\n\n\n0.8.2 (2012-04-24)\n------------------\n\n- fix slideshow height [sithmel]\n\n\n0.8.1 (2012-04-06)\n------------------\n\n- fix css on galleries white-space:nowrap [sithmel]\n- added new templates for portlets: galleries with preview [sithmel]\n- from now the adapters are browserview with templates:\n they are much easier to customize TTW [sithmel]\n\n\n0.8.0 (2012-03-23)\n------------------\n\n- added a gallery portlet [sithmel]\n- changed the adapter for the content types [sithmel]\n- fix the random function for the portlet collections [sithmel]\n- put the template vocab outside the portlet file [sithmel]\n- added a portlet for the folder [sithmel]\n- updated readme [sithmel]\n- added i18n (english and italian) [sithmel]\n\n0.7.4 (2012-02-23)\n------------------\n\n- Fix style [sithmel]\n\n\n0.7.3 (2012-02-22)\n------------------\n\n- added permissions dependencies for plone4.1 [sithmel]\n\n\n0.7.2 (2012-02-21)\n------------------\n\n- added MANIFEST.in for release on pypi [sithmel]\n\n\n0.7.1 (2012-02-21)\n------------------\n\n- fix various style related issues [sithmel]\n- removed the portlets [sithmel]\n- added a new type of portlet with selectable template [sithmel]\n\n\n0.6.5 (2012-01-21)\n------------------\n\n- changed the whole adapter approach see README for further explanation [sithmel]\n- use JCarousel instead my own plugin [sithmel]\n- added box view [sithmel]\n- from now is easier to customize resources (images, css ...) [sithmel]\n- fix slideshow portlet (it crashed while editing properties ) [sithmel]\n- added tabs portlet\n\n0.6.4 (2011-04-22)\n------------------\n\n- Modified slideshow_preview_view markup. [sithmel]\n\n\n0.6.3 (2011-04-21)\n------------------\n\n- New view (slideshow_preview_view). [sithmel]\n\n0.6.2 (2011-03-11)\n-------------------\n\n- New javascript configuration.\n This use a browser resource so it can be overridden using layer interface\n [sithmel]\n\n0.5 (first released)\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": "http://pypi.python.org/pypi/redomino.tabsandslides",
"keywords": "Zope Plone Views",
"license": "GPL",
"maintainer": null,
"maintainer_email": null,
"name": "redomino.tabsandslides",
"package_url": "https://pypi.org/project/redomino.tabsandslides/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/redomino.tabsandslides/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://pypi.python.org/pypi/redomino.tabsandslides"
},
"release_url": "https://pypi.org/project/redomino.tabsandslides/0.9.11/",
"requires_dist": null,
"requires_python": null,
"summary": "jquerytools tabs and slide implementations",
"version": "0.9.11"
},
"last_serial": 798689,
"releases": {
"0.5": [
{
"comment_text": "",
"digests": {
"md5": "316be2b101b284604e8b1d9c14f8e3aa",
"sha256": "53751ff8b921ff7846e75b7ddd4ba8cb65087595bb0647491a88c4d1808e2cd2"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.5-py2.6.egg",
"has_sig": false,
"md5_digest": "316be2b101b284604e8b1d9c14f8e3aa",
"packagetype": "bdist_egg",
"python_version": "2.6",
"requires_python": null,
"size": 103041,
"upload_time": "2011-02-28T11:58:43",
"url": "https://files.pythonhosted.org/packages/bb/3a/5f61a1ddfb19fc0a5fa6374ad171fd243c87ddd22295e1dc9e0f69ddf482/redomino.tabsandslides-0.5-py2.6.egg"
},
{
"comment_text": "",
"digests": {
"md5": "a3db33d517988f861fc6649565157903",
"sha256": "813b42b44970ae07a1f046d51df140645467c4a1a06d8ea1f4277fde453ef998"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.5.tar.gz",
"has_sig": false,
"md5_digest": "a3db33d517988f861fc6649565157903",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 74669,
"upload_time": "2011-02-28T11:58:41",
"url": "https://files.pythonhosted.org/packages/fe/c2/11f0716e2a8e4c46eed1fa5cab5476069df432fdc6de20f2b969fe383870/redomino.tabsandslides-0.5.tar.gz"
}
],
"0.6.2": [
{
"comment_text": "",
"digests": {
"md5": "7ca7059ba9c1f760ea1202de2d19c589",
"sha256": "b80c2e0eff868f2e9f47aab480b2dd11a39c7078f8475f17cd5fafa128ad86b9"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.6.2-py2.6.egg",
"has_sig": false,
"md5_digest": "7ca7059ba9c1f760ea1202de2d19c589",
"packagetype": "bdist_egg",
"python_version": "2.6",
"requires_python": null,
"size": 103320,
"upload_time": "2011-03-11T14:54:49",
"url": "https://files.pythonhosted.org/packages/88/e4/dcf0b2c1943cf1a79905fa2718137b5f5646fe9670b953fe20e0cd29a6bf/redomino.tabsandslides-0.6.2-py2.6.egg"
},
{
"comment_text": "",
"digests": {
"md5": "e29191890b37478e704c2d719ca67b4d",
"sha256": "491df7c37c713b671a0cdf2241da24b64c12f8ee7b2faf0f8ef2fc665351b280"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.6.2.tar.gz",
"has_sig": false,
"md5_digest": "e29191890b37478e704c2d719ca67b4d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 74549,
"upload_time": "2011-03-11T14:54:48",
"url": "https://files.pythonhosted.org/packages/05/66/d8194ba89b273cf1b9cbb1fc0ceda56236cc7002d189b761b956c127631b/redomino.tabsandslides-0.6.2.tar.gz"
}
],
"0.6.3": [
{
"comment_text": "",
"digests": {
"md5": "73a5de0043304995643f89ae0b84200b",
"sha256": "870d4c980174cf09a7a6beec0f9f5062a612b2f932d71fba97cdf5520611f24d"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.6.3.tar.gz",
"has_sig": false,
"md5_digest": "73a5de0043304995643f89ae0b84200b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 75185,
"upload_time": "2011-04-21T17:30:05",
"url": "https://files.pythonhosted.org/packages/ef/81/bc169b7b6178ef1a44afe1cc7dd0319226fec8554dd6a7f8cebf0dad20c1/redomino.tabsandslides-0.6.3.tar.gz"
}
],
"0.6.4": [
{
"comment_text": "",
"digests": {
"md5": "facfb5566168867351831cc6f0147ed7",
"sha256": "7e81e3926b1666898bada6664ed6a54cd5ab8ccd5b3af32e5e809c7828609e9b"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.6.4.tar.gz",
"has_sig": false,
"md5_digest": "facfb5566168867351831cc6f0147ed7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 75838,
"upload_time": "2011-04-22T12:09:48",
"url": "https://files.pythonhosted.org/packages/c7/5d/c60fe336d541a461e0c2f727033616dca1bd871feea08afd499c60e7d9f5/redomino.tabsandslides-0.6.4.tar.gz"
}
],
"0.6.5": [
{
"comment_text": "",
"digests": {
"md5": "ffc65ed36e735ae92a228038e66ca612",
"sha256": "243ade28e4b2cd2d372d8b8d7f97b580352349433d9a38ee7216e19fbfb9a1b2"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.6.5.tar.gz",
"has_sig": false,
"md5_digest": "ffc65ed36e735ae92a228038e66ca612",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 76135,
"upload_time": "2012-01-25T14:52:57",
"url": "https://files.pythonhosted.org/packages/33/89/f74bec620a6641c93f58c960f10c7fa56afd938403e21895be00734f1bf4/redomino.tabsandslides-0.6.5.tar.gz"
}
],
"0.7": [
{
"comment_text": "",
"digests": {
"md5": "55ae05d2f1e2381263aab7516098905c",
"sha256": "ed8f7761e0a3ba7838d347858b140f09e484d11a5e6995157faa2befe502e6d5"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.7.tar.gz",
"has_sig": false,
"md5_digest": "55ae05d2f1e2381263aab7516098905c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 82846,
"upload_time": "2012-01-25T14:46:23",
"url": "https://files.pythonhosted.org/packages/8d/d7/77594989f8e042e5491127f6ab3ca139c3c222d23b39134d46fea877fc94/redomino.tabsandslides-0.7.tar.gz"
}
],
"0.7.3": [
{
"comment_text": "",
"digests": {
"md5": "1c51d74e7e3a2fdfe8ab7207af8a1958",
"sha256": "283371b6161854652d9e2e160bfd40e1edfe6d1aa5631349953661d55027cd52"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.7.3.tar.gz",
"has_sig": false,
"md5_digest": "1c51d74e7e3a2fdfe8ab7207af8a1958",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 84921,
"upload_time": "2012-02-22T09:55:17",
"url": "https://files.pythonhosted.org/packages/40/ec/5c8fe949b0dce2b177ffd595de219577c1ec34d70425f15c39a2f3e4c565/redomino.tabsandslides-0.7.3.tar.gz"
}
],
"0.7.4": [
{
"comment_text": "",
"digests": {
"md5": "bc396abea33befb9772076116d0e761c",
"sha256": "5c752be1fb111347c6678330d6354d1c7faf29013b536b0f73e2462ed2ab4124"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.7.4.tar.gz",
"has_sig": false,
"md5_digest": "bc396abea33befb9772076116d0e761c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 71678,
"upload_time": "2012-02-23T10:32:08",
"url": "https://files.pythonhosted.org/packages/3f/12/30871d99d5bab961db5d4d0179a12bf6fc44a5c3d0300d3b7a092bf6c623/redomino.tabsandslides-0.7.4.tar.gz"
}
],
"0.8.0": [
{
"comment_text": "",
"digests": {
"md5": "607c7af241067cdab2728fed6d45eaa5",
"sha256": "5e50cfd345ace1ce4883b36cf47a83e0aa0c459592cac554aaf95c65b6301893"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.8.0.tar.gz",
"has_sig": false,
"md5_digest": "607c7af241067cdab2728fed6d45eaa5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 69199,
"upload_time": "2012-03-23T11:28:46",
"url": "https://files.pythonhosted.org/packages/53/8f/612f115b05b2fab9e5ab6a2aea4e2b2b8c11fa5951d8d8bced9e3982caca/redomino.tabsandslides-0.8.0.tar.gz"
}
],
"0.8.1": [
{
"comment_text": "",
"digests": {
"md5": "020de6176c5676905186afb4c3536c20",
"sha256": "c995da1d44c575dc8d82bbc92ac6281c711fef3af04bb0fdcc62a8a226c02199"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.8.1.tar.gz",
"has_sig": false,
"md5_digest": "020de6176c5676905186afb4c3536c20",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 69519,
"upload_time": "2012-04-06T12:56:31",
"url": "https://files.pythonhosted.org/packages/bf/8f/98f17420291d049cd385d70233f66686eec5c83f326523585556e845392c/redomino.tabsandslides-0.8.1.tar.gz"
}
],
"0.8.2": [
{
"comment_text": "",
"digests": {
"md5": "e671bc85c3b77f2651060d1bcfaca2b6",
"sha256": "4fe04b8134f2b9e8eb8db06653c837080d516da2f9dada4beb9320b6e234770f"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.8.2.tar.gz",
"has_sig": false,
"md5_digest": "e671bc85c3b77f2651060d1bcfaca2b6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 71095,
"upload_time": "2012-04-24T10:22:38",
"url": "https://files.pythonhosted.org/packages/65/05/d316e727a33968c810e483ce7457f9d5665bae213e0f515b93834b9dfd0d/redomino.tabsandslides-0.8.2.tar.gz"
}
],
"0.8.3": [
{
"comment_text": "",
"digests": {
"md5": "dff044b452f1ff2e9bef298dd2767ea5",
"sha256": "a7cf2a16bc82affe7824a78615710a16a804516d32ba487f8bccfccdc0e3ae58"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.8.3.tar.gz",
"has_sig": false,
"md5_digest": "dff044b452f1ff2e9bef298dd2767ea5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 71151,
"upload_time": "2012-06-05T12:40:59",
"url": "https://files.pythonhosted.org/packages/44/db/3ffe7aef7c30f63836debaa933707da90286d1f66865ab105463704d4815/redomino.tabsandslides-0.8.3.tar.gz"
}
],
"0.8.4": [
{
"comment_text": "",
"digests": {
"md5": "c6a4873e2affd9e22b36e99969689298",
"sha256": "0720708fe8ec7c92c390d304fdd1dc2b24e2bac794e612d41ab8fcce460edeea"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.8.4.zip",
"has_sig": false,
"md5_digest": "c6a4873e2affd9e22b36e99969689298",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 100539,
"upload_time": "2012-07-17T15:16:37",
"url": "https://files.pythonhosted.org/packages/86/6d/2dcdee901f923911daa4c4fc38025fd137ac623bcbda069c0a61ece923e6/redomino.tabsandslides-0.8.4.zip"
}
],
"0.9.0": [
{
"comment_text": "",
"digests": {
"md5": "0d6031c473eacf1a0b1249e87246732c",
"sha256": "4d69988acc0166489886edd292a6c864083dba372412feb4e41bc15d1b746654"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.9.0.zip",
"has_sig": false,
"md5_digest": "0d6031c473eacf1a0b1249e87246732c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 116877,
"upload_time": "2012-10-25T09:47:27",
"url": "https://files.pythonhosted.org/packages/0f/32/403f4d55878b1088b8bcabe450303376edab50b51e22d1485ee27020e7ba/redomino.tabsandslides-0.9.0.zip"
}
],
"0.9.1": [
{
"comment_text": "",
"digests": {
"md5": "99dc0a2cacf7b1e31aa37bbc03e7c209",
"sha256": "4343763b70175605434dbd0a28f94295717e0dacdb02f25f03e1279acde36380"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.9.1.zip",
"has_sig": false,
"md5_digest": "99dc0a2cacf7b1e31aa37bbc03e7c209",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 117548,
"upload_time": "2012-10-26T12:14:43",
"url": "https://files.pythonhosted.org/packages/98/29/6f4c1d77da89482601281d3c870442ca693aba7814fa6971cce082caeb36/redomino.tabsandslides-0.9.1.zip"
}
],
"0.9.10": [
{
"comment_text": "",
"digests": {
"md5": "9ff0348606ff8ea71f31f1d79909c18d",
"sha256": "1a9f39b4a866fc1c39513d7de30566d9db4e398a1edfefa5ff3ff1814ced0e3b"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.9.10.tar.gz",
"has_sig": false,
"md5_digest": "9ff0348606ff8ea71f31f1d79909c18d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 81548,
"upload_time": "2013-01-02T15:33:49",
"url": "https://files.pythonhosted.org/packages/09/8d/ecffd58c1c2e1c70fc142f6def4278ec8ae22393389da52f3f178bb3d795/redomino.tabsandslides-0.9.10.tar.gz"
}
],
"0.9.11": [
{
"comment_text": "",
"digests": {
"md5": "1d3e9125dd1d107d8fd942104dc2e26a",
"sha256": "298f11ca5a97b2e461f7aed9c6b48f913f19136e584e47292b7f0b3ffa8b0e50"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.9.11.tar.gz",
"has_sig": false,
"md5_digest": "1d3e9125dd1d107d8fd942104dc2e26a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 81808,
"upload_time": "2013-02-20T13:34:40",
"url": "https://files.pythonhosted.org/packages/35/a3/f4b2db68e45f84fbe618a71dde960e5b9c208bf8c9859e5e36fca5aa3f82/redomino.tabsandslides-0.9.11.tar.gz"
}
],
"0.9.2": [
{
"comment_text": "",
"digests": {
"md5": "cc91cd2e0da8c98ab2be72ac30eaf84f",
"sha256": "dc374109873fedba04b365c7986c3fd4cc2512ef3ee81bed79381a103b13655d"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.9.2.zip",
"has_sig": false,
"md5_digest": "cc91cd2e0da8c98ab2be72ac30eaf84f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 118866,
"upload_time": "2012-11-08T09:34:47",
"url": "https://files.pythonhosted.org/packages/cf/9d/371ca4b6d585c9659615dbd09609a9c678c8c9c13a66b502410f40beb751/redomino.tabsandslides-0.9.2.zip"
}
],
"0.9.3": [
{
"comment_text": "",
"digests": {
"md5": "99070930df6187c7df278bb379992f8c",
"sha256": "67b1e634fe2a5d507a9e3c8b57528a5241513af893cd5e3674604ebc7ff8037a"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.9.3.zip",
"has_sig": false,
"md5_digest": "99070930df6187c7df278bb379992f8c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 120083,
"upload_time": "2012-11-13T08:55:46",
"url": "https://files.pythonhosted.org/packages/14/a6/da07771ed33b0a2ee3eeb7da426ab6f7ce6a2e555048c49b65591bb590ad/redomino.tabsandslides-0.9.3.zip"
}
],
"0.9.4": [
{
"comment_text": "",
"digests": {
"md5": "a6ac802e2bc5ad9de9fb659a4db87d23",
"sha256": "b763604fa72cd086926d23decb29404563fae20de640c57709a0e07e2c50d48b"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.9.4.zip",
"has_sig": false,
"md5_digest": "a6ac802e2bc5ad9de9fb659a4db87d23",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 120223,
"upload_time": "2012-11-20T08:47:35",
"url": "https://files.pythonhosted.org/packages/07/d8/5abf7240f93b0e3f04a73cbb2fc59a0c0b7eacff0e602177c5d36da271d5/redomino.tabsandslides-0.9.4.zip"
}
],
"0.9.5": [
{
"comment_text": "",
"digests": {
"md5": "370b6dd5305727ef80e900d18568d849",
"sha256": "dbbec09e892a8f2236299cbefbbb279fb19b7b4b9e22de69a86d9a38f586c2e1"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.9.5.zip",
"has_sig": false,
"md5_digest": "370b6dd5305727ef80e900d18568d849",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 120387,
"upload_time": "2012-11-21T13:38:44",
"url": "https://files.pythonhosted.org/packages/d7/fe/49bc134e9ab389ff60400d8b14d86492116b36cdbd84088a0bc72167f2dd/redomino.tabsandslides-0.9.5.zip"
}
],
"0.9.6": [
{
"comment_text": "",
"digests": {
"md5": "537d50a2aba8132557f69d2831d23fdb",
"sha256": "51d30ac9c9d505e91daade3b83df49881a2bac3cf04ad2e971675bc740af3909"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.9.6.zip",
"has_sig": false,
"md5_digest": "537d50a2aba8132557f69d2831d23fdb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 120685,
"upload_time": "2012-12-07T16:20:44",
"url": "https://files.pythonhosted.org/packages/69/f8/fcba4a5c9e974370f302b67cce3075dd76cbf3b4a9732a5a2f95af9f31f2/redomino.tabsandslides-0.9.6.zip"
}
],
"0.9.7": [
{
"comment_text": "",
"digests": {
"md5": "4df9a1c1a86e1ce1a4f75d71d3c04b51",
"sha256": "9916a1327f78e87a0ded8f022f854d636fbbfca2c0da981152f4b945edea4c30"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.9.7.zip",
"has_sig": false,
"md5_digest": "4df9a1c1a86e1ce1a4f75d71d3c04b51",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 120853,
"upload_time": "2012-12-10T09:03:58",
"url": "https://files.pythonhosted.org/packages/40/d7/4f8e4d9323fb63217405f86e3b0e6c691876ac978a91f0389e0baffa699b/redomino.tabsandslides-0.9.7.zip"
}
],
"0.9.8": [
{
"comment_text": "",
"digests": {
"md5": "decc0d144b843c4e6adf55294f6e07c2",
"sha256": "555abb564d70bdc7fe7179b87bad97588c1bb5277b5ffa8b07a963304084d9c5"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.9.8.tar.gz",
"has_sig": false,
"md5_digest": "decc0d144b843c4e6adf55294f6e07c2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 81085,
"upload_time": "2012-12-17T16:26:32",
"url": "https://files.pythonhosted.org/packages/7e/4a/ca3c5d53a0b3601009dab3e84930526e728a899b7007c478d0ffb3ec1974/redomino.tabsandslides-0.9.8.tar.gz"
}
],
"0.9.9": [
{
"comment_text": "",
"digests": {
"md5": "f95abc0c1389ea923fe996c7c66cb52c",
"sha256": "e4779eaf1ae724d847df99b1d7cf4634aace7ae1eff53d5e6ca198c979d09ea3"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.9.9.tar.gz",
"has_sig": false,
"md5_digest": "f95abc0c1389ea923fe996c7c66cb52c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 81178,
"upload_time": "2012-12-18T15:48:24",
"url": "https://files.pythonhosted.org/packages/0a/7e/fcdc4a85e61be9d538d038403daacc76d8f40afc039c49c6067be62fbc77/redomino.tabsandslides-0.9.9.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "1d3e9125dd1d107d8fd942104dc2e26a",
"sha256": "298f11ca5a97b2e461f7aed9c6b48f913f19136e584e47292b7f0b3ffa8b0e50"
},
"downloads": -1,
"filename": "redomino.tabsandslides-0.9.11.tar.gz",
"has_sig": false,
"md5_digest": "1d3e9125dd1d107d8fd942104dc2e26a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 81808,
"upload_time": "2013-02-20T13:34:40",
"url": "https://files.pythonhosted.org/packages/35/a3/f4b2db68e45f84fbe618a71dde960e5b9c208bf8c9859e5e36fca5aa3f82/redomino.tabsandslides-0.9.11.tar.gz"
}
]
}