{ "info": { "author": "Kenneth Reitz", "author_email": "me@kennethreitz.org", "bugtrack_url": null, "classifiers": [], "description": "\neng_join: a simple english joiner\n=================================\n\nThis module is pretty self-explanatory.\n\n::\n >>> from eng_join import join\n\n >>> join(['blue', 'red', 'yellow'], conj='or', im_a_moron=True)\n 'blue, red or yellow'\n >>> join(['blue', 'red', 'yellow'], conj='or')\n 'blue, red, or yellow'\n >>> join(['blue', 'red'], conj='or')\n 'blue or red'\n >>> join(['blue', 'red'], conj='and')\n 'blue and red'\n >>> join(['blue'], conj='and')\n 'blue'\n >>> join(['blue', 'red', 'yellow', 'green', 'yello'], conj='and')\n 'blue, red, yellow, green, and yello'\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kennethreitz/eng_join", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "eng_join", "package_url": "https://pypi.org/project/eng_join/", "platform": "", "project_url": "https://pypi.org/project/eng_join/", "project_urls": { "Homepage": "https://github.com/kennethreitz/eng_join" }, "release_url": "https://pypi.org/project/eng_join/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A simple english joiner.", "version": "0.1.0" }, "last_serial": 4831215, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "6384919fbd91326c12a9f5d8078a81b1", "sha256": "899384f2a50b904d2cb2531707b58b389fd1dc0b04dbdad0301cf9dc2610b6ce" }, "downloads": -1, "filename": "eng_join-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "6384919fbd91326c12a9f5d8078a81b1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 2779, "upload_time": "2017-01-23T23:13:42", "url": "https://files.pythonhosted.org/packages/ce/07/af7b54b1d9a92fd7bba6f06324817184b7e0b0c058a8383e02e98a6a908d/eng_join-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dc2d7b4b0aec1c7fd4e46b05ba521d5f", "sha256": "c883c1c315beecf6c221d0108128a80f766a1a91c87b4f4062dd3a75d8000967" }, "downloads": -1, "filename": "eng_join-0.1.0.tar.gz", "has_sig": false, "md5_digest": "dc2d7b4b0aec1c7fd4e46b05ba521d5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1736, "upload_time": "2017-01-23T23:13:41", "url": "https://files.pythonhosted.org/packages/7f/a1/a1eec7d28186d93aff933800d7d21ddeed646bbcef36921fe1858ae3fe11/eng_join-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6384919fbd91326c12a9f5d8078a81b1", "sha256": "899384f2a50b904d2cb2531707b58b389fd1dc0b04dbdad0301cf9dc2610b6ce" }, "downloads": -1, "filename": "eng_join-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "6384919fbd91326c12a9f5d8078a81b1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 2779, "upload_time": "2017-01-23T23:13:42", "url": "https://files.pythonhosted.org/packages/ce/07/af7b54b1d9a92fd7bba6f06324817184b7e0b0c058a8383e02e98a6a908d/eng_join-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dc2d7b4b0aec1c7fd4e46b05ba521d5f", "sha256": "c883c1c315beecf6c221d0108128a80f766a1a91c87b4f4062dd3a75d8000967" }, "downloads": -1, "filename": "eng_join-0.1.0.tar.gz", "has_sig": false, "md5_digest": "dc2d7b4b0aec1c7fd4e46b05ba521d5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1736, "upload_time": "2017-01-23T23:13:41", "url": "https://files.pythonhosted.org/packages/7f/a1/a1eec7d28186d93aff933800d7d21ddeed646bbcef36921fe1858ae3fe11/eng_join-0.1.0.tar.gz" } ] }