{ "info": { "author": "Ruairi Fahy", "author_email": "ruairifahy91@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "===============================\nbash.org quote viewer\n===============================\n\n.. image:: https://badge.fury.io/py/bash_quote.png\n :target: http://badge.fury.io/py/bash_quote\n \n.. image:: https://travis-ci.org/ruairif/bash_quote.png?branch=master\n :target: https://travis-ci.org/ruairif/bash_quote\n\n.. image:: https://pypip.in/d/bash_quote/badge.png\n :target: https://crate.io/packages/bash_quote?version=latest\n\n\nBrowse quotes on bash.org from the comfort of your shell.\n\n* Free software: BSD license\n* Documentation: http://bash_quote.rtfd.org.\n\nInstallation\n------------\nIf you have pip installed all you have to do is::\n\n pip install bash_quote\n\nUsage\n-----\nIf you have bash_quote installed in your environment you can view quotes \nby running the command::\n\n bashquote [-h] [-n [NUM_QUOTES]] [-t [{random,r,top,t,latest,l}]]\n\nTo use bash quote viewer in a project::\n\n import bash_quote\n\n # get a list of 10 random quotes with rating > 0\n bash_quote.get_quotes(option='r', num_quotes=10)\n\n # get the latest quote\n bash_quote.get_quotes(option='l', num_quotes=1)\n\n # get the top 100 quotes\n bash_quote.get_quotes(option='t', num_quotes=100)\n\n\n\nFeatures\n--------\n\n* View the latest, top or random quotes on bash.org from the comfort of your\n shell\n* Return a single quote or return up to 100 quotes if you really need to\n procrastinate\n\n\n.. :changelog:\n\nHistory\n-------\n\n1.0.1 (27-01-2014)\n++++++++++++++++++\n\n* Fixed sorting bug\n\n* First release on PyPI.", "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/ruairif/bash_quote", "keywords": "bash_quote", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "bash_quote", "package_url": "https://pypi.org/project/bash_quote/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bash_quote/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ruairif/bash_quote" }, "release_url": "https://pypi.org/project/bash_quote/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Browse quotes on bash.org from the comfort of your shell.", "version": "1.0.1" }, "last_serial": 989649, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "46282e42a1735b6ca6f7f000510d459e", "sha256": "6b47209249a6e1d6ae68d511daed0f508c6e7db84751acfc8becf558634c588e" }, "downloads": -1, "filename": "bash_quote-1.0.0.tar.gz", "has_sig": false, "md5_digest": "46282e42a1735b6ca6f7f000510d459e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4939, "upload_time": "2014-01-27T15:44:23", "url": "https://files.pythonhosted.org/packages/39/ca/07d5728b7b89013c7bdf50778ec02cab64ffc832bc212e842976cf7f8d14/bash_quote-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "4059616599fcb0dff275533bf8562d11", "sha256": "8ffe3e02e40c72ded1767046bbe8a6fcf4ba1df319023fc6d5aa6e23f6b8e56c" }, "downloads": -1, "filename": "bash_quote-1.0.1.tar.gz", "has_sig": false, "md5_digest": "4059616599fcb0dff275533bf8562d11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5281, "upload_time": "2014-02-03T18:41:28", "url": "https://files.pythonhosted.org/packages/6e/7c/36418e4589bb37a8e156ec8086019a2225651ea55c7f199bcd4d0d2f0005/bash_quote-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4059616599fcb0dff275533bf8562d11", "sha256": "8ffe3e02e40c72ded1767046bbe8a6fcf4ba1df319023fc6d5aa6e23f6b8e56c" }, "downloads": -1, "filename": "bash_quote-1.0.1.tar.gz", "has_sig": false, "md5_digest": "4059616599fcb0dff275533bf8562d11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5281, "upload_time": "2014-02-03T18:41:28", "url": "https://files.pythonhosted.org/packages/6e/7c/36418e4589bb37a8e156ec8086019a2225651ea55c7f199bcd4d0d2f0005/bash_quote-1.0.1.tar.gz" } ] }