{ "info": { "author": "Andrew Halberstadt, Mozilla", "author_email": "halbersa@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "Operating System :: OS Independent", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "[Getb2g](https://github.com/ahal/getb2g)\nis a python package intended to make setting up a working B2G environment as easy as possible. It can download various configurations\n(e.g emulator, unagi, panda, etc.) as well as extraneaous resources such as tests and symbols. It is an alternative to building B2G\nfrom scratch which can sometimes be a large barrier to entry for those not familiar with B2G development.\n\n# Installation\n\nInstall setuptools if you don't have it already:\n\n curl -O http://python-distribute.org/distribute_setup.py\n python distribute_setup.py\n\nInstall pip if you don't have it already:\n\n easy_install pip\n\nInstall getb2g:\n\n pip install getb2g\n\nNote on python packages: getb2g has several dependent packages that will also be installed alongside it. Doing the above will install\nall those packages in your global package index. This makes it easy to get into situations where you have several libraries that depend\non different versions of the same package. It is easy to get into python version hell. To avoid hell, I'd recommend using a virtual\nenvironment. See [virtualenv](https://pypi.python.org/pypi/virtualenv) and [virtualenvwrapper](https://bitbucket.org/dhellmann/virtualenvwrapper)\n(an optional tool to help manage virtual environments) for more details.\n\n# Usage\n\ngetb2g is used from the command line.\n\nThe most basic usage is:\n\n getb2g\n\nYou will be prompted for a device to configure. An educated guess will be made for extraneous resources depending on the choice you\nselect. Run:\n\n getb2g --help\n\nto see more options. All of these options are optional and are mostly just a convenience to circumvent the interactive prompt.\nHere are some examples of other command lines you can use:\n\n # sets up an emulator build\n getb2g --prepare-emulator\n\n # sets up a panda build and only a panda build (no tests, symbols, etc)\n getb2g --prepare-panda --only\n\n # sets up a unagi build based off the mozilla-b2g18 branch\n getb2g --prepare-unagi --metadata branch=mozilla-b2g18\n\n # set up a b2g gecko build from a specific build directory on ftp.mozilla.org\n getb2g --prepare-gecko --metadata build_dir='https://ftp.mozilla.org/pub/mozilla.org/b2g/tinderbox-builds/mozilla-central-ics_armv7a_gecko/1366715435/'\n\n # set up an eng variant of a inari build\n getb2g --prepare-inari --metadata variant=eng\n\n # provide a user name and password and never get prompted\n getb2g --prepare-emulator --no-prompt --metadata user= --metadata password=\n\n# Authentication\n\nMany of the resources require authentication because their packages contain proprietary software. If you are attempting to download one such resource, you\nwill be prompted to enter the proper credentials. If you do not know the credentials, I apologize.\n\nBy default, your username and password will not be saved. If you want getb2g to remember your passwords, simply use the --store option.\nWith this set, any passwords you enter during the session will be stored locally for later use. Note that passwords are not encrypted\nbefore hand, so anyone with access to your computer may be able to see them.\n\nIf you want getb2g to forget everything you previously stored, simply run 'rm ~/.getb2g/storage.db'", "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/ahal/getb2g", "keywords": null, "license": "MPL 1.1/GPL 2.0/LGPL 2.1", "maintainer": null, "maintainer_email": null, "name": "getb2g", "package_url": "https://pypi.org/project/getb2g/", "platform": "Any", "project_url": "https://pypi.org/project/getb2g/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/ahal/getb2g" }, "release_url": "https://pypi.org/project/getb2g/2.11/", "requires_dist": null, "requires_python": null, "summary": "Get the latest B2G nightly builds for a specific device", "version": "2.11" }, "last_serial": 792349, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "89e66605a4c6b3de1a67add5cafc5717", "sha256": "3a459cc13480d9f1bc92c49c61e2b5c1c4bbbeccca8ce665f18725dcb7475494" }, "downloads": -1, "filename": "getb2g-1.0.tar.gz", "has_sig": false, "md5_digest": "89e66605a4c6b3de1a67add5cafc5717", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3078, "upload_time": "2012-07-31T16:39:42", "url": "https://files.pythonhosted.org/packages/c8/c7/849d86736c6c14a33760739744ac33bbed686280e26d30df55235223f651/getb2g-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "aefd871a3bc75acca927c54d17c9f9c9", "sha256": "31ee8bcd661a390b547a680e475f406ebb59d00f42b02d190c98b3d49960184e" }, "downloads": -1, "filename": "getb2g-1.1.tar.gz", "has_sig": false, "md5_digest": "aefd871a3bc75acca927c54d17c9f9c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3095, "upload_time": "2012-08-01T20:23:41", "url": "https://files.pythonhosted.org/packages/08/14/adc6249c48fa6fae2bfb52a8524369454a1ea064aa41ead031569b8d61e8/getb2g-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "85d5b2d94ea204e8aadec420a7933062", "sha256": "ce39c614cfc2a850a233a335af31be72e180ba5e2dcbbd330a46d0ec34993223" }, "downloads": -1, "filename": "getb2g-1.2.tar.gz", "has_sig": false, "md5_digest": "85d5b2d94ea204e8aadec420a7933062", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3231, "upload_time": "2012-09-14T14:47:56", "url": "https://files.pythonhosted.org/packages/b3/58/277bfa3bb091b5e46b9e9355b94622ce797f6bc547f28f1a6ff03f3fb609/getb2g-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "6ef77e88e1d1fbdea1d7f2c8d3fdccb0", "sha256": "7e276fa928e33a9d7493d7fac7837316f02c9d4d7c901090176c9cf8a2f0af8d" }, "downloads": -1, "filename": "getb2g-1.3.tar.gz", "has_sig": false, "md5_digest": "6ef77e88e1d1fbdea1d7f2c8d3fdccb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3321, "upload_time": "2012-10-05T16:01:00", "url": "https://files.pythonhosted.org/packages/ab/82/78199bf2a2e40155a87a53d8d0358d49e63bcb29e8a27b0e695493364f37/getb2g-1.3.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "2f8677457b5ef1b47d44c00747deb032", "sha256": "8fbf668beaea48473dbd85eb4da841074b69a12e83ae1b7ea77cb2bb08c006d2" }, "downloads": -1, "filename": "getb2g-1.4.tar.gz", "has_sig": false, "md5_digest": "2f8677457b5ef1b47d44c00747deb032", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3399, "upload_time": "2012-10-15T14:43:15", "url": "https://files.pythonhosted.org/packages/c9/b1/4bdc32171d0514678c303a04eaecbdd04f2e137e4afb0233ef3bbee7af77/getb2g-1.4.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "fdb349960f9a0ca89a0c463e8e361957", "sha256": "266c3425d8bd73cfa2b676d9a92a3364321bb6432eb9d9668a4f56aab6028fd8" }, "downloads": -1, "filename": "getb2g-2.0.tar.gz", "has_sig": false, "md5_digest": "fdb349960f9a0ca89a0c463e8e361957", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9486, "upload_time": "2013-04-18T03:58:49", "url": "https://files.pythonhosted.org/packages/f9/b6/5f73507efd820f89ba56e3a85aabe5c4886e00ed070a9d0eb1b0bd595f84/getb2g-2.0.tar.gz" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "e5852462087a90170ff0f9a90c24a673", "sha256": "70c658e16d450ed23c1db2cd4c56d2ba0f6ccef393b348785cdecac95bdd541c" }, "downloads": -1, "filename": "getb2g-2.1.tar.gz", "has_sig": false, "md5_digest": "e5852462087a90170ff0f9a90c24a673", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9803, "upload_time": "2013-04-18T20:01:28", "url": "https://files.pythonhosted.org/packages/c3/33/0b50dbc36adb2a4bfd48376626ea3994debaf8fb97601d99fe3f8957e4e2/getb2g-2.1.tar.gz" } ], "2.10": [ { "comment_text": "", "digests": { "md5": "2912a399baad8f2371391c40d922ebc0", "sha256": "6be18e332c656d40edf6863c37863f6f6256c7e2494a466fe46c071d342b00a3" }, "downloads": -1, "filename": "getb2g-2.10.tar.gz", "has_sig": false, "md5_digest": "2912a399baad8f2371391c40d922ebc0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12954, "upload_time": "2013-06-07T16:09:36", "url": "https://files.pythonhosted.org/packages/33/98/f905dc7581d84cb7ca9f45f10f3fbaff2509afdff6cefc68efbfc6dc2563/getb2g-2.10.tar.gz" } ], "2.11": [ { "comment_text": "", "digests": { "md5": "4a9eb85eff3bab427c988c01233be181", "sha256": "ad8207f65ff379a5cbd43a29fd3f1aff054fbbda5c53635e4a485d4fc55b0c96" }, "downloads": -1, "filename": "getb2g-2.11.tar.gz", "has_sig": false, "md5_digest": "4a9eb85eff3bab427c988c01233be181", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12781, "upload_time": "2013-06-21T14:27:26", "url": "https://files.pythonhosted.org/packages/74/39/190050a551f940e10b8e4e9b28e7d499067b5090d9536222c0fd94713cac/getb2g-2.11.tar.gz" } ], "2.2": [ { "comment_text": "", "digests": { "md5": "b92f9d2be10ffd049c0566e37ca83cb2", "sha256": "410e14a27b2f152a85cf790ade023e72b3f94b48ae6c681ffa8ea3e47ad3edda" }, "downloads": -1, "filename": "getb2g-2.2.tar.gz", "has_sig": false, "md5_digest": "b92f9d2be10ffd049c0566e37ca83cb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10491, "upload_time": "2013-04-22T21:51:46", "url": "https://files.pythonhosted.org/packages/a1/0b/3047cc010a31e46cbac56e14d162653ab199ff7604b1bfc8a8cc2261fe2f/getb2g-2.2.tar.gz" } ], "2.3": [ { "comment_text": "", "digests": { "md5": "e283ad17e8035fc4d15caee40a9effdd", "sha256": "71335437bf217f7eef61d3996cddb9833cea3eceec07b2bc87abf3368b4b0e88" }, "downloads": -1, "filename": "getb2g-2.3.tar.gz", "has_sig": false, "md5_digest": "e283ad17e8035fc4d15caee40a9effdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11965, "upload_time": "2013-04-24T14:25:16", "url": "https://files.pythonhosted.org/packages/c1/f2/42dd946fe7d33eeb15fb37b863ec7c00c29496490dbb87a87ac03fca03e2/getb2g-2.3.tar.gz" } ], "2.4": [ { "comment_text": "", "digests": { "md5": "1655905811b273052d5e24f59e92d974", "sha256": "2cf02e40c07315757c1f1887eb91c9266c9df8f50c96fc83cfcc2bc4a82b18c2" }, "downloads": -1, "filename": "getb2g-2.4.tar.gz", "has_sig": false, "md5_digest": "1655905811b273052d5e24f59e92d974", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11988, "upload_time": "2013-04-24T16:52:48", "url": "https://files.pythonhosted.org/packages/2f/5d/74595489599d5e20d1758395983e35f5fb4e7affb8bf53e037f32ee3a205/getb2g-2.4.tar.gz" } ], "2.5": [ { "comment_text": "", "digests": { "md5": "c832b73c2c717dc015296e8adae1ec41", "sha256": "fc8e8f71e705d4efbb6a6e6fc8f49082a334b834c18c818e65e8daa227464b02" }, "downloads": -1, "filename": "getb2g-2.5.tar.gz", "has_sig": false, "md5_digest": "c832b73c2c717dc015296e8adae1ec41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12152, "upload_time": "2013-04-25T16:55:17", "url": "https://files.pythonhosted.org/packages/14/00/2f2791e7ffd1070c88f3cd998e585d7fd39f130f65ae050372244518f58d/getb2g-2.5.tar.gz" } ], "2.6": [ { "comment_text": "", "digests": { "md5": "2bc1f7f439c3c1e9028b0f90f4ed990f", "sha256": "211c60867af10a25acdb232250f393ce50709161efac143b4b378d03e3c19948" }, "downloads": -1, "filename": "getb2g-2.6.tar.gz", "has_sig": false, "md5_digest": "2bc1f7f439c3c1e9028b0f90f4ed990f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12179, "upload_time": "2013-04-25T19:56:36", "url": "https://files.pythonhosted.org/packages/e2/51/2bc5ecba0b11f79170594c447bbc7ae00aae0a93c69fa31ece58bf2f06ce/getb2g-2.6.tar.gz" } ], "2.7": [ { "comment_text": "", "digests": { "md5": "ad5a6ba0e0807c0c2041421807d325cc", "sha256": "4c2f26e2303464e1f43ae6e72d1ea887c8426ea2110ea7c56a8536acd2a6c544" }, "downloads": -1, "filename": "getb2g-2.7.tar.gz", "has_sig": false, "md5_digest": "ad5a6ba0e0807c0c2041421807d325cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12757, "upload_time": "2013-04-26T19:53:29", "url": "https://files.pythonhosted.org/packages/2b/c9/02a9f092224c1ee5431757a0896367be8abb0680f9a18b21f7f4e13454e8/getb2g-2.7.tar.gz" } ], "2.8": [ { "comment_text": "", "digests": { "md5": "bb130af22e8da12ec76f4768c43956a1", "sha256": "ca70ce8fb83b5a003eaba0615410df56d7b58bd55953b38593386570f9c67b98" }, "downloads": -1, "filename": "getb2g-2.8.tar.gz", "has_sig": false, "md5_digest": "bb130af22e8da12ec76f4768c43956a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12768, "upload_time": "2013-04-29T21:23:06", "url": "https://files.pythonhosted.org/packages/f9/28/be2e3225ad87800a7dd34607a52d251445de0a180c975eba0a318c796c3a/getb2g-2.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4a9eb85eff3bab427c988c01233be181", "sha256": "ad8207f65ff379a5cbd43a29fd3f1aff054fbbda5c53635e4a485d4fc55b0c96" }, "downloads": -1, "filename": "getb2g-2.11.tar.gz", "has_sig": false, "md5_digest": "4a9eb85eff3bab427c988c01233be181", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12781, "upload_time": "2013-06-21T14:27:26", "url": "https://files.pythonhosted.org/packages/74/39/190050a551f940e10b8e4e9b28e7d499067b5090d9536222c0fd94713cac/getb2g-2.11.tar.gz" } ] }