{ "info": { "author": "IMIO", "author_email": "dev@imio.be", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Framework :: Plone :: 5.1", "Programming Language :: Python :: 2.7" ], "description": ".. image:: https://travis-ci.org/collective/collective.eeafaceted.z3ctable.svg?branch=master\n :target: https://travis-ci.org/collective/collective.eeafaceted.z3ctable\n\n.. image:: https://coveralls.io/repos/collective/collective.eeafaceted.z3ctable/badge.png?branch=master\n :target: https://coveralls.io/r/collective/collective.eeafaceted.z3ctable?branch=master\n\n\n==============================\ncollective.eeafaceted.z3ctable\n==============================\n\nPackage proposant un type de colonne compatible avec eea.facetednavigation\n\n* `Source code @ GitHub `_\n* `Releases @ PyPI `_\n* `Continuous Integration @ Travis-CI `_\n\nInstallation\n============\n\nTo install `collective.eeafaceted.z3ctable` you simply add ``collective.eeafaceted.z3ctable``\nto the list of eggs in your buildout, run buildout and restart Plone.\nThen, install `collective.eeafaceted.z3ctable` using the Add-ons control panel.\n\nChangelog\n=========\n\n\n2.7 (2019-09-13)\n----------------\n\n- In `columns.AbbrColumn`, make sure there is no `'` in tag title or it is not\n rendered correctly in the browser.\n [gbastien]\n\n2.6 (2019-09-12)\n----------------\n\n- Fixed translation of `Please select at least one element.` msgid, it was\n still using the old domain `collective.eeafaceted.batchactions` from which\n the `select_row` column was reintegrated.\n [gbastien]\n- Optimized the `PrettyLinkWithAdditionalInfosColumn` speed :\n - the `view.update` is called one time and we store the view in the column\n so next rows may use it;\n - use `collective.excelexport` datagridfield exportable to render a\n `datagridfield` because widget rendering is way too slow...\n - added `collective.excelexport` as a dependency.\n\n [gbastien]\n\n2.5 (2019-08-02)\n----------------\n\n- In `VocabularyColumn` and `AbbrColumn`, store the vocabularies instances\n under `_cached_vocab_instance` to avoid doing a lookup for each row.\n This does speed rendering a lot.\n [gbastien]\n\n2.4 (2019-03-28)\n----------------\n\n- Fix Date column with SolR result\n [mpeeters]\n- Added `ExtendedCSSTable.table_id` and `ExtendedCSSTable.row_id_prefix` making\n it possible to have a CSS id on the table and for each rows.\n By default, we defined it for `FacetedTableView`, `table_id = 'faceted_table'`\n and `row_id_prefix = 'row_'`.\n [gbastien]\n- For `ColorColumn`, do not redefine the `renderHeadCell` method but use the\n `header` attribute as we return static content.\n [gbastien]\n- Added `BaseColumn.use_caching` attribute set to `True` by default that will\n avoid recomputing a value if it was already computed for a previous row.\n This needs to be managed by column and base `_get_cached_result` and\n `_store_cached_result` are defined on `BaseColumn`.\n Implementations are done for `DateColumn`, `VocabularyColumn` and `AbbrColumn`.\n [gbastien]\n\n2.3 (2018-12-18)\n----------------\n\n- In `faceted-table-items.pt`, group `` displaying number of results or\n no results under same `
` so it is easy to style.\n [gbastien]\n\n2.2 (2018-11-20)\n----------------\n\n- Added `PrettyLinkWithAdditionalInfosColumn.ai_generate_css_class_fields`\n attribute to make it possible to specify fields we want to generate a\n CSS class for, depending on field name and value. This is useful for\n applying custom CSS to a particular additional info field having a\n specific value.\n [gbastien]\n\n2.1 (2018-09-04)\n----------------\n\n- Added `BooleanColumn` based on the `I18nColumn` that displays `Yes` or `No`\n depending on fact that value is `True` or `False`.\n [gbastien]\n- Added `PrettyLinkColumn` and `PrettyLinkWithAdditionalInfosColumn` columns\n based on soft dependency to `imio.prettylink`.\n [gbastien]\n- Added `ActionsColumn` column based on soft dependency to `imio.actionspanel`.\n [gbastien]\n- Added `RelationPrettyLinkColumn` column displaying a relation as a\n pretty link.\n [gbastien]\n- Moved overrides of `SequenceTable.renderRow` and `SequenceTable.renderCell`\n relative to being able to define CSS classes by `` tag and depending on\n item value to a separated `ExtendedCSSTable class` so it can be reused by\n other packages.\n [gbastien]\n\n2.0 (2018-06-20)\n----------------\n\n- Make widget compatible with `eea.facetednavigation >= 10.0`.\n This makes it no more compatible with older version.\n [gbastien]\n- Make package installable on both Plone4 and Plone5.\n [gbastien]\n- Reintegrated the `select_row` column from `collective.eeafaceted.batchactions`\n as it is useable by other Faceted packages.\n [gbastien]\n- Reintegrated js variables view that manages `no selected elements` message.\n [gbastien]\n\n1.0.3 (2018-05-03)\n------------------\n\n- Defined a weight of '100' for the CheckBoxColumn so it is displayed on the\n right of the table columns by default.\n [gbastien]\n- Defined correct CSS id for bottom viewlets providers.\n [gbastien]\n- Updated french translation of 'Review state' to add a 'E' with accent.\n [gbastien]\n\n1.0.2 (2017-08-03)\n------------------\n\n- In BrowserViewCallColumn when computing the path to traverse,\n avoid double '//' that breaks (un)restrictedTraverse.\n [gbastien]\n- Make portal and portal_url directly available on the table instance.\n [gbastien]\n\n1.0.1 (2017-06-01)\n------------------\n\n- Avoid useless redirects when using sorting and current URL ends with \n `/view` or so.\n [gbastien]\n- Fixed tests to use translated strings instead msgid, adapted buildout\n so po files are computed.\n [gbastien]\n\n1.0 (2017-05-31)\n----------------\n\n- Check also empty column value with __empty_string__.\n [sgeulette]\n- Set default to ignored_value DateColumn\n [sgeulette]\n\n0.19 (2017-02-09)\n-----------------\n\n- Enable merging and caching for collective.eeafaceted.z3ctable.js\n in portal_javascripts.\n [gbastien]\n\n0.18 (2017-01-31)\n-----------------\n\n- Handle sort_on of the query by storing result of the sorting widget in the\n request.form so it is reuseable by other widget.query that also manage the\n sort_on attribute.\n [gbastien]\n\n0.17 (2016-12-05)\n-----------------\n\n- Added ElementNumberColumn that will display the number of the current element\n among elements displayed in the table. This supports table using batch or not.\n [gbastien]\n\n0.16 (2016-08-03)\n-----------------\n\n- Add option ignoreColumnWeight to Table to keep columns ordered as returned by\n setUpColumns() rather than by column weight.\n [sdelcourt]\n\n0.15 (2016-06-13)\n-----------------\n\n- Correct wrong release.\n [gbastien]\n\n0.14 (2016-06-13)\n-----------------\n\n- ColorColumn : in renderHeadCell, do not return an empty HTML content but `u'   '`\n so in case table is too large, the column does not shrink to nothing.\n [gbastien]\n- Use `__name__` instead of `attrName` to generate `th_header_` and `td_cell_` CSS classes\n so 2 columns using the same `attrName` get different CSS classes.\n [gbastien]\n- Added `AbbrColumn` that will generate a HTML tag `` and that is based on 2 vocabularies,\n one that manage the abbreviated value and one that manage the full value.\n [gbastien]\n\n0.13 (2016-06-03)\n-----------------\n\n- Display the 'Refresh search results.' link also when there are no current results.\n [gbastien]\n\n0.12 (2016-03-29)\n-----------------\n\n- Add english translations.\n [sgeulette]\n\n0.11 (2016-02-15)\n-----------------\n\n- Made BrowserViewCallColumn more generic, use unrestrictedTraverse instead of getMultiAdapter\n [sgeulette, gbastien]\n- Added DxWidgetRenderColumn to render a dexterity field widget\n [sgeulette]\n- Added RelationTitleColumn to render a z3c.relationfield.relation.RelationValue attribute\n [sgeulette]\n\n0.10 (2016-01-15)\n-----------------\n\n- Splitted the 2 viewlet managers to be able to add viewlets above and below batch navigation,\n henceforth we have 4 viewlet managers : 'collective.eeafaceted.z3ctable.topabovenav',\n 'collective.eeafaceted.z3ctable.topbelownav', 'collective.eeafaceted.z3ctable.bottomabovenav',\n 'collective.eeafaceted.z3ctable.bottombelownav'.\n [gbastien]\n\n0.9 (2016-01-04)\n----------------\n\n- Use HTML entities ▲ and ▼ instead of ▴ and ▾\n so it behaves nicely in both Firefox and Chrome.\n [gbastien]\n\n0.8 (2015-12-23)\n----------------\n\n- Define a default CSS class on each TD as it is already done for TH\n so it is easy to skin if necessary.\n [gbastien]\n\n\n0.7 (2015-12-17)\n----------------\n\n- Replace sort triangle characters by html entities.\n [sgeulette]\n- Don't pin setuptools for travis.\n [sgeulette]\n\n0.6 (2015-11-18)\n----------------\n\n- Set long_format=True for CreationDateColumn and ModificationDateColumn.\n [gbastien]\n- VocabularyColumn: get term by value and not by token.\n [sgeulette]\n\n\n0.5 (2015-09-28)\n----------------\n\n- Added 2 viewlets managers in the table : 'collective.eeafaceted.z3ctable.top'\n and 'collective.eeafaceted.z3ctable.bottom'.\n [gbastien]\n- Replaced DateColumn rendering to work not only with DateTime but with DateTime, datetime and date.\n [sgeulette]\n\n\n0.4 (2015-09-10)\n----------------\n\n- If an error occurs during render_table, catch the exception\n and display traceback manually in the Zope log to avoid\n faceted view to be frozen (JS 'lock' the web page and it is not\n unlocked when an error occurs).\n [gbastien]\n\n\n0.3 (2015-09-03)\n----------------\n\n- VocabularyColumn now manage multiValued values (list of values).\n [gbastien]\n- Optimized MemberIdColumn by not using getMemberInfo.\n [gbastien]\n- Added tests for table and columns.\n [gbastien]\n- Added link to refresh the search results.\n [gbastien]\n- Manage None value in MemberIdColumn\n [sgeulette]\n\n\n0.2 (2015-08-04)\n----------------\n\n- Fix: avoid UnicodeDecodeErrors in ColorColumn if label contains special chars.\n [gbastien]\n\n\n0.1 (2015-07-14)\n----------------\n\n- Initial release.\n [IMIO]", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/collective.eeafaceted.z3ctable", "keywords": "Python Zope Plone", "license": "GPL V2", "maintainer": "", "maintainer_email": "", "name": "collective.eeafaceted.z3ctable", "package_url": "https://pypi.org/project/collective.eeafaceted.z3ctable/", "platform": "", "project_url": "https://pypi.org/project/collective.eeafaceted.z3ctable/", "project_urls": { "Homepage": "http://pypi.python.org/pypi/collective.eeafaceted.z3ctable" }, "release_url": "https://pypi.org/project/collective.eeafaceted.z3ctable/2.7/", "requires_dist": null, "requires_python": "", "summary": "Package proposant un type de colonne compatible avec eea.facetednavigation", "version": "2.7" }, "last_serial": 5825621, "releases": { "0.12": [ { "comment_text": "", "digests": { "md5": "61465b3a2a43dbafff7c9d2c6b9e9b19", "sha256": "99bdcd67ff5795e30ca2ef552117fe932c3619639e93ea009249eb3099bc1eb5" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-0.12.tar.gz", "has_sig": false, "md5_digest": "61465b3a2a43dbafff7c9d2c6b9e9b19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32776, "upload_time": "2016-03-29T14:45:35", "url": "https://files.pythonhosted.org/packages/84/61/0b49b4b54b46f316899224969449c32e264349cdaa4e0b2160d672c5f2f4/collective.eeafaceted.z3ctable-0.12.tar.gz" } ], "0.13": [ { "comment_text": "", "digests": { "md5": "4138dbd2b44c95e1ce2bdcfb7157065e", "sha256": "6a21179fadd8d50c1a621c82eac1a1d60d68d101f114629fac3cc4f24903ff73" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-0.13.tar.gz", "has_sig": false, "md5_digest": "4138dbd2b44c95e1ce2bdcfb7157065e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32902, "upload_time": "2016-06-03T12:54:09", "url": "https://files.pythonhosted.org/packages/8e/2c/d272a3b87acf874756949b215fe950696e2a04cb5414a72755580e63d7a9/collective.eeafaceted.z3ctable-0.13.tar.gz" } ], "0.14.dev0": [ { "comment_text": "", "digests": { "md5": "d3026839335fd17ce5a8960124790c9a", "sha256": "5655228450906bb609c30e80dbe8affb57d7bc4f73457920f2435b7c3cdfbb53" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-0.14.dev0.tar.gz", "has_sig": false, "md5_digest": "d3026839335fd17ce5a8960124790c9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34184, "upload_time": "2016-06-13T09:03:42", "url": "https://files.pythonhosted.org/packages/37/7b/e9e62a6d907ccfa5eabc96305e4e9596ce587bfc8a98b3ab2394148682c2/collective.eeafaceted.z3ctable-0.14.dev0.tar.gz" } ], "0.15": [ { "comment_text": "", "digests": { "md5": "0927a309c87dd486e96015a3a0ea7a86", "sha256": "fb3e06d04132be5e6f7155c3f76f745900e89fd221295045a5e7b569eec64bef" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-0.15.tar.gz", "has_sig": false, "md5_digest": "0927a309c87dd486e96015a3a0ea7a86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34038, "upload_time": "2016-06-13T09:07:52", "url": "https://files.pythonhosted.org/packages/d5/14/bfe7e995d72c72ec39398e1e2a835bf682522fa3b519f6e9fbbb3b0d94ed/collective.eeafaceted.z3ctable-0.15.tar.gz" } ], "0.16": [ { "comment_text": "", "digests": { "md5": "9ba93ac760376a02f3dfe3ee9a5eaaea", "sha256": "4161ba42f8796263070957620963676bea7c05cbcab6ddec3de7ee0b97c11fff" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-0.16.tar.gz", "has_sig": false, "md5_digest": "9ba93ac760376a02f3dfe3ee9a5eaaea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34678, "upload_time": "2016-08-03T09:41:36", "url": "https://files.pythonhosted.org/packages/3d/55/aeb4155c79bce62b453c96f9c4fad0affeadc23664fea9bbe98101f1b20b/collective.eeafaceted.z3ctable-0.16.tar.gz" } ], "0.17": [ { "comment_text": "", "digests": { "md5": "92c764792099262e2f506c63e85206e6", "sha256": "e64a8bec692fb7ad88cdabc091e9e1b47c78a02e5b53e61f53608ece11a02925" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-0.17.tar.gz", "has_sig": false, "md5_digest": "92c764792099262e2f506c63e85206e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35431, "upload_time": "2016-12-05T12:17:21", "url": "https://files.pythonhosted.org/packages/8d/9c/cdbdf4178a314eeacd02a1545f297db9d64c22d76fa8a84f9e8f8e3f98ae/collective.eeafaceted.z3ctable-0.17.tar.gz" } ], "0.18": [ { "comment_text": "", "digests": { "md5": "352e7c715735864ba657286fc63568da", "sha256": "b933480feb7b872d4863857f6f4df141bb33cbc7683d6205c410c2ad78498476" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-0.18.tar.gz", "has_sig": false, "md5_digest": "352e7c715735864ba657286fc63568da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35666, "upload_time": "2017-01-31T16:03:20", "url": "https://files.pythonhosted.org/packages/29/96/93d62d86c37e84d5819018ec262945341e2911150b0d1b831ee11b25aaa1/collective.eeafaceted.z3ctable-0.18.tar.gz" } ], "0.19": [ { "comment_text": "", "digests": { "md5": "b7d48b9dadd8787afa3e4c2f61c9ed00", "sha256": "e7320287970dab75890fdd3361ecc5f5c1e07cd3dc53cf6b3263dce7ee7881ec" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-0.19.tar.gz", "has_sig": false, "md5_digest": "b7d48b9dadd8787afa3e4c2f61c9ed00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35871, "upload_time": "2017-02-09T14:08:59", "url": "https://files.pythonhosted.org/packages/1d/06/6387940052550860640cdcc6cd43ed88c13142f392a62ed2581c82e6ea64/collective.eeafaceted.z3ctable-0.19.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "8a77fa8e9b260fcc67d46365df9aa65c", "sha256": "5c7c87ac71da9092409d7f1f5a0f856fb7f454bb253d42073c4bdd6a08227e67" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-1.0.tar.gz", "has_sig": false, "md5_digest": "8a77fa8e9b260fcc67d46365df9aa65c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35496, "upload_time": "2017-05-31T08:30:57", "url": "https://files.pythonhosted.org/packages/4b/7e/cafa21d0a870cba3e705eb43035bc196f1e860f4af1db1d4281ee37a13f2/collective.eeafaceted.z3ctable-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "f5b6a44b5714788858393ea3c719ae82", "sha256": "7e0a27cb304a6219912615b5293edfab01d194cf8a4a73a93d42b47df883a903" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-1.0.1.tar.gz", "has_sig": false, "md5_digest": "f5b6a44b5714788858393ea3c719ae82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37089, "upload_time": "2017-06-01T09:31:54", "url": "https://files.pythonhosted.org/packages/30/84/5b64032db0c81f9411a502a13efba67164937cc45d6a9302dc8dac39d4d6/collective.eeafaceted.z3ctable-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "ee243dd67e2105e70a725f7f81202401", "sha256": "e9321156aaa56e593749f1bd779232397905c2e9e7f209c69ff6954dbdb0eb46" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-1.0.2.tar.gz", "has_sig": false, "md5_digest": "ee243dd67e2105e70a725f7f81202401", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37279, "upload_time": "2017-08-03T14:58:41", "url": "https://files.pythonhosted.org/packages/7d/0f/3cf3bf75cb1a05584149f1626971f5c4d2ef6041e9586d374210550b4089/collective.eeafaceted.z3ctable-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "e2241f38b2744c87ab60f9e3e1b00174", "sha256": "13f47ef08902a8286aa68627b7f872c6d42b5406c1812b6a863aa570f8e5bc9c" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-1.0.3.tar.gz", "has_sig": false, "md5_digest": "e2241f38b2744c87ab60f9e3e1b00174", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37051, "upload_time": "2018-05-03T12:20:01", "url": "https://files.pythonhosted.org/packages/82/6a/41982ef4a109ac8a262094916dd19920613fdc6369735c278e71656acc35/collective.eeafaceted.z3ctable-1.0.3.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "483c98c0d4a0ab562cdd6661a744defa", "sha256": "8ac35e80d333f80930d29a29036cc186dfd17154b53177e79ca14f44052ac27b" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-2.0.tar.gz", "has_sig": false, "md5_digest": "483c98c0d4a0ab562cdd6661a744defa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38906, "upload_time": "2018-06-20T14:07:30", "url": "https://files.pythonhosted.org/packages/b2/a9/ad79a62d5d4bd08acd6ef8d9fedcce15ff1ff1df9dadabf4503772b4981d/collective.eeafaceted.z3ctable-2.0.tar.gz" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "d2407d8e022d55b5e12bdb9b11f14b42", "sha256": "395edfd44238b64f62ffc9d71e88435c8f241b939e6b379f523fc1f0da2947fc" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-2.1.tar.gz", "has_sig": false, "md5_digest": "d2407d8e022d55b5e12bdb9b11f14b42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42341, "upload_time": "2018-09-04T12:59:10", "url": "https://files.pythonhosted.org/packages/4e/21/f8453df27ae63cec7be08be78dd6acce92f8b4f351ee5ecedf64f29c54a0/collective.eeafaceted.z3ctable-2.1.tar.gz" } ], "2.2": [ { "comment_text": "", "digests": { "md5": "d6ead5c7266323d75c6084270817175d", "sha256": "6bc047d14fdc97c66e7cbe5778d4062c9c449a36149a66e683e1b5f394684b4c" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-2.2.tar.gz", "has_sig": false, "md5_digest": "d6ead5c7266323d75c6084270817175d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42970, "upload_time": "2018-11-20T15:16:46", "url": "https://files.pythonhosted.org/packages/53/a4/195fd3ca0ca93f5853e78f4a12aa4fe22769d42d3605b1e1c713d80de1b9/collective.eeafaceted.z3ctable-2.2.tar.gz" } ], "2.3": [ { "comment_text": "", "digests": { "md5": "efd8cba69d93409e84ecbdc6e9b8534f", "sha256": "f69bb8de19f9a3d97bff20219b83bf5c959d25b3bf9dd9077e2c01b381b2dc0d" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-2.3.tar.gz", "has_sig": false, "md5_digest": "efd8cba69d93409e84ecbdc6e9b8534f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43177, "upload_time": "2018-12-18T12:53:57", "url": "https://files.pythonhosted.org/packages/a7/64/b2d721c5622e2afb55f3e1e63e216251c5c81f07ac2d0f8e57af1d00361a/collective.eeafaceted.z3ctable-2.3.tar.gz" } ], "2.4": [ { "comment_text": "", "digests": { "md5": "75e31a5d2bea63ffed56a4ce45d434df", "sha256": "0e63e8e04facba1ecf3a70f73070be0ba35fa009fa4ab6bd76ead4d9fb909f0d" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-2.4.tar.gz", "has_sig": false, "md5_digest": "75e31a5d2bea63ffed56a4ce45d434df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41057, "upload_time": "2019-03-28T13:58:32", "url": "https://files.pythonhosted.org/packages/c6/2f/8500d7ecbfdd90197f1eea828d5a12779b8881a99ca3604f2fb2ca0ce103/collective.eeafaceted.z3ctable-2.4.tar.gz" } ], "2.5": [ { "comment_text": "", "digests": { "md5": "71d666c41ac657232aae47b31524e4f8", "sha256": "33dccce7734124a3d22583c32e4837bf0ebab078637c92a6ec0a514644a78d66" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-2.5.tar.gz", "has_sig": false, "md5_digest": "71d666c41ac657232aae47b31524e4f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40874, "upload_time": "2019-08-02T19:24:54", "url": "https://files.pythonhosted.org/packages/7e/79/26830298627c27e91c0e202126867c5e67b16f42cc77792ea6f4ba68f80d/collective.eeafaceted.z3ctable-2.5.tar.gz" } ], "2.6": [ { "comment_text": "", "digests": { "md5": "bcc83806910b25b4fe88d5138715dbb6", "sha256": "6acfe98221956fe0be547fa3240c04a3ac689010ff18ae4feadc5be082755427" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-2.6.tar.gz", "has_sig": false, "md5_digest": "bcc83806910b25b4fe88d5138715dbb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42669, "upload_time": "2019-09-12T10:20:20", "url": "https://files.pythonhosted.org/packages/20/08/e94415727446d65c64563966f302157e78cb326e1e66ec5fccc0dd66d49c/collective.eeafaceted.z3ctable-2.6.tar.gz" } ], "2.7": [ { "comment_text": "", "digests": { "md5": "ffbd607dcb18d773c4d1547fea4391c4", "sha256": "eba75966b2a2ba1911cbb70ff382e640f85a4c837f8daf828118adc2cb0adda6" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-2.7.tar.gz", "has_sig": false, "md5_digest": "ffbd607dcb18d773c4d1547fea4391c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42847, "upload_time": "2019-09-13T13:32:46", "url": "https://files.pythonhosted.org/packages/45/ea/e5b18e74c2f586f6a3a12ffda0915fd3c3c649f846a3c71224c9c6b0772a/collective.eeafaceted.z3ctable-2.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ffbd607dcb18d773c4d1547fea4391c4", "sha256": "eba75966b2a2ba1911cbb70ff382e640f85a4c837f8daf828118adc2cb0adda6" }, "downloads": -1, "filename": "collective.eeafaceted.z3ctable-2.7.tar.gz", "has_sig": false, "md5_digest": "ffbd607dcb18d773c4d1547fea4391c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42847, "upload_time": "2019-09-13T13:32:46", "url": "https://files.pythonhosted.org/packages/45/ea/e5b18e74c2f586f6a3a12ffda0915fd3c3c649f846a3c71224c9c6b0772a/collective.eeafaceted.z3ctable-2.7.tar.gz" } ] }