{ "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 :: Zope :: 3", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP" ], "description": "NOTE: this package is deprecated. Its functionality has been moved to\nmore reusable packages, namely: zope.component, zope.security, zope.site\nand zope.componentvocabulary. Please import from there instead.\n\nThis package provides various ZCML directives (view, resource) and a\nuser interface related to local component management.\n\n\n.. contents:: \n\n=======\nCHANGES\n=======\n\n4.1.0 (2018-10-22)\n------------------\n\n- Add support for Python 3.7.\n\n\n4.0.0 (2017-05-02)\n------------------\n\n- Remove test dependencies on zope.app.testing, zope.app.zcmlfiles,\n and others.\n\n- Remove install dependency on zope.app.form, replaced with direct\n imports of zope.formlib.\n\n- Simplify ``zope.app.component.testing`` to remove the deprecated or\n broken functionality in ``testingNextUtility`` and\n ``SiteManagerStub``. ``PlacefulSetup`` is retained (and incorporates\n much of what was previously inherited from ``zope.app.testing``),\n although use of ``zope.component.testing.PlacelessSetup`` is\n suggested when possible.\n\n- Add support for PyPy and Python 3.4, 3.5 and 3.6.\n\n\n3.9.3 (2011-07-27)\n------------------\n\n- Replaced an undeclared test dependency on ``zope.app.authentication`` with\n ``zope.password``.\n\n- Removed unneeded dependencies.\n\n\n3.9.2 (2010-09-17)\n------------------\n\n- Replaced a testing dependency on ``zope.app.securitypolicy`` with one on\n ``zope.securitypolicy``.\n\n\n3.9.1 (2010-09-01)\n------------------\n\n- No longer using deprecated ``zope.testing.doctest``. Use python's build-in\n ``doctest`` instead.\n\n- Replaced the dependency on ``zope.deferredimport`` with BBB imports.\n\n\n3.9.0 (2010-07-19)\n------------------\n\n- Added missing BBB import in ``zope.app.component.metaconfigure``.\n\n- Requiring at least ``zope.component`` 3.8 where some modules have\n moved which are BBB imported here.\n\n\n3.8.4 (2010-01-08)\n------------------\n\n- Import hooks functionality from zope.component after it was moved there from\n zope.site.\n\n- Import ISite and IPossibleSite from zope.component after they were moved\n there from zope.location. This lifts the direct dependency on zope.location.\n\n- Fix tests using a newer zope.publisher that requires zope.login.\n\n3.8.3 (2009-07-11)\n------------------\n\n- Removed unnecessary dependency on ``zope.app.interface``.\n\n\n3.8.2 (2009-05-22)\n------------------\n\n- Fix missing import in ``zope.app.component.metadirectives``.\n\n\n3.8.1 (2009-05-21)\n------------------\n\n- Add deprecation note.\n\n3.8.0 (2009-05-21)\n------------------\n\n- IMPORTANT: this package is now empty except for some ZMI definitions\n in zope.app.component.browser. Functionality from this package has\n been moved to ``zope.site``, ``zope.componentvocabulary`` and\n ``zope.component``, so preferably import from those locations.\n\n- zope.componentvocabulary has the vocabulary implementations that\n were in zope.app.componentvocabulary now, import them from there for\n backwards compatibility.\n\n- moved zope:resource and zope:view directive implementation and tests\n over into zope.component [zcml].\n\n3.7.0 (2009-04-01)\n------------------\n\n- Removed deprecated `zope:defaultView` directive and its\n implementation. New directive to set default view is\n `browser:defaultView`.\n\n3.6.1 (2009-03-12)\n------------------\n\n- Make ``class`` directive schemas importable from old location,\n raising a deprecation warning. It was moved in the previous release,\n but some custom directives could possibly use its schemas.\n\n- Deprecate import of ClassDirective to announce about new location.\n\n- Change package's mailing list address to zope-dev at zope.org,\n because zope3-dev at zope.org is now retired.\n\n- Adapt to the move of IDefaultViewName from zope.component.interfaces\n to zope.publisher.interfaces.\n\n3.6.0 (2009-01-31)\n------------------\n\n- Moved the implementation of the directive from this package to\n `zope.security`. In particular, the module\n `zope.app.component.contentdirective` has moved to\n `zope.security.metaconfigure`, and a compatibility import has been\n left in its place.\n\n- Extracted `zope.site` from zope.app.component with backwards\n compatibility imports in place. Local site related functionality\n is now in `zope.site` and packages should import from there.\n\n- Remove more deprecated on 3.5 code:\n\n * zope.app.component.fields module that was pointing to the\n removed back35's LayerField.\n * zope.app.component.interface module that was moved to\n zope.component.interface ages ago.\n * zope:content and zope:localUtility directives.\n * zope:factory directive.\n * deprecated imports in zope.component.metaconfigure\n * browser:tool directive and all zope.component.browser\n meta.zcml stuff.\n\n- Remove \"back35\" extras_require as it doesn't make\n any sense now.\n\n- Remove zope.modulealias test dependency as it is\n not used anywhere.\n\n- Deprecate ISite and IPossibleSite imports from\n zope.app.component.interfaces. They were moved\n to zope.location.interfaces ages ago. Fix imports\n in zope.app.component itself.\n\n3.5.0 (2008-10-13)\n------------------\n\n- Remove deprecated code slated for removal on 3.5.\n\n3.4.1 (2007-10-31)\n------------------\n\n- Resolve ``ZopeSecurityPolicy`` deprecation warning.\n\n\n3.4.0 (2007-10-11)\n------------------\n\n- Initial release independent of the main Zope tree.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zopefoundation/zope.app.component", "keywords": "zope component architecture local", "license": "ZPL 2.1", "maintainer": "", "maintainer_email": "", "name": "zope.app.component", "package_url": "https://pypi.org/project/zope.app.component/", "platform": "", "project_url": "https://pypi.org/project/zope.app.component/", "project_urls": { "Homepage": "https://github.com/zopefoundation/zope.app.component" }, "release_url": "https://pypi.org/project/zope.app.component/4.1.0/", "requires_dist": [ "setuptools", "zope.site", "zope.app.container (>=4.0)", "zope.app.pagetemplate (>=4.0)", "zope.component[hook,zcml] (>=4.3.0)", "zope.deprecation", "zope.exceptions", "zope.formlib", "zope.i18nmessageid", "zope.interface", "zope.publisher (>=4.3.1)", "zope.schema", "zope.security", "zope.traversing", "zope.componentvocabulary", "zope.app.appsetup; extra == 'test'", "zope.app.basicskin (>=4.0); extra == 'test'", "zope.app.container[test] (>=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.rotterdam (>=4.0); extra == 'test'", "zope.app.schema; 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.2); extra == 'test'", "zope.testing; extra == 'test'", "zope.testrunner; extra == 'test'" ], "requires_python": "", "summary": "Local Zope Component Support", "version": "4.1.0" }, "last_serial": 4402079, "releases": { "3.4.0": [ { "comment_text": "", "digests": { "md5": "60889397c1025ed02bd6272cbe90eb93", "sha256": "7002170476b20af3dcb9bfd7c2ddeeb970d67a123e1a20055cece1c24a9e6f11" }, "downloads": -1, "filename": "zope.app.component-3.4.0.tar.gz", "has_sig": false, "md5_digest": "60889397c1025ed02bd6272cbe90eb93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69266, "upload_time": "2007-10-11T06:58:13", "url": "https://files.pythonhosted.org/packages/c5/b6/0c3d4737acd3eb50243c34137cfda9ea9855f14d6460e46a0085c87d1ac8/zope.app.component-3.4.0.tar.gz" } ], "3.4.0b2": [ { "comment_text": "", "digests": { "md5": "d7ea349ae0b1ff571e9c80dc9954b6eb", "sha256": "b6f5178fa028c8359aa569d65460e60754bfc8cb06e9407f0102d71ea2864dce" }, "downloads": -1, "filename": "zope.app.component-3.4.0b2.tar.gz", "has_sig": true, "md5_digest": "d7ea349ae0b1ff571e9c80dc9954b6eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60183, "upload_time": "2007-08-23T08:07:13", "url": "https://files.pythonhosted.org/packages/5c/a2/702572aea25395c33ce2a951af096cc9b7732a091cff0f0c03c48a88506b/zope.app.component-3.4.0b2.tar.gz" } ], "3.4.0b3": [ { "comment_text": "", "digests": { "md5": "e03a83e81742d6f08b4ca19548b2957b", "sha256": "dc55c2e2801d0f7e213c207ca24a7979e706ea414f6e55a6462dbb673e4e91f5" }, "downloads": -1, "filename": "zope.app.component-3.4.0b3.tar.gz", "has_sig": false, "md5_digest": "e03a83e81742d6f08b4ca19548b2957b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60353, "upload_time": "2007-08-24T14:44:18", "url": "https://files.pythonhosted.org/packages/7c/f2/17b25cac872e8386c7c45754832b320e9917a0c752b80e5ffd9223023128/zope.app.component-3.4.0b3.tar.gz" } ], "3.4.1": [ { "comment_text": "", "digests": { "md5": "af75ea2abefd3de381e473239f53a3f3", "sha256": "df468ab0064696f14688cd1c0377c7294b04c2c4244934d664a238430bd4795b" }, "downloads": -1, "filename": "zope.app.component-3.4.1.tar.gz", "has_sig": false, "md5_digest": "af75ea2abefd3de381e473239f53a3f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69341, "upload_time": "2007-10-31T19:00:25", "url": "https://files.pythonhosted.org/packages/e7/17/8cb5e5aa4cba7af4104c60105158c4206a1447a8ca40338dce93bd41d60e/zope.app.component-3.4.1.tar.gz" } ], "3.4.2": [ { "comment_text": "", "digests": { "md5": "58fde2e29988f872f7e75a7455e341af", "sha256": "e3e3864368f087a6a9b1b3bd7460049890504bcbe8b8059d176a5f940185a829" }, "downloads": -1, "filename": "zope.app.component-3.4.2.tar.gz", "has_sig": false, "md5_digest": "58fde2e29988f872f7e75a7455e341af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70169, "upload_time": "2009-07-15T20:56:20", "url": "https://files.pythonhosted.org/packages/fc/62/b2ee08746586131c70624f15b6a0ff69f23050e5f5d08afcac5c1d951ecf/zope.app.component-3.4.2.tar.gz" } ], "3.5.0": [ { "comment_text": "", "digests": { "md5": "cf4323fd9aab2ab17beaf8ceab149700", "sha256": "c5c6b907649078760e90ce4aa18e2fab99d75708168ae5438f22175665673790" }, "downloads": -1, "filename": "zope.app.component-3.5.0.tar.gz", "has_sig": false, "md5_digest": "cf4323fd9aab2ab17beaf8ceab149700", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54099, "upload_time": "2008-10-13T17:11:58", "url": "https://files.pythonhosted.org/packages/ec/1b/ae4fc5b47f7bec9538f332df791ccaacdf9a76559b9406339a123e6dd8ba/zope.app.component-3.5.0.tar.gz" } ], "3.6.0": [ { "comment_text": "", "digests": { "md5": "34e29523256b6c49da29a274a98a304d", "sha256": "658f88e64ad70340dc1fdd6a3990003b0cc5950cbb73a0fe5c6b808db118bd27" }, "downloads": -1, "filename": "zope.app.component-3.6.0.tar.gz", "has_sig": false, "md5_digest": "34e29523256b6c49da29a274a98a304d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31779, "upload_time": "2009-01-31T15:30:05", "url": "https://files.pythonhosted.org/packages/9d/6e/c4f098f043da356aef0079592ec028f951af9e7111e22c255525d4bdf01f/zope.app.component-3.6.0.tar.gz" } ], "3.6.1": [ { "comment_text": "", "digests": { "md5": "3f0c60620f5ebac467d65bc3aa71530b", "sha256": "5dc5d34e9ffc4e7c1466ce66f4fbc10c134854b11c60e5c4f58573d993d9c3b1" }, "downloads": -1, "filename": "zope.app.component-3.6.1.tar.gz", "has_sig": false, "md5_digest": "3f0c60620f5ebac467d65bc3aa71530b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29572, "upload_time": "2009-03-12T19:45:54", "url": "https://files.pythonhosted.org/packages/70/44/26b713a4c624e1dd12f753f207cf56c69ee05ff1942e335e44a6acb4a602/zope.app.component-3.6.1.tar.gz" } ], "3.7.0": [ { "comment_text": "", "digests": { "md5": "0ed0bed81273545fd1208fcf02e93178", "sha256": "cfc07fc34885242ca4511b49817f9610b53b6e8d5cdffba9ce6cf36fd05aaf2a" }, "downloads": -1, "filename": "zope.app.component-3.7.0.tar.gz", "has_sig": false, "md5_digest": "0ed0bed81273545fd1208fcf02e93178", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30975, "upload_time": "2009-04-02T00:44:51", "url": "https://files.pythonhosted.org/packages/4d/44/19ed52f3541c8c57ec6bb29ee3c3a3db7419dc125c63cf0d8f41eb9272d7/zope.app.component-3.7.0.tar.gz" } ], "3.8.0": [ { "comment_text": "", "digests": { "md5": "87ca3bbff3ee00be401c2d60035d6895", "sha256": "916f9904b231507135a75364010f87ca922d36bc7eb82bb7bd2a941bb861fdf6" }, "downloads": -1, "filename": "zope.app.component-3.8.0.tar.gz", "has_sig": false, "md5_digest": "87ca3bbff3ee00be401c2d60035d6895", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14333, "upload_time": "2009-05-21T15:39:02", "url": "https://files.pythonhosted.org/packages/9a/5d/a6516158409056245de5b96001ca922c44e2115f58f768b40ae545fe8ca9/zope.app.component-3.8.0.tar.gz" } ], "3.8.1": [ { "comment_text": "", "digests": { "md5": "2ca306d0514f5cd7abded74fd176ea1d", "sha256": "76f4728572d541a7bf5de6797dadd7fc4a02116c72d496b4aaf3d725ef5177db" }, "downloads": -1, "filename": "zope.app.component-3.8.1.tar.gz", "has_sig": false, "md5_digest": "2ca306d0514f5cd7abded74fd176ea1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14451, "upload_time": "2009-05-21T15:42:57", "url": "https://files.pythonhosted.org/packages/d0/5a/d2041013623087657c8f55e20f6bcaebbd040723173f77fa6769bcb8b2fd/zope.app.component-3.8.1.tar.gz" } ], "3.8.1dev": [], "3.8.2": [ { "comment_text": "", "digests": { "md5": "3d3acf3d2ae99ba858fbf371ec9fe684", "sha256": "e3d71d9d76587b17ef2ff483c616b547d47f0c9e4fc9647f1dc215933e21f1df" }, "downloads": -1, "filename": "zope.app.component-3.8.2.tar.gz", "has_sig": false, "md5_digest": "3d3acf3d2ae99ba858fbf371ec9fe684", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16262, "upload_time": "2009-05-22T17:03:46", "url": "https://files.pythonhosted.org/packages/80/29/8b47d9ffe5b61888bc0a7b7dba58bcef1e597f2e4602294e26a1a0048bce/zope.app.component-3.8.2.tar.gz" } ], "3.8.3": [ { "comment_text": "", "digests": { "md5": "b1f639d6b349aca2921bc31cf2c30538", "sha256": "61145ea5b560431feffac7f1f8f545945fe923c9e4d63b9ba41b99eeb11a20d1" }, "downloads": -1, "filename": "zope.app.component-3.8.3.tar.gz", "has_sig": false, "md5_digest": "b1f639d6b349aca2921bc31cf2c30538", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16168, "upload_time": "2009-07-11T14:20:58", "url": "https://files.pythonhosted.org/packages/c8/82/821ffb9cd66927f57d944e7990bb4b610c9b2f45085e078bdf33f501504e/zope.app.component-3.8.3.tar.gz" } ], "3.8.4": [ { "comment_text": "", "digests": { "md5": "7eb39f0dbe2be4136987d4c754b7e482", "sha256": "abd9132ea5c17e77d95a72798d872a94130886b492305b15769996e983de1b37" }, "downloads": -1, "filename": "zope.app.component-3.8.4.tar.gz", "has_sig": false, "md5_digest": "7eb39f0dbe2be4136987d4c754b7e482", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14885, "upload_time": "2010-01-08T22:41:34", "url": "https://files.pythonhosted.org/packages/c6/f1/16c84e9cde9ba3dd7ef56ed571d4498e347d1dee86ba3854aa9531e608dc/zope.app.component-3.8.4.tar.gz" } ], "3.9.0": [ { "comment_text": "", "digests": { "md5": "c925260f9865edfcda9a6f2f93817eb2", "sha256": "2339487985a6da6c9c5fdbd6001bd96db61d88a8ad050e73e02a9b700d344602" }, "downloads": -1, "filename": "zope.app.component-3.9.0.tar.gz", "has_sig": false, "md5_digest": "c925260f9865edfcda9a6f2f93817eb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14879, "upload_time": "2010-07-19T08:30:57", "url": "https://files.pythonhosted.org/packages/5e/88/bcf38778577bfe0f04137f3a96a6ec5a1aef741f9a282ec5286ae1015194/zope.app.component-3.9.0.tar.gz" } ], "3.9.1": [ { "comment_text": "", "digests": { "md5": "ac7294917e35f10f8c0f12d12c5559a1", "sha256": "70993aa5b64e822419a7acb1e39bf885e33129acb935248aab8477210033fbec" }, "downloads": -1, "filename": "zope.app.component-3.9.1.tar.gz", "has_sig": false, "md5_digest": "ac7294917e35f10f8c0f12d12c5559a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14889, "upload_time": "2010-09-01T12:46:52", "url": "https://files.pythonhosted.org/packages/09/e2/632883dd4e63f9de3540681dd49f538305b814aae03fa6c7ddb6a896fc5b/zope.app.component-3.9.1.tar.gz" } ], "3.9.2": [ { "comment_text": "", "digests": { "md5": "56ac8a305e1740c15ebb8d852f080bae", "sha256": "89a1c9b72feada7cca45f3c31a8baff07edfdae7386fc64f229e6d113c7cc681" }, "downloads": -1, "filename": "zope.app.component-3.9.2.tar.gz", "has_sig": false, "md5_digest": "56ac8a305e1740c15ebb8d852f080bae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14756, "upload_time": "2010-09-17T14:46:33", "url": "https://files.pythonhosted.org/packages/5f/4d/09cbfe76e1524802cbd7cbb98795d3940de71dda8c7456381f9b049f61ab/zope.app.component-3.9.2.tar.gz" } ], "3.9.3": [ { "comment_text": "", "digests": { "md5": "bc2dce245d2afe462529c350956711e0", "sha256": "c4137d23f509d4e6f37b4db8e1c3d60ed53977d5c756d2e9e531009d5ed3ca22" }, "downloads": -1, "filename": "zope.app.component-3.9.3.tar.gz", "has_sig": false, "md5_digest": "bc2dce245d2afe462529c350956711e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15509, "upload_time": "2011-07-27T19:36:07", "url": "https://files.pythonhosted.org/packages/28/a2/61ca9a2744a3c60a88cd3444e7fc08f8c706b86e5b7041ce7200e06a703d/zope.app.component-3.9.3.tar.gz" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "0036174ef2ef763a832e3fd5a534f961", "sha256": "f2fcf074bcd20b65154355849520991864c087eb4067549bc7e678ff0d0e9be8" }, "downloads": -1, "filename": "zope.app.component-4.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0036174ef2ef763a832e3fd5a534f961", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 33979, "upload_time": "2017-05-02T13:52:12", "url": "https://files.pythonhosted.org/packages/7b/91/89b3737e14d04657c486c70bfc25086fc1703396fe52782773c3872156f2/zope.app.component-4.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ff9a4d82873d8a96744b003052a99bc8", "sha256": "ef6ef24377f3c343b1bd4760d858235d0d4772872884922988b3835c458b4155" }, "downloads": -1, "filename": "zope.app.component-4.0.0.tar.gz", "has_sig": false, "md5_digest": "ff9a4d82873d8a96744b003052a99bc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23028, "upload_time": "2017-05-02T13:52:14", "url": "https://files.pythonhosted.org/packages/99/c8/74e5da76ce694e6615cc0826f3668a529502b4ca99f4c9484ca106124c37/zope.app.component-4.0.0.tar.gz" } ], "4.1.0": [ { "comment_text": "", "digests": { "md5": "82e85d3ad8a24896c579f32a4c819152", "sha256": "6f4b58a42fa972ee27d0ffffe4b82ad0c7342fe955274a06e6399fbda74ebb05" }, "downloads": -1, "filename": "zope.app.component-4.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "82e85d3ad8a24896c579f32a4c819152", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31939, "upload_time": "2018-10-22T12:36:33", "url": "https://files.pythonhosted.org/packages/6d/56/377dc8a733e895013e1394b14e4b3b57244fa6bcd08af0349ac3c2fbe7f9/zope.app.component-4.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "69d81b2c98bbda3209dfdfcd3a939b1d", "sha256": "ecafbff50220c5e318daa2057580782af04083df64cf2632fb2bf39cb4012c86" }, "downloads": -1, "filename": "zope.app.component-4.1.0.tar.gz", "has_sig": false, "md5_digest": "69d81b2c98bbda3209dfdfcd3a939b1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23016, "upload_time": "2018-10-22T12:36:35", "url": "https://files.pythonhosted.org/packages/56/03/4ba721349431f98d02820bb78596b998941d57c8d277cdd66420184e822a/zope.app.component-4.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "82e85d3ad8a24896c579f32a4c819152", "sha256": "6f4b58a42fa972ee27d0ffffe4b82ad0c7342fe955274a06e6399fbda74ebb05" }, "downloads": -1, "filename": "zope.app.component-4.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "82e85d3ad8a24896c579f32a4c819152", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 31939, "upload_time": "2018-10-22T12:36:33", "url": "https://files.pythonhosted.org/packages/6d/56/377dc8a733e895013e1394b14e4b3b57244fa6bcd08af0349ac3c2fbe7f9/zope.app.component-4.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "69d81b2c98bbda3209dfdfcd3a939b1d", "sha256": "ecafbff50220c5e318daa2057580782af04083df64cf2632fb2bf39cb4012c86" }, "downloads": -1, "filename": "zope.app.component-4.1.0.tar.gz", "has_sig": false, "md5_digest": "69d81b2c98bbda3209dfdfcd3a939b1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23016, "upload_time": "2018-10-22T12:36:35", "url": "https://files.pythonhosted.org/packages/56/03/4ba721349431f98d02820bb78596b998941d57c8d277cdd66420184e822a/zope.app.component-4.1.0.tar.gz" } ] }