{ "info": { "author": "European Environment Agency: IDM2 A-Team", "author_email": "eea-edw-a-team-alerts@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.0", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Framework :: Zope2", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Zope", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "========================\nEEA Faceted Vocabularies\n========================\n.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.faceted.vocabularies/develop\n :target: https://ci.eionet.europa.eu/job/eea/job/eea.faceted.vocabularies/job/develop/display/redirect\n :alt: Develop\n.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.faceted.vocabularies/master\n :target: https://ci.eionet.europa.eu/job/eea/job/eea.faceted.vocabularies/job/master/display/redirect\n :alt: Master\n\nOverview\n========\n\nZope 3 vocabularies to be used within eea.facetednavigation\n\n\nContents\n========\n\n.. contents::\n\nInstallation\n============\n\nTo get started you will simply need to add the package to your \"eggs\" and\n\"zcml\" sections, run buildout and restart your Plone instance\n\n.. _`zc.buildout`: https://pypi.python.org/pypi/zc.buildout/\n\nA sample buildout configuration file, i.e. ``buildout.cfg``, could look like\nthis::\n\n [buildout]\n parts = instance\n\n [instance]\n eggs =\n eea.faceted.vocabularies\n zcml =\n eea.faceted.vocabularies\n\nSource code\n===========\n\nLatest source code in EEA GitHub:\n https://github.com/eea/eea.faceted.vocabularies\n\n\nCopyright and license\n=====================\nThe Initial Owner of the Original Code is European Environment Agency (EEA).\nAll Rights Reserved.\n\nThe EEA Faceted Vocabularies (the Original Code) is free software;\nyou can redistribute it and/or modify it under the terms of the GNU\nGeneral Public License as published by the Free Software Foundation;\neither version 2 of the License, or (at your option) any later\nversion.\n\nContributor(s):\n - Alin Voinea (Eau de Web),\n - Antonio De Marinis (European Environment Agency),\n - Alec Ghica (Eau de Web),\n - Sasha Vincic (Valentine Web Systems)\n - Thomas Desvenain (Ecreall, Lille, France)\n\nMore details under docs/License.txt\n\nFunding\n=======\n\nEEA_ - European Enviroment Agency (EU)\n\n.. _EEA: https://www.eea.europa.eu/\n\nChangelog\n=========\n\n6.9 - (2019-04-04)\n---------------------\n* Change: Update i18n [ro]\n [avoinea]\n\n6.8 - (2019-01-28)\n---------------------\n* Jenkins: Add sonarqube step\n [avoinea refs #101552]\n\n6.7 - (2018-11-19)\n---------------------\n* Feature: Added support for Python 3\n [pbauer refs #10]\n* Change: updated URLs pointing to eea.europa.eu with https://\n [alecghica refs #95849]\n\n6.6 - (2018-05-15)\n------------------\n* Fix double empty entry of first term in vocabulary\n [tomgross]\n\n6.5 - (2017-12-12)\n------------------\n* Change: Replace eeacms/zptlint with eeacms/plone-test:4 zptlint\n [avoinea refs #90415]\n\n6.4 - (2017-11-07)\n------------------\n* Change: Remove Sphinx generated documentation\n [petchesi-iulian refs #88212]\n\n6.3 - (2017-05-22)\n------------------\n* Change: fixed PyLint warnings and errors\n [valipod refs #84949]\n\n6.2 - (2017-05-15)\n------------------\n* Change: fixed PyLint warnings and errors\n [eduard-fironda refs #84949]\n\n6.1 - (2017-04-24)\n------------------\n* Change: updated package information\n [eduard-fironda]\n\n6.0 - (2016-06-29)\n------------------\n* Feature: Plone 5 compatible\n [avoinea]\n* Change: Drop dependency on deprecated portal_atct.\n Use IQuerystringRegistryReader instead.\n [avoinea]\n* Bug fix: Use getSite() instead of context to getToolByName in order not to\n break if no Persistent context provided.\n [avoinea]\n\n5.3 - (2015-10-05)\n------------------\n* Feature: Added AutocompleteVocabulary listing autocomplete suggestion views\n for the autocomplete widget.\n [sdelcourt]\n\n5.2 - (2015-08-18)\n------------------\n* Change: Auto-include zcml within plone context in order to make this package\n work without having to add it within buildout zcml directive.\n [avoinea]\n\n5.1 - (2015-03-17)\n------------------\n* Change: Switched to curl in the jenkins build install script\n [olimpiurob refs #22402]\n* Change: Changed fetch url for jenkins build install script to the install\n script from the main EEA CPB repository\n [olimpiurob refs #22402]\n\n5.0 - (2014-08-12)\n------------------\n* Feature: Added SortingCatalogIndexesVocabulary that include also sort_on and\n sort_order indexes in order to be used with TAL Expression Faceted Widget\n [avoinea refs #44 github eea.facetednavigation]\n* Cleanup: Removed useless Vocabulary Factories instances from python code.\n [avoinea]\n\n4.9 - (2014-06-06)\n------------------\n* Nothing changed\n\n4.8 - (2014-05-13)\n------------------\n* Add DateRecurringIndex to eea.faceted.vocabularies.DateRangeCatalogIndexes.\n Needed for start and end-date of events by p.a.contenttypes with p.a.event.\n [pbauer]\n\n4.7 - (2014-01-22)\n------------------\n* Bug fix: removed wrongly added blockquotes within README.rst\n [ichim-david refs #18064]\n* Change: load zope.browserresource meta zcml in order to avoid failing tests\n [ichim-david refs #18064]\n* Feature: adding Sphinx-generated documentation in Page Template format\n [batradav refs #9502]\n\n4.6 - (2013-12-09)\n------------------\n* Added simple field indexes vocabulary for boolean widget.\n [thomasdesvenain]\n\n4.5 - (2013-10-04)\n------------------\n* Change: updated zope imports with the versions that require minimum Plone 4.1\n for eea.faceted.vocabularies\n [ichimdav refs #15651]\n\n4.4 - (2013-06-17)\n------------------\n* Updated Spanish translation\n [macagua]\n* Play nice with collective.solr\n [tom_gross]\n\n4.3 - (2012-08-28)\n------------------\n* Feature: added information for contributors\n [ciobabog refs #13892]\n* Feature: Added buildouts folder which will contain various samples of configurations\n [ghicaale #5418]\n* Feature: Added .po for: bg, cs, da, el, es, et, fi, hu, is, kl,\n lt, lv, mt, nl, no, pl, pt, ro, ru, sk, sl, sv, tr\n [prospchr #5394]\n\n4.2 (2012-04-26)\n----------------\n* Added range vocabulary [kiorky]\n* Added Italian translation\n [giacomos]\n\n4.1 (2011-11-05)\n----------------\n* Fixed typo for FieldIndex\n [esartor]\n\n4.0 (2011-06-29)\n----------------\n* Internationalization: internationalized vocabularies + french translations.\n [thomasdesvenain]\n* Cleanup: Fixed all pylint, pyflakes violations.\n [voineali #4255]\n* Feature: Plone 4.1 compatibility.\n [thomasdesvenain]\n\n1.4 (2010-11-15)\n----------------\n* Release on pypi.\n [voineali]\n\n1.3 (2010-03-16)\n----------------\n* #3100 Fixed: UnicodeDecodeError: 'ascii' codec can't decode byte.\n [voineali]\n\n1.2 (2010-01-18)\n----------------\n* #2625 Add vocabularies for Path indexes in order to be used with\n faceted navigation path widget.\n [voineali]\n\n1.1 (2009-11-09)\n----------------\n* Remove LinguaPlone and ATVocabularyManager dependencies.\n\n1.0 (2009-10-29)\n----------------\n* Initial release\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/collective/eea.faceted.vocabularies", "keywords": "EEA Add-ons Plone Zope", "license": "GPL version 2", "maintainer": "", "maintainer_email": "", "name": "eea.faceted.vocabularies", "package_url": "https://pypi.org/project/eea.faceted.vocabularies/", "platform": "", "project_url": "https://pypi.org/project/eea.faceted.vocabularies/", "project_urls": { "Homepage": "https://github.com/collective/eea.faceted.vocabularies" }, "release_url": "https://pypi.org/project/eea.faceted.vocabularies/6.9/", "requires_dist": null, "requires_python": "", "summary": "EEA Faceted Vocabularies", "version": "6.9" }, "last_serial": 5101000, "releases": { "1.4": [ { "comment_text": "", "digests": { "md5": "4609d575ac42f3d577a52a591b894953", "sha256": "e54c5a6559f67e8ca6dc1d5df88a934a0d7bf79fa5caf7ceec023811e274c45e" }, "downloads": -1, "filename": "eea.faceted.vocabularies-1.4.zip", "has_sig": false, "md5_digest": "4609d575ac42f3d577a52a591b894953", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20757, "upload_time": "2010-11-15T11:47:49", "url": "https://files.pythonhosted.org/packages/f3/9f/6ff1bbfc4cad77383b5cc8430bf36b2c2232d4627828cc567d6620efbc71/eea.faceted.vocabularies-1.4.zip" } ], "4.0": [ { "comment_text": "", "digests": { "md5": "237cd8d139af95350251f741718c3f6a", "sha256": "4d6ba100913ad6af72f966d15c0b6136baf288ad93d6a3a7deccb8f702f37223" }, "downloads": -1, "filename": "eea.faceted.vocabularies-4.0.zip", "has_sig": false, "md5_digest": "237cd8d139af95350251f741718c3f6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25148, "upload_time": "2011-06-29T10:11:42", "url": "https://files.pythonhosted.org/packages/7b/75/6a1b99b7f4f7a9d0ae3b79c7d14e9c25bfa908716bd057b42882369acae1/eea.faceted.vocabularies-4.0.zip" } ], "4.1": [ { "comment_text": "", "digests": { "md5": "a78b8689df4dd34c52c36cfeb7317636", "sha256": "01f11a735a02b975099f25f7f89ffa63c582a71e0435915f51651ee0e7d40053" }, "downloads": -1, "filename": "eea.faceted.vocabularies-4.1.zip", "has_sig": false, "md5_digest": "a78b8689df4dd34c52c36cfeb7317636", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25238, "upload_time": "2011-11-05T02:18:47", "url": "https://files.pythonhosted.org/packages/58/01/2c53ff7ac5ea3023ff291a49f7f0490434f0b613ba76a8abd68fedeb9d3c/eea.faceted.vocabularies-4.1.zip" } ], "4.2": [ { "comment_text": "", "digests": { "md5": "03636942d177f2764424326c083cf705", "sha256": "db5f6fe4d715374921b7d71f722dccdbcf9eb4d8f0e1fe9063ce844379d7168f" }, "downloads": -1, "filename": "eea.faceted.vocabularies-4.2.zip", "has_sig": false, "md5_digest": "03636942d177f2764424326c083cf705", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30507, "upload_time": "2012-04-26T20:00:59", "url": "https://files.pythonhosted.org/packages/e1/eb/c55801407cd390660479747efb36e1c74896ca98570e336038bd0741f8ed/eea.faceted.vocabularies-4.2.zip" } ], "4.3": [ { "comment_text": "", "digests": { "md5": "2260240e5fda0273c995aaf0ca61a560", "sha256": "e09a9a4f6553737f9536fe2379fb37377a10c8b600fd4cd720cff73deea1add9" }, "downloads": -1, "filename": "eea.faceted.vocabularies-4.3.zip", "has_sig": false, "md5_digest": "2260240e5fda0273c995aaf0ca61a560", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74536, "upload_time": "2012-08-29T12:12:27", "url": "https://files.pythonhosted.org/packages/2c/58/29228e106efec91cb9d2bc9914715ceea996afbd5cd7ba630e315fbbc13f/eea.faceted.vocabularies-4.3.zip" } ], "4.4": [ { "comment_text": "", "digests": { "md5": "69dfd5c4143b33a1065a0f60d7f21089", "sha256": "a4babcf520193c37a00d18fb5679a22a7b687cba03aa8d9fc6350a5a5dd2351a" }, "downloads": -1, "filename": "eea.faceted.vocabularies-4.4.zip", "has_sig": false, "md5_digest": "69dfd5c4143b33a1065a0f60d7f21089", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75189, "upload_time": "2013-06-25T14:21:36", "url": "https://files.pythonhosted.org/packages/36/4a/0c93ffda1d9d5dc26346dec32df5da9bc6b80b776d481929c173d1609071/eea.faceted.vocabularies-4.4.zip" } ], "4.5": [ { "comment_text": "", "digests": { "md5": "a82246571995f39127e65498853e5096", "sha256": "0e5985fc775bc055363a80a43b84cf83ed9593d90b0d8ad7993f4b1cf3fbc8ba" }, "downloads": -1, "filename": "eea.faceted.vocabularies-4.5.zip", "has_sig": false, "md5_digest": "a82246571995f39127e65498853e5096", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75600, "upload_time": "2013-10-07T13:28:14", "url": "https://files.pythonhosted.org/packages/8e/f0/264ad4ed1a4c4acc3096659291e4a73b2eba4104d5953abaef05a5077920/eea.faceted.vocabularies-4.5.zip" } ], "4.6": [ { "comment_text": "", "digests": { "md5": "ffd9869e40cc8a3b8510178196a49cd8", "sha256": "d92c7cee3be60a03922c8ee03cd08593aa4f53bb30db253157f28b62b7f48443" }, "downloads": -1, "filename": "eea.faceted.vocabularies-4.6.zip", "has_sig": false, "md5_digest": "ffd9869e40cc8a3b8510178196a49cd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75810, "upload_time": "2013-12-09T16:30:52", "url": "https://files.pythonhosted.org/packages/95/42/9cfde620765466abedd2c85785d8a250f8f28ede753025e68cbe8c9f1965/eea.faceted.vocabularies-4.6.zip" } ], "4.7": [ { "comment_text": "", "digests": { "md5": "6d18e35cfa0e0087e268c6aa143017c5", "sha256": "6e33bb7b8d5b842a4f985352cb8a86931777e783c15bde048b9a1aaf0855f68e" }, "downloads": -1, "filename": "eea.faceted.vocabularies-4.7.zip", "has_sig": false, "md5_digest": "6d18e35cfa0e0087e268c6aa143017c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 160282, "upload_time": "2014-01-23T09:04:39", "url": "https://files.pythonhosted.org/packages/eb/1c/903664f65be54aa930a3022b2de680c4bcc681650d747d1235008a493a0c/eea.faceted.vocabularies-4.7.zip" } ], "4.8": [ { "comment_text": "", "digests": { "md5": "b602336716a8deb15de2517f6cab5861", "sha256": "1d8f01701d1f2f7915c5a913cbf6d4b5e91c30be7ac87b89d66265bedd934b58" }, "downloads": -1, "filename": "eea.faceted.vocabularies-4.8.zip", "has_sig": false, "md5_digest": "b602336716a8deb15de2517f6cab5861", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158323, "upload_time": "2014-05-14T07:11:46", "url": "https://files.pythonhosted.org/packages/20/8b/45dbf74981a644c26ed500039babae47d353f9cab29c44baec23a4b0381e/eea.faceted.vocabularies-4.8.zip" } ], "4.9": [ { "comment_text": "", "digests": { "md5": "59b4775d1e09dc4be7214dcda4a06963", "sha256": "01957ef0d147ae36062bbb5707a3a45d45d16bd7b3502f04f4e74c9ee2043614" }, "downloads": -1, "filename": "eea.faceted.vocabularies-4.9.zip", "has_sig": false, "md5_digest": "59b4775d1e09dc4be7214dcda4a06963", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158343, "upload_time": "2014-06-11T11:38:27", "url": "https://files.pythonhosted.org/packages/44/ae/5557cd52bf98b69414dde186b1ba299e70b6c02842f9681b43a40172c281/eea.faceted.vocabularies-4.9.zip" } ], "5.0": [ { "comment_text": "", "digests": { "md5": "e439c55c14e2cd1f51102d31aff48869", "sha256": "c11d71c467ba624455de0b9bc704f2702348dfe5798da35a31331a50a8cbced2" }, "downloads": -1, "filename": "eea.faceted.vocabularies-5.0.zip", "has_sig": false, "md5_digest": "e439c55c14e2cd1f51102d31aff48869", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158725, "upload_time": "2014-08-13T10:24:13", "url": "https://files.pythonhosted.org/packages/5c/37/73a2f665fb7da1e61a66e3e54451143e199b34ffc9b13b16b7ab36a1a816/eea.faceted.vocabularies-5.0.zip" } ], "5.1": [ { "comment_text": "", "digests": { "md5": "8493cfe9818680f586ba50ccc72cb0c8", "sha256": "f6fe08a0121fd38bdb08990d60b52de386ae0f81aba26536d8b87aef0cbb1820" }, "downloads": -1, "filename": "eea.faceted.vocabularies-5.1.zip", "has_sig": false, "md5_digest": "8493cfe9818680f586ba50ccc72cb0c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 169632, "upload_time": "2015-03-19T07:55:03", "url": "https://files.pythonhosted.org/packages/80/51/0f2503376facc663a41a84eb873daa5d3be58db75bc667827ae681fe2e36/eea.faceted.vocabularies-5.1.zip" } ], "5.2": [ { "comment_text": "", "digests": { "md5": "fe293712753a12ba1bc891a97d7f3355", "sha256": "734d626ab3ddd59172ea448fd6521ad3ee61a77832b137d6c84a65e8803a1185" }, "downloads": -1, "filename": "eea.faceted.vocabularies-5.2.zip", "has_sig": false, "md5_digest": "fe293712753a12ba1bc891a97d7f3355", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 169877, "upload_time": "2015-08-31T14:49:23", "url": "https://files.pythonhosted.org/packages/08/23/840741a7031b74591c485bdb6ad7d5875f2981d5ae58d21962a509c354ba/eea.faceted.vocabularies-5.2.zip" } ], "5.3": [ { "comment_text": "", "digests": { "md5": "f4d29b3664f7a3119e1c3846eadf5e3f", "sha256": "c853f15d8164a568db51d39e7ca93cb2a5756ea44568d2fcf3276a7423f354ea" }, "downloads": -1, "filename": "eea.faceted.vocabularies-5.3.zip", "has_sig": false, "md5_digest": "f4d29b3664f7a3119e1c3846eadf5e3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 170809, "upload_time": "2015-10-08T16:52:47", "url": "https://files.pythonhosted.org/packages/3b/06/7245f236b0eda7477f8e98747dedfdd65c70be87bdd030f10b6b0ce47c48/eea.faceted.vocabularies-5.3.zip" } ], "6.0": [ { "comment_text": "", "digests": { "md5": "ce3a5284c1dc411627ff7535f8dae4e9", "sha256": "008fc9e8858dbd9b523a8b9a3846e681fc423a730186d2815b216b81b3f64861" }, "downloads": -1, "filename": "eea.faceted.vocabularies-6.0.zip", "has_sig": false, "md5_digest": "ce3a5284c1dc411627ff7535f8dae4e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 171643, "upload_time": "2016-06-29T13:06:54", "url": "https://files.pythonhosted.org/packages/94/0b/32122a92028818d77f7ee4253414cc5fd747165c56fe4030b0b300ef5166/eea.faceted.vocabularies-6.0.zip" } ], "6.1": [ { "comment_text": "", "digests": { "md5": "d5d88ee013892a1ead6c1a56ae43d5ac", "sha256": "c37b8c51ec0b1a490548ff0f420da88826e0b98a8f0bec6078ef7fb40a3507a4" }, "downloads": -1, "filename": "eea.faceted.vocabularies-6.1.zip", "has_sig": false, "md5_digest": "d5d88ee013892a1ead6c1a56ae43d5ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 170804, "upload_time": "2017-05-02T08:14:21", "url": "https://files.pythonhosted.org/packages/dc/02/133d35f99290703a0fa24cf2f10dba358790571cd38d5d6018800b2f3581/eea.faceted.vocabularies-6.1.zip" } ], "6.2": [ { "comment_text": "", "digests": { "md5": "a0b1c801e4340f4e45276ff59dd2be18", "sha256": "3f81979a4f62a9336711fd325e8c432ba85a0164893b82e9d4a9eee31976c48d" }, "downloads": -1, "filename": "eea.faceted.vocabularies-6.2.zip", "has_sig": false, "md5_digest": "a0b1c801e4340f4e45276ff59dd2be18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 170928, "upload_time": "2017-05-22T13:33:08", "url": "https://files.pythonhosted.org/packages/03/47/10412d62c0a60bc78da4f0ad35bc99ba56052784b8bf51f287817f5cc493/eea.faceted.vocabularies-6.2.zip" } ], "6.3": [ { "comment_text": "", "digests": { "md5": "3a4a5f6a7e4c1e3d8cf3277be8e1667d", "sha256": "284e23d0c4d0134b035760a003e3f748e3ffda3fed917e4e19535ca5880f907e" }, "downloads": -1, "filename": "eea.faceted.vocabularies-6.3.zip", "has_sig": false, "md5_digest": "3a4a5f6a7e4c1e3d8cf3277be8e1667d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 170974, "upload_time": "2017-05-22T14:46:33", "url": "https://files.pythonhosted.org/packages/6e/bf/f480bc215dc35efb96449af3cc69145e4c5352b330a26980aa39c524c170/eea.faceted.vocabularies-6.3.zip" } ], "6.4": [ { "comment_text": "", "digests": { "md5": "0c68790487ae5c3c550f27018b4ec180", "sha256": "e95a67f174f45378e7ab671cd0bbfd6bbcd72183d16a4f5b2444d4516d60efa7" }, "downloads": -1, "filename": "eea.faceted.vocabularies-6.4.zip", "has_sig": false, "md5_digest": "0c68790487ae5c3c550f27018b4ec180", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56236, "upload_time": "2017-11-08T13:06:33", "url": "https://files.pythonhosted.org/packages/47/6a/d89992afe684988e79372b61750242d6c427f84b7f544b24d9225bea51dd/eea.faceted.vocabularies-6.4.zip" } ], "6.5": [ { "comment_text": "", "digests": { "md5": "108ecb74ffda8bb1cf328a6cbfdf87db", "sha256": "046e7e54087da93bb970e9f575b5ba117ffa111b8b18867948d478792c3876a9" }, "downloads": -1, "filename": "eea.faceted.vocabularies-6.5.zip", "has_sig": false, "md5_digest": "108ecb74ffda8bb1cf328a6cbfdf87db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56059, "upload_time": "2018-02-23T16:26:32", "url": "https://files.pythonhosted.org/packages/5c/eb/8074d6d667562260ee763b295277f90d07796b5130745ecc98ef00c67768/eea.faceted.vocabularies-6.5.zip" } ], "6.6": [ { "comment_text": "", "digests": { "md5": "e74c0385469ea0aaded9ab7cc6ae3b4b", "sha256": "dd16dc9f3480ab686f043904e8cefec312770756bd0f647344216ac8cb785171" }, "downloads": -1, "filename": "eea.faceted.vocabularies-6.6.zip", "has_sig": false, "md5_digest": "e74c0385469ea0aaded9ab7cc6ae3b4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56787, "upload_time": "2018-05-15T13:40:29", "url": "https://files.pythonhosted.org/packages/08/49/ef36662a74e4820296624e747c7b20d00d0eef9302ccf63b1a455795373b/eea.faceted.vocabularies-6.6.zip" } ], "6.7": [ { "comment_text": "", "digests": { "md5": "24e9b19a0d5a073a64d165edeb078ca4", "sha256": "ae167fb54a720ceda694d8c2569477dbaf5d7fd0162c6750cfdd9c32cefa8db9" }, "downloads": -1, "filename": "eea.faceted.vocabularies-6.7.zip", "has_sig": false, "md5_digest": "24e9b19a0d5a073a64d165edeb078ca4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57411, "upload_time": "2018-11-23T13:46:53", "url": "https://files.pythonhosted.org/packages/5f/28/1e3d5cb4a3eba3e6b9737d067e2fd96528e8433e35b3d6f7579a17928a10/eea.faceted.vocabularies-6.7.zip" } ], "6.8": [ { "comment_text": "", "digests": { "md5": "3bedb01c92b72d8852511ecfd5a863fb", "sha256": "b0d653b58f2ad7a5fa511059f19a17acb12e79382a8ee207d5991317fd49b42a" }, "downloads": -1, "filename": "eea.faceted.vocabularies-6.8.zip", "has_sig": false, "md5_digest": "3bedb01c92b72d8852511ecfd5a863fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58110, "upload_time": "2019-01-29T17:19:52", "url": "https://files.pythonhosted.org/packages/c9/bd/d99f8dc7fc1524ccd6509af6f41f38fa2edf5064b3176ee7b250f1ada1cc/eea.faceted.vocabularies-6.8.zip" } ], "6.9": [ { "comment_text": "", "digests": { "md5": "50a06b2c7b10b3fd612fb1321b0b9d8b", "sha256": "264ef011d875c130922525ec8139d3c89fca17c4e571899af780750ac15ce26e" }, "downloads": -1, "filename": "eea.faceted.vocabularies-6.9.zip", "has_sig": false, "md5_digest": "50a06b2c7b10b3fd612fb1321b0b9d8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71844, "upload_time": "2019-04-04T21:21:55", "url": "https://files.pythonhosted.org/packages/0c/2b/25f40196d49edade0cd657b7da4507606c78cb7285567193fb43f5f34757/eea.faceted.vocabularies-6.9.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "50a06b2c7b10b3fd612fb1321b0b9d8b", "sha256": "264ef011d875c130922525ec8139d3c89fca17c4e571899af780750ac15ce26e" }, "downloads": -1, "filename": "eea.faceted.vocabularies-6.9.zip", "has_sig": false, "md5_digest": "50a06b2c7b10b3fd612fb1321b0b9d8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71844, "upload_time": "2019-04-04T21:21:55", "url": "https://files.pythonhosted.org/packages/0c/2b/25f40196d49edade0cd657b7da4507606c78cb7285567193fb43f5f34757/eea.faceted.vocabularies-6.9.zip" } ] }