{ "info": { "author": "Zope Corporation and Contributors", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Zope3", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP" ], "description": "This package define interfaces of container components, and provides\nsample container implementations such as a BTreeContainer and\nOrderedContainer.\n\n\n=======\nCHANGES\n=======\n\n4.0.0 (2017-04-24)\n------------------\n\n- Added support for PyPy and Python 3.4, 3.5 and 3.6.\n\n3.9.2 (2012-01-23)\n------------------\n\n- Replaced an undeclared test dependency on ``zope.app.authentication`` with\n ``zope.password``.\n\n- Removed undeclared test dependency on ``zope.app.folder``.\n\n- Replaced the use of ``zope.app.pagetemplate`` and deprecated\n ``zope.app.publisher`` with ``zope.browserpage`` and ``zope.browsermenu``.\n\n\n3.9.1 (2010-09-14)\n------------------\n\n- Removed a testing dependency on ``zope.app.file``.\n\n- Replaced a testing dependency on ``zope.app.securitypolicy`` with the base\n ``zope.securitypolicy`` distribution.\n\n\n3.9.0 (2010-08-19)\n------------------\n\n- Updated ``ftesting.zcml`` to use the new permission names exported by\n ``zope.dublincore`` 3.7.\n\n\n3.8.2 (2010-01-08)\n------------------\n\n- Fixed tests using a newer zope.publisher that requires zope.login.\n\n3.8.1 (2009-12-26)\n------------------\n\n- Fixed test_directive. Some parts of zope.app.publisher were moved\n to zope.browsermenu and zope.browserpage.\n\n- Moved tests/test_view_permissions.py to browser/tests.\n\n- Added undeclared install dependency on ``zope.app.publisher``.\n\n- Test no longer use deprecated ``zope.testing.doctestunit`` but\n python's ``doctest`` instead.\n\n\n3.8.0 (2009-05-13)\n------------------\n\n- Moved ``IAdding`` interface to ``zope.browser.interfaces``, leaving\n BBB imports.\n\n3.7.2 (2009-03-12)\n------------------\n\n- Show a \"nothing to add\" message instead of empty list in the\n adding view, if there's nothing to add.\n\n- Don't show the \"Add\" menu item if there's nothing to add.\n\n- Adapt to the removal of deprecated interfaces from\n ``zope.component.interfaces``. Now ``IAdding`` inherits from\n ``zope.publisher.interfaces.browser.IBrowserView``.\n\n3.7.1 (2009-02-05)\n-------------------\n\n- Updated test to accomodate \"Pythonic\" exception now raised from\n ``__setitem__`` provided by ``zope.container`` (``KeyError`` instead\n of ``zope.exceptions.UserError``).\n\n3.7.0 (2009-01-31)\n------------------\n\n- Remove long-time deprecated ``IContentContainer`` class.\n\n- We now rely on a new package called ``zope.container``, which\n contains the basic implementation of ``zope.container`` and is\n intended to have less dependencies. We have gone through a wide\n range of packages and updated their dependencies to point to\n ``zope.container`` so that they will also have less indirect\n dependencies.\n\n For backwards compatibility we have left the original modules in\n ``zope.app.container`` in place and have placed imports to make sure\n the symbols exist in their original locations.\n\n3.6.2 (2008-10-21)\n------------------\n\n- Fixed bug in ``_zope_app_container_contained.c``.\n\n3.6.1 (2008-10-15)\n------------------\n\n- Reimplemented the ``BTreeContainer`` so that it directly accesses the btree\n methods (removed an old #TODO)\n\n- Removed usage of deprecated ``LayerField``.\n\n- Made C code compatible with Python 2.5 on 64bit architectures.\n\n- Fixed bug: Error thrown during ``__setitem__`` for an ordered container\n leaves bad key in order\n\n- Fixed https://bugs.launchpad.net/zope3/+bug/238579,\n https://bugs.launchpad.net/zope3/+bug/163149: Error with unicode\n traversing\n\n- Fixed https://bugs.launchpad.net/zope3/+bug/221025: The Adding menu\n is sorted with translated item by using a collator (better localized\n sorting)\n\n- Fixed https://bugs.launchpad.net/zope3/+bug/227617:\n - prevent the namechooser from failing on '+', '@' and '/'\n - added tests in the namechooser\n - be sure the name chooser returns unicode\n\n- Fixed https://bugs.launchpad.net/zope3/+bug/175388: The setitem's\n size modification is now done in ``setitemf``: setting an existing\n item does not change the size, and the event subscribers should see\n the new size instead of the old size.\n\n3.6.0 (2008-05-06)\n------------------\n\n- Added an ``IBTreeContainer`` interface that allows an argument to the\n ``items``, ``keys``, and ``values`` methods with the same semantics as for\n a BTree object. The extended interface is implemented by the\n ``BTreeContainer`` class.\n\n3.5 (2007-10-11)\n----------------\n\n- Updated bootstrap script to current version.\n\n- Store length of ``BTreeContainer`` in its own ``Length`` object for faster\n ``__len__`` implementation of huge containers.\n\n- Send ``IObjectModifiedEvent`` when changing the title through the\n ``@@contents.html`` view.\n This fixes https://bugs.edge.launchpad.net/zope3/+bug/98483.\n\n- Resolve ``ZopeSecurityPolicy`` and ``IRolePermissionManager`` deprecation\n warning.\n\n3.4 (2007-04-22)\n----------------\n\n- Initial release as a separate project, corresponds to ``zope.app.container``\n from Zope 3.4.0a1.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/zopefoundation/zope.app.container", "keywords": "zope3 container", "license": "ZPL 2.1", "maintainer": "", "maintainer_email": "", "name": "zope.app.container", "package_url": "https://pypi.org/project/zope.app.container/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zope.app.container/", "project_urls": { "Homepage": "http://github.com/zopefoundation/zope.app.container" }, "release_url": "https://pypi.org/project/zope.app.container/4.0.0/", "requires_dist": [ "setuptools", "zope.browser", "zope.browsermenu", "zope.browserpage", "zope.component", "zope.container", "zope.copypastemove", "zope.dublincore (>=3.7)", "zope.event", "zope.exceptions", "zope.i18n", "zope.i18nmessageid", "zope.interface", "zope.lifecycleevent", "zope.location", "zope.publisher (>=4.3.1)", "zope.security (>=4.1.0)", "zope.size", "zope.traversing", "zope.app.appsetup; extra == 'test'", "zope.app.basicskin (>=4.0); extra == 'test'", "zope.app.content; extra == 'test'", "zope.app.dependable (>=4.0); extra == 'test'", "zope.app.http; extra == 'test'", "zope.app.pagetemplate (>=4.0); extra == 'test'", "zope.app.principalannotation; extra == 'test'", "zope.app.publication; extra == 'test'", "zope.app.publisher; extra == 'test'", "zope.app.security; extra == 'test'", "zope.app.testing; extra == 'test'", "zope.app.wsgi; extra == 'test'", "zope.applicationcontrol; extra == 'test'", "zope.browser; extra == 'test'", "zope.browserresource; extra == 'test'", "zope.copypastemove; extra == 'test'", "zope.login; extra == 'test'", "zope.password; extra == 'test'", "zope.principalannotation; extra == 'test'", "zope.principalregistry; extra == 'test'", "zope.proxy (>=4.2.1); extra == 'test'", "zope.securitypolicy; extra == 'test'", "zope.site; extra == 'test'", "zope.testbrowser (>5); extra == 'test'", "zope.testing; extra == 'test'", "zope.testrunner; extra == 'test'" ], "requires_python": "", "summary": "Zope Container", "version": "4.0.0" }, "last_serial": 2826398, "releases": { "3.4.0a1": [ { "comment_text": "", "digests": { "md5": "e9935dbde9e68990fff388500e2ca6be", "sha256": "2d112377b89375024e9d34cab75b2394fe8f8b4dbbbf21a75af01e2075b1bfb5" }, "downloads": -1, "filename": "zope.app.container-3.4.0a1.tar.gz", "has_sig": false, "md5_digest": "e9935dbde9e68990fff388500e2ca6be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110139, "upload_time": "2007-04-23T13:22:03", "url": "https://files.pythonhosted.org/packages/4f/58/719a4aafcb514157e89129d7ba54216ef3c4824ac1295af5e1be865f5d51/zope.app.container-3.4.0a1.tar.gz" } ], "3.5.0": [ { "comment_text": "", "digests": { "md5": "eb61009f2ea93a5119a8323b5052fb97", "sha256": "b7208c1bb29f9e22b74a0831e963517336484f8a2073d3a7df376fae29d1521f" }, "downloads": -1, "filename": "zope.app.container-3.5.0.tar.gz", "has_sig": false, "md5_digest": "eb61009f2ea93a5119a8323b5052fb97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111117, "upload_time": "2007-10-11T07:17:08", "url": "https://files.pythonhosted.org/packages/a9/eb/d047d1712efeced6b3adaddc45025733dd4cfd9f673ef209cd2e83c4cd5b/zope.app.container-3.5.0.tar.gz" } ], "3.5.0a1": [ { "comment_text": "", "digests": { "md5": "8fa4e84cd48e77af6d40604873a13468", "sha256": "687d7c2f2bf0ba8e4eecfee18aad1c566ea1899413d53b382ce33314d294661c" }, "downloads": -1, "filename": "zope.app.container-3.5.0a1-py2.4-win32.egg", "has_sig": false, "md5_digest": "8fa4e84cd48e77af6d40604873a13468", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 177217, "upload_time": "2007-08-20T07:57:18", "url": "https://files.pythonhosted.org/packages/a2/06/b2eefd0ce72b23fbcd6da4fb7ea81053db9466a21346a3bdcae5814ca61c/zope.app.container-3.5.0a1-py2.4-win32.egg" }, { "comment_text": "", "digests": { "md5": "5831e3fe0c7525cf828ffe7c67a6dd2d", "sha256": "927c6c52834fbfa051414832db0aa899fbf5fd243cfecd29e7c7aa93e0b0ef85" }, "downloads": -1, "filename": "zope.app.container-3.5.0a1.tar.gz", "has_sig": false, "md5_digest": "5831e3fe0c7525cf828ffe7c67a6dd2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110265, "upload_time": "2007-08-20T07:55:46", "url": "https://files.pythonhosted.org/packages/5f/31/0d6bf4aa0df08518e2b6eb9fd898c00452ddd87d664e0091593b38c1f170/zope.app.container-3.5.0a1.tar.gz" } ], "3.5.1": [ { "comment_text": "", "digests": { "md5": "291b0dcb5f05c61e1118c083bcfbe4c5", "sha256": "cdfc5ff4bebe6a7b224971ddb0470dc93be9c0b40a75708b82d83d8ece6c39a1" }, "downloads": -1, "filename": "zope.app.container-3.5.1.tar.gz", "has_sig": false, "md5_digest": "291b0dcb5f05c61e1118c083bcfbe4c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110787, "upload_time": "2007-10-31T19:40:36", "url": "https://files.pythonhosted.org/packages/75/b4/275d603daa6afe26faf1f23f7b665bd40684f1a748b225f2017da10f3a9b/zope.app.container-3.5.1.tar.gz" } ], "3.5.2": [ { "comment_text": "", "digests": { "md5": "dd5e1ea1565b4bb1de7c1c31c8286d7d", "sha256": "3b16c98247d360582a7a7a54bb316630a39efdf139a29c96a2e4127668bbded9" }, "downloads": -1, "filename": "zope.app.container-3.5.2.tar.gz", "has_sig": false, "md5_digest": "dd5e1ea1565b4bb1de7c1c31c8286d7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110855, "upload_time": "2007-11-01T21:08:51", "url": "https://files.pythonhosted.org/packages/1f/2c/97247ad6caf2e2f5518d6f6280b6d21c444f3c50f094911cdc2b1ae3985d/zope.app.container-3.5.2.tar.gz" } ], "3.5.3": [ { "comment_text": "built on Windows-XP", "digests": { "md5": "5c2d19f0d292802d1ee110729a92e396", "sha256": "22c0a9c64e9d5b6fa20f6680d96bdd5ce434a68b0d213518069a9aa622906431" }, "downloads": -1, "filename": "zope.app.container-3.5.3-py2.4-win32.egg", "has_sig": false, "md5_digest": "5c2d19f0d292802d1ee110729a92e396", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 178110, "upload_time": "2008-05-27T13:51:43", "url": "https://files.pythonhosted.org/packages/14/4c/a8ef3944717edb60e9f9f16fb30d9fb3498cd0fd4153c18a12c000282376/zope.app.container-3.5.3-py2.4-win32.egg" }, { "comment_text": "", "digests": { "md5": "28b39ecf4c454ae7e8a56817babf2dd9", "sha256": "a6bfc02434bc05c4711dc654e4066c0db0e2d067f5ca26f5024ccf22d14bf8af" }, "downloads": -1, "filename": "zope.app.container-3.5.3-py2.5-win32.egg", "has_sig": false, "md5_digest": "28b39ecf4c454ae7e8a56817babf2dd9", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 176036, "upload_time": "2008-05-27T13:51:20", "url": "https://files.pythonhosted.org/packages/7f/ae/c1c7e7332a6caafd8dbe54976d23e0f293c21e9ca86d7e8530979b35168c/zope.app.container-3.5.3-py2.5-win32.egg" }, { "comment_text": "", "digests": { "md5": "2347f4a66d3a7f7797b2cebf8945d8cd", "sha256": "fb82b5d7165863c035355a99f007ee06f6b8a77d9261675febc6df38c376ef69" }, "downloads": -1, "filename": "zope.app.container-3.5.3.tar.gz", "has_sig": false, "md5_digest": "2347f4a66d3a7f7797b2cebf8945d8cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113317, "upload_time": "2007-11-09T19:21:00", "url": "https://files.pythonhosted.org/packages/9f/4d/5c286ad3983eb5a27d4cacbd8e6d7bb0c64d5608b0dfa39b4ffac4391239/zope.app.container-3.5.3.tar.gz" } ], "3.5.4": [ { "comment_text": "", "digests": { "md5": "5dc0c8bfe197906cba1ac1655b377c2e", "sha256": "217231c9063a05883fc613d8005267c49f322a8e64dd448fc2e1c7d778713b2d" }, "downloads": -1, "filename": "zope.app.container-3.5.4.tar.gz", "has_sig": false, "md5_digest": "5dc0c8bfe197906cba1ac1655b377c2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116479, "upload_time": "2008-07-17T22:13:34", "url": "https://files.pythonhosted.org/packages/8b/5f/adff8a3d7925d047619eae048f9f1fa585271a08c92db3dbb0e240ee16b0/zope.app.container-3.5.4.tar.gz" } ], "3.5.5": [ { "comment_text": "built on Windows-XP", "digests": { "md5": "21e439454e78fc1c34d1dc959514c364", "sha256": "f4e3e1d4e3775502749d867ae8505de75142b4a6d67d390a3f308ec98cd8a5ce" }, "downloads": -1, "filename": "zope.app.container-3.5.5-py2.4-win32.egg", "has_sig": false, "md5_digest": "21e439454e78fc1c34d1dc959514c364", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 181640, "upload_time": "2008-07-28T22:14:29", "url": "https://files.pythonhosted.org/packages/bc/ed/e0af33529673561d9b6c61ba2d23edf2c9abc97ad9db2e51952324d102b6/zope.app.container-3.5.5-py2.4-win32.egg" }, { "comment_text": "", "digests": { "md5": "e3e2a15eb343619240c0c8aeefe68505", "sha256": "8f4810d23103863620e0f60901125fcd3ec8ff5092c8cecc97eac62b0d1c0a60" }, "downloads": -1, "filename": "zope.app.container-3.5.5-py2.5-win32.egg", "has_sig": false, "md5_digest": "e3e2a15eb343619240c0c8aeefe68505", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 179862, "upload_time": "2008-07-28T22:25:47", "url": "https://files.pythonhosted.org/packages/d4/53/b2ce66bfb962bca00e749f8d3a1253705c814fd071cdee83ff8a7cd8c915/zope.app.container-3.5.5-py2.5-win32.egg" }, { "comment_text": "", "digests": { "md5": "15506c8b40e267f2f56768105f64329d", "sha256": "e70292ff7102391a94cc7bb1c399488952dc330d8edfece1efbb7fc2775bac74" }, "downloads": -1, "filename": "zope.app.container-3.5.5.zip", "has_sig": false, "md5_digest": "15506c8b40e267f2f56768105f64329d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 175653, "upload_time": "2008-07-28T22:14:27", "url": "https://files.pythonhosted.org/packages/0d/ce/f14db2e398e83aced924aa065f45b681681143478088dd5d81e156b3f4a2/zope.app.container-3.5.5.zip" } ], "3.5.6": [ { "comment_text": "", "digests": { "md5": "a4baf5a1e7f855fc65d8cf2813c32b22", "sha256": "4a7994d49e057d5813d842cce9ece9097eb025205669935707d4498463aed1c3" }, "downloads": -1, "filename": "zope.app.container-3.5.6-py2.4-win32.egg", "has_sig": false, "md5_digest": "a4baf5a1e7f855fc65d8cf2813c32b22", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 183276, "upload_time": "2008-08-07T09:44:09", "url": "https://files.pythonhosted.org/packages/0a/40/435228aa9d3aaa72e536dbc2d758ac069dfe2afd50e09f7e55da64f96dda/zope.app.container-3.5.6-py2.4-win32.egg" }, { "comment_text": "", "digests": { "md5": "0a5d8d3f490a1a2227ed8cf040773eaa", "sha256": "18e599dbd84eb61dd5b86d2bc7dfdb9ad64f4731e977e80b6b781c3e3e2fc3a4" }, "downloads": -1, "filename": "zope.app.container-3.5.6-py2.5-win32.egg", "has_sig": false, "md5_digest": "0a5d8d3f490a1a2227ed8cf040773eaa", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 181174, "upload_time": "2008-08-07T10:34:06", "url": "https://files.pythonhosted.org/packages/4c/34/446b0e4704568f7d7d0fa194bc672478b8ffaf2a819949f5f26057012276/zope.app.container-3.5.6-py2.5-win32.egg" }, { "comment_text": "", "digests": { "md5": "fb7e7d9f142e7667b96c2a12f0a7050c", "sha256": "e248d37120531e82bb968379f3bacdcea1292c9272e4b2c94750c728d8973241" }, "downloads": -1, "filename": "zope.app.container-3.5.6.tar.gz", "has_sig": false, "md5_digest": "fb7e7d9f142e7667b96c2a12f0a7050c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117878, "upload_time": "2008-08-06T20:52:42", "url": "https://files.pythonhosted.org/packages/41/b4/2b5224965c667a07bf685566a446f7c09d1b7824362f9bbcc7d4463524d5/zope.app.container-3.5.6.tar.gz" } ], "3.6.0": [ { "comment_text": "built on Windows-XP", "digests": { "md5": "847b834fb904f71c26fe75932e0865c4", "sha256": "b09a944783196c76fe47a12b4cfea99a90f027fb46b89db45d3ffacacc06730b" }, "downloads": -1, "filename": "zope.app.container-3.6.0-py2.4-win32.egg", "has_sig": false, "md5_digest": "847b834fb904f71c26fe75932e0865c4", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 182681, "upload_time": "2008-05-27T13:52:39", "url": "https://files.pythonhosted.org/packages/9b/d1/d213e7a69485abe8b6c2c03a0cb0cf610d1f05bbca9a2d06de564eece572/zope.app.container-3.6.0-py2.4-win32.egg" }, { "comment_text": "", "digests": { "md5": "53cd1046457a764561d1f13d17447c41", "sha256": "b25ec020859373b76e1ad7fd5988f288a6e2bcab3c4cdb3d591e0d18606226d7" }, "downloads": -1, "filename": "zope.app.container-3.6.0-py2.5-win32.egg", "has_sig": false, "md5_digest": "53cd1046457a764561d1f13d17447c41", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 180881, "upload_time": "2008-05-27T13:52:54", "url": "https://files.pythonhosted.org/packages/ac/a0/af84d12d624fe06be77a83b929360e21f1aeaaf6105cf624cda731efab64/zope.app.container-3.6.0-py2.5-win32.egg" }, { "comment_text": "", "digests": { "md5": "6a59937e1e87bab397945f3197f64890", "sha256": "959b89b78ffc804171ec7756708c902e0f477e7a01d830827b4d3729ae102fdd" }, "downloads": -1, "filename": "zope.app.container-3.6.0.tar.gz", "has_sig": false, "md5_digest": "6a59937e1e87bab397945f3197f64890", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 114948, "upload_time": "2008-05-06T15:45:44", "url": "https://files.pythonhosted.org/packages/ea/81/edc49f7b55f5112a4eb393f1a2c58667830242d5cfb59fadf87ffd5e7fc6/zope.app.container-3.6.0.tar.gz" } ], "3.6.1": [ { "comment_text": "built on Windows", "digests": { "md5": "32db5d7e239d7dfa3cd69ca03a07d0e2", "sha256": "7ebc841c705db916f7b9862b67bb750422a67f24779cbf00346a1888aba1b265" }, "downloads": -1, "filename": "zope.app.container-3.6.1-py2.4-win32.egg", "has_sig": false, "md5_digest": "32db5d7e239d7dfa3cd69ca03a07d0e2", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 186194, "upload_time": "2008-10-16T18:18:13", "url": "https://files.pythonhosted.org/packages/a6/73/e9fb11e4a814da780cbe31f9bc7c0afa31f9c6cc557b6f759a07457f2d51/zope.app.container-3.6.1-py2.4-win32.egg" }, { "comment_text": "", "digests": { "md5": "fc5a23b6aa9823a0225c80d094d49d16", "sha256": "abde9125d3fb7d04fe698cf2d5a9bdfe6493487621b2c2a63606c96ccd842648" }, "downloads": -1, "filename": "zope.app.container-3.6.1-py2.5-win32.egg", "has_sig": false, "md5_digest": "fc5a23b6aa9823a0225c80d094d49d16", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 184223, "upload_time": "2008-10-16T18:18:41", "url": "https://files.pythonhosted.org/packages/bc/0f/2c573797cfe2f9625606afe46cd84c36a44381ef7a18d5dede97f402a860/zope.app.container-3.6.1-py2.5-win32.egg" }, { "comment_text": "", "digests": { "md5": "a3d4f3f7caa5a3588e384e9d34ac12e1", "sha256": "e19aebf3332f363c3a7cb91c674fc74102561c38d420c396f2ec5ad8a709a974" }, "downloads": -1, "filename": "zope.app.container-3.6.1.tar.gz", "has_sig": false, "md5_digest": "a3d4f3f7caa5a3588e384e9d34ac12e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117496, "upload_time": "2008-10-15T15:49:13", "url": "https://files.pythonhosted.org/packages/09/51/fd8b02735019c6001ca69228f2f6dc1b32d0507c474647c4596208e88c33/zope.app.container-3.6.1.tar.gz" } ], "3.6.2": [ { "comment_text": "built on Windows-XP", "digests": { "md5": "4e5b4bf27129914a980f46c0f1f48f47", "sha256": "b078923daefbdd7c0c64f6f261b556ff0715932f8f25d5f6fc0d501e7a52c092" }, "downloads": -1, "filename": "zope.app.container-3.6.2-py2.4-win32.egg", "has_sig": false, "md5_digest": "4e5b4bf27129914a980f46c0f1f48f47", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 187603, "upload_time": "2009-02-19T21:14:27", "url": "https://files.pythonhosted.org/packages/6e/f3/7a4d040d643e2d18a2b7c07587c5d0db0e00a3b3baf5361b67b664185eac/zope.app.container-3.6.2-py2.4-win32.egg" }, { "comment_text": "", "digests": { "md5": "3ab749a0032b908171f56369f4412266", "sha256": "4588fb6dd6cf740df50b867b9e58d69111e3edb562c5d0fb277889cd12fbc839" }, "downloads": -1, "filename": "zope.app.container-3.6.2-py2.5-win32.egg", "has_sig": false, "md5_digest": "3ab749a0032b908171f56369f4412266", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 185619, "upload_time": "2009-02-19T21:14:19", "url": "https://files.pythonhosted.org/packages/ed/c3/f263c4d3b84b619d198617975116043b976d6be2f4934b9d9bc46ba71c0b/zope.app.container-3.6.2-py2.5-win32.egg" }, { "comment_text": "", "digests": { "md5": "3ac3230389497018ab0c5d3a70ca3196", "sha256": "2eba01d8b19cb11004dbc09f48428072273b298f1cdf1bafcf6024c1e0294762" }, "downloads": -1, "filename": "zope.app.container-3.6.2.tar.gz", "has_sig": false, "md5_digest": "3ac3230389497018ab0c5d3a70ca3196", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117654, "upload_time": "2008-10-21T19:33:07", "url": "https://files.pythonhosted.org/packages/f9/2d/c4fc1712bf9dc5ccffd37d45cc2f4a8de3b66c1b589e947fa2becf862803/zope.app.container-3.6.2.tar.gz" } ], "3.7.0": [ { "comment_text": "", "digests": { "md5": "95ecf7b46e7534f945ec74c11c4a3465", "sha256": "8982a15bfe64cfffb5a8eac2c0ef0f01a26f88f6d915820dd92badb93e2497ce" }, "downloads": -1, "filename": "zope.app.container-3.7.0.tar.gz", "has_sig": false, "md5_digest": "95ecf7b46e7534f945ec74c11c4a3465", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27218, "upload_time": "2009-01-31T15:33:18", "url": "https://files.pythonhosted.org/packages/a8/19/3aea9994dd8b526d19eb06b2ad99143550385ec726133fc8275e3ac2e625/zope.app.container-3.7.0.tar.gz" } ], "3.7.1": [ { "comment_text": "", "digests": { "md5": "864056213db8a27e9b14c0b99c01b28b", "sha256": "ff44bacc5fc9968e78e60e8b2c3618d8fac76a72038b741791c7937fbed81b67" }, "downloads": -1, "filename": "zope.app.container-3.7.1.tar.gz", "has_sig": false, "md5_digest": "864056213db8a27e9b14c0b99c01b28b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27985, "upload_time": "2009-02-05T17:58:33", "url": "https://files.pythonhosted.org/packages/67/f5/ad2a4e8e5f8d66bdfe03fa1c7a6326e991a0906b8f32f64cd468b615a942/zope.app.container-3.7.1.tar.gz" } ], "3.7.2": [ { "comment_text": "", "digests": { "md5": "82e15b2379820d50184dc2dbec37216a", "sha256": "33bb71c85cfe1843736e127d2b2f572833a7f10a4e78679611a0e0299b21fc9b" }, "downloads": -1, "filename": "zope.app.container-3.7.2.tar.gz", "has_sig": false, "md5_digest": "82e15b2379820d50184dc2dbec37216a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26524, "upload_time": "2009-03-12T19:38:32", "url": "https://files.pythonhosted.org/packages/2b/ac/16361f5ca66eaa18b5f7b7c8fb56f677bb65ce5f50ca036744eb4aaaf2f1/zope.app.container-3.7.2.tar.gz" } ], "3.8.0": [ { "comment_text": "", "digests": { "md5": "b12ee54538266ee841b26ecf4f9478e5", "sha256": "a4cbcc8330704fc4878aa7fd5209aed6ca8bd40a47684e26198fea3e6982c1e2" }, "downloads": -1, "filename": "zope.app.container-3.8.0.tar.gz", "has_sig": false, "md5_digest": "b12ee54538266ee841b26ecf4f9478e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28106, "upload_time": "2009-05-13T23:34:47", "url": "https://files.pythonhosted.org/packages/de/ce/f00556f259841b0405f44f1a1497df6222b22ecf87d607559af65dfefacc/zope.app.container-3.8.0.tar.gz" } ], "3.8.1": [ { "comment_text": "", "digests": { "md5": "f8674a1dbd09a0910f361fb592686119", "sha256": "ebe48d018b8d2eda7259f265715b286eb65cfbf33757be7ad0a8b2aaf24b1d11" }, "downloads": -1, "filename": "zope.app.container-3.8.1.tar.gz", "has_sig": false, "md5_digest": "f8674a1dbd09a0910f361fb592686119", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25648, "upload_time": "2009-12-26T16:10:16", "url": "https://files.pythonhosted.org/packages/bc/22/8c61cc30f48fe05893578331c13b27e068c45196e4e6d181d6d85e69cebc/zope.app.container-3.8.1.tar.gz" } ], "3.8.2": [ { "comment_text": "", "digests": { "md5": "1114644db0941cf564e88e0ab8a4535b", "sha256": "ed143887ee11d3ef341842af9ef9b88fe4e2cde0401892f025bb5a1fd781d748" }, "downloads": -1, "filename": "zope.app.container-3.8.2.tar.gz", "has_sig": false, "md5_digest": "1114644db0941cf564e88e0ab8a4535b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25755, "upload_time": "2010-01-08T22:42:46", "url": "https://files.pythonhosted.org/packages/c8/6d/f6f358eeea2646932d6e97ebc5eb629ed89b499b4f83378a9b420bd1b744/zope.app.container-3.8.2.tar.gz" } ], "3.9.0": [ { "comment_text": "", "digests": { "md5": "406351d772d23db1dcdd6ff2378e07ae", "sha256": "4da89802b4e8d870bf6ed30619997b378f7b9f09fb28f2bdd7244b6f3c1349ec" }, "downloads": -1, "filename": "zope.app.container-3.9.0.tar.gz", "has_sig": false, "md5_digest": "406351d772d23db1dcdd6ff2378e07ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25837, "upload_time": "2010-08-19T11:25:49", "url": "https://files.pythonhosted.org/packages/bd/c2/1983144e3e5d155e1bb92e8a8be752b20ea7ab153bff47bfa66b976ba9c9/zope.app.container-3.9.0.tar.gz" } ], "3.9.1": [ { "comment_text": "", "digests": { "md5": "e33eac9f2e2864a39a1219d415fdd231", "sha256": "b8e205d48ecc6af3785acae9b651eca3ea89d191208822d5ddb25fd48eb988f3" }, "downloads": -1, "filename": "zope.app.container-3.9.1.zip", "has_sig": false, "md5_digest": "e33eac9f2e2864a39a1219d415fdd231", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52506, "upload_time": "2010-09-14T14:13:14", "url": "https://files.pythonhosted.org/packages/8b/f9/6c6ce048da726dafe8d8fe451c393d85cb13bc16bc2d9de10d3de7a16b5e/zope.app.container-3.9.1.zip" } ], "3.9.2": [ { "comment_text": "", "digests": { "md5": "1e286c59f0166e517d67ddd723641c84", "sha256": "cf2494ed837267dc1fb2c013b54194928c64926d3542d75a0419d090da919bd1" }, "downloads": -1, "filename": "zope.app.container-3.9.2.tar.gz", "has_sig": false, "md5_digest": "1e286c59f0166e517d67ddd723641c84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26791, "upload_time": "2012-01-23T17:55:24", "url": "https://files.pythonhosted.org/packages/e2/9d/84e47f2b9063f7b255252c7b43224b672a11af95c7fd9dc72ee68bec5ebe/zope.app.container-3.9.2.tar.gz" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "0b3817f3de1f153e09883064307d5ade", "sha256": "b4174468ad611708a48fb09ad4f49e128121240a347c099081bd36b55d275e5d" }, "downloads": -1, "filename": "zope.app.container-4.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0b3817f3de1f153e09883064307d5ade", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 48712, "upload_time": "2017-04-24T16:02:31", "url": "https://files.pythonhosted.org/packages/fc/e2/f67a4c383f94d4693041e7335a628cb508760fa302b541fd11c15a39f93c/zope.app.container-4.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aa2d04712c8ff95cdc84ad8f988ace50", "sha256": "83f0476d5f0e7c198df7ebc735d0c73c026057a0a29f5a68b303dca875eb5671" }, "downloads": -1, "filename": "zope.app.container-4.0.0.tar.gz", "has_sig": false, "md5_digest": "aa2d04712c8ff95cdc84ad8f988ace50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33324, "upload_time": "2017-04-24T16:02:33", "url": "https://files.pythonhosted.org/packages/34/3b/0fe6361d9500c41e1a9f96fcf6a7c708af72d57a16b8aa04b691c3532b6e/zope.app.container-4.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0b3817f3de1f153e09883064307d5ade", "sha256": "b4174468ad611708a48fb09ad4f49e128121240a347c099081bd36b55d275e5d" }, "downloads": -1, "filename": "zope.app.container-4.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0b3817f3de1f153e09883064307d5ade", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 48712, "upload_time": "2017-04-24T16:02:31", "url": "https://files.pythonhosted.org/packages/fc/e2/f67a4c383f94d4693041e7335a628cb508760fa302b541fd11c15a39f93c/zope.app.container-4.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aa2d04712c8ff95cdc84ad8f988ace50", "sha256": "83f0476d5f0e7c198df7ebc735d0c73c026057a0a29f5a68b303dca875eb5671" }, "downloads": -1, "filename": "zope.app.container-4.0.0.tar.gz", "has_sig": false, "md5_digest": "aa2d04712c8ff95cdc84ad8f988ace50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33324, "upload_time": "2017-04-24T16:02:33", "url": "https://files.pythonhosted.org/packages/34/3b/0fe6361d9500c41e1a9f96fcf6a7c708af72d57a16b8aa04b691c3532b6e/zope.app.container-4.0.0.tar.gz" } ] }