{ "info": { "author": "Jonas Baumann, 4teamwork.ch", "author_email": "mailto:info@4teamwork.ch", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Zope2", "Framework :: Zope3", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nThe zope3 component registry inspector is used for inspecting adapters\nand utilities registered in the z3 component registry. It provides a view\nregistred on the app level for searching and inspecting the registry.\n\n\nFeatures\n========\n\n* Searching for utilities\n* Searching for adapters\n* Searching interfaces and names using auto-complete widget\n* Open factory source file with your favourite editor (if the Zope is installed on localhost)\n* Customize file opening command\n* Access tabs with hotkeys (Ctrl+u, Ctrl+a, Ctrl+c)\n\n\nInstallation\n============\n\nInstall it using buildout with Plone > 4.0::\n\n [buildout]\n ...\n\n [instance]\n ...\n eggs +=\n collective.z3cinspector\n\n\nInstall it using buildout with Plone < 4.0::\n\n [buildout]\n ...\n\n [instance]\n ...\n eggs +=\n collective.z3cinspector\n zcml +=\n collective.z3cinspector\n\n\nUsage\n=====\n\nWhile being logged into the ZMI as a Manager user goto /@@inspect on your Zope\napplication root via a browser. If your Zope is configured to listen on port\n8080 on localhost this is::\n\n http://localhost:8080/@@inspect\n\n\n\nConfiguration\n=============\n\nThe configuration is stored in the file `~/.collective.z3cinspector.config`. The\noptions are configurable through the @@inspect view. This way you only have to set\nyour preferred configuration once - and it will be configured in every zope instance\non your machine.\n\nWhen clicking on the \"open\" button in the results listing, your Editor will be\nopened with the file containing the factory definition. You may wan't to configure\nhow the Editor is opened. There are some pre-configured Editors: `Emacs`, `MacVim`\nand `TextMate`, the default to open the file is using the `open` command. The path\nand the line number (option) is substituted (python).\n\nExample command::\n\n /path/to/your/editor %(path)s -l %(line)s\n\n\nJSON-API\n========\n\nThere is a JSON api for easy integration in editors.\nThe view ``@@inspector-ajax`` has following (traversable) methods:\n\n``adapter_names``\n Returns a list of adapter names.\n\n``adapter_provided_names``\n Returns a list of adapter provided interface names as string.\n\n``utility_names``\n Returns a list of utility names.\n\n``utility_provided_names``\n Returns a list of utility provided interface names as string.\n\n``list_components``\n Returns a list of components matching the criterias passed as\n GET or POST to the request.\n\n Criterias:\n\n - adapter_name\n - adapter_provided_name\n - utility_name\n - utility_provided_name\n\n The format can be changed by passing ``format`` in the request.\n Possible formats: ``as_dict`` (json), ``as_text``.\n\n\nLicense\n=======\n\n\"THE BEER-WARE LICENSE\" (Revision 42):\n\njone_ wrote this script. As long as you retain this notice you\ncan do whatever you want with this stuff. If we meet some day, and you think\nthis stuff is worth it, you can buy me a beer in return.\n\n\n.. _`jone`: http://github.com/jone\n\nChangelog\n=========\n\n\n1.1 (2012-10-15)\n----------------\n\n- Add a JSON api.\n [jone]\n\n- Remove duplicate names.\n [jone]\n\n- Fix utility interface lookup bug.\n [jone]\n\n\n\n1.0 (2010-12-31)\n----------------\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/collective/collective.z3cinspector", "keywords": "zope3 component registry inspector", "license": "GPL2", "maintainer": null, "maintainer_email": null, "name": "collective.z3cinspector", "package_url": "https://pypi.org/project/collective.z3cinspector/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.z3cinspector/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/collective/collective.z3cinspector" }, "release_url": "https://pypi.org/project/collective.z3cinspector/1.1/", "requires_dist": null, "requires_python": null, "summary": "Zope3 component registry inspector", "version": "1.1" }, "last_serial": 5823612, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "155a750e5cd9ed09acbf658cb8c1b942", "sha256": "de702088491579f3fc5892553321d269ca63cd0d7c31a981d726532f919bb3f9" }, "downloads": -1, "filename": "collective.z3cinspector-1.0.zip", "has_sig": false, "md5_digest": "155a750e5cd9ed09acbf658cb8c1b942", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77313, "upload_time": "2010-12-31T17:18:26", "url": "https://files.pythonhosted.org/packages/0f/54/79a6f92903d7ba26f0d0d305107207f62e04864c1b46934e32432e36a3c5/collective.z3cinspector-1.0.zip" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "f1a2e61bc6bfc1ff7af738a96e3b9f78", "sha256": "bf3e76c4eed79614da39708f088e22e03d7d2846877de4e022191cd156aa69a0" }, "downloads": -1, "filename": "collective.z3cinspector-1.1.zip", "has_sig": false, "md5_digest": "f1a2e61bc6bfc1ff7af738a96e3b9f78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80407, "upload_time": "2012-10-15T19:51:24", "url": "https://files.pythonhosted.org/packages/49/70/8d56bcc32c80f295a90256251f3dab22aa66d203179a4222af57295683da/collective.z3cinspector-1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f1a2e61bc6bfc1ff7af738a96e3b9f78", "sha256": "bf3e76c4eed79614da39708f088e22e03d7d2846877de4e022191cd156aa69a0" }, "downloads": -1, "filename": "collective.z3cinspector-1.1.zip", "has_sig": false, "md5_digest": "f1a2e61bc6bfc1ff7af738a96e3b9f78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80407, "upload_time": "2012-10-15T19:51:24", "url": "https://files.pythonhosted.org/packages/49/70/8d56bcc32c80f295a90256251f3dab22aa66d203179a4222af57295683da/collective.z3cinspector-1.1.zip" } ] }