{ "info": { "author": "Zope Foundation and Contributors", "author_email": "zope-cmf@lists.zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Plone", "Framework :: Plone :: 5.2", "Framework :: Zope", "Framework :: Zope :: 4", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: System :: Archiving :: Packaging" ], "description": "Products.PluginRegistry\n=======================\n\nProducts.PluginRegistry offers a simple persistent registry which allows\nthe site manager to registe components for specific interfaces, and\nto order them.\n\nInstallation\n------------\n\nThe normal way it install this package is via ``setuptools``, either\nvia ``easy_install`` into a virtual environment::\n\n $ cd /path/to/virtualenv\n $ bin/easy_install Products.PluginRegistry\n\nor by including the package in the configuration for a ``zc.buildout``-based\ndeployment::\n\n $ cd /path/to/buildout\n $ grep \"eggs =\" buildout.cfg\n ...\n eggs = Products.PluginRegistry\n ...\n\nThe product can also be installed as a depencency of another distribution.\n\nTo install this package manually, without using setuptools,\nuntar the package file downloaded from the PyPI site and look for\nthe folder named \"PluginRegistry\" underneath the \"Products\" folder\nat the root of the extracted tarball. Copy or link this \"PluginRegistry\"\nfolder into your Zope \"Products\" folder and restart Zope.\n\n\nChange Log\n==========\n\n1.8 (2019-10-12)\n----------------\n\n- Rely on Zope 4 branch for unit tests to retain Python 2 compatibility\n\n- Add ``movePluginsTop`` method to registry.\n\n- Fix linting.\n\n\n1.7 (2019-04-02)\n----------------\n\n- updated ZMI views and icon for Zope 4\n (`#14 `_)\n\n- expanded PEP-8 and isort compliance\n\n- Specify supported Python versions using ``python_requires`` in setup.py\n\n- Added support for Python 3.7 and 3.8\n\n- Fix relative import that broke import/export\n (`#12 `_)\n\n\n1.6.1 (2018-11-08)\n------------------\n\n- Fix listPluginTypeInfo in Python 3.\n\n\n1.6 (2018-05-17)\n----------------\n\n- Add Python 3.5 and 3.6 compatibility.\n\n- Require Zope 4.0b4 as minimum supported Zope version.\n\n\n1.5 (2017-05-04)\n----------------\n\nBreaking changes:\n\n- Drop support for Python 2.6.\n\n- Require Zope 4.0a3 as minimum supported Zope version.\n\n\n1.4 (2016-03-01)\n----------------\n\n- Fix usage of os.path.split(). Could result in Errors during import\n on Windows.\n\n\n1.3 (2012-02-27)\n----------------\n\n- Change default encoding for importexport from None to utf-8.\n\n\n1.3b1 (2010-07-01)\n------------------\n\n- Improved test coverage.\n\n- Removed dependency on ``zope.app.testing``.\n\n- Dropped support for use with Zope < 2.12.\n\n- Added a buildout for running tests.\n\n\n1.2 (2009-11-15)\n----------------\n\n- Moved documentation out of the product directory.\n\n- Fixed plugin management links on the Active screen.\n\n- Fixed deprecation warnings for use of Globals.\n\n- Purged old Zope2 interfaces for Zope 2.12 compatibility.\n\n- Updated GenericSetup import to initialize plugin registry's ``_plugins``\n attribute if necessary.\n\n\n1.1.3 (2007-11-28)\n------------------\n\n- Fixed bad behaviour when moving the top plugin up.\n https://bugs.launchpad.net/bugs/164717\n\n\n1.1.2 (2007-04-24)\n------------------\n\n- Updated ``PluginRegistry.listPlugins`` to drop previously-activated\n plugins when they no longer implement the plugin interface.\n https://bugs.launchpad.net/zope-pas/+bug/161281\n\n- Updated ``exportimport`` to skip adding duplicate interfaces during\n non-purge imports.\n https://bugs.launchpad.net/zope-pas/+bug/161280\n\n- Fixed test breakage on Zope 2.10.\n\n\n1.1.1 (2006-07-25)\n------------------\n\n- Added workaround for autogen factories which assume they can\n pass an ID to the registry's ``__init__``. In particular, this\n allows the registry to be created and popluated as a \"normal\"\n content object using GenericSetup.\n\n- Improved BBB for testing under Zope 2.8.\n\n\n1.1 (2006-02-25)\n----------------\n\n- Moved interfaces into a top-level module (no need for a package),\n and made them forward-compatible with Z3 interfaces.\n\n- Wired in DAV / FTP / ExternalEditor support for the registry,\n along with a ZMI form for updating it as XML.\n\n- Added support for exporting / importing the registry via GenericSetup.\n\n- Moved from CVS to subversion (2005-10-14).\n\n- Removed deprecation warings under Zope 2.8.x.\n\n- Repaired warings appearing in Zope 2.8.5 due to a couple typos\n in security declarations.\n\n\n1.0.2 (2005-01-31)\n------------------\n\n- Simplified package directory computation using ``package_home``.\n\n- Added ``test_suite`` to registry tests to improve testability under\n ``zopectl test``.\n\n\n1.0.1 (2004-04-28)\n------------------\n\n- Initial public release.\n\n\n1.0 (2004-04-28)\n----------------\n\n- Vendor import from ZC repository.\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/Products.PluginRegistry", "keywords": "web application server zope zope2", "license": "ZPL 2.1", "maintainer": "", "maintainer_email": "", "name": "Products.PluginRegistry", "package_url": "https://pypi.org/project/Products.PluginRegistry/", "platform": "", "project_url": "https://pypi.org/project/Products.PluginRegistry/", "project_urls": { "Homepage": "https://github.com/zopefoundation/Products.PluginRegistry", "Issue Tracker": "https://github.com/zopefoundation/Products.PluginRegistry/issues", "Sources": "https://github.com/zopefoundation/Products.PluginRegistry" }, "release_url": "https://pypi.org/project/Products.PluginRegistry/1.8/", "requires_dist": [ "setuptools", "six", "Zope (>=4.0b4)", "Products.GenericSetup (>=2.0b1)" ], "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "summary": "Configure application plugins based on interfaces", "version": "1.8" }, "last_serial": 5964792, "releases": { "1.1.3": [ { "comment_text": "", "digests": { "md5": "53db523c5332db79b7d8bc1a39305592", "sha256": "c0faaa2e6c2913674b484e2b86819da814be5414f8c4482fe2f1114eb0b7a341" }, "downloads": -1, "filename": "Products.PluginRegistry-1.1.3.tar.gz", "has_sig": false, "md5_digest": "53db523c5332db79b7d8bc1a39305592", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12453, "upload_time": "2007-11-28T22:09:36", "url": "https://files.pythonhosted.org/packages/83/3e/4669abd2bd546b243ce34fd414e144dba789f984b08faa50c09f65d7447d/Products.PluginRegistry-1.1.3.tar.gz" } ], "1.1.3.1": [ { "comment_text": "", "digests": { "md5": "7653eee3537623732904887a7e7b953c", "sha256": "c02e5dbe37595dabdf0784af73a01327491d8a9fab1531da7ccece050451c71c" }, "downloads": -1, "filename": "Products.PluginRegistry-1.1.3.1.tar.gz", "has_sig": false, "md5_digest": "7653eee3537623732904887a7e7b953c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19856, "upload_time": "2007-12-07T22:56:57", "url": "https://files.pythonhosted.org/packages/a3/81/0fd8a1cb47b16cd436ad6cbe8e650be6f6b5a317a9f56128f077b02cbefc/Products.PluginRegistry-1.1.3.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "84ed868ba956fc73ed4f5dce42d464f8", "sha256": "0daf44ca23ffd281f6f0f112460520b31ada335dfc14f4d2dd5fa4706dbe77c2" }, "downloads": -1, "filename": "Products.PluginRegistry-1.2.tar.gz", "has_sig": false, "md5_digest": "84ed868ba956fc73ed4f5dce42d464f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19321, "upload_time": "2009-11-16T04:37:35", "url": "https://files.pythonhosted.org/packages/ae/65/7354c4069006f4340036de9a410ede9bd8d643490e24043722e5c823a090/Products.PluginRegistry-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "5b166193ca1eb84dfb402051f779ebab", "sha256": "9329144261da07f2a6dce8e6e1991219a65b41f5449ab07927215d8fff36ab09" }, "downloads": -1, "filename": "Products.PluginRegistry-1.3.tar.gz", "has_sig": false, "md5_digest": "5b166193ca1eb84dfb402051f779ebab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19728, "upload_time": "2012-01-27T09:07:32", "url": "https://files.pythonhosted.org/packages/0b/2f/26413b1a74aaf5a64d1516cfcf1a54ba73908065377a1db87f29fbd83fe6/Products.PluginRegistry-1.3.tar.gz" } ], "1.3b1": [ { "comment_text": "", "digests": { "md5": "3feed885b17c8cce3f427d9d670de6a1", "sha256": "021cde1f8deec0c5f3867a5f5ee96bdee3f04308c5a3c941aa05adbde8ac8c0e" }, "downloads": -1, "filename": "Products.PluginRegistry-1.3b1.tar.gz", "has_sig": false, "md5_digest": "3feed885b17c8cce3f427d9d670de6a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20931, "upload_time": "2010-07-01T23:34:13", "url": "https://files.pythonhosted.org/packages/f4/87/082ca11da570bbeea229c9e8e6de02b03938018432ddff05e21b95121306/Products.PluginRegistry-1.3b1.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "e6ac776b0e40a162414953c139bc7766", "sha256": "d9a9c67b0e4cb4322e54bbdda7e4419bd4d283d1b5174737e919e48a025bb017" }, "downloads": -1, "filename": "Products.PluginRegistry-1.4.tar.gz", "has_sig": true, "md5_digest": "e6ac776b0e40a162414953c139bc7766", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19853, "upload_time": "2016-03-01T13:12:23", "url": "https://files.pythonhosted.org/packages/7c/01/9af56277897e0c3f2fd745a9dfe0ef3b1ce13e5d487aac9049c99645e0e7/Products.PluginRegistry-1.4.tar.gz" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "438adb406ea756f99a056d504af3cfde", "sha256": "24e59ae650a648d87d370a48b861413f8f13bdc6415e9603dc4c9e9c23033a3a" }, "downloads": -1, "filename": "Products.PluginRegistry-1.4.1.tar.gz", "has_sig": false, "md5_digest": "438adb406ea756f99a056d504af3cfde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21351, "upload_time": "2019-06-18T12:13:21", "url": "https://files.pythonhosted.org/packages/a9/4b/9553ea0e6724cc157f2b03e5f01dfbad34393ef2bc619c6e75586f7f50bd/Products.PluginRegistry-1.4.1.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "1d5598a6d2e42a7fbc05ec1571d526b5", "sha256": "4c6d5a43a6a880c4ab84dfdf87d83950b9aa585bc23ac91a9fff35d1bc216a60" }, "downloads": -1, "filename": "Products.PluginRegistry-1.5.tar.gz", "has_sig": true, "md5_digest": "1d5598a6d2e42a7fbc05ec1571d526b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21915, "upload_time": "2017-05-04T15:34:36", "url": "https://files.pythonhosted.org/packages/71/1d/a81c17a33c27979ff89bb20e19497a34f4ba38acb581d84896ed9353c9cc/Products.PluginRegistry-1.5.tar.gz" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "1deb425b020ee397c821eb984ee86677", "sha256": "ee3a189a92ffe9aee4f8e559fb5dad59ae1953915c9f3271b82502728e9f67fa" }, "downloads": -1, "filename": "Products.PluginRegistry-1.6-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "1deb425b020ee397c821eb984ee86677", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 32876, "upload_time": "2018-05-17T08:32:42", "url": "https://files.pythonhosted.org/packages/08/75/f59e48854b4cf6c7529920bf16bac8c4372251b7f170223ac4fcf8c3c51a/Products.PluginRegistry-1.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c489d417e1b12af5cfa906df7ee2d54a", "sha256": "4513bf5caa817385667e1660f28f27364b4c6bc64a1c2c904c6e1ca2fc0af6b6" }, "downloads": -1, "filename": "Products.PluginRegistry-1.6.tar.gz", "has_sig": true, "md5_digest": "c489d417e1b12af5cfa906df7ee2d54a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24670, "upload_time": "2018-05-17T08:32:34", "url": "https://files.pythonhosted.org/packages/31/72/a9e6822bf95169bce6278b2ed75165311611b926777361cc9d0487837772/Products.PluginRegistry-1.6.tar.gz" } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "a6802d3113b57f89a24adb4805d5b421", "sha256": "e779e14a8f8bac522956cbc3b84cc23cf0dc421cd7b05872cdaff4950ff69107" }, "downloads": -1, "filename": "Products.PluginRegistry-1.6.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a6802d3113b57f89a24adb4805d5b421", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 28165, "upload_time": "2018-11-08T14:04:11", "url": "https://files.pythonhosted.org/packages/86/38/9db6b5d8bb38933030192b651e9982e331e36e5a6dfec7b181ba347379c3/Products.PluginRegistry-1.6.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "168bd0fe10f9631877ba26f8e7e0ded7", "sha256": "928412515087cdf813f3ab2e06d23d85ffb3c23af1da1268836103851744c4c4" }, "downloads": -1, "filename": "Products.PluginRegistry-1.6.1.tar.gz", "has_sig": false, "md5_digest": "168bd0fe10f9631877ba26f8e7e0ded7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23561, "upload_time": "2018-11-08T14:04:12", "url": "https://files.pythonhosted.org/packages/18/1a/79275fbf41cb3157cb5d1f2e230ac3fe24bf5b2d71b1c2a41cea9edf4775/Products.PluginRegistry-1.6.1.tar.gz" } ], "1.7": [ { "comment_text": "", "digests": { "md5": "c8aeeebbbf24b81c517311441dcee415", "sha256": "09c14d23dd4ffd3cfcb27f83b14c4d40494d6c004b71ed5a3be4b42843417b74" }, "downloads": -1, "filename": "Products.PluginRegistry-1.7-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "c8aeeebbbf24b81c517311441dcee415", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 26998, "upload_time": "2019-04-03T01:09:29", "url": "https://files.pythonhosted.org/packages/cc/56/15cab9ee46a27c2de930fc02cdce2febb7432210295aacca0cc80a0fb15d/Products.PluginRegistry-1.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b398c725d6919f74e6ecd04675ee62e8", "sha256": "b13d8e3713a35e8a8515909a34d5de6d299be7dc42dad6493e6aae46bd009be5" }, "downloads": -1, "filename": "Products.PluginRegistry-1.7.tar.gz", "has_sig": true, "md5_digest": "b398c725d6919f74e6ecd04675ee62e8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 21325, "upload_time": "2019-04-03T01:09:37", "url": "https://files.pythonhosted.org/packages/54/30/6994595c07e1be87f2016abd58053c2de9f908db82880a14a6458bded4a5/Products.PluginRegistry-1.7.tar.gz" } ], "1.8": [ { "comment_text": "", "digests": { "md5": "757d9440c7560924514ca1ddd3cb392a", "sha256": "d6101caad252f400e37a415748a5c9bd16b89d6df6ae0bb2833a9397277c17d9" }, "downloads": -1, "filename": "Products.PluginRegistry-1.8-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "757d9440c7560924514ca1ddd3cb392a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 27327, "upload_time": "2019-10-12T16:26:20", "url": "https://files.pythonhosted.org/packages/ba/3a/96f3042967d10eaae621a491cae0448cf927b9a92e20856c3742ead28e49/Products.PluginRegistry-1.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a1ed9f60cbbf31c7381339233c6cf97c", "sha256": "dfe1b19fae645f810ec1703c7ca31fa2f50e715b2a54498151b38f4c95e51760" }, "downloads": -1, "filename": "Products.PluginRegistry-1.8.tar.gz", "has_sig": true, "md5_digest": "a1ed9f60cbbf31c7381339233c6cf97c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 21654, "upload_time": "2019-10-12T16:26:25", "url": "https://files.pythonhosted.org/packages/fc/2e/719607756726f73ee4fe35a640f41d75ac9a6a9dc193f251041b5959eb4d/Products.PluginRegistry-1.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "757d9440c7560924514ca1ddd3cb392a", "sha256": "d6101caad252f400e37a415748a5c9bd16b89d6df6ae0bb2833a9397277c17d9" }, "downloads": -1, "filename": "Products.PluginRegistry-1.8-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "757d9440c7560924514ca1ddd3cb392a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 27327, "upload_time": "2019-10-12T16:26:20", "url": "https://files.pythonhosted.org/packages/ba/3a/96f3042967d10eaae621a491cae0448cf927b9a92e20856c3742ead28e49/Products.PluginRegistry-1.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a1ed9f60cbbf31c7381339233c6cf97c", "sha256": "dfe1b19fae645f810ec1703c7ca31fa2f50e715b2a54498151b38f4c95e51760" }, "downloads": -1, "filename": "Products.PluginRegistry-1.8.tar.gz", "has_sig": true, "md5_digest": "a1ed9f60cbbf31c7381339233c6cf97c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 21654, "upload_time": "2019-10-12T16:26:25", "url": "https://files.pythonhosted.org/packages/fc/2e/719607756726f73ee4fe35a640f41d75ac9a6a9dc193f251041b5959eb4d/Products.PluginRegistry-1.8.tar.gz" } ] }