{ "info": { "author": "Daniel Pope", "author_email": "mauve@mauveweb.co.uk", "bugtrack_url": null, "classifiers": [], "description": "distribute-install_component\n============================\n\nThis package adds a command to distribute to interact with the extra components\nlisted in ``extras_require``.\n\nFor example, you could write a ``setup.py`` containing::\n\n setup(\n name=\"Project-A\",\n ...\n extras_require={\n 'PDF': [\"ReportLab>=1.2\", \"RXP\"],\n 'reST': [\"docutils>=0.3\"],\n }\n )\n\nThen **distribute-install_component** allows you to write::\n\n $ python setup.py install_component PDF reST\n\nto install the dependencies needed for these features.\n\nCommandline Arguments\n---------------------\n\n``install_component`` takes a list of components to install dependencies for.\nThese must be listed in the ``extras_require`` section of the package.\n\nThe ``-l`` option can be used to list the components available.\n\nConfiguring a package\n---------------------\n\nTo make ``distribute-install_component`` available in your package, you can add\nit to ``setup_requires`` in your ``setup.py``::\n\n setup(\n name='myproject',\n ...\n setup_requires=[\n 'distribute-install_component',\n ]\n )\n\nTips\n----\n\nYou can use ``distribute-install_requires`` to provide development\ndependencies, such as documentation builders or testing packages::\n\n setup(\n name='myproject',\n ...\n setup_requires=[\n 'distribute-install_component',\n ],\n extras_require={\n 'test': ['nose==1.1.2', 'mock==0.8.0'],\n 'docs': ['Sphinx>=1.1.3', 'sphinxcontrib-httpdomain==1.1.7'],\n }\n )\n\nThen normal users can just run\n\n $ python setup.py install\n\nWhile developers can run\n\n $ python setup.py develop install_component test docs", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/lordmauve/distribute-install_component", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "distribute-install_component", "package_url": "https://pypi.org/project/distribute-install_component/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/distribute-install_component/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/lordmauve/distribute-install_component" }, "release_url": "https://pypi.org/project/distribute-install_component/0.1/", "requires_dist": null, "requires_python": null, "summary": "Distribute extension to install components listed in extras_require", "version": "0.1" }, "last_serial": 788998, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "dc7e8051658cefeefc267430674bb0cc", "sha256": "01572fc015f0fcc2320efdf75b6f8cb59ff48f882c9cf59867979897923a6a48" }, "downloads": -1, "filename": "distribute-install_component-0.1.tar.gz", "has_sig": false, "md5_digest": "dc7e8051658cefeefc267430674bb0cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2241, "upload_time": "2012-05-21T12:38:30", "url": "https://files.pythonhosted.org/packages/6b/5d/0324cffda8dcf596a0fdff42e03ff9e3777e4de761b13ddfec80ca4dbb29/distribute-install_component-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dc7e8051658cefeefc267430674bb0cc", "sha256": "01572fc015f0fcc2320efdf75b6f8cb59ff48f882c9cf59867979897923a6a48" }, "downloads": -1, "filename": "distribute-install_component-0.1.tar.gz", "has_sig": false, "md5_digest": "dc7e8051658cefeefc267430674bb0cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2241, "upload_time": "2012-05-21T12:38:30", "url": "https://files.pythonhosted.org/packages/6b/5d/0324cffda8dcf596a0fdff42e03ff9e3777e4de761b13ddfec80ca4dbb29/distribute-install_component-0.1.tar.gz" } ] }