{ "info": { "author": "Tom Gross", "author_email": "itconsense@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Framework :: Plone :: 5.1", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n************\n\nThis is an implementation of referencebrowser widget. It\nprovides a widget used for Archetypes reference-fields. The widget can\nbe used on its own or as a dropin replacement of the ATReferenceBrowserWidget\nin Plone 3 and is included in Plone >= 4.\nUnlike the ATReferenceBrowserWidget, archetypes.refencebrowserwidget uses\nan overlay instead of a popup to display the referencebrowser.\n\nVersions\n========\n\nVersion 1 of the product is a classical popup and works with Plone 3 and 4.\nVersion 2 of the product displays the browser as a jQuery overlay. Currently\nit is only tested with Plone 4 and Plone 5.\n\nChange history\n**************\n\nChangelog\n=========\n\n2.5.10 (2017-12-11)\n-------------------\n\nBug fixes:\n\n- Drop dependency on plone.app.form\n [MatthewWilkes]\n\n\n2.5.9 (2017-03-09)\n------------------\n\nBug fixes:\n\n- Fix import location for Products.ATContentTypes.interfaces.\n [thet]\n\n\n2.5.8 (2016-08-10)\n------------------\n\nFixes:\n\n- Use zope.interface decorator.\n [gforcada]\n\n\n2.5.7 (2016-02-12)\n------------------\n\nFixes:\n\n- Fixed to work with Plone 5. [vangheem]\n\n- Updated to work with new plone.batching ``pagination`` selector as\n well as with old one. [thet]\n\n\n2.5.6 (2015-11-27)\n------------------\n\nFixes:\n\n- Do not fail if a level of the path we are adding the object using\n the ReferenceBrowser widget is not accessible by the current user.\n [gbastien]\n\n\n2.5.5 (2015-10-27)\n------------------\n\nFixes:\n\n- Show elements that the reader has no access to as \"Undisclosed\" instead of\n throwing Unauthorized.\n [pbauer]\n\n\n2.5.4 (2015-09-27)\n------------------\n\n- Follow README/CHANGES best practice.\n [tisto]\n\n- saner check for isNotSelf(), which was throwing KeyError\n [alecpm, tkimnguyen]\n\n\n2.5.3 (2015-04-15)\n------------------\n\n- #23 added parameter 'use_wildcard_search' to widget, True by default\n [gbastien]\n\n- Replaced ``jq`` usage with ``$``\n [keul]\n\n- Fixing reference sorting issue due to global function refactoring done\n on recent versions\n [keul]\n- Add labels for images in the popup widget.\n [mitakas]\n\n- #16 fix browsing for widgets in case field has set ``allowed_types``\n\n (Warning: changed return value of view/getResult from\n `[`brain1, brain2,..]`` to ``[dict(item=brain1,browsable=True,\n referenceable=False),...]`` in case you customized popup.pt)\n [fRiSi]\n\n\n2.5.2 (2014-09-11)\n------------------\n\n- Fix the \"Clear Reference\" button, which was not working due to the\n refbrowser_removeReference function hidden in a anonymous function.\n [thet]\n\n- fixed allowed_types\n [agitator]\n\n\n2.5.1 (2014-07-10)\n------------------\n\n- Fix JavaScript for compatibility with jQuery 1.9 by using jQuery's ``on``,\n attached to document, instead of ``live``.\n [thet]\n\n- Use foward compatable test for checked items with jQuery >=1.7\n fixes https://dev.plone.org/ticket/13853\n [arterrey]\n\n- Fix non-multi reference selection when the referenced object\n no longer exists.\n [mattss]\n\n\n2.5.0 (2014-02-23)\n------------------\n\n- Do not use portal_interface tool but @@plone_interface_info (PLIP #13770).\n [ale-rt]\n\n- Filter out references that are None. This may happen when the\n reference_catalog has links from a source to a no longer existing\n target.\n [maurits]\n\n\n2.4.19 (2013-08-13)\n-------------------\n\n- Modified pagination links selector to use only \".listingBar\" instead of\n \"div.listingBar\". The batchnavigation.pt template can be customized in a\n theme and use a different structure, \"ul.listingBar\" for example.\n [vincentfretin]\n\n- If we have a sort_on parameter in base_query,\n use it instead of getObjPositionInParent to display folder content.\n [thomasdesvenain]\n\n\n2.4.18 (2013-05-23)\n-------------------\n\n- Added two widget properties that allow to add help messages on popup,\n in two slots (top and bottom).\n [thomasdesvenain]\n\n- Added css ids in popup.\n [thomasdesvenain]\n\n- Wrap jQuery functions for better compatibility.\n [esteele]\n\n\n2.4.17 (2013-03-05)\n-------------------\n\n- 2.4.15 broke non-multi reference selection. Added code to discriminate\n between multi and single widget id. Fixes http://dev.plone.org/ticket/13402\n [smcmahon]\n\n\n2.4.16 (2013-01-13)\n-------------------\n\n- Add an option of searching for related items by path.\n [plamut]\n\n\n2.4.15 (2012-12-14)\n-------------------\n\n- Make new added references sortable with already existing ones\n while editing a content. Fixes http://dev.plone.org/plone/ticket/13271\n [gbastien]\n\n- Use HTML5 placeholder attribute on search box. Replaces deprecated\n inputLabel class.\n [danjacka]\n\n\n2.4.14.1 (2012-11-07)\n---------------------\n\n- Fixed typo\n [tomgross]\n\n\n2.4.14 (2012-10-18)\n-------------------\n\n- Use normalizeString to create class names for an item's portal type\n and review state. Fixes http://dev.plone.org/plone/ticket/11400.\n [danjacka]\n\n- don't let search fail on broken catalog\n [tomgross]\n\n\n2.4.13 (2012-10-11)\n-------------------\n\n- Restored a \"*view*\" link on linkable items (as with Plone 3):\n It will open a preview of the element in a popup window.\n [keul]\n\n- Fixed referenced elements sort order on widget view.\n [gbastien]\n\n- Take search_index into account while used in popup search form.\n [gbastien]\n\n\n2.4.12 (2012-08-11)\n-------------------\n\n- Show item icons in popup.\n [thomasdesvenain]\n\n- Limit the width of checkboxes column in popup.\n [thomasdesvenain]\n\n2.4.11 (2012-04-09)\n-------------------\n\n- Fixed breadcrumbs internationalization in popup.\n [thomasdesvenain]\n\n\n2.4.10 (2012-02-09)\n-------------------\n\n- We can restrict browsable types, with browsable_types parameter on widget.\n [thomasdesvenain]\n\n\n2.4.9 (2011-12-08)\n------------------\n\n- updated query to take allowed_types into account\n [hpeteragitator]\n- fixed form submission issue in ie #11984\n [tom_gross]\n\n2.4.8 (2011-11-23)\n------------------\n\n- Completed MANIFEST.in\n [tom_gross]\n\n2.4.7 (2011-11-23)\n------------------\n\n- Added MANIFEST.in\n [tom_gross]\n\n2.4.6 (2011-11-23)\n------------------\n\n- Fixed release\n [tom_gross]\n\n\n2.4.5 (2011-11-23)\n------------------\n\n- Fixed tests for plone.uuid >= 1.0.2\n [tom_gross]\n\n\n2.4.4 (2011-08-19)\n------------------\n\n- Fix: text searches should search outside navigation root\n [gotcha]\n\n2.4.3 (2011-07-04)\n------------------\n\n- Use label tags for selectable items.\n [esteele]\n\n- Fix: text search searches from navigation root.\n [thomasdesvenain]\n\n- moved checkPermission from widget template to helper\n [tom_gross]\n\n- Fix referencebrowser.js error when using allow_sorting = 1\n [toutpt]\n\n2.4.2 (2011-06-02)\n------------------\n\n- Fix: overlay is not closed at item selection when field is multivalued.\n [thomasdesvenain]\n\n- Fix undefined variable checkPermission\n [kiorky]\n\n- Fix error in refbrowser_moveReferenceDown and refbrowser_moveReferenceUp\n which caused page reloads when a referenced item was moved twice.\n Refs http://dev.plone.org/plone/ticket/11859\n [cewing]\n\n- Fix errors in sorting scripts which caused failure to detect items at head\n or tail of list of referenced items. Refs\n http://dev.plone.org/plone/ticket/11859\n [cewing]\n\n\n2.4.1 (2011-05-12)\n------------------\n\n- Add js hack to move overlay div to be a direct child of body to avoid\n IE7 z-index bug. Fixes http://dev.plone.org/plone/ticket/11465.\n [smcmahon]\n\n2.4 (2011-04-11)\n----------------\n\n- Fix regression in UID lookup in cases where plone.uuid is present, but not\n used for Archetypes content (such as with plone.app.discussion 1.0 on Plone\n 4.0)\n [davisagli]\n\n2.3 (2011-04-01)\n----------------\n\n- Fixed: widget did not work when search was disallowed.\n [thomasdesvenain]\n\n2.2 (2011-02-25)\n----------------\n\n- Fixed `getStartupDirectory` method if a `startup_directory_method` was\n defined, which cannot be traversed to.\n [hannosch]\n\n- check the references in the overlay that are checked in the widget\n when the overlay is constructed or refreshed.\n [csenger]\n\n- Don't disable checkboxes in overlay when an item is selected.\n Remove the item from the value list when it is unchecked in\n the value list. fixes http://dev.plone.org/plone/ticket/10786\n [csenger]\n\n2.1 (2011-01-03)\n----------------\n\n- Don't issue deprecation-warnings on Zope 2.13\n [tom_gross]\n\n- Fixed title display for images with preview\n http://dev.plone.org/plone/ticket/11290\n [tom_gross]\n\n- Fixed: do not return results that are outside of startup directory\n if browse is restricted to it.\n [thomasdesvenain]\n\n- Qualify input tag id to avoid name-clashing. Fixes\n http://dev.plone.org/plone/ticket/11325.\n [malthe]\n\n- Made sure to always quote ``at_url`` when forwarding it in the templates.\n [deo]\n\n- Use URL quoting of ``at_url`` everywhere and quote in Python code not in\n templates. Fixes http://dev.plone.org/plone/ticket/11297\n [tom_gross]\n\n- Cleaned breadcrumb code Fixes http://dev.plone.org/plone/ticket/11289\n [tom_gross]\n\n2.0 (2010-09-06)\n----------------\n\n- Fixed i18n of \"You are here:\".\n [vincentfretin]\n\n- Set a minimum version for jquerytools, to avoid this problem #10939\n [do3cc]\n\n- Encode search-URL. Fixes http://dev.plone.org/plone/ticket/10942\n [tom_gross]\n\n2.0rc2 (2010-07-29)\n-------------------\n\n- Make sure the popup can be closed by the same ways as other popups in Plone\n 4. Fixes http://dev.plone.org/plone/ticket/10773\n [davisagli]\n\n- Fixed bug: pop-up didn't render id of file with empty title because of\n improper use of TALES Path expression. Now uses browser method instead.\n [kleist]\n\n2.0rc1 (2010-07-12)\n-------------------\n\n- Fixed link rebinding of pagination links (thanks Mustapha Benali!)\n [tom_gross]\n\n2.0b4 (2010-06-02)\n------------------\n\n- Fixed display of title (introduced in 2.0b3)\n\n2.0b3 (2010-06-02)\n------------------\n\n- Use getOverlay() instead of the deprecated getContent()\n Closes http://dev.plone.org/plone/ticket/10548\n [esteele]\n\n- Use content icons from sprite\n Closes http://dev.plone.org/plone/ticket/10543\n [tom_gross]\n\n2.0b2 (2010-04-23)\n------------------\n\n- Adding missing return falses to prevent page reloads on reordering\n [cah190,esteele]\n\n- Mark already related objects visually in referencebrowser\n [tom_gross]\n\n- Only show sorting arrows on adding, if field is really sortable\n [tom_gross]\n\n- use Python doctest instead of zope.testing.doctest\n [tom_gross]\n\n2.0b1 (2010-04-08)\n------------------\n\n- Updated package description\n [tom_gross]\n\n- Merged javascript files to one, which is included only with the widget\n [tom_gross]\n\nDetailed Documentation\n**********************\n\nIntroduction\n============\n\nThe archetypes.referencebrowserwidget is a Plone/Archetype-widget for relation-\nfields. It adds a new reference widget that allows you to search or browse the\nportal when creating references. It can be used as a dropin-replacement for\nthe default ATReferenceBrowserWidget or as a standalone widget.\n\nTo install it as a replacement just install the product via the quickinstaller.\nFor using it as a standalone widget see the demotype in demo.py.\nThe widget tries to be ui-compatible with its predecessor\nATReferenceBrowserWidget. You can use the same properties as for the standard\nReferenceField and for the ATReferenceBrowserWidget.\n\nWhen you use this widget, there are two buttons presented for each widget. One\nthat opens a popup-window that let's you do the search/browsing and one that\nlet's you clear the reference or selected references (will be in effect after\nthe form's Save).\n\nThe popop window basically consists of two parts. The top half is a search form\nand the bottom half is the browser/search results part. Both parts can be\nturned off or on using the widget's properties.\n\nThe search part has additional configuration in the widget\n(see properties below).\n\nThe widget supports:\n\n* catalog-only query of popup-contents. This is massive! permformance\n win compared with ATReferenceBrowserWidget. Try accessing a folder\n with 10k+ objects with both widgets.\n\n* generic referencefield implementation via adapter. OOTB it supports\n Archetypes.ReferenceField and plonerelations.ATField.\n\n* overwrite the popup-template via namedtemplate-implementation\n\n* resizeable popup via simple properties\n\n* a good unittest and integrationtest coverage\n\nProperties\n==========\n\nThe popup window can be configured using the following widget properties:\n\n\n* default_search_index: when a user searches in the popup, this index is\n used by default. It points to \"SearchableText\" by default.\n\n* show_indexes: in the popup, when set to True, a drop-down list is shown\n with the index to be used for searching. If set to False,\n default_search_index will be used.\n\n* size: in case of single-select widget, the default is set to 30. In case\n of multi-select, default is 8.\n\n* available_indexes: optional dictionary that lists all the indexes that\n can be used for searching. Format: {'':',\n ... } The friendly name is what the end-users sees to make the indexes more\n sensible for him. If you do not use this property then all the indexes will be\n shown (I think nobody should allow this to happen!).\n\n* allow_search: shows the search section in the popup\n\n* allow_sorting: allows you change the order of referenced objects\n (requires multiValued=1)\n\n* allow_browse: shows the browse section in the popup\n\n* search_catalog: Catalog to use. Defaults to: portal_catalog\n\n* startup_directory: directory where the popup opens. Optional. When\n omitted, the current folder is used or in the case where a property\n refwidget_startupdirectories under site_properties is found it is\n searched for a startup_directory.\n\n Property is a lines field having the following\n format::\n\n path1:path2\n\n path1 is the path where all widgets being under it set startup_directory\n to path2 if no startup_directory is set.\n\n* startup_directory_method: the name of a method or variable that, if\n available at the instance, will be used to obtain the path of the\n startup directory. If present, 'startup_directory' will be ignored.\n\n* restrict_browsing_to_startup_directory: allows you to restrict the\n breadcrumbs ('allow_browse' property) to contents inside the\n 'startup_directory' only. So you are not able to walk up in the hierarchy.\n (default: 0 = disabled)\n\n* image_portal_types: specify a list of image portal_types. Instances of\n these portal types are being previewed within the popup widget\n\n* image_method: specifies the name of a method that is added to the image\n URL to preview the image in a particular resolution (e.g. 'mini' for\n thumbnails)\n\n* show_review_state: allows you to display the workflow state for objects\n (off by default)\n\n* show_path: display the relative path (relative to the portal object) of\n referenced objects\n\n* only_for_review_states: items are only referencable if their workflow\n state matches the ones\n a specified (default: None = no filtering by workflow state)\n\n* history_length: enable a history feature that show the paths of the last\n N visited folders (default : 0 = no history)\n\n* force_close_on_insert: closes the popup when the user choses insert. This\n overrides the behavior in multiselect mode.\n\n* base_query: defines query terms that will apply to all searches, mainly\n useful to create specific restrictions when allow_browse=0. Can be\n either a dictonary with query parameters, or the name of a method or\n callable available in cotext that will return such a dictionary.\n\n* hide_inaccessible: don't show inaccessible objects (no permission) in view\n mode.\n\n* show_results_without_query: Don't ignore empty queries, but display results.\n\n* popup_width: Width of popup-window in pixel. Defaults to: 500\n\n* popup_height: height of popup-window in pixel. Defaults to: 550\n\n* popup_name: Name of template to be used for popup. To use another template\n you have to register a named adapter for this template. Like:\n\n \n\n See default implementation and unittests for examples.\n\nDesign notes\n============\n\nThis notes were taken from the original ATReferenceBrowserWidget. Since I\ndidn't changed the ui, they are still valid (I think!?).\n\nBoth the templates (widget and popup) are prototypes. There are still some\ninline styles, especially in the popup because I didn't want to tweak with\nplone's css stuff and I didn't want to do hacking and tricking to incorporate\na stylesheet myself.So, that's still a point of interest.\n\nFurthermore I made some design decisions. Right now, in the popup window, all\nobjects are shown (when browsing) and objects that may be referenced to are\nbold and the other objects are greyed out. I chose to show the\nnon-referenceable objects too because they may be an important part of the\ncontext that help the user search for the desired objects to browse to.\nAnother thing that I chose for is that in case of a multi-value widget, the\npopup remains open so that you can continue to add references without having to\nreopen the popup over and over again. Problem is that you have to close the\nwindow yourself. This may change if it turns out to be an annoyance.\n\nA thing that is more related to forms in general is that the items in the\nmultiselect listbox need to be selected before Save is clicked otherwise only\nthe selected items are submitted. That kinda sucks usability-wise because now\nthe user basically has to make two selections: first by choosing the items in\nthe popup and secondly by selecting them again in the listbox. Right now I made\nit so that the items are selected by default but if the user starts clicking in\nthe list, then there might be an issue. Btw, the inandout widget has the same\nproblem. Best would be to select all the items in a script just before the\nform is submitted so that the complete list is submitted. But that requires\nchanges in the base_edit form I think. But it's something to think about since\nthere are now already two widgets that needs to be prepared like this (inandout\nand this one, haven't looked at picklist though, could have the same problem).\n\nAnyway, have fun with it and if you have suggestions please let me know. If you\nsee problems, please fix them when you can.\n\nContributors\n************\n\n - Tom Gross, itconsense@gmail.com Author\n - Danny Bloemendaal, some portions of code taken from the\n ATReferenceBrowserWidget implementation\n - Alexander Limi, limi@plone.org for improved UI\n - Carsten Senger, senger@rehfisch.de, improve usability\n - Mathieu Le Marec - Pasquet, template fix\n - Thomas Desvenan, thomasdesvenain@gmail.com - fixes and minor features\n - Peter Holzer, hpeter@agitator.com - query update/fix\n - Gauthier Bastien, gauthier@imio.be - bug fixes\n - Harald Friessnegger, harald@webmeisterei.com - bug fixes\n\nDownload\n********", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/archetypes.referencebrowserwidget", "keywords": "Relation Widget", "license": "ZPL 2.1", "maintainer": "", "maintainer_email": "", "name": "archetypes.referencebrowserwidget", "package_url": "https://pypi.org/project/archetypes.referencebrowserwidget/", "platform": "", "project_url": "https://pypi.org/project/archetypes.referencebrowserwidget/", "project_urls": { "Homepage": "https://pypi.python.org/pypi/archetypes.referencebrowserwidget" }, "release_url": "https://pypi.org/project/archetypes.referencebrowserwidget/2.5.10/", "requires_dist": null, "requires_python": "", "summary": "A referencebrowser implementation for Archetypes", "version": "2.5.10" }, "last_serial": 3408588, "releases": { "0.10": [ { "comment_text": "", "digests": { "md5": "0bb9d3c663587ad856d9fda1bf348f5e", "sha256": "dd22371cd8728ece6b023480360aab9dc846c0d6b609afcc88888e56da7b8cb4" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-0.10.zip", "has_sig": false, "md5_digest": "0bb9d3c663587ad856d9fda1bf348f5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50679, "upload_time": "2009-08-21T12:13:31", "url": "https://files.pythonhosted.org/packages/0a/74/2aa89340e030f11d1cb19af919090fa45f4de3b1a194a0140b6aed14de9a/archetypes.referencebrowserwidget-0.10.zip" } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "0a0de842aca2b4239591d8f6ef840f06", "sha256": "767df7b2473dc7ff15598156f710729c9d89f01b06703fe9c7dd947acdb73da2" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-0.10.1.zip", "has_sig": false, "md5_digest": "0a0de842aca2b4239591d8f6ef840f06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50652, "upload_time": "2009-08-21T12:13:56", "url": "https://files.pythonhosted.org/packages/d9/c0/223c3526b33936756bc60e7289cbb63db47e7d9b3b135e5252d1c7406ea3/archetypes.referencebrowserwidget-0.10.1.zip" } ], "0.11": [ { "comment_text": "", "digests": { "md5": "82cbaa2a3455ee3a721e7ae79c5a7f87", "sha256": "d7cd8419173dea79a5371ea046308703b86903ff23c5db8b1850cb6daebbfd96" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-0.11.zip", "has_sig": false, "md5_digest": "82cbaa2a3455ee3a721e7ae79c5a7f87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53437, "upload_time": "2009-08-21T12:13:13", "url": "https://files.pythonhosted.org/packages/d5/68/3acbe0ce3ca64527580b42460058f4d8e78616e57357024f359adf7fedf9/archetypes.referencebrowserwidget-0.11.zip" } ], "0.11dev-r11167": [ { "comment_text": "", "digests": { "md5": "d3fdef382d06248d4263f432f0993fe8", "sha256": "2352941b0821e5ca660aac67416f3e101645dbfb552223877cf2c122aae831c9" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-0.11dev-r11167.zip", "has_sig": false, "md5_digest": "d3fdef382d06248d4263f432f0993fe8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54389, "upload_time": "2009-08-21T12:11:42", "url": "https://files.pythonhosted.org/packages/04/fe/7e37100bf3fcbdc15a17ec8a8c98cfab2b16aa696718c6b785d58582e813/archetypes.referencebrowserwidget-0.11dev-r11167.zip" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "a7d5a142b3238cf3cde841b27c182e5a", "sha256": "4d52d15f383d036e8c4c9e1c4f17e3bcfba5815ad9b073d0fe91af4f4a69b6b0" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-0.8.zip", "has_sig": false, "md5_digest": "a7d5a142b3238cf3cde841b27c182e5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47311, "upload_time": "2009-08-21T12:14:48", "url": "https://files.pythonhosted.org/packages/12/a0/44002c6f926058246d01afacd27539a500690ffbf3cab6880db1085d87d0/archetypes.referencebrowserwidget-0.8.zip" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "f3bfb84d6e63298ecd634a3beca38df7", "sha256": "370ebee86877473c76e88335603ba1aa9492b06c4af0655c58743e3cb9a0e002" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-0.8.1.zip", "has_sig": false, "md5_digest": "f3bfb84d6e63298ecd634a3beca38df7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48895, "upload_time": "2009-08-21T12:14:32", "url": "https://files.pythonhosted.org/packages/b4/70/352e9bb15025804440d6e6c0f07b63d4bd5375515d4dca69669bae49fead/archetypes.referencebrowserwidget-0.8.1.zip" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "dd6421bb03136978c2f7aad9a63106bf", "sha256": "43521e76c54e47c19f2520204aebc77f48fa0ae7001d7f0e16fa33ac4dd91bb3" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-0.9.zip", "has_sig": false, "md5_digest": "dd6421bb03136978c2f7aad9a63106bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49131, "upload_time": "2009-08-21T12:14:10", "url": "https://files.pythonhosted.org/packages/cb/0f/79e874f49810056684461e1d002e72f0a2adf66eef1ec25142a63bce6adc/archetypes.referencebrowserwidget-0.9.zip" } ], "1.0a1": [ { "comment_text": "", "digests": { "md5": "280d93e7c77f20cfe6fdf4406ab1f132", "sha256": "28e9e2194bdd7be84a244db818be6712c78cc7855cd193247f478577087d6f33" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-1.0a1.zip", "has_sig": false, "md5_digest": "280d93e7c77f20cfe6fdf4406ab1f132", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55232, "upload_time": "2009-08-21T12:07:54", "url": "https://files.pythonhosted.org/packages/2b/4b/9c701687e13552cdd62d3661dcb9121acf1c119f37046c4280c9f361d528/archetypes.referencebrowserwidget-1.0a1.zip" } ], "1.0a2": [ { "comment_text": "", "digests": { "md5": "5bf5554a2d210e032a7b3d3a4f05070a", "sha256": "5d13668a686a0749b1f43b22f9bf892d2e3a1f6b8b0e1b40cb4ec19c4e9b559e" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-1.0a2.tar.gz", "has_sig": false, "md5_digest": "5bf5554a2d210e032a7b3d3a4f05070a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39318, "upload_time": "2009-10-14T13:33:44", "url": "https://files.pythonhosted.org/packages/98/66/d9311ee4e471c005ff433fac9ec58e8d70fc727e72e765ac3350e52c5a8c/archetypes.referencebrowserwidget-1.0a2.tar.gz" } ], "1.0a3": [ { "comment_text": "", "digests": { "md5": "1d4901d8724a57e09657eefa4e80611a", "sha256": "f025d0d06f67b1af09d470e28381ffea02f59620ddf155593c2790014e0dfe81" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-1.0a3.zip", "has_sig": false, "md5_digest": "1d4901d8724a57e09657eefa4e80611a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55615, "upload_time": "2009-10-16T18:25:22", "url": "https://files.pythonhosted.org/packages/b8/d8/2f338a29386642ffc71b9548a3b82e6009b7457530647f023efafd921b08/archetypes.referencebrowserwidget-1.0a3.zip" } ], "1.0a4": [ { "comment_text": "", "digests": { "md5": "7f293dcf0ef053c83a23554ba517346b", "sha256": "3989e4dc4d12a7dc971e132639f041764693e75d8bedd5365a65c5a1b6c00279" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-1.0a4.zip", "has_sig": false, "md5_digest": "7f293dcf0ef053c83a23554ba517346b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55793, "upload_time": "2009-11-14T10:07:53", "url": "https://files.pythonhosted.org/packages/1d/be/8c402a2cac7a3c9110dac374f64bc71c36c864741685e4a62ea5cc292398/archetypes.referencebrowserwidget-1.0a4.zip" } ], "1.0a5": [ { "comment_text": "", "digests": { "md5": "e9e85d2bf82aa93e3b22b596d529d020", "sha256": "ae5be7a28e9caf4d70965d9c6f9a02ee300b49d2f817e5d8ce3b74330935073e" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-1.0a5.zip", "has_sig": false, "md5_digest": "e9e85d2bf82aa93e3b22b596d529d020", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56259, "upload_time": "2009-11-18T15:26:28", "url": "https://files.pythonhosted.org/packages/75/50/321072617b1d89daf282d68bc8f1564ed985360fa2119797c0bb63c5ba5c/archetypes.referencebrowserwidget-1.0a5.zip" } ], "1.0a6": [ { "comment_text": "", "digests": { "md5": "8b5f186b948877d191e788f1b0b0cc76", "sha256": "33e67abc13c69f20a017d120fad0d5eb8b36a63b511f05bf9be780d7ecb0287b" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-1.0a6.zip", "has_sig": false, "md5_digest": "8b5f186b948877d191e788f1b0b0cc76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56366, "upload_time": "2009-12-01T15:37:22", "url": "https://files.pythonhosted.org/packages/78/e8/18d25d95d2173d17d37f8246d2b16f42ac391f329ff559e47bfb72ab771a/archetypes.referencebrowserwidget-1.0a6.zip" } ], "1.0b1": [ { "comment_text": "", "digests": { "md5": "9c209ebb80a136b3fb6b46463c31a898", "sha256": "a370f8e544f98bf85ae72928c81d42fccff07e26eba8d1a33939b499c363ad75" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-1.0b1.zip", "has_sig": false, "md5_digest": "9c209ebb80a136b3fb6b46463c31a898", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56554, "upload_time": "2009-12-21T17:05:23", "url": "https://files.pythonhosted.org/packages/20/70/3b8138b974515d19ffa7bb0ade7592e9edc6ae89355c6e4e65c24b8c4ea4/archetypes.referencebrowserwidget-1.0b1.zip" } ], "1.0b2": [ { "comment_text": "", "digests": { "md5": "a5c1a4721fe00a32d90c6a5a8293a879", "sha256": "b09e249466d16a5c3680f53758af1cecb2f1f0bacff97b461f8c9effc67556b2" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-1.0b2.zip", "has_sig": false, "md5_digest": "a5c1a4721fe00a32d90c6a5a8293a879", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56951, "upload_time": "2010-02-01T18:14:42", "url": "https://files.pythonhosted.org/packages/4d/00/1cc385c341b4e38f2d3862c771e803fc32c3b06b7b279097094161c096cb/archetypes.referencebrowserwidget-1.0b2.zip" } ], "1.0b3": [ { "comment_text": "", "digests": { "md5": "4dc04d8d17abb719d95b22d416a63e45", "sha256": "69201a326329628bac7ba1b9f1d4a5a89027691987001fb6aa4b0b16d68517a9" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-1.0b3.tar.gz", "has_sig": false, "md5_digest": "4dc04d8d17abb719d95b22d416a63e45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38074, "upload_time": "2010-02-17T11:11:14", "url": "https://files.pythonhosted.org/packages/a3/59/feadef744bd0aa51a03e779afb62f82b0c40df2cf13a2ad7838dc7ccba19/archetypes.referencebrowserwidget-1.0b3.tar.gz" } ], "1.0b4": [ { "comment_text": "", "digests": { "md5": "e3740e254efc76ebfb60bc5f1255fb8b", "sha256": "ab61ba0a92c5a6499c715b7122a2b8985c24d2fd236d45bf6f674f53b9a13873" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-1.0b4.zip", "has_sig": false, "md5_digest": "e3740e254efc76ebfb60bc5f1255fb8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57406, "upload_time": "2010-02-18T15:56:44", "url": "https://files.pythonhosted.org/packages/cd/05/df2ebb5a14681df4f0c543f9498316685bc646968574e7e144392743df03/archetypes.referencebrowserwidget-1.0b4.zip" } ], "1.0rc1": [ { "comment_text": "", "digests": { "md5": "589acb8f68d7acdbf9ae800234076bd4", "sha256": "9f71d54ac1d98a806a00ab72bcd5d5407c6ccd2eaa84ea8972b3db48d2268c04" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-1.0rc1.zip", "has_sig": false, "md5_digest": "589acb8f68d7acdbf9ae800234076bd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57656, "upload_time": "2010-04-02T12:25:47", "url": "https://files.pythonhosted.org/packages/50/fb/4d4eeb3f5b4da8ff565d3748121ca29b5522fc58505c6edc7bf9e8eb52e3/archetypes.referencebrowserwidget-1.0rc1.zip" } ], "1.0rc2": [ { "comment_text": "", "digests": { "md5": "582ccd95f1236f3f894671d5ff1858a0", "sha256": "47b27d1da63cbcfe222ce1d59240c2cd32dad6a892b281709fe0e79600d650b6" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-1.0rc2.zip", "has_sig": false, "md5_digest": "582ccd95f1236f3f894671d5ff1858a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57902, "upload_time": "2010-06-10T11:23:09", "url": "https://files.pythonhosted.org/packages/ff/eb/9368d66a438d3a3a7ea7556b70f2aaf30da3891b3ea7684f10347898d019/archetypes.referencebrowserwidget-1.0rc2.zip" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "a7396ebf52f7a1e237df3eed95b04229", "sha256": "f814ae7d77205e70ce2e0d2817149341ff527bfe177bfb0009113677f2d8c503" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.0.zip", "has_sig": false, "md5_digest": "a7396ebf52f7a1e237df3eed95b04229", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59179, "upload_time": "2010-09-06T14:54:29", "url": "https://files.pythonhosted.org/packages/5f/e7/3e1d0b3bb1ede3894cdd37b326c8b683bd2b90cfd5f4ecbba050096e57ef/archetypes.referencebrowserwidget-2.0.zip" } ], "2.0b1": [ { "comment_text": "", "digests": { "md5": "9ff17d676c87fe0e693e6c94245115ad", "sha256": "d106cb403e30a6e97d6ea58f05910e23bde1b3588176b99e500dd62fe8fc6bb4" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.0b1.zip", "has_sig": false, "md5_digest": "9ff17d676c87fe0e693e6c94245115ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57414, "upload_time": "2010-04-08T08:43:10", "url": "https://files.pythonhosted.org/packages/56/fe/eaa46ab5ed276be7475a4878fe073789f05247418832319edb22b6fc24ec/archetypes.referencebrowserwidget-2.0b1.zip" } ], "2.0b2": [ { "comment_text": "", "digests": { "md5": "ac7338d0c86f60e17b6ce01111db2196", "sha256": "764a101ae6d793dd48f93121cad1aadc84375f2dc5686b3e7139ef768ce80008" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.0b2.zip", "has_sig": false, "md5_digest": "ac7338d0c86f60e17b6ce01111db2196", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58042, "upload_time": "2010-04-23T10:47:17", "url": "https://files.pythonhosted.org/packages/7a/0c/de66aba6b35974234bc54e43147987b67fe107ec4f30527c582782fde7e3/archetypes.referencebrowserwidget-2.0b2.zip" } ], "2.0b3": [ { "comment_text": "", "digests": { "md5": "a0b78136b4c4715ba4cea487a5f9bf66", "sha256": "8933c4d60594aa3d4b7734efb27c0f1f780da07c0d128683884612d48f115ba6" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.0b3.zip", "has_sig": false, "md5_digest": "a0b78136b4c4715ba4cea487a5f9bf66", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58271, "upload_time": "2010-06-02T10:46:32", "url": "https://files.pythonhosted.org/packages/c8/b4/c4964c7c433c592d79bd588b373b55acd97277fb8b44138eebd1d690755b/archetypes.referencebrowserwidget-2.0b3.zip" } ], "2.0b4": [ { "comment_text": "", "digests": { "md5": "b09fa3d48dcdf7642716f5fdda66a4e1", "sha256": "d2b85c5a68334058244a94b264bd51e38371b74ca971f6ee359dc43f4a05025c" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.0b4.zip", "has_sig": false, "md5_digest": "b09fa3d48dcdf7642716f5fdda66a4e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58366, "upload_time": "2010-06-02T11:30:58", "url": "https://files.pythonhosted.org/packages/35/e5/63be97a83f7758de859842f6fe3fa684b550fe0b40083d41141ddacab256/archetypes.referencebrowserwidget-2.0b4.zip" } ], "2.0rc1": [ { "comment_text": "", "digests": { "md5": "615f08eda2925b8a62c6f28d20660ad5", "sha256": "a65978093b648e35037b21d464f9bfa36f92d2d25b8f73c16dd4ffc9ff8071cf" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.0rc1.zip", "has_sig": false, "md5_digest": "615f08eda2925b8a62c6f28d20660ad5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58641, "upload_time": "2010-07-12T08:45:00", "url": "https://files.pythonhosted.org/packages/ce/01/aa6a4e4b04908dd5a1810252091e6166ccb7e593e10fd6f5acc7aa04cb57/archetypes.referencebrowserwidget-2.0rc1.zip" } ], "2.0rc2": [ { "comment_text": "", "digests": { "md5": "901927cc4e1107fb7efc53d2cf4a09aa", "sha256": "a4828c51070d3474a22e1c0f318adc3731a49a6f153314c0edd4036fc5ab1051" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.0rc2.zip", "has_sig": false, "md5_digest": "901927cc4e1107fb7efc53d2cf4a09aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59123, "upload_time": "2010-07-29T09:35:06", "url": "https://files.pythonhosted.org/packages/4b/9b/5a3d3ddee8fd688aecd9e0f7362d6bca530e8155a6cbe733b4182e313abb/archetypes.referencebrowserwidget-2.0rc2.zip" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "222b5f79dd1341edbf8ca5e370475dd4", "sha256": "b628d77fbc250a2b2b7de8ba17007a6cd3d456354c26752bc513af5d05920cd4" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.1.zip", "has_sig": false, "md5_digest": "222b5f79dd1341edbf8ca5e370475dd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58612, "upload_time": "2011-01-03T16:13:42", "url": "https://files.pythonhosted.org/packages/6c/cc/400851dc80d6c6cb855768de44d96e8a549e0854a41095df2d16cae0f035/archetypes.referencebrowserwidget-2.1.zip" } ], "2.2": [ { "comment_text": "", "digests": { "md5": "2c3dc7148461d8c9661cee44eb021c19", "sha256": "2b032fc25de0b87277e5ec0eca6595ab358217c5d53067f3a5c43760f61cf4f8" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.2.zip", "has_sig": false, "md5_digest": "2c3dc7148461d8c9661cee44eb021c19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59912, "upload_time": "2011-02-26T03:13:25", "url": "https://files.pythonhosted.org/packages/a5/89/b93776cdb1f3487aaeec18be596c9e291a9ed8f3f8f29c0cc0ed5c545125/archetypes.referencebrowserwidget-2.2.zip" } ], "2.3": [ { "comment_text": "", "digests": { "md5": "95a1c387603e1c044c50d6bd521c5f17", "sha256": "67ef74e09f7dafa6adec6d5e1577fc87180522058f85f2396caf6e880d271e74" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.3.zip", "has_sig": false, "md5_digest": "95a1c387603e1c044c50d6bd521c5f17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60058, "upload_time": "2011-04-02T02:12:20", "url": "https://files.pythonhosted.org/packages/65/3b/8b756f208ec8fb0adf4645ba299d0ff6ed69d8ad84d0f8579581d2fdb270/archetypes.referencebrowserwidget-2.3.zip" } ], "2.4": [ { "comment_text": "", "digests": { "md5": "47caf8bf5fbc0a5e5dbbe86f1ab02e8c", "sha256": "d43fe5f925a2d876714d5e15cbb37026ddf0fc7477b9773b08d553afe3925a73" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.zip", "has_sig": false, "md5_digest": "47caf8bf5fbc0a5e5dbbe86f1ab02e8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60434, "upload_time": "2011-04-11T17:40:40", "url": "https://files.pythonhosted.org/packages/c4/e1/0427c335f704609228cde08a8ed13f6bac7b70406e61aed20d0284c65103/archetypes.referencebrowserwidget-2.4.zip" } ], "2.4.1": [ { "comment_text": "", "digests": { "md5": "b410474a6659044dc52f531aa2df23d3", "sha256": "2681ab2058a24f84c05921ce58cd24d01471f913ddec1456ff0f030b57931926" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.1.zip", "has_sig": false, "md5_digest": "b410474a6659044dc52f531aa2df23d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60962, "upload_time": "2011-05-12T11:17:08", "url": "https://files.pythonhosted.org/packages/a9/c9/f1c43170a4310cf30e7c44e8c98cc0f9132023da74039594dab111b7b7ee/archetypes.referencebrowserwidget-2.4.1.zip" } ], "2.4.10": [ { "comment_text": "", "digests": { "md5": "a6056532a9ab33098762fe59834c5799", "sha256": "a0672c1d4bef723b1de4debc759fb4f4064ff5cdb92d6077992a693198a51a57" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.10.tar.gz", "has_sig": false, "md5_digest": "a6056532a9ab33098762fe59834c5799", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36872, "upload_time": "2012-02-09T21:36:35", "url": "https://files.pythonhosted.org/packages/15/38/c04d2cc6982288139d1f27f8933d7a448dc00378773bb47dbb32115fc1f8/archetypes.referencebrowserwidget-2.4.10.tar.gz" } ], "2.4.11": [ { "comment_text": "", "digests": { "md5": "81029c17d051c0e76c2a3543a90b345c", "sha256": "515d07f7948ea593f8b124f5b13db02066fee7a7ceadd021552c1321857837b6" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.11.zip", "has_sig": false, "md5_digest": "81029c17d051c0e76c2a3543a90b345c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61956, "upload_time": "2012-04-10T03:20:29", "url": "https://files.pythonhosted.org/packages/a1/c9/d4c2b87c5749fd9f0cfe1d23e8e6796981c8f7d3b5d23f01b6fc050855d9/archetypes.referencebrowserwidget-2.4.11.zip" } ], "2.4.12": [ { "comment_text": "", "digests": { "md5": "5c80e5da458b98b65f02799457c9baff", "sha256": "4e0eff019e6b8a55bf0aafc4eb341e4a8e45ed842c08e538642be947001a194d" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.12.zip", "has_sig": false, "md5_digest": "5c80e5da458b98b65f02799457c9baff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62127, "upload_time": "2012-08-11T17:57:23", "url": "https://files.pythonhosted.org/packages/fc/51/ab1b30d863c49812214a53c342bd72efa0d1f86fcb88410fc70f2e959d06/archetypes.referencebrowserwidget-2.4.12.zip" } ], "2.4.13": [ { "comment_text": "", "digests": { "md5": "cb8828e2d31d635253060c2197d34c43", "sha256": "f043c9b9f0fe238b190bf2da56d8b37cd54bb2479b488e417e99693dacda4681" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.13.zip", "has_sig": false, "md5_digest": "cb8828e2d31d635253060c2197d34c43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64437, "upload_time": "2012-10-11T10:07:40", "url": "https://files.pythonhosted.org/packages/54/22/7c5ca71c38dde17d5e14f08644951a496b598c0e567c028d83bed5e83034/archetypes.referencebrowserwidget-2.4.13.zip" } ], "2.4.14": [ { "comment_text": "", "digests": { "md5": "8e8b80cfea176bdb68c67c9d5ede1dfd", "sha256": "97fe8af8b3d6a4b74a76568be7603262f2086e28b06b62c8dbb72cd39254a48d" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.14.zip", "has_sig": false, "md5_digest": "8e8b80cfea176bdb68c67c9d5ede1dfd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65058, "upload_time": "2012-10-18T21:12:27", "url": "https://files.pythonhosted.org/packages/72/8b/e93f16f936c652432ade71716878843e2a8a521953a9acba5119a90d0591/archetypes.referencebrowserwidget-2.4.14.zip" } ], "2.4.14.1": [ { "comment_text": "", "digests": { "md5": "b5ae579a3b32662e337bb19800d5190f", "sha256": "2f37c0ea601c0237c2edd67632f8294cd8ddce502051815ca273ed9ed4cf2800" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.14.1.zip", "has_sig": false, "md5_digest": "b5ae579a3b32662e337bb19800d5190f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65094, "upload_time": "2012-11-07T12:34:52", "url": "https://files.pythonhosted.org/packages/40/77/6432d197ff32f7afb2ffd08e72bb9c1dacb01d9275b0938dfd6e89cf05aa/archetypes.referencebrowserwidget-2.4.14.1.zip" } ], "2.4.15": [ { "comment_text": "", "digests": { "md5": "6464e0237cba6e254840c83c5c830d74", "sha256": "93e4411b3032539f2e9334f57ba2005c7cd8464a0cee3f57d7f50e2dd302923b" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.15.zip", "has_sig": false, "md5_digest": "6464e0237cba6e254840c83c5c830d74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65437, "upload_time": "2012-12-15T04:30:23", "url": "https://files.pythonhosted.org/packages/18/19/e63e84a1d9c6fdd76f40da76465c5b600b6e93729ae2c4b39909af989bda/archetypes.referencebrowserwidget-2.4.15.zip" } ], "2.4.16": [ { "comment_text": "", "digests": { "md5": "7dd3b0d4e188828701a291449c7495f4", "sha256": "f9f88b99f54c71c0487d0d6218072484ecb13e1922be039e4439e78a2e2ea9d7" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.16.zip", "has_sig": false, "md5_digest": "7dd3b0d4e188828701a291449c7495f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66080, "upload_time": "2013-01-13T17:48:53", "url": "https://files.pythonhosted.org/packages/8f/fb/3eaa7bd354b49e5c911c369435390b4d6ba781dcad89b4d3a287d3d39a88/archetypes.referencebrowserwidget-2.4.16.zip" } ], "2.4.17": [ { "comment_text": "", "digests": { "md5": "bb7552f5ccfddcd068649d7b8162020c", "sha256": "f691cc483ed942aaecf8d7e547b46097c815a460e16699045499573cb71d39b9" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.17.zip", "has_sig": false, "md5_digest": "bb7552f5ccfddcd068649d7b8162020c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66299, "upload_time": "2013-03-05T18:25:46", "url": "https://files.pythonhosted.org/packages/d7/75/75e6e2d90da49ac857ab3d8dbcda047580409df6909d4145ed10ff0332b1/archetypes.referencebrowserwidget-2.4.17.zip" } ], "2.4.18": [ { "comment_text": "", "digests": { "md5": "6eff85cbde401ff1566a76323792d514", "sha256": "3c987d8bec56f071c1cf5444c7f266b10b03132afd2ce87bdf0bc8d4c033574a" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.18.zip", "has_sig": false, "md5_digest": "6eff85cbde401ff1566a76323792d514", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66682, "upload_time": "2013-05-24T00:48:17", "url": "https://files.pythonhosted.org/packages/aa/14/4bb776af820854624ef83b075e10f38777bc5110f6e3bb2028788ef4c71f/archetypes.referencebrowserwidget-2.4.18.zip" } ], "2.4.19": [ { "comment_text": "", "digests": { "md5": "b70af6b2da6d8c57c1138a52e94e588c", "sha256": "a22cde9d6537a6283830f6db535d4033bc7e38c7cbda6c9815c72358273a393a" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.19.zip", "has_sig": false, "md5_digest": "b70af6b2da6d8c57c1138a52e94e588c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67173, "upload_time": "2013-08-13T16:57:30", "url": "https://files.pythonhosted.org/packages/a5/b7/f2c1342b99e616346e41b198da27b5aad94785890c09d9918d2ef7ff00ca/archetypes.referencebrowserwidget-2.4.19.zip" } ], "2.4.2": [ { "comment_text": "", "digests": { "md5": "d63801010043eee1f9a29765abb46dbc", "sha256": "3acb1fe950e0cc4215f34d0349bd6384022b82fae9c0de08e73e8b84fb783b85" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.2.zip", "has_sig": false, "md5_digest": "d63801010043eee1f9a29765abb46dbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61631, "upload_time": "2011-06-02T20:11:12", "url": "https://files.pythonhosted.org/packages/c1/50/8535adc1a1cb19be368def000fc0ac2173a16607f6ad095e671e9c7b3c48/archetypes.referencebrowserwidget-2.4.2.zip" } ], "2.4.20": [ { "comment_text": "", "digests": { "md5": "352ea75e5dbdcdca8897f88fd77ecd3e", "sha256": "e5e5af0913bf3f82e6c1d9dee7cec4ea5d0c18978cdb180484308f6080ac46c3" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.20.zip", "has_sig": false, "md5_digest": "352ea75e5dbdcdca8897f88fd77ecd3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67503, "upload_time": "2014-01-28T13:29:03", "url": "https://files.pythonhosted.org/packages/10/b2/348cdec1a6baafb6389698dd1511814337cf2a656a35ad669c3c21e0982b/archetypes.referencebrowserwidget-2.4.20.zip" } ], "2.4.21": [ { "comment_text": "", "digests": { "md5": "b55d627b2081de42e9b169c1b03b0a23", "sha256": "2da8cc3c7d9774bb031ec9934854fce90b0ecff293013175cc070cb2c1b167e6" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.21.zip", "has_sig": false, "md5_digest": "b55d627b2081de42e9b169c1b03b0a23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70019, "upload_time": "2014-03-13T10:52:32", "url": "https://files.pythonhosted.org/packages/44/59/31cbe38e85ef15c6e2399b1a9c95f863248acc871d684f0c89f98d858f7b/archetypes.referencebrowserwidget-2.4.21.zip" } ], "2.4.3": [ { "comment_text": "", "digests": { "md5": "edc45b1d4900cbe5e4e3ee307f9b21e5", "sha256": "a7425a6594b1b1d0619713aa8c24cf38e5d460f5b786c9fa7465ba367ac6f4de" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.3.zip", "has_sig": false, "md5_digest": "edc45b1d4900cbe5e4e3ee307f9b21e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62312, "upload_time": "2011-07-04T19:49:52", "url": "https://files.pythonhosted.org/packages/25/6b/cfc5d6e06140fce41a56b7bb20b35d5d97186a5f90805c598aefc0aade3f/archetypes.referencebrowserwidget-2.4.3.zip" } ], "2.4.4": [ { "comment_text": "", "digests": { "md5": "cce61a87b689d2f8446a45be67ee7d6c", "sha256": "1748210ef5133e04ea2791777386831101e4cb35cd72226a75af10ff6d21a8de" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.4.tar.gz", "has_sig": false, "md5_digest": "cce61a87b689d2f8446a45be67ee7d6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37554, "upload_time": "2011-08-19T11:30:19", "url": "https://files.pythonhosted.org/packages/dc/cb/0c7a248ac74920c649a67fc6cc441372f6dac84e5f249381f7b788b2885a/archetypes.referencebrowserwidget-2.4.4.tar.gz" } ], "2.4.5": [ { "comment_text": "", "digests": { "md5": "622b331332c459fdbcc676f18243b4e6", "sha256": "e6337c93c805fa1bb64ba9e64c05fd07e3890b4300d88a492b2f985bf217ea1d" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.5.tar.gz", "has_sig": false, "md5_digest": "622b331332c459fdbcc676f18243b4e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26420, "upload_time": "2011-11-23T15:25:39", "url": "https://files.pythonhosted.org/packages/50/17/8e0fa223e1b3eeecb4f8fc6038a34f3c06f6a0fb7a07cfb1078c8579da31/archetypes.referencebrowserwidget-2.4.5.tar.gz" } ], "2.4.7": [ { "comment_text": "", "digests": { "md5": "d59227dd099ff9199ae676575d0a09be", "sha256": "fdb5c4230a8e92e02cb5665e8d937dacbf643fa4006f502a43d279d3a88f9f92" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.7.tar.gz", "has_sig": false, "md5_digest": "d59227dd099ff9199ae676575d0a09be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44376, "upload_time": "2011-11-23T15:49:29", "url": "https://files.pythonhosted.org/packages/30/11/94d7a2c1ac13315cb1151e748c907f6cf361e245475645cab1a53fb1c21a/archetypes.referencebrowserwidget-2.4.7.tar.gz" } ], "2.4.8": [ { "comment_text": "", "digests": { "md5": "6fe16101f33b136470c9f66168fe824f", "sha256": "7e91946b894d1a5221e47d2aac1e7f1d171aa6848f01ba0e4d70344226a9347f" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.8.tar.gz", "has_sig": false, "md5_digest": "6fe16101f33b136470c9f66168fe824f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44398, "upload_time": "2011-11-23T15:58:01", "url": "https://files.pythonhosted.org/packages/58/39/780256b0a32b43e2e1c54015366133a3968f23e8860d91dc8f1fe16b7fd5/archetypes.referencebrowserwidget-2.4.8.tar.gz" } ], "2.4.9": [ { "comment_text": "", "digests": { "md5": "33cda4932b495d10d2f2558f7508ce6d", "sha256": "fa8ec7c3abc4fe48bbfb0b0656f07305ab276ce61a7f403de504a03a33e7bfcb" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.4.9.tar.gz", "has_sig": false, "md5_digest": "33cda4932b495d10d2f2558f7508ce6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44748, "upload_time": "2011-12-08T13:24:23", "url": "https://files.pythonhosted.org/packages/a7/41/fb4375eec48769d46a3ca07162b4ad1cb7fe360883d02f7f841b4235816c/archetypes.referencebrowserwidget-2.4.9.tar.gz" } ], "2.5.0": [ { "comment_text": "", "digests": { "md5": "5629a71fe441c5827ea1828de19e0779", "sha256": "4911d03880fdf5e14d37e9cb97ba296f3988a58aaaa545ddddef14784f0b9a28" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.5.0.zip", "has_sig": false, "md5_digest": "5629a71fe441c5827ea1828de19e0779", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67354, "upload_time": "2014-02-23T18:38:59", "url": "https://files.pythonhosted.org/packages/12/f3/87e194f9caf108a0e9cda8f2b695c95470fa47f69bf500c0cbbcebfef4f6/archetypes.referencebrowserwidget-2.5.0.zip" } ], "2.5.1": [ { "comment_text": "", "digests": { "md5": "c389208419622e0c5180fde7d2047fe1", "sha256": "2fdd0caaa38b491bad82fde36b4d574a2d06ad83ea8c76d02c9488c043cd5715" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.5.1.zip", "has_sig": false, "md5_digest": "c389208419622e0c5180fde7d2047fe1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67761, "upload_time": "2014-07-10T10:06:22", "url": "https://files.pythonhosted.org/packages/cb/de/552321875d1610e2741a3fddefc56b6f203d42c5c5db0ca9cacef039a012/archetypes.referencebrowserwidget-2.5.1.zip" } ], "2.5.10": [ { "comment_text": "", "digests": { "md5": "39323ac4c5ae9a8203d1ba5077a95ccf", "sha256": "bdf418cd5375248e7bf28cd58d7c8a170bd19042183f491c2820bfa6b55deb15" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.5.10.tar.gz", "has_sig": false, "md5_digest": "39323ac4c5ae9a8203d1ba5077a95ccf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56122, "upload_time": "2017-12-11T21:21:22", "url": "https://files.pythonhosted.org/packages/bc/c3/f2fa00aad90fdff1ff3d6f25680746a50dfedfc6c2ce570a36665f23e12c/archetypes.referencebrowserwidget-2.5.10.tar.gz" } ], "2.5.2": [ { "comment_text": "", "digests": { "md5": "48761b509ff843284111ea165cf16ecc", "sha256": "228629e96e78ae18c88a4c28fe3c6d002e82659bb9ad2fd6980be98d35d9d3d3" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.5.2.zip", "has_sig": false, "md5_digest": "48761b509ff843284111ea165cf16ecc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68238, "upload_time": "2014-09-11T19:25:18", "url": "https://files.pythonhosted.org/packages/88/a9/4a1a80574bcae90abf00a9f84c0a93af4e223599d945cf0b065f610dc4e0/archetypes.referencebrowserwidget-2.5.2.zip" } ], "2.5.3": [ { "comment_text": "", "digests": { "md5": "8f0c55cdc67f9b7766c27ffebb067286", "sha256": "fce0d4c236538dd9c4fc2a302c5d87259bc2294936f31054a118886a86553d20" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.5.3.zip", "has_sig": false, "md5_digest": "8f0c55cdc67f9b7766c27ffebb067286", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70715, "upload_time": "2015-04-15T20:31:50", "url": "https://files.pythonhosted.org/packages/0e/99/9ac317cf8dd0486100d22faec08d9597d3905d0e02e8420e7d944d059cd9/archetypes.referencebrowserwidget-2.5.3.zip" } ], "2.5.4": [ { "comment_text": "", "digests": { "md5": "990fd9918c5a9cdf39f434bae4b57f94", "sha256": "9309a5a8be66c8c496f80aa69ef3a7591c635009d08ca277ad52f74c48e6ad21" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.5.4.tar.gz", "has_sig": false, "md5_digest": "990fd9918c5a9cdf39f434bae4b57f94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51432, "upload_time": "2015-09-27T15:46:26", "url": "https://files.pythonhosted.org/packages/fb/7f/e59caa48fe66369fd1c5d4c7daed36ef77903f07bc6764eecb94518c7bd5/archetypes.referencebrowserwidget-2.5.4.tar.gz" } ], "2.5.5": [ { "comment_text": "", "digests": { "md5": "0dbdd50a3df7a51558cb7f206b6738b9", "sha256": "a6790a97d166847f834c82aa13571e61bb76eb35e81da8e6972158054718fa37" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.5.5.tar.gz", "has_sig": false, "md5_digest": "0dbdd50a3df7a51558cb7f206b6738b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51538, "upload_time": "2015-10-27T20:30:13", "url": "https://files.pythonhosted.org/packages/8c/db/fdaa98f32e657281d9367bce930b0286fee75a126b0b0f381ede4f64da8a/archetypes.referencebrowserwidget-2.5.5.tar.gz" } ], "2.5.6": [ { "comment_text": "", "digests": { "md5": "3609fa1bd69985c101e5b6c91195c19d", "sha256": "5eaf99b06426506789f95ec2b5e200ea813441e60a885dc0a6f63b4756246f4e" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.5.6.tar.gz", "has_sig": false, "md5_digest": "3609fa1bd69985c101e5b6c91195c19d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51948, "upload_time": "2015-11-27T13:44:22", "url": "https://files.pythonhosted.org/packages/14/1c/e6144cffd50b5dac1be598f6d21998739b26b5ffe569a2ac017ef8a7e792/archetypes.referencebrowserwidget-2.5.6.tar.gz" } ], "2.5.7": [ { "comment_text": "", "digests": { "md5": "ae012f82cf28fb89019c48ca5e6c4f35", "sha256": "0e1540c611ca25eda10beb080b475fa5f2115f7d73c65133175d412deee2d802" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.5.7.tar.gz", "has_sig": false, "md5_digest": "ae012f82cf28fb89019c48ca5e6c4f35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52468, "upload_time": "2016-02-12T11:24:03", "url": "https://files.pythonhosted.org/packages/44/8d/afc07eb2205259ce0cf9a6c7869cc54bf7ff0460fc92876de605668c1f54/archetypes.referencebrowserwidget-2.5.7.tar.gz" } ], "2.5.8": [ { "comment_text": "", "digests": { "md5": "1c3cddf327eb167b7779650006c02381", "sha256": "6eeef7a23952e7e41bd64a0e66fd484a67b4d373bfc4f3ee1d61e70cbfd737f3" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.5.8.tar.gz", "has_sig": false, "md5_digest": "1c3cddf327eb167b7779650006c02381", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52536, "upload_time": "2016-08-10T21:26:45", "url": "https://files.pythonhosted.org/packages/d0/fa/0a5b9b0f10ddfc668176c865cd3e4cab19816adbac8e70f244c386de9dab/archetypes.referencebrowserwidget-2.5.8.tar.gz" } ], "2.5.9": [ { "comment_text": "", "digests": { "md5": "0191b39c4d42543c34b714d031471666", "sha256": "89124641a823f94dd84963320287094d3b37c91389219b152e9522108931bcd6" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.5.9.tar.gz", "has_sig": false, "md5_digest": "0191b39c4d42543c34b714d031471666", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52633, "upload_time": "2017-03-09T21:08:18", "url": "https://files.pythonhosted.org/packages/29/d0/bb7583fcf326948e485a0236d205bb33e448b02c249c1a1097c08fa33849/archetypes.referencebrowserwidget-2.5.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "39323ac4c5ae9a8203d1ba5077a95ccf", "sha256": "bdf418cd5375248e7bf28cd58d7c8a170bd19042183f491c2820bfa6b55deb15" }, "downloads": -1, "filename": "archetypes.referencebrowserwidget-2.5.10.tar.gz", "has_sig": false, "md5_digest": "39323ac4c5ae9a8203d1ba5077a95ccf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56122, "upload_time": "2017-12-11T21:21:22", "url": "https://files.pythonhosted.org/packages/bc/c3/f2fa00aad90fdff1ff3d6f25680746a50dfedfc6c2ce570a36665f23e12c/archetypes.referencebrowserwidget-2.5.10.tar.gz" } ] }