{ "info": { "author": "Marcio Mazza", "author_email": "marciomazza@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "========================\n Detailed Documentation\n========================\nMotivation\n==========\n\n`Rope `_ is a great tool for python development.\n\nIt is a `refactoring library `_\nwith the marvelous side effect of letting you navigate throughout code.\n\nYou can use it with either `emacs `_\nof `vim `_\n\nThis recipe\n===========\n\nThis `zc.buildout `_ recipe makes a\n`.ropeproject folder `_\nwith search paths pointing to the eggs of your choice... and their transitive dependencies!\n\nBenefits\n~~~~~~~~\n\n1. Make rope both faster and more precise. [#]_\n\n The reason is that search paths are set **explicitly**,\n so rope does't have to guess through directory hierarchies.\n\n2. A very good complement to the `omelette recipe `_.\n Actually, code navigation is way easier that grepping. Give it a try.\n\n.. [#] *This statement has not been evaluated by the FDA.*\n\n\nUsage\n~~~~~\n\nIn your buildout.cfg include the recipe, with the eggs property set to one or more eggs::\n\n [buildout]\n ...\n parts = ... ropeproject\n\n [ropeproject]\n recipe = collective.recipe.ropeproject\n eggs = ${anything_you_want}\n\nSource\n~~~~~~\n\nSource code lives at http://github.com/collective/collective.recipe.ropeproject.git.\n\n\n================\n Change history\n================\n1.0b3 (2012-07-02)\n==================\n\n- Moved repo to https://github.com/collective/collective.recipe.ropeproject\n- Delivered to PyPI\n\n1.0b2 (2012-07-01)\n==================\n\n- Tests added.\n\n1.0b1 (2012-05-13)\n==================\n\n- Initial implementation.\n [marciomazza]\n\n\n==============\n Contributors\n==============\n - Marcio Mazza [marciomazza]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/collective.recipe.ropeproject", "keywords": "buildout eggs rope refactoring emacs vim", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.recipe.ropeproject", "package_url": "https://pypi.org/project/collective.recipe.ropeproject/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.recipe.ropeproject/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/collective.recipe.ropeproject" }, "release_url": "https://pypi.org/project/collective.recipe.ropeproject/1.0b3/", "requires_dist": null, "requires_python": null, "summary": "zc.buildout recipe that creates a rope project config with python_path pointing to some eggs and their dependencies", "version": "1.0b3" }, "last_serial": 788152, "releases": { "1.0b3": [ { "comment_text": "", "digests": { "md5": "bfb14ce001cd101ad3ee882c45240205", "sha256": "f37250774676d99ee6e1839888150d585d079e51ffaed0636647e7b37522b882" }, "downloads": -1, "filename": "collective.recipe.ropeproject-1.0b3.tar.gz", "has_sig": false, "md5_digest": "bfb14ce001cd101ad3ee882c45240205", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5679, "upload_time": "2012-07-02T22:14:12", "url": "https://files.pythonhosted.org/packages/ee/fb/c8ea6e295f5b978ade864a4cfc8baaf191ea795c89954e7df0d753ef0f76/collective.recipe.ropeproject-1.0b3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bfb14ce001cd101ad3ee882c45240205", "sha256": "f37250774676d99ee6e1839888150d585d079e51ffaed0636647e7b37522b882" }, "downloads": -1, "filename": "collective.recipe.ropeproject-1.0b3.tar.gz", "has_sig": false, "md5_digest": "bfb14ce001cd101ad3ee882c45240205", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5679, "upload_time": "2012-07-02T22:14:12", "url": "https://files.pythonhosted.org/packages/ee/fb/c8ea6e295f5b978ade864a4cfc8baaf191ea795c89954e7df0d753ef0f76/collective.recipe.ropeproject-1.0b3.tar.gz" } ] }