{ "info": { "author": "thenoviceoof", "author_email": "thenoviceoof@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "booger\n======\nEats the output of a nosetests run, and put it into a nice curses\ninterface, instead of letting nosetests throw a tsunami of output into\nstdout after all the tests finish.\n\n\nSCREENSHOTS\n-----------\n\n.. image:: https://raw.githubusercontent.com/thenoviceoof/booger/docs/docs/page1.png\n :alt: Booger main listing\n\n.. image:: https://raw.githubusercontent.com/thenoviceoof/booger/docs/docs/page2.png\n :alt: Booger variable view\n\nINSTALLATION\n------------\n``booger`` is on `pypi `_:\n\n::\n\n pip install booger\n\n\nUSAGE\n-----\nTo use ``booger``, you can use either invoke it as a plugin, or call the\nwrapping script.\n\n::\n\n nosetests --booger YOUR_TESTS\n\n booger YOUR_TESTS\n\nCommands:\n\n- Move with ``up`` / ``down`` arrow keys, or ``n`` / ``p``\n (next/previous) keys\n- On the main testcase listing, with a selected testcase, press:\n\n * ``t`` for traceback\n * ``o`` for stdout\n * ``l`` for logging output\n\n- In the traceback view, press:\n\n * ``v`` to toggle the current frame's variable view\n\n- On the stdout/logging views, ``page up``/``page down`` also work, as\n you would expect\n- ``q`` quits the current activity, or closes the curses interface\n\n\nMOTIVATION\n----------\nIf you've ever threw nosetests on a big test suite, and a few of those\ntests happened to be broken with a ton of logging going on (as it\nshould be), then you're going to have a bad time scrolling around\ntrying to find the most pertinent information first.\n\nBooger is an effort to give you the best information first, with more\ninformation easily available, quickly.\n\nTo this end, booger will progressively show you which tests are\nfailing with the last line of the error's traceback along with the\nactual error, and make the stdout, logging, and the full traceback\nwith the variables at each frame available.\n\n\nQuestions that will probably be asked frequently\n------------------------------------------------\n - Q: Really? Toilet Humor?\n - A: Yup\n\n - Q: Where can I report bugs?\n - A: Please use the `project's github bug tracker\n `_\n\n\nLICENSE\n-------\nThe MIT License (MIT)\n\nCopyright (c) <2012-2014> \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/thenoviceoof/booger", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "booger", "package_url": "https://pypi.org/project/booger/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/booger/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/thenoviceoof/booger" }, "release_url": "https://pypi.org/project/booger/0.4.5/", "requires_dist": null, "requires_python": null, "summary": "Pretty curses-based nose frontend", "version": "0.4.5" }, "last_serial": 1117820, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "95e1d273161240c98dd86c5691b124f3", "sha256": "e5e7e2df53c98bad210ebcf5cb47d4e4924d5e4ead939eb9c23208cae92d5b4d" }, "downloads": -1, "filename": "booger-0.0.1.tar.gz", "has_sig": false, "md5_digest": "95e1d273161240c98dd86c5691b124f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9132, "upload_time": "2014-05-07T03:23:24", "url": "https://files.pythonhosted.org/packages/27/3c/18a62dc6bd4e99c1631231ccd5e5821498920ab8c791221f9baa1b26b1ac/booger-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "407bea872e7907fe8ebb95de1829a07e", "sha256": "f3eacb92a3a0de3e56ec14f20e490beb9b2a23e4322f6e932274069be79fff6e" }, "downloads": -1, "filename": "booger-0.0.2.tar.gz", "has_sig": false, "md5_digest": "407bea872e7907fe8ebb95de1829a07e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9175, "upload_time": "2014-05-12T02:27:27", "url": "https://files.pythonhosted.org/packages/d8/51/359f4b0e6bdd3d502fb11c67515a25b1f23d618c7abeea4029b0f0bcf216/booger-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "a83f6c3e13ab141eb45ae8c23ee77000", "sha256": "ab44bf546827c33baa1a1d93dc93f8f67d76fdc5e80a8acdfef6fb318d004e48" }, "downloads": -1, "filename": "booger-0.0.3.tar.gz", "has_sig": false, "md5_digest": "a83f6c3e13ab141eb45ae8c23ee77000", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9205, "upload_time": "2014-05-17T03:46:35", "url": "https://files.pythonhosted.org/packages/72/2c/4dc16e6a0f766894bf4344cf33f4c8caa3660a2236397c9b1f52afe0366e/booger-0.0.3.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "8aacfe4aeb6204a27ae9e2ae46298817", "sha256": "9bfd0f7d50aa3d18823d028b017fbf76f0250b735279a5a7f3b6af8d6b6a9082" }, "downloads": -1, "filename": "booger-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8aacfe4aeb6204a27ae9e2ae46298817", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9333, "upload_time": "2014-05-17T04:22:00", "url": "https://files.pythonhosted.org/packages/bf/2c/9544f7309c7b3e974b1ad8eca01bd95920d7951c596a3e13565378317ae4/booger-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "da3804eef6358e1870462f76c0f42b3f", "sha256": "8cb09d71bd45c22bae1d0672de45bcb8ae534d8d383362969ee5947fd1a68e37" }, "downloads": -1, "filename": "booger-0.1.1.tar.gz", "has_sig": false, "md5_digest": "da3804eef6358e1870462f76c0f42b3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9403, "upload_time": "2014-05-17T05:57:04", "url": "https://files.pythonhosted.org/packages/6b/98/9597bf94064d58cfad973c85a09e7e79825ef2a5a565fa069755d4ea9112/booger-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "f77be2ca2dde4b126dfca331152c3c3d", "sha256": "da4533355e815604201f2bbd53697ba39a954729734c6d5db0104f653bc5e6e1" }, "downloads": -1, "filename": "booger-0.1.2.tar.gz", "has_sig": false, "md5_digest": "f77be2ca2dde4b126dfca331152c3c3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9418, "upload_time": "2014-05-17T15:49:59", "url": "https://files.pythonhosted.org/packages/14/93/5272302765b4d3532e0663db932c6d111b8a357f6622b2866cf606b8eea2/booger-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "a338a0491c1e25a83691ba34fec39aeb", "sha256": "849762fe40615d6fdc3118ca5cb704d89631b441cbd3ed6fb6cdb37432aa7a77" }, "downloads": -1, "filename": "booger-0.2.0.tar.gz", "has_sig": false, "md5_digest": "a338a0491c1e25a83691ba34fec39aeb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9791, "upload_time": "2014-05-17T16:32:27", "url": "https://files.pythonhosted.org/packages/f6/97/989b40bdb9ce949d8c7faaf89b4f414f5a8f5b51bc3ebbdeda8b8b63e4f2/booger-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "9f2255bb04ede4635364cb60bf7f99ce", "sha256": "426da9ddd9959f584cd08de9a2bfab8d1c279c13a768b842222f83153b17c6d1" }, "downloads": -1, "filename": "booger-0.2.1.tar.gz", "has_sig": false, "md5_digest": "9f2255bb04ede4635364cb60bf7f99ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9781, "upload_time": "2014-05-17T17:46:09", "url": "https://files.pythonhosted.org/packages/af/de/39f7771c11924078346b87dacb397caa7424ea2cfb55e7917c57f65fa3cb/booger-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "729304ff4c75dfd49abcddc4f494e9b3", "sha256": "b57bb723f2859123c8a1d9eed0fb39562124fb7446e82025002a2ad1d01d8477" }, "downloads": -1, "filename": "booger-0.3.0.tar.gz", "has_sig": false, "md5_digest": "729304ff4c75dfd49abcddc4f494e9b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10417, "upload_time": "2014-05-17T18:07:02", "url": "https://files.pythonhosted.org/packages/a2/00/f511be7cdde759126c3fc3dedfd63fb93b050fc1e2e04740f588bab5a8c8/booger-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "88dcf535e234f5bb626034b2d2dd3579", "sha256": "759bede78c31e7d01c236a1348e8d57d7c23de7cc43e3ea1c868a25e69021268" }, "downloads": -1, "filename": "booger-0.3.1.tar.gz", "has_sig": false, "md5_digest": "88dcf535e234f5bb626034b2d2dd3579", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10694, "upload_time": "2014-05-17T18:37:07", "url": "https://files.pythonhosted.org/packages/71/fc/e53981fc6f7128fcbc25d37f7bc87216070ca08f1764973131f29a4a8fc4/booger-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "5bffa482c845e58c78894e7855870ce3", "sha256": "871e8e6338339fa7de64b67b9cff012dd64bd4c7830f6234e2009143ef79c35b" }, "downloads": -1, "filename": "booger-0.3.2.tar.gz", "has_sig": false, "md5_digest": "5bffa482c845e58c78894e7855870ce3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11603, "upload_time": "2014-05-17T19:08:49", "url": "https://files.pythonhosted.org/packages/e8/8c/52880393eb0944b18def099ecad609d1091352b89ca1eb4f1c54d4646858/booger-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "1454153debdb8d42abf00e08e1090491", "sha256": "b59eeb30f0908ae6474d390a95dcf25f59e5776db1cb45f5732c6b8759fd365d" }, "downloads": -1, "filename": "booger-0.3.3.tar.gz", "has_sig": false, "md5_digest": "1454153debdb8d42abf00e08e1090491", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12349, "upload_time": "2014-05-17T19:19:11", "url": "https://files.pythonhosted.org/packages/a7/e0/f20a919a909a21893255cedd8370064f7c879e20b9c3e1f818e9ffdafeab/booger-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "a94e4be6f34c1719c0fd4394a9cc521c", "sha256": "876696944fe46775d582f76fe1fae35082e635eddd8dc5b4508155a495dccf98" }, "downloads": -1, "filename": "booger-0.3.4.tar.gz", "has_sig": false, "md5_digest": "a94e4be6f34c1719c0fd4394a9cc521c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12391, "upload_time": "2014-05-25T21:51:21", "url": "https://files.pythonhosted.org/packages/eb/a9/56d40ff5de25f600cd6baed8818511757dd316c72eceef2de6d7a77628bd/booger-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "e9e495e381c063340bad3da3f49d67c2", "sha256": "8a1bd82a376ac985bd612264f941216c9545dae87aec0fe5d994e5a7a751b203" }, "downloads": -1, "filename": "booger-0.3.5.tar.gz", "has_sig": false, "md5_digest": "e9e495e381c063340bad3da3f49d67c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12455, "upload_time": "2014-05-25T22:05:19", "url": "https://files.pythonhosted.org/packages/0d/36/b1bdb7dbfac45909353e30b28e649c4791780244d91e7e154066b3f2f259/booger-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "f843d5eaa1c23db7f067849fc40596a2", "sha256": "2eff2c3f72d40272514cbfd5ab4a1b6b2b158facec659ffaae298e95dd083059" }, "downloads": -1, "filename": "booger-0.3.6.tar.gz", "has_sig": false, "md5_digest": "f843d5eaa1c23db7f067849fc40596a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12547, "upload_time": "2014-05-25T22:24:42", "url": "https://files.pythonhosted.org/packages/aa/1e/c18ef90f03b4ef79ad67b5f91c315e4556b3fb1d496386595b96787ff6f0/booger-0.3.6.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "d5eb2682be70f125e95cc0b5e0451673", "sha256": "ba9598c1e1f21332bb7dedcb06f9292aea6e505ccd8e45200da1a3430a811ee5" }, "downloads": -1, "filename": "booger-0.4.0.tar.gz", "has_sig": false, "md5_digest": "d5eb2682be70f125e95cc0b5e0451673", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12673, "upload_time": "2014-05-25T22:52:51", "url": "https://files.pythonhosted.org/packages/c3/5e/2a2853c9c5cb605833418f1481549e4a784d6a48d96417b5918cfbb4c427/booger-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "16caa254c496b67afffc5cfb7347c471", "sha256": "8c1949040c25c77ae66c40f041832d4746b858c86a154336a9daaf83358edb2d" }, "downloads": -1, "filename": "booger-0.4.1.tar.gz", "has_sig": false, "md5_digest": "16caa254c496b67afffc5cfb7347c471", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12488, "upload_time": "2014-05-26T23:03:45", "url": "https://files.pythonhosted.org/packages/e7/29/a124b9717162f60840ceb67c99545793861ef45a0380ac2d3ef9cacf0a74/booger-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "95f2d90fb9fd46329783bddcca461982", "sha256": "31eb35be747f57f009e6bf3312d789f51b94ae835aba7fdfd435d8616c24ddff" }, "downloads": -1, "filename": "booger-0.4.2.tar.gz", "has_sig": false, "md5_digest": "95f2d90fb9fd46329783bddcca461982", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12515, "upload_time": "2014-05-26T23:08:01", "url": "https://files.pythonhosted.org/packages/47/1c/b013be76d8c5f8c806e5744ceeaac4c00b2f6dc2a3329cfa713c1debd31a/booger-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "69c85bae0d358c5d423785b77bc54e8a", "sha256": "f1f268a8a87282121c6bfabf0fd18648436d311216d73e62620ac5333f407fc2" }, "downloads": -1, "filename": "booger-0.4.3.tar.gz", "has_sig": false, "md5_digest": "69c85bae0d358c5d423785b77bc54e8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12858, "upload_time": "2014-05-28T01:13:08", "url": "https://files.pythonhosted.org/packages/1d/0c/fc675168c69ab5c0ee389ba5ea0059f5272fed49ac7a8bc557d9841cab2a/booger-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "e5abfb4a1ad2462807a7e29867478a29", "sha256": "6a666e7ea09b663887254b5d2a3d893313f0e4d27eb3339bcdd1400580f74781" }, "downloads": -1, "filename": "booger-0.4.4.tar.gz", "has_sig": false, "md5_digest": "e5abfb4a1ad2462807a7e29867478a29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12874, "upload_time": "2014-06-07T21:54:09", "url": "https://files.pythonhosted.org/packages/fb/e1/07e1e604a42096856fcae9695885cfb3c19098e2019d7d5fdf62d63f14eb/booger-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "ef3fb2ed7837b6a4cb05858d363f06ef", "sha256": "441514cae6a9d17e6772e57315e0d64aa54583aaa6df7825b9db890a3af2d584" }, "downloads": -1, "filename": "booger-0.4.5.tar.gz", "has_sig": false, "md5_digest": "ef3fb2ed7837b6a4cb05858d363f06ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12946, "upload_time": "2014-06-07T22:15:21", "url": "https://files.pythonhosted.org/packages/3e/67/90fd288fb542a513c4b4c6c4ed6d0ba2a309ebf44cf3c12c4efbd4f8f86c/booger-0.4.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ef3fb2ed7837b6a4cb05858d363f06ef", "sha256": "441514cae6a9d17e6772e57315e0d64aa54583aaa6df7825b9db890a3af2d584" }, "downloads": -1, "filename": "booger-0.4.5.tar.gz", "has_sig": false, "md5_digest": "ef3fb2ed7837b6a4cb05858d363f06ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12946, "upload_time": "2014-06-07T22:15:21", "url": "https://files.pythonhosted.org/packages/3e/67/90fd288fb542a513c4b4c6c4ed6d0ba2a309ebf44cf3c12c4efbd4f8f86c/booger-0.4.5.tar.gz" } ] }