{ "info": { "author": "James Westby", "author_email": "james.westby@linaro.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Plugins", "Framework :: Setuptools Plugin", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Version Control" ], "description": "lpdistutils\n===========\n\nThis is a set of extra commands for distutils/setuptools that allow working with\nLaunchpad and Bazaar. They are similar to the \"register\" and \"upload\" commands\nprovided by distutils for working with pypi.\n\nCommands\n--------\n\n * lpregister - register the project on Launchpad. This takes the information from\n setup.py and creates you a Launchpad project based on that information.\n\n In addition, if you are working in a bzr branch then that branch will be pushed\n to Launchpad, and set as the development focus of the new project.\n\n * lpupload - this uploads a release to Launchpad for you. Similar to the \"upload\"\n command you run it with the command to build the artefact you wish to upload, e.g.::\n\n python setup.py --command-packages lpdistutils sdist lpupload --sign\n\n If you wish to upload to PYPI too you can do this with::\n\n python setup.py --command-packages sdist upload --sign lpupload --use-existing-sig\n\n * bzrtag - this sets a bzr tag based on the version number in setup.py, so you\n can use it as part of your release process.\n\nUsage\n-----\n\nYou need to tell distutils/setuptools to load the commands provided by lpdistutils, and\nyou do this with the --command-packages option to setup.py.\n\n::\n\n python setup.py --command-packaegs lpdistutils\n\nThis must be the first thing passed.\n\nIt is possible to enable it in the `distutils config files`_\n\n.. _distutils config files: http://docs.python.org/install/index.html#distutils-configuration-files\n\nlike::\n\n[global]\ncommand-packages = lpdistutils", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://launchpad.net/lpdistutils", "keywords": null, "license": "GPL2+", "maintainer": null, "maintainer_email": null, "name": "lpdistutils", "package_url": "https://pypi.org/project/lpdistutils/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/lpdistutils/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://launchpad.net/lpdistutils" }, "release_url": "https://pypi.org/project/lpdistutils/0.1/", "requires_dist": null, "requires_python": null, "summary": "Distutils commands for working with Launchpad and Bazaar.", "version": "0.1" }, "last_serial": 188995, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ec2f2477f420bc875f15aeaf858f36d1", "sha256": "f458bc0695d782033560e22d6f88052872bb40d03285167d9127da6b7435a3a3" }, "downloads": -1, "filename": "lpdistutils-0.1.tar.gz", "has_sig": true, "md5_digest": "ec2f2477f420bc875f15aeaf858f36d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7508, "upload_time": "2010-07-17T00:03:14", "url": "https://files.pythonhosted.org/packages/9c/07/513ccfb43eab07f882dcf21b476eb018a34f8d7eee6940cb79a99b0898c1/lpdistutils-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ec2f2477f420bc875f15aeaf858f36d1", "sha256": "f458bc0695d782033560e22d6f88052872bb40d03285167d9127da6b7435a3a3" }, "downloads": -1, "filename": "lpdistutils-0.1.tar.gz", "has_sig": true, "md5_digest": "ec2f2477f420bc875f15aeaf858f36d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7508, "upload_time": "2010-07-17T00:03:14", "url": "https://files.pythonhosted.org/packages/9c/07/513ccfb43eab07f882dcf21b476eb018a34f8d7eee6940cb79a99b0898c1/lpdistutils-0.1.tar.gz" } ] }