{ "info": { "author": "Pedro Paiva", "author_email": "p3k4p4@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Description\n===========\nThis is a Nose Wrapper to make it easy to test Python Packages from within Python.\n\nThis is done using the module instance or the module name with the following command:\n\n.. code:: python\n\n import nostril\n nostril.run('mypackage') # Package name, you must be able to import mypackage\n nostril.run(mypackage) # Or, if mypackage is already imported...\n\n\nOptions\n=======\nAlongside with the package name a serie of keyworded arguments can be passed, such as:\n\n1. ``cover=True`` in order to include cover coverage to the tests.\n2. ``html=True`` in order to include coverage and output it to html.\n3. ``xml=True`` in orer to include coverage and output it to a xml file.\n4. ``open_html=True`` in order to include html and open the index.html in the end.\n\n\nHow to install\n==============\nAs easy as ``pip install nostril``\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/pekapa/nostril/tarball/0.1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pekapa/nostril", "keywords": "testing,nose", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "nostril", "package_url": "https://pypi.org/project/nostril/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nostril/", "project_urls": { "Download": "https://github.com/pekapa/nostril/tarball/0.1.0", "Homepage": "https://github.com/pekapa/nostril" }, "release_url": "https://pypi.org/project/nostril/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Simple nose wrapper to easily test packages from within python.", "version": "0.1.1" }, "last_serial": 2190427, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "bac8252b37bf0b5014e150ba0f575a6d", "sha256": "5bb6445e8e5eebf2d27651d4cbf0b12034d90623aa303a8901c9caa3632a3100" }, "downloads": -1, "filename": "nostril-0.1.1.tar.gz", "has_sig": false, "md5_digest": "bac8252b37bf0b5014e150ba0f575a6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1611, "upload_time": "2016-06-27T22:18:57", "url": "https://files.pythonhosted.org/packages/98/17/370b641b7aa6c7beb439484c30d87d89f0ec9961798ad3291fcd95f0a695/nostril-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bac8252b37bf0b5014e150ba0f575a6d", "sha256": "5bb6445e8e5eebf2d27651d4cbf0b12034d90623aa303a8901c9caa3632a3100" }, "downloads": -1, "filename": "nostril-0.1.1.tar.gz", "has_sig": false, "md5_digest": "bac8252b37bf0b5014e150ba0f575a6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1611, "upload_time": "2016-06-27T22:18:57", "url": "https://files.pythonhosted.org/packages/98/17/370b641b7aa6c7beb439484c30d87d89f0ec9961798ad3291fcd95f0a695/nostril-0.1.1.tar.gz" } ] }