{ "info": { "author": "Maarten Huijsmans", "author_email": "maarten@lukin.be", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development" ], "description": "Quotes\n======\n\nSmall python package to read quote sets from csv files.\n\nInstallation\n************\n\n::\n\n pip install quotes\n \n \nUsage\n*****\n\nGet a random quote:\n\n.. code:: python\n\n from quotes import random\n\n if __name__ == '__main__':\n print(random())\n\n\nList of available persons:\n\n.. code:: python\n\n from quotes import persons\n\n if __name__ == '__main__':\n print(persons())", "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/lukin0110/quotes", "keywords": null, "license": "Apache Software License", "maintainer": null, "maintainer_email": null, "name": "quotes", "package_url": "https://pypi.org/project/quotes/", "platform": "any", "project_url": "https://pypi.org/project/quotes/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/lukin0110/quotes" }, "release_url": "https://pypi.org/project/quotes/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Small python lib that contains a few quotes of famous people", "version": "0.0.3" }, "last_serial": 2420464, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "7c9a6f8bb65521bdee004ce6053f4b6e", "sha256": "6d01c19421aee3f0873ad2043aa60f7da6f95068bac62971392e596a0f169525" }, "downloads": -1, "filename": "quotes-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7c9a6f8bb65521bdee004ce6053f4b6e", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 18514, "upload_time": "2016-10-16T21:27:32", "url": "https://files.pythonhosted.org/packages/52/39/1e0ceaef5f456a8a566b5bcce70bdc8e02758fafd02b5698058e9c29da5b/quotes-0.0.2-py2.py3-none-any.whl" } ], "0.0.2b1": [ { "comment_text": "", "digests": { "md5": "f9f72174f15be7e43c0221073d918954", "sha256": "1b27f1100dc83121f9a79c0074d309487d77c3505077d313d2bb0604c5463054" }, "downloads": -1, "filename": "quotes-0.0.2b1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f9f72174f15be7e43c0221073d918954", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 18730, "upload_time": "2016-10-16T21:37:30", "url": "https://files.pythonhosted.org/packages/02/f1/275b391d5241a6761e990d8031718bc0ba89687157bdb42554bab6628172/quotes-0.0.2b1-py2.py3-none-any.whl" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "317cd1bcf6ceec6dc7d4831564293773", "sha256": "36af7d75971de4a10ec348455d3fcd79e4dc04bd889d3583c114bcee0f5b833e" }, "downloads": -1, "filename": "quotes-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "317cd1bcf6ceec6dc7d4831564293773", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 34775, "upload_time": "2016-10-24T19:10:06", "url": "https://files.pythonhosted.org/packages/f7/4d/02cd3f016497f00c626ab1a22ad50c473980bfd923ada26dadb41c517620/quotes-0.0.3-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "317cd1bcf6ceec6dc7d4831564293773", "sha256": "36af7d75971de4a10ec348455d3fcd79e4dc04bd889d3583c114bcee0f5b833e" }, "downloads": -1, "filename": "quotes-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "317cd1bcf6ceec6dc7d4831564293773", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 34775, "upload_time": "2016-10-24T19:10:06", "url": "https://files.pythonhosted.org/packages/f7/4d/02cd3f016497f00c626ab1a22ad50c473980bfd923ada26dadb41c517620/quotes-0.0.3-py2.py3-none-any.whl" } ] }